aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog22
1 files changed, 22 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 9b0e652701e..3af0ce170bd 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,25 @@
12008-08-05 Michael Albinus <michael.albinus@gmx.de>
2
3 * net/xesam.el (top): Require `wid-edit' always.
4 (xesam-mode-line, xesam-highlight): New deffaces.
5 (xesam-objects): New local variable.
6 (xesam-search-engines): Fix error in field list.
7 (xesam-mode): Use `xesam-mode-line' instead of
8 `font-lock-type-face'. Apply `xesam-mode' to a temp buffer, for
9 proper initiatilzaion (why?).
10 (xesam-highlight-string, xesam-get-hits)
11 (xesam-kill-buffer-function): New defuns.
12 (xesam-refresh-entry): Move code to `xesam-get-hits'. Check
13 result of "hit.fields", it isn't a string only. Wrap an error of
14 the strigi search engine ("xesam:size" is returned as string).
15 Highlight search items.
16 (xesam-refresh-search-buffer): Make logic of counters more simple.
17 Prefetch next hits.
18 (xesam-signal-handler): Use `xesam-mode-line' instead of
19 `font-lock-type-face'.
20 (xesam-new-search): Add `xesam-kill-buffer-function' to
21 `kill-buffer-hook'.
22
12008-08-05 Teodor Zlatanov <tzz@lifelogs.com> 232008-08-05 Teodor Zlatanov <tzz@lifelogs.com>
2 24
3 * add-log.el (change-log-next-error, change-log-mode): Add support 25 * add-log.el (change-log-next-error, change-log-mode): Add support