Mercurial > emacs
changeset 97215:0a23e6d9e6ab
*** empty log message ***
author | Michael Albinus <michael.albinus@gmx.de> |
---|---|
date | Fri, 01 Aug 2008 18:56:08 +0000 |
parents | 004f6dc1c1a0 |
children | 0fd3de34a457 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 23 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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 <michael.albinus@gmx.de> + + * 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 <lekktu@gmail.com> * files.el (read-file-modes): Fix tpo in docstring.