Mercurial > emacs
comparison lisp/ChangeLog @ 66836:4542eb0122f7
*** empty log message ***
author | Nick Roberts <nickrob@snap.net.nz> |
---|---|
date | Sat, 12 Nov 2005 21:17:12 +0000 |
parents | 96e7147004a8 |
children | e2e80863801a |
comparison
equal
deleted
inserted
replaced
66835:96e7147004a8 | 66836:4542eb0122f7 |
---|---|
1 2005-11-13 Nick Roberts <nickrob@snap.net.nz> | |
2 | |
3 * progmodes/gud.el (gud-menu-map): Revert to window-fringes for | |
4 selected window. This still doesn't work for speedbar. | |
5 (gud-speedbar-buttons): Handle strings properly. | |
6 | |
7 * progmodes/gdb-ui.el (gdb-var-create-handler) | |
8 (gdb-var-evaluate-expression-handler): Handle strings properly. | |
9 (gdb-var-list-children-regexp, gdb-var-list-children-handler): | |
10 Handle strings properly. Move "type" field into regexp. | |
11 | |
1 2005-11-12 Karl Fogel <kfogel@red-bean.com> | 12 2005-11-12 Karl Fogel <kfogel@red-bean.com> |
2 | 13 |
3 * bookmark.el (bookmark-maybe-message): New function to reduce | 14 * bookmark.el (bookmark-maybe-message): New function to reduce |
4 code duplication: invokes `message' iff baud-rate is high enough. | 15 code duplication: invokes `message' iff baud-rate is high enough. |
5 (bookmark-write-file): Use above instead of an inline conditional. | 16 (bookmark-write-file): Use above instead of an inline conditional. |