emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/ChangeLog,v


From: Michael Albinus
Subject: [Emacs-diffs] Changes to emacs/src/ChangeLog,v
Date: Thu, 03 Jan 2008 21:27:25 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Michael Albinus <albinus>       08/01/03 21:27:25

Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/src/ChangeLog,v
retrieving revision 1.6056
retrieving revision 1.6057
diff -u -b -r1.6056 -r1.6057
--- ChangeLog   3 Jan 2008 16:35:44 -0000       1.6056
+++ ChangeLog   3 Jan 2008 21:27:24 -0000       1.6057
@@ -1,3 +1,12 @@
+2008-01-03  Michael Albinus  <address@hidden>
+
+       * 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.
+
 2008-01-03  Magnus Henoch  <address@hidden>
 
        * dbusbind.c (xd_append_arg): Use unsigned char instead of
@@ -30,7 +39,7 @@
        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.
+       the object is not well formed.
 
 2007-12-30  Richard Stallman  <address@hidden>
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]