comparison src/ChangeLog @ 87539:6a710fa21688

* 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.
author Michael Albinus <michael.albinus@gmx.de>
date Thu, 03 Jan 2008 21:27:25 +0000
parents 5dfd374d9c21
children b1f54ef8cb8f
comparison
equal deleted inserted replaced
87538:3a92f3042e39 87539:6a710fa21688
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
4 unsigned int for byte values (necessary for big-endian platform). 13 unsigned int for byte values (necessary for big-endian platform).
5 (Fdbus_call_method): Handle the case of no returned arguments. 14 (Fdbus_call_method): Handle the case of no returned arguments.
28 FUNCTIONP fails. 37 FUNCTIONP fails.
29 (Fdbus_register_method): New function. The implementation is not 38 (Fdbus_register_method): New function. The implementation is not
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
37 * textprop.c (get_char_property_and_overlay): 46 * textprop.c (get_char_property_and_overlay):
38 Signal error if POSITION is out of range in a buffer. 47 Signal error if POSITION is out of range in a buffer.