# HG changeset patch # User Nick Roberts # Date 1134079764 0 # Node ID 7fe69474f4c48b3b44b02e0a0b1ffcb61fa921ec # Parent 1d3e6c9cba366c20adf4af822aeda8f6c6644cab *** empty log message *** diff -r 1d3e6c9cba36 -r 7fe69474f4c4 lisp/ChangeLog --- a/lisp/ChangeLog Thu Dec 08 21:58:00 2005 +0000 +++ b/lisp/ChangeLog Thu Dec 08 22:09:24 2005 +0000 @@ -1,3 +1,9 @@ +2005-12-09 Nick Roberts + + * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips): + No need to check gud-comint-buffer is bound. + (gdb): Prevent multiple debugging when first session uses gdba. + 2005-12-08 Alan Mackenzie CC Mode update to 5.31. @@ -1196,10 +1202,6 @@ * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a construct like "a * b = c;" as a declaration. - -Local Variables: -add-log-mailing-address: "bug-cc-mode@gnu.org" -End: 2005-12-08 Kim F. Storm * emulation/cua-rect.el (cua--extract-rectangle): Don't use \s @@ -1302,7 +1304,7 @@ (gdb-locals-watch-map): Rename from gdb-*-*-keymap. (gdb-locals-font-lock-keywords-1) (gdb-locals-font-lock-keywords-2): New variables. - (gdb-find-file-hook): fgfg. + (gdb-find-file-hook): Make it work with GDB 6.4+ too. (gdb-set-gud-minor-mode-existing-buffers-1) (gdb-var-list-children-1, gdb-var-list-children-handler-1) (gdb-var-update-1, gdb-var-update-handler-1)