From: Nick Roberts Date: Fri, 18 Nov 2005 02:46:06 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-22.0.90~5803 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3d18d67771338fd394b914a8d8417f942de22561;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 03ba7c9ed18..79a91eb29af 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,13 @@ +2005-11-18 Nick Roberts + + * 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 * faces.el (face-attribute, set-face-attribute): Mention existence @@ -172,8 +182,8 @@ 2005-11-17 Nick Roberts * 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