Mercurial > emacs
diff lisp/ChangeLog @ 66976:243cef8d7946
*** empty log message ***
author | Nick Roberts <nickrob@snap.net.nz> |
---|---|
date | Fri, 18 Nov 2005 02:46:06 +0000 |
parents | 68a08be78536 |
children | 04631119d8f7 03335deca80b |
line wrap: on
line diff
--- a/lisp/ChangeLog Fri Nov 18 02:25:24 2005 +0000 +++ b/lisp/ChangeLog Fri Nov 18 02:46:06 2005 +0000 @@ -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 @@ -172,8 +182,8 @@ 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>