diff options
| author | Michael Albinus | 2007-12-04 21:21:09 +0000 |
|---|---|---|
| committer | Michael Albinus | 2007-12-04 21:21:09 +0000 |
| commit | 5363d8eaa64bf0e7a8dc0dc960fd3cf9436dc5a9 (patch) | |
| tree | a90a81a6b683007763eebec397f645069429e14c /lisp/ChangeLog | |
| parent | a4397af9ae03da8dbb3efe23fd9e5c146ec5b98b (diff) | |
| download | emacs-5363d8eaa64bf0e7a8dc0dc960fd3cf9436dc5a9.tar.gz emacs-5363d8eaa64bf0e7a8dc0dc960fd3cf9436dc5a9.zip | |
* net/dbus.el (dbus-hash-table=): New defun.
(dbus-hash-table-test) New hash table test function, used in
`dbus-registered-functions-table'.
(dbus-*-event, dbus-event-*): Rewritten, due to new structure of
`dbus-event'.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b7b82020aef..47cd9fed94c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2007-12-04 Michael Albinus <michael.albinus@gmx.de> | ||
| 2 | |||
| 3 | * net/dbus.el (dbus-hash-table=): New defun. | ||
| 4 | (dbus-hash-table-test) New hash table test function, used in | ||
| 5 | `dbus-registered-functions-table'. | ||
| 6 | (dbus-*-event, dbus-event-*): Rewritten, due to new structure of | ||
| 7 | `dbus-event'. | ||
| 8 | |||
| 1 | 2007-12-04 Juanma Barranquero <lekktu@gmail.com> | 9 | 2007-12-04 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 10 | ||
| 3 | * ido.el (ido-save-history): Set the `coding' local | 11 | * ido.el (ido-save-history): Set the `coding' local |