public inbox for insight@sourceware.org
 help / color / mirror / Atom feed
* Patch: trivial comment update
@ 2000-11-30 16:52 Tom Tromey
  2000-11-30 21:44 ` Syd Polk
  0 siblings, 1 reply; 2+ messages in thread
From: Tom Tromey @ 2000-11-30 16:52 UTC (permalink / raw)
  To: Insight List

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\""

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Patch: trivial comment update
  2000-11-30 16:52 Patch: trivial comment update Tom Tromey
@ 2000-11-30 21:44 ` Syd Polk
  0 siblings, 0 replies; 2+ messages in thread
From: Syd Polk @ 2000-11-30 21:44 UTC (permalink / raw)
  To: tromey; +Cc: Insight List

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\""

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2000-11-30 21:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-11-30 16:52 Patch: trivial comment update Tom Tromey
2000-11-30 21:44 ` Syd Polk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).