comparison lisp/ChangeLog @ 66848:c201caac1b6a

*** empty log message ***
author Kim F. Storm <storm@cua.dk>
date Sun, 13 Nov 2005 21:25:02 +0000
parents 3eeaeabe0bb8
children abf023447afb
comparison
equal deleted inserted replaced
66847:d2eaa58d0a1f 66848:c201caac1b6a
1 2005-11-13 Kim F. Storm <storm@cua.dk>
2
3 * help.el (help-for-help-internal): Fix `a' entry. Add `d' entry.
4
1 2005-11-13 Nick Roberts <nickrob@snap.net.nz> 5 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
2 6
3 * progmodes/gud.el (gud-menu-map): Move parentheses (again). 7 * progmodes/gud.el (gud-menu-map): Move parentheses (again).
4 (gud-speedbar-buttons): Match on "const char *" too. 8 (gud-speedbar-buttons): Match on "const char *" too.
5 9
20 (gdb-var-list-children-regexp, gdb-var-list-children-handler): 24 (gdb-var-list-children-regexp, gdb-var-list-children-handler):
21 Handle string expressions properly. Move "type" field into 25 Handle string expressions properly. Move "type" field into
22 regexp. 26 regexp.
23 27
24 2005-11-12 Karl Fogel <kfogel@red-bean.com> 28 2005-11-12 Karl Fogel <kfogel@red-bean.com>
25 29
26 * bookmark.el (bookmark-maybe-message): New function to reduce 30 * bookmark.el (bookmark-maybe-message): New function to reduce
27 code duplication: invokes `message' iff baud-rate is high enough. 31 code duplication: invokes `message' iff baud-rate is high enough.
28 (bookmark-write-file): Use above instead of an inline conditional. 32 (bookmark-write-file): Use above instead of an inline conditional.
29 (bookmark-load): Same. 33 (bookmark-load): Same.
30 34
31 2005-11-12 Karl Fogel <kfogel@red-bean.com> 35 2005-11-12 Karl Fogel <kfogel@red-bean.com>
32 36
33 * bookmark.el (bookmark-write-file): Don't visit the destination 37 * bookmark.el (bookmark-write-file): Don't visit the destination
34 file, just write the data to it using write-region. This is 38 file, just write the data to it using write-region. This is
35 similar to revision 1.32 of saveplace.el, but with an additional 39 similar to revision 1.32 of saveplace.el, but with an additional