Mercurial > emacs
changeset 67073:5af054cf66ea
*** empty log message ***
author | Nick Roberts <nickrob@snap.net.nz> |
---|---|
date | Tue, 22 Nov 2005 03:22:05 +0000 |
parents | 430a3ff7880b |
children | 56b37a553ade |
files | lisp/ChangeLog man/ChangeLog |
diffstat | 2 files changed, 9 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Tue Nov 22 03:10:53 2005 +0000 +++ b/lisp/ChangeLog Tue Nov 22 03:22:05 2005 +0000 @@ -1,3 +1,10 @@ +2005-11-22 Nick Roberts <nickrob@snap.net.nz> + + * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map. + (gdb-struct-string, gdb-array-string): New constants. + (gdb-info-locals-handler): Use them. + (gdb-reset): Reset gdb-var-list to nil. + 2005-11-21 Stefan Monnier <monnier@iro.umontreal.ca> * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
--- a/man/ChangeLog Tue Nov 22 03:10:53 2005 +0000 +++ b/man/ChangeLog Tue Nov 22 03:22:05 2005 +0000 @@ -1,6 +1,8 @@ 2005-11-22 Nick Roberts <nickrob@snap.net.nz> * building.texi (Watch Expressions): Expand description. + (Other GDB User Interface Buffers): Describe local map for + gud-watch. 2005-11-21 Chong Yidong <cyd@stupidchicken.com>