Mercurial > emacs
comparison lisp/ChangeLog @ 59480:914f500788a5
*** empty log message ***
author | Juri Linkov <juri@jurta.org> |
---|---|
date | Tue, 11 Jan 2005 23:05:16 +0000 |
parents | 3afba92f5c34 |
children | 7ac797c6a17d |
comparison
equal
deleted
inserted
replaced
59479:fea2bcedb7bf | 59480:914f500788a5 |
---|---|
1 2005-01-12 Juri Linkov <juri@jurta.org> | |
2 | |
3 * isearch.el (search-highlight, isearch, isearch-lazy-highlight): | |
4 Bring together isearch highlight related options. | |
5 (lazy-highlight): Replace group `replace' by `matching'. | |
6 (lazy-highlight-cleanup, lazy-highlight-initial-delay) | |
7 (lazy-highlight-interval, lazy-highlight-max-at-a-time) | |
8 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-... | |
9 and declare them obsolete. | |
10 (lazy-highlight-face): Rename from isearch-lazy-highlight-face. | |
11 (isearch-faces): Remove defgroup. | |
12 (isearch-overlay, isearch-highlight, isearch-dehighlight): | |
13 Move isearch highlighting code closer to lazy highlighting code. | |
14 | |
15 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group. | |
16 (query-replace-highlight, query-replace-lazy-highlight) | |
17 (query-replace): Move definitions to the beginning of the file. | |
18 | |
1 2005-01-11 Juri Linkov <juri@jurta.org> | 19 2005-01-11 Juri Linkov <juri@jurta.org> |
2 | 20 |
3 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm, | 21 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm, |
4 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm, | 22 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm, |
5 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons. | 23 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons. |