]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorNick Roberts <nickrob@snap.net.nz>
Fri, 18 Nov 2005 02:46:06 +0000 (02:46 +0000)
committerNick Roberts <nickrob@snap.net.nz>
Fri, 18 Nov 2005 02:46:06 +0000 (02:46 +0000)
lisp/ChangeLog

index 03ba7c9ed1894c61a9ea90a0d19063ee67fc231f..79a91eb29aff70af2ac38c302e640fe0ad15859f 100644 (file)
@@ -1,3 +1,13 @@
+2005-11-18  Nick Roberts  <nickrob@snap.net.nz>
+
+       * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
+       to "p".
+       (gdb): Move definition of gud-pp to...
+
+       * progmodes/gdb-ui.el (gdb-ann3): ...here.  Make it work in the
+       speedbar.
+       (gdb-find-watch-expression): New function.
+       
 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
 
        * faces.el (face-attribute, set-face-attribute): Mention existence
 2005-11-17  Nick Roberts  <nickrob@snap.net.nz>
 
        * progmodes/gud.el (gud-speedbar-item-info): New function.
-       (gud-install-speedbar-variables): Use it to display data types
-       of watch expression as tooltips in speedbar.
+       (gud-install-speedbar-variables): Use it to display data type
+       of watch expression as a tooltip in speedbar.
 
 2005-11-15  Luc Teirlinck  <teirllm@auburn.edu>