# HG changeset patch # User Michael Albinus # Date 1217616968 0 # Node ID 0a23e6d9e6ab279624ef63693d2bbc7bb4df2a87 # Parent 004f6dc1c1a011d79954f89979d352d207c53038 *** empty log message *** diff -r 004f6dc1c1a0 -r 0a23e6d9e6ab lisp/ChangeLog --- a/lisp/ChangeLog Fri Aug 01 18:55:33 2008 +0000 +++ b/lisp/ChangeLog Fri Aug 01 18:56:08 2008 +0000 @@ -1,3 +1,26 @@ +2008-08-01 Michael Albinus + + * 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 * files.el (read-file-modes): Fix tpo in docstring.