diff options
| author | Michael Olson | 2007-12-05 01:16:38 +0000 |
|---|---|---|
| committer | Michael Olson | 2007-12-05 01:16:38 +0000 |
| commit | 3728bf0389987e4c4aee38b74eed470462e2a9be (patch) | |
| tree | b563e78386e0d41be66eb1526aa982d3dc1b5f78 /lisp/ChangeLog | |
| parent | 79f10da0c30b6323105c78c7ffc230c495dd75a7 (diff) | |
| download | emacs-3728bf0389987e4c4aee38b74eed470462e2a9be.tar.gz emacs-3728bf0389987e4c4aee38b74eed470462e2a9be.zip | |
Merge remember-diary.el into remember.el
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. |