]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorNick Roberts <nickrob@snap.net.nz>
Thu, 23 Feb 2006 07:38:01 +0000 (07:38 +0000)
committerNick Roberts <nickrob@snap.net.nz>
Thu, 23 Feb 2006 07:38:01 +0000 (07:38 +0000)
lisp/ChangeLog

index fd03764b8d0687c660149855e67ba17581271312..de178d944b21a7856f609a8dc2c03ab6ac39499c 100644 (file)
@@ -1,3 +1,16 @@
+2006-02-23  Nick Roberts  <nickrob@snap.net.nz>
+
+       * progmodes/gud.el (gud-speedbar-buttons): Use shadow face.
+       properly.
+
+       * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
+       gdb-debug-log-length.
+       (gdb-debug-ring): Rename from gdb-debug-log-ring.  Don't make
+       it a real ring but...
+       (gud-gdba-marker-filter): ...make it work like mark-ring.
+       (gdb-enable-debug): Rename from gdb-enable-debug-log.
+       (gdb-mouse-jump): New function.  Add bindings.
+
 2006-02-23  Nick Roberts  <nickrob@snap.net.nz>
 
        * progmodes/gdb-ui.el (gdb-signalled): New variable and function.