changeset 103777:8d8b87dd38e7

*** empty log message ***
author Nick Roberts <nickrob@snap.net.nz>
date Wed, 08 Jul 2009 04:49:57 +0000
parents 5ea232c72787
children 8af094ebada9
files lisp/ChangeLog
diffstat 1 files changed, 9 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Wed Jul 08 03:49:31 2009 +0000
+++ b/lisp/ChangeLog	Wed Jul 08 04:49:57 2009 +0000
@@ -1,3 +1,10 @@
+2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
+
+	* progmodes/gdb-mi.el (gdb): Remove description of
+	gdb-use-separate-io-buffer.
+	(menu): Don't allow toggling of or enable 
+	gdb-use-separate-io-buffer from menubar.
+
 2009-07-08  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
 
 	* mail/unrmail.el (unrmail): Make sure the message ends with two
@@ -33,6 +40,8 @@
 	unselected tabs in gdb buffers.
 	(gdb-propertize-header): New macro that uses gdb-set-header.
 	(gdb-breakpoints-header, gdb-locals-header): Use it.
+	(gdb-disassembly-mode-map): Add keybinding to kill buffer.
+
 
 2009-07-07  Chong Yidong  <cyd@stupidchicken.com>