aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorGlenn Morris2008-03-14 02:46:37 +0000
committerGlenn Morris2008-03-14 02:46:37 +0000
commit27a28b5017fa516f18eb3ee95d9ac5d98f4e531c (patch)
tree2bd4d4983bc9afab3883dfcdda7a6b097c8fcf84 /lisp/ChangeLog
parent505d875608b924e9b1282e873f34a6eda8de57eb (diff)
downloademacs-27a28b5017fa516f18eb3ee95d9ac5d98f4e531c.tar.gz
emacs-27a28b5017fa516f18eb3ee95d9ac5d98f4e531c.zip
(diary-file): Doc fix.
(calendar-buffer-list): Return buffers rather than strings (fixes previous change).
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 8fc0bece69c..67cb5bd79aa 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -3,6 +3,10 @@
3 * startup.el (command-line-1): Rename -internal-script back to 3 * startup.el (command-line-1): Rename -internal-script back to
4 -scriptload (reverts previous change). 4 -scriptload (reverts previous change).
5 5
6 * calendar/calendar.el (diary-file): Doc fix.
7 (calendar-buffer-list): Return buffers rather than strings (fixes
8 previous change).
9
6 * textmodes/org-irc.el (top-level): CL not required when compiling. 10 * textmodes/org-irc.el (top-level): CL not required when compiling.
7 (org-irc-visit-erc): Replace runtime CL functions. 11 (org-irc-visit-erc): Replace runtime CL functions.
8 12