aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorMichael Albinus2008-08-05 19:49:17 +0000
committerMichael Albinus2008-08-05 19:49:17 +0000
commit4edefb46c017a81a88d698be36012573aac96efd (patch)
treee49c0d17ad1083e43465b38b7dd48f7051374d60 /lisp/ChangeLog
parent7be2b0943a334fcc902c1dbf177c01f4010b2575 (diff)
downloademacs-4edefb46c017a81a88d698be36012573aac96efd.tar.gz
emacs-4edefb46c017a81a88d698be36012573aac96efd.zip
* net/xesam.el (top): Require `wid-edit' always.
(xesam-mode-line, xesam-highlight): New deffaces. (xesam-objects): New local variable. (xesam-search-engines): Fix error in field list. (xesam-mode): Use `xesam-mode-line' instead of `font-lock-type-face'. Apply `xesam-mode' to a temp buffer, for proper initiatilzaion (why?). (xesam-highlight-string, xesam-get-hits) (xesam-kill-buffer-function): New defuns. (xesam-refresh-entry): Move code to `xesam-get-hits'. Check result of "hit.fields", it isn't a string only. Wrap an error of the strigi search engine ("xesam:size" is returned as string). Highlight search items. (xesam-refresh-search-buffer): Make logic of counters more simple. Prefetch next hits. (xesam-signal-handler): Use `xesam-mode-line' instead of `font-lock-type-face'. (xesam-new-search): Add `xesam-kill-buffer-function' to `kill-buffer-hook'.
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