aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNick Roberts2009-07-08 00:40:30 +0000
committerNick Roberts2009-07-08 00:40:30 +0000
commitff0c419486c3ff79b153e26b3608926541e354b8 (patch)
tree320ae889b3f51421148120650738d91a9a97a21d
parent8954c675e6035f618a4944e9c53e399b90f51ab0 (diff)
downloademacs-ff0c419486c3ff79b153e26b3608926541e354b8.tar.gz
emacs-ff0c419486c3ff79b153e26b3608926541e354b8.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 764fe3e2031..3b636f7b689 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,14 @@
12009-07-08 Nick Roberts <nickrob@snap.net.nz>
2
3 * progmodes/gdb-mi.el (gdb-init-1): Move sending
4 -data-list-register-names to ...
5 (gdb-starting): ... here because GDB 7.0 requires execution to
6 have started when using this MI command.
7 (gdb-set-header): New function to distinguish select and
8 unselected tabs in gdb buffers.
9 (gdb-propertize-header): New macro that uses gdb-set-header.
10 (gdb-breakpoints-header, gdb-locals-header): Use it.
11
12009-07-07 Chong Yidong <cyd@stupidchicken.com> 122009-07-07 Chong Yidong <cyd@stupidchicken.com>
2 13
3 * Makefile.in (ELCFILES): Remove fadr.elc. 14 * Makefile.in (ELCFILES): Remove fadr.elc.