Mercurial > emacs
changeset 68965:22fce4b36651
*** empty log message ***
author | Nick Roberts <nickrob@snap.net.nz> |
---|---|
date | Fri, 17 Feb 2006 11:49:39 +0000 |
parents | 648897576f96 |
children | c0cb4d23d9c9 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 12 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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 <nickrob@snap.net.nz> + + * 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 <rcyeske@gmail.com> * net/rcirc.el (rcirc-connect): Make all arguments optional, and @@ -18,7 +29,7 @@ 2006-02-17 Eli Zaretskii <eliz@gnu.org> - * 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.