summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Roberts <nickrob@snap.net.nz>2009-07-02 22:16:05 +0000
committerNick Roberts <nickrob@snap.net.nz>2009-07-02 22:16:05 +0000
commit95d313a6d5ec6436bf24defc0a38672e8252cd33 (patch)
treee90bd95590c45d7aa4aca145df432f606a6e3a09
parent7f67e76421974d057322d6f8900044b5439720d8 (diff)
downloademacs-95d313a6d5ec6436bf24defc0a38672e8252cd33.tar.gz
*** empty log message ***
-rw-r--r--lisp/ChangeLog7
1 files changed, 4 insertions, 3 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index fe84b822d21..e323c843a2e 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -27,9 +27,10 @@
2009-07-01 Nick Roberts <nickrob@snap.net.nz>
- * progmodes/gdb-ui.el (gdb-init-2): Move to ...
- (gdb-starting): ... here because GDB 7.0 requires execution to have
- started when using MI command -data-list-register-names.
+ * progmodes/gdb-ui.el (gdb-init-2): Move sending
+ -data-list-register-names to ...
+ (gdb-starting): ... here because GDB 7.0 requires execution to
+ have started when using this MI command.
(gdb-propertize-header): New macro.
(gdb-breakpoints-header, gdb-locals-header): Use it.