This is the mail archive of the insight@sources.redhat.com mailing list for the Insight project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Patch: trivial comment update


Yes, you may.

Tom Tromey wrote:
> 
> Are the insight rules like gcc/gdb/etc rules?  Can I check in obvious
> fixes?
> 
> Here's one.
> 
> 2000-11-30  Tom Tromey  <tromey@cygnus.com>
> 
>         * library/balloon.tcl (balloon): Document `balloon withdraw'.
> 
> Tom
> 
> Index: libgui/library/balloon.tcl
> ===================================================================
> RCS file: /cvs/src/src/libgui/library/balloon.tcl,v
> retrieving revision 1.1.1.1
> diff -u -r1.1.1.1 balloon.tcl
> --- balloon.tcl 2000/02/07 00:19:47     1.1.1.1
> +++ balloon.tcl 2000/12/01 00:49:25
> @@ -1,5 +1,5 @@
>  # balloon.tcl - Balloon help.
> -# Copyright (C) 1997, 1998 Cygnus Solutions.
> +# Copyright (C) 1997, 1998, 2000 Cygnus Solutions.
>  # Written by Tom Tromey <tromey@cygnus.com>.
> 
>  # KNOWN BUGS:
> @@ -523,6 +523,9 @@
>  #    balloon help is on.  If NAME is specified but empty,
>  #    no variable is set.  If NAME not specified, then the
>  #    current variable name is returned.
> +#  balloon withdraw WINDOW
> +#    Withdraw the balloon window associated with WINDOW.  This should
> +#    be used sparingly.
>  proc balloon {key args} {
>    if {[info commands BALLOON_command_$key] == "" } then {
>      error "unrecognized key \"$key\""

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]