diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 13 |
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 @@ | |||
| 1 | 2007-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 | |||
| 1 | 2007-12-04 Michael Albinus <michael.albinus@gmx.de> | 14 | 2007-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. |