diff options
| author | Michael Albinus | 2007-12-30 15:41:47 +0000 |
|---|---|---|
| committer | Michael Albinus | 2007-12-30 15:41:47 +0000 |
| commit | 17bc8f9494e3166211fad1c6c044b1a2e00dd0e7 (patch) | |
| tree | 4ef091ea770f2ae5ffb17f27d98ad057f77940a8 /src/ChangeLog | |
| parent | dd6f28023d432785758b7e5ac12f0b1748fbdea7 (diff) | |
| download | emacs-17bc8f9494e3166211fad1c6c044b1a2e00dd0e7.tar.gz emacs-17bc8f9494e3166211fad1c6c044b1a2e00dd0e7.zip | |
* dbusbind.c: Fix several errors and compiler warnings. Reported
by Tom Tromey <tromey@redhat.com>
(XD_ERROR, XD_DEBUG_MESSAGE)
(XD_DEBUG_VALID_LISP_OBJECT_P): Wrap code with "do ... while (0)".
(xd_append_arg): Part for basic D-Bus types rewitten.
(xd_retrieve_arg): Split implementation of DBUS_TYPE_BYTE and
DBUS_TYPE_(U)INT16. Don't call XD_DEBUG_MESSAGE with "%f" if not
appropriate.
(xd_read_message): Return Qnil. Don't signal an error; it is not
useful during event reading.
(Fdbus_register_signal): Signal an error if the check for
FUNCTIONP fails.
(Fdbus_register_method): New function. The implementation is not
complete, the call of the function signals an error therefore.
(Fdbus_unregister_object): New function, renamed from
Fdbus_unregister_signal. The initial check signals an error, if
it the objct is not well formed.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index cc29a16b1d0..ea71350b2e6 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,23 @@ | |||
| 1 | 2007-12-30 Michael Albinus <michael.albinus@gmx.de> | ||
| 2 | |||
| 3 | * dbusbind.c: Fix several errors and compiler warnings. Reported | ||
| 4 | by Tom Tromey <tromey@redhat.com> | ||
| 5 | (XD_ERROR, XD_DEBUG_MESSAGE) | ||
| 6 | (XD_DEBUG_VALID_LISP_OBJECT_P): Wrap code with "do ... while (0)". | ||
| 7 | (xd_append_arg): Part for basic D-Bus types rewitten. | ||
| 8 | (xd_retrieve_arg): Split implementation of DBUS_TYPE_BYTE and | ||
| 9 | DBUS_TYPE_(U)INT16. Don't call XD_DEBUG_MESSAGE with "%f" if not | ||
| 10 | appropriate. | ||
| 11 | (xd_read_message): Return Qnil. Don't signal an error; it is not | ||
| 12 | useful during event reading. | ||
| 13 | (Fdbus_register_signal): Signal an error if the check for | ||
| 14 | FUNCTIONP fails. | ||
| 15 | (Fdbus_register_method): New function. The implementation is not | ||
| 16 | complete, the call of the function signals an error therefore. | ||
| 17 | (Fdbus_unregister_object): New function, renamed from | ||
| 18 | Fdbus_unregister_signal. The initial check signals an error, if | ||
| 19 | it the objct is not well formed. | ||
| 20 | |||
| 1 | 2007-12-30 Richard Stallman <rms@gnu.org> | 21 | 2007-12-30 Richard Stallman <rms@gnu.org> |
| 2 | 22 | ||
| 3 | * textprop.c (get_char_property_and_overlay): | 23 | * textprop.c (get_char_property_and_overlay): |