aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorMichael Albinus2008-01-03 21:27:25 +0000
committerMichael Albinus2008-01-03 21:27:25 +0000
commit5125905efd436e023d09290dad500e4e0eaed3d5 (patch)
tree5588595394c94cc9e83f145cf9a824aa44443055 /src/ChangeLog
parent7d1112ae98dc7d8eb1664b6867fe9c980f6fe896 (diff)
downloademacs-5125905efd436e023d09290dad500e4e0eaed3d5.tar.gz
emacs-5125905efd436e023d09290dad500e4e0eaed3d5.zip
* dbusbind.c (all): Replace XCAR by CAR_SAFE and XCDR by CDR_SAFE.
(xd_signature, xd_append_arg): Handle element type detection for empty arrays. (Fdbus_call_method, Fdbus_send_signal): Undo type casting for SDATA () calls; this must be solved more general. (Fdbus_register_signal): Use SBYTES instead of strlen.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog11
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 @@
12008-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
12008-01-03 Magnus Henoch <magnus@zemdatav> 102008-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
352007-12-30 Richard Stallman <rms@gnu.org> 442007-12-30 Richard Stallman <rms@gnu.org>
36 45