# HG changeset patch # User Nick Roberts # Date 1132629725 0 # Node ID 5af054cf66ea7e74bb1d74e42121853bc4f2d9e7 # Parent 430a3ff7880b7b862030b04dc379ccceed5f7c5f *** empty log message *** diff -r 430a3ff7880b -r 5af054cf66ea lisp/ChangeLog --- 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 + + * 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 * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines diff -r 430a3ff7880b -r 5af054cf66ea man/ChangeLog --- 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 * building.texi (Watch Expressions): Expand description. + (Other GDB User Interface Buffers): Describe local map for + gud-watch. 2005-11-21 Chong Yidong