aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKim F. Storm2005-11-13 21:25:02 +0000
committerKim F. Storm2005-11-13 21:25:02 +0000
commit8965e9c1b30fc19bc56181730a07cb88eb561c90 (patch)
tree6052b277f407bb64785ccfa19ceb7795f3fc54c2
parent09d04fb3d6f32f41206a02d58b9de8da3ed9cbec (diff)
downloademacs-8965e9c1b30fc19bc56181730a07cb88eb561c90.tar.gz
emacs-8965e9c1b30fc19bc56181730a07cb88eb561c90.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog10
1 files changed, 7 insertions, 3 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index e3394640e19..f14b0aecbbe 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
12005-11-13 Kim F. Storm <storm@cua.dk>
2
3 * help.el (help-for-help-internal): Fix `a' entry. Add `d' entry.
4
12005-11-13 Nick Roberts <nickrob@snap.net.nz> 52005-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).
@@ -22,12 +26,12 @@
22 regexp. 26 regexp.
23 27
242005-11-12 Karl Fogel <kfogel@red-bean.com> 282005-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
312005-11-12 Karl Fogel <kfogel@red-bean.com> 352005-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