aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 5c4c760db9b..85e07584796 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,10 @@
12009-07-08 Nick Roberts <nickrob@snap.net.nz>
2
3 * progmodes/gdb-mi.el (gdb): Remove description of
4 gdb-use-separate-io-buffer.
5 (menu): Don't allow toggling of or enable
6 gdb-use-separate-io-buffer from menubar.
7
12009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change) 82009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
2 9
3 * mail/unrmail.el (unrmail): Make sure the message ends with two 10 * mail/unrmail.el (unrmail): Make sure the message ends with two
@@ -33,6 +40,7 @@
33 unselected tabs in gdb buffers. 40 unselected tabs in gdb buffers.
34 (gdb-propertize-header): New macro that uses gdb-set-header. 41 (gdb-propertize-header): New macro that uses gdb-set-header.
35 (gdb-breakpoints-header, gdb-locals-header): Use it. 42 (gdb-breakpoints-header, gdb-locals-header): Use it.
43 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
36 44
372009-07-07 Chong Yidong <cyd@stupidchicken.com> 452009-07-07 Chong Yidong <cyd@stupidchicken.com>
38 46