]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorNick Roberts <nickrob@snap.net.nz>
Wed, 8 Jul 2009 04:51:21 +0000 (04:51 +0000)
committerNick Roberts <nickrob@snap.net.nz>
Wed, 8 Jul 2009 04:51:21 +0000 (04:51 +0000)
lisp/ChangeLog

index 5c4c760db9bf7c585c128ae091dcef83e3565380..85e0758479614d1f5f993a4c89177bf39fc028cb 100644 (file)
@@ -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,7 @@
        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>