# HG changeset patch # User Nick Roberts # Date 1132281966 0 # Node ID 243cef8d7946deab59493c7725c9d608918a560e # Parent 68a08be785369e759e665c882334a1b1fa80c71d *** empty log message *** diff -r 68a08be78536 -r 243cef8d7946 lisp/ChangeLog --- 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 + + * 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