emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Michael Albinus
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog,v
Date: Fri, 01 Aug 2008 18:56:12 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Michael Albinus <albinus>       08/08/01 18:56:11

Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/lisp/ChangeLog,v
retrieving revision 1.14265
retrieving revision 1.14266
diff -u -b -r1.14265 -r1.14266
--- ChangeLog   31 Jul 2008 22:38:28 -0000      1.14265
+++ ChangeLog   1 Aug 2008 18:56:08 -0000       1.14266
@@ -1,3 +1,26 @@
+2008-08-01  Michael Albinus  <address@hidden>
+
+       * net/dbus.el (dbus-check-event, dbus-handle-event): Handle D-Bus
+       error messages.
+       (dbus-set-property): Call `dbus-introspect-get-property' instead
+       of `dbus-get-property'.
+
+       * net/xesam.el (xesam-all-fields): Remove source and content
+       identifiers.
+       (xesam-dbus-unique-names): New defvar.
+       (xesam-dbus-call-method): New defun.  Replace all calls of
+       `dbus-call-method' by `xesam-dbus-call-method'.
+       (xesam-get-cached-property, xesam-set-cached-property): New
+       defuns.
+       (xesam-get-property, xesam-set-property, xesam-refresh-entry)
+       (xesam-new-search, xesam-search): Apply
+       `xesam-get-cached-property'.
+       (xesam-search-engines): Make it an association list.  Take changed
+       layout into account in the corresponding function.
+       (xesam-delete-search-engine): Remove check for consistency of
+       `xesam-search-engines', not needed anymore.
+       (xesam-mode): Show XML query string only in the debug case.
+
 2008-07-31  Juanma Barranquero  <address@hidden>
 
        * files.el (read-file-modes): Fix tpo in docstring.




reply via email to

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