diff options
| author | Michael Albinus | 2010-08-23 15:02:00 +0200 |
|---|---|---|
| committer | Michael Albinus | 2010-08-23 15:02:00 +0200 |
| commit | 0c372655438af1e8792d7532e395eb803d5a13bb (patch) | |
| tree | 630da1c570b3f1aa8504e081aaf048b02f745db2 /src/ChangeLog | |
| parent | 8a0b50ed46dc585805b18fce5c1a7d13e4ad3ec7 (diff) | |
| download | emacs-0c372655438af1e8792d7532e395eb803d5a13bb.tar.gz emacs-0c372655438af1e8792d7532e395eb803d5a13bb.zip | |
* dbusbind.c: Accept UNIX domain sockets as bus address.
(Fdbus_close_bus): New function.
(Vdbus_registered_buses): New variable.
(xd_initialize): Implement string as bus address.
(Fdbus_init_bus): Add bus to Vdbus_registered_buses).
(Fdbus_get_unique_name, Fdbus_call_method)
(Fdbus_call_method_asynchronously, Fdbus_method_return_internal)
(Fdbus_method_error_internal, Fdbus_send_signal)
(Fdbus_register_signal, Fdbus_register_method): Remove bus type
check. This is done in xd_initialize_bus. Adapt doc string, if
necessary.
(xd_pending_messages, xd_read_queued_messages): Loop over buses in
Vdbus_registered_buses.
(Vdbus_registered_objects_table): Create hash.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 2dc16c154a9..17d1f7a08b6 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,20 @@ | |||
| 1 | 2010-08-23 Michael Albinus <michael.albinus@gmx.de> | ||
| 2 | |||
| 3 | * dbusbind.c: Accept UNIX domain sockets as bus address. | ||
| 4 | (Fdbus_close_bus): New function. | ||
| 5 | (Vdbus_registered_buses): New variable. | ||
| 6 | (xd_initialize): Implement string as bus address. | ||
| 7 | (Fdbus_init_bus): Add bus to Vdbus_registered_buses). | ||
| 8 | (Fdbus_get_unique_name, Fdbus_call_method) | ||
| 9 | (Fdbus_call_method_asynchronously, Fdbus_method_return_internal) | ||
| 10 | (Fdbus_method_error_internal, Fdbus_send_signal) | ||
| 11 | (Fdbus_register_signal, Fdbus_register_method): Remove bus type | ||
| 12 | check. This is done in xd_initialize_bus. Adapt doc string, if | ||
| 13 | necessary. | ||
| 14 | (xd_pending_messages, xd_read_queued_messages): Loop over buses in | ||
| 15 | Vdbus_registered_buses. | ||
| 16 | (Vdbus_registered_objects_table): Create hash. | ||
| 17 | |||
| 1 | 2010-08-22 Juri Linkov <juri@jurta.org> | 18 | 2010-08-22 Juri Linkov <juri@jurta.org> |
| 2 | 19 | ||
| 3 | * keyboard.c (Fexecute_extended_command): Move reading a command name | 20 | * keyboard.c (Fexecute_extended_command): Move reading a command name |