diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 10ed2dc890a..ee301672dda 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2008-01-03 Michael Albinus <michael.albinus@gmx.de> | ||
| 2 | |||
| 3 | * dbusbind.c (all): Replace XCAR by CAR_SAFE and XCDR by CDR_SAFE. | ||
| 4 | (xd_signature, xd_append_arg): Handle element type detection for | ||
| 5 | empty arrays. | ||
| 6 | (Fdbus_call_method, Fdbus_send_signal): Undo type casting for | ||
| 7 | SDATA () calls; this must be solved more general. | ||
| 8 | (Fdbus_register_signal): Use SBYTES instead of strlen. | ||
| 9 | |||
| 1 | 2008-01-03 Magnus Henoch <magnus@zemdatav> | 10 | 2008-01-03 Magnus Henoch <magnus@zemdatav> |
| 2 | 11 | ||
| 3 | * dbusbind.c (xd_append_arg): Use unsigned char instead of | 12 | * dbusbind.c (xd_append_arg): Use unsigned char instead of |
| @@ -30,7 +39,7 @@ | |||
| 30 | complete, the call of the function signals an error therefore. | 39 | complete, the call of the function signals an error therefore. |
| 31 | (Fdbus_unregister_object): New function, renamed from | 40 | (Fdbus_unregister_object): New function, renamed from |
| 32 | Fdbus_unregister_signal. The initial check signals an error, if | 41 | Fdbus_unregister_signal. The initial check signals an error, if |
| 33 | it the objct is not well formed. | 42 | the object is not well formed. |
| 34 | 43 | ||
| 35 | 2007-12-30 Richard Stallman <rms@gnu.org> | 44 | 2007-12-30 Richard Stallman <rms@gnu.org> |
| 36 | 45 | ||