aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 47cd9fed94c..3318864873e 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,16 @@
12007-12-05 Michael Olson <mwolson@gnu.org>
2
3 * textmodes/remember.el: Merge contents of remember-diary.el here,
4 updating header. Add autoload cookie so that byte-compilation
5 works without warning.
6 (remember-diary-file): Default to nil, since diary might not yet
7 be loaded at this point, which would deny us access to diary-file.
8 (remember-diary-extract-entries): If remember-diary-file is nil,
9 then use diary-file instead.
10
11 * textmodes/remember-diary.el: Remove, due to the issue of needing
12 the first 8 characters of a filename to be unique.
13
12007-12-04 Michael Albinus <michael.albinus@gmx.de> 142007-12-04 Michael Albinus <michael.albinus@gmx.de>
2 15
3 * net/dbus.el (dbus-hash-table=): New defun. 16 * net/dbus.el (dbus-hash-table=): New defun.