diff options
| author | Michael Albinus | 2010-08-23 15:08:54 +0200 |
|---|---|---|
| committer | Michael Albinus | 2010-08-23 15:08:54 +0200 |
| commit | e73f184c427e7227e23654d167db770a9621e73c (patch) | |
| tree | 85838bbc225d8930b23ada47a0f8b600eb2daa0b /lisp/ChangeLog | |
| parent | 0c372655438af1e8792d7532e395eb803d5a13bb (diff) | |
| download | emacs-e73f184c427e7227e23654d167db770a9621e73c.tar.gz emacs-e73f184c427e7227e23654d167db770a9621e73c.zip | |
* net/dbus.el: Accept UNIX domain sockets as bus address.
(top): Don't initialize `dbus-registered-objects-table' anymore,
this is done in dbusbind,c.
(dbus-check-event): Adapt test for bus.
(dbus-return-values-table, dbus-unregister-service)
(dbus-event-bus-name, dbus-introspect, dbus-register-property):
Adapt doc string.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e3be318395a..1402c45b125 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,13 @@ | |||
| 1 | 2010-08-23 Michael Albinus <michael.albinus@gmx.de> | ||
| 2 | |||
| 3 | * net/dbus.el: Accept UNIX domain sockets as bus address. | ||
| 4 | (top): Don't initialize `dbus-registered-objects-table' anymore, | ||
| 5 | this is done in dbusbind,c. | ||
| 6 | (dbus-check-event): Adapt test for bus. | ||
| 7 | (dbus-return-values-table, dbus-unregister-service) | ||
| 8 | (dbus-event-bus-name, dbus-introspect, dbus-register-property): | ||
| 9 | Adapt doc string. | ||
| 10 | |||
| 1 | 2010-08-23 Juanma Barranquero <lekktu@gmail.com> | 11 | 2010-08-23 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 12 | ||
| 3 | * ido.el (ido-use-virtual-buffers): Fix typo in docstring. | 13 | * ido.el (ido-use-virtual-buffers): Fix typo in docstring. |