Mercurial > emacs
comparison 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 |
comparison
equal
deleted
inserted
replaced
66975:68a08be78536 | 66976:243cef8d7946 |
---|---|
1 2005-11-18 Nick Roberts <nickrob@snap.net.nz> | |
2 | |
3 * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp | |
4 to "p". | |
5 (gdb): Move definition of gud-pp to... | |
6 | |
7 * progmodes/gdb-ui.el (gdb-ann3): ...here. Make it work in the | |
8 speedbar. | |
9 (gdb-find-watch-expression): New function. | |
10 | |
1 2005-11-17 Chong Yidong <cyd@stupidchicken.com> | 11 2005-11-17 Chong Yidong <cyd@stupidchicken.com> |
2 | 12 |
3 * faces.el (face-attribute, set-face-attribute): Mention existence | 13 * faces.el (face-attribute, set-face-attribute): Mention existence |
4 of `:ignore-defface' setting in docstring. | 14 of `:ignore-defface' setting in docstring. |
5 | 15 |
170 window-system, to allow fonts on tty. | 180 window-system, to allow fonts on tty. |
171 | 181 |
172 2005-11-17 Nick Roberts <nickrob@snap.net.nz> | 182 2005-11-17 Nick Roberts <nickrob@snap.net.nz> |
173 | 183 |
174 * progmodes/gud.el (gud-speedbar-item-info): New function. | 184 * progmodes/gud.el (gud-speedbar-item-info): New function. |
175 (gud-install-speedbar-variables): Use it to display data types | 185 (gud-install-speedbar-variables): Use it to display data type |
176 of watch expression as tooltips in speedbar. | 186 of watch expression as a tooltip in speedbar. |
177 | 187 |
178 2005-11-15 Luc Teirlinck <teirllm@auburn.edu> | 188 2005-11-15 Luc Teirlinck <teirllm@auburn.edu> |
179 | 189 |
180 * font-core.el (global-font-lock-mode): Add :version keyword, | 190 * font-core.el (global-font-lock-mode): Add :version keyword, |
181 because default was changed. | 191 because default was changed. |