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: Sun, 30 Dec 2007 15:41:48 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Michael Albinus <albinus>       07/12/30 15:41:47

Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/src/ChangeLog,v
retrieving revision 1.6051
retrieving revision 1.6052
diff -u -b -r1.6051 -r1.6052
--- ChangeLog   30 Dec 2007 13:42:10 -0000      1.6051
+++ ChangeLog   30 Dec 2007 15:41:46 -0000      1.6052
@@ -1,3 +1,23 @@
+2007-12-30  Michael Albinus  <address@hidden>
+
+       * dbusbind.c: Fix several errors and compiler warnings.  Reported
+       by Tom Tromey <address@hidden>
+       (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.
+
 2007-12-30  Richard Stallman  <address@hidden>
 
        * textprop.c (get_char_property_and_overlay):




reply via email to

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