comparison lisp/ChangeLog @ 97215:0a23e6d9e6ab

*** empty log message ***
author Michael Albinus <michael.albinus@gmx.de>
date Fri, 01 Aug 2008 18:56:08 +0000
parents a5d7e1441bc6
children 2fdf2f16d0d4
comparison
equal deleted inserted replaced
97214:004f6dc1c1a0 97215:0a23e6d9e6ab
1 2008-08-01 Michael Albinus <michael.albinus@gmx.de>
2
3 * net/dbus.el (dbus-check-event, dbus-handle-event): Handle D-Bus
4 error messages.
5 (dbus-set-property): Call `dbus-introspect-get-property' instead
6 of `dbus-get-property'.
7
8 * net/xesam.el (xesam-all-fields): Remove source and content
9 identifiers.
10 (xesam-dbus-unique-names): New defvar.
11 (xesam-dbus-call-method): New defun. Replace all calls of
12 `dbus-call-method' by `xesam-dbus-call-method'.
13 (xesam-get-cached-property, xesam-set-cached-property): New
14 defuns.
15 (xesam-get-property, xesam-set-property, xesam-refresh-entry)
16 (xesam-new-search, xesam-search): Apply
17 `xesam-get-cached-property'.
18 (xesam-search-engines): Make it an association list. Take changed
19 layout into account in the corresponding function.
20 (xesam-delete-search-engine): Remove check for consistency of
21 `xesam-search-engines', not needed anymore.
22 (xesam-mode): Show XML query string only in the debug case.
23
1 2008-07-31 Juanma Barranquero <lekktu@gmail.com> 24 2008-07-31 Juanma Barranquero <lekktu@gmail.com>
2 25
3 * files.el (read-file-modes): Fix tpo in docstring. 26 * files.el (read-file-modes): Fix tpo in docstring.
4 27
5 2008-07-31 Chong Yidong <cyd@stupidchicken.com> 28 2008-07-31 Chong Yidong <cyd@stupidchicken.com>