*** empty log message ***

This commit is contained in:
Nick Roberts 2005-11-22 03:22:05 +00:00
parent e03a33ea48
commit b581a7273b
2 changed files with 9 additions and 0 deletions

View file

@ -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

View file

@ -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>