summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Roberts <nickrob@snap.net.nz>2005-12-08 22:09:24 +0000
committerNick Roberts <nickrob@snap.net.nz>2005-12-08 22:09:24 +0000
commitc48971b2b87e87b7e2529124f2d340d92d799f7a (patch)
tree96e562dfcc8d26e517674f8a12098c74c84b3f3d
parent9e04cba13e0c79ee6f5832fc798cbcc3cec4de84 (diff)
downloademacs-c48971b2b87e87b7e2529124f2d340d92d799f7a.tar.gz
*** empty log message ***
-rw-r--r--lisp/ChangeLog12
1 files changed, 7 insertions, 5 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index c167d1f104b..56cf3f38e2c 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -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 @@ End:
(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)