comparison lisp/ChangeLog @ 87054:25de6f4a58d8

Merge remember-diary.el into remember.el
author Michael Olson <mwolson@gnu.org>
date Wed, 05 Dec 2007 01:16:38 +0000
parents 7d80e0f3d8f8
children ae738f87fa7a
comparison
equal deleted inserted replaced
87053:f767f1ba8301 87054:25de6f4a58d8
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.
4 (dbus-hash-table-test) New hash table test function, used in 17 (dbus-hash-table-test) New hash table test function, used in
5 `dbus-registered-functions-table'. 18 `dbus-registered-functions-table'.