# HG changeset patch # User Nick Roberts # Date 1140176979 0 # Node ID 22fce4b3665112a2d87d6931d23c07d8a69ba845 # Parent 648897576f96e90b19f9a4af3023995d1c8b527d *** empty log message *** diff -r 648897576f96 -r 22fce4b36651 lisp/ChangeLog --- a/lisp/ChangeLog Fri Feb 17 11:24:57 2006 +0000 +++ b/lisp/ChangeLog Fri Feb 17 11:49:39 2006 +0000 @@ -1,3 +1,14 @@ +2006-02-18 Nick Roberts + + * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for + out of scope variables. + (gud-speedbar-buttons): Use unless. + + * progmodes/gdb-ui.el (gdb-var-list): Update doc string. + (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially. + (gdb-show-changed-values): Also use for out of scope variables. + (gdb-var-update-handler-1): Note if variable goes out of scope. + 2006-02-17 Ryan Yeske * net/rcirc.el (rcirc-connect): Make all arguments optional, and @@ -18,7 +29,7 @@ 2006-02-17 Eli Zaretskii - * allout.el (allout-hidden-p): Move this defsubts before + * allout.el (allout-hidden-p): Move this defsubst before allout-overlay-interior-modification-handler, where it is first used.