aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog23
1 files changed, 23 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index bd9b340f9f7..de5d31ed7bb 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,26 @@
12008-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
12008-07-31 Juanma Barranquero <lekktu@gmail.com> 242008-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.