From: Nick Roberts Date: Fri, 17 Feb 2006 11:49:39 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-22.0.90~4068 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=11de097adc6d29e60df0e66856f687379602c37f;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index bd64b506c1c..f9a455b9726 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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.