Mercurial > emacs
changeset 67402:7fe69474f4c4
*** empty log message ***
author | Nick Roberts <nickrob@snap.net.nz> |
---|---|
date | Thu, 08 Dec 2005 22:09:24 +0000 |
parents | 1d3e6c9cba36 |
children | adbf404cf806 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 7 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- 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 <nickrob@snap.net.nz> + + * 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 <bug-cc-mode@gnu.org> 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 <storm@cua.dk> * 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)