comparison lisp/ChangeLog @ 59483:7ac797c6a17d

*** empty log message ***
author Juri Linkov <juri@jurta.org>
date Tue, 11 Jan 2005 23:53:35 +0000
parents 914f500788a5
children ad03a223e4e1
comparison
equal deleted inserted replaced
59482:6b794a66a256 59483:7ac797c6a17d
1 2005-01-12 Juri Linkov <juri@jurta.org>
2
3 * facemenu.el (list-colors-display): Add new arg buffer-name.
4 Use it. Fix docstring. Replace code for identifying duplicate
5 colors by the name with call to `list-colors-duplicates' which
6 identifies duplicate colors by the value unless the color
7 is one of special Windows colors. Set truncate-lines to t.
8 Print sorted duplicate color names on each line. Indent to 22
9 \(the longest color name in rgb.txt) instead of 20. Optimize.
10 (list-colors-duplicates): New function.
11 (facemenu-color-name-equal): Delete function.
12
1 2005-01-12 Juri Linkov <juri@jurta.org> 13 2005-01-12 Juri Linkov <juri@jurta.org>
2 14
3 * isearch.el (search-highlight, isearch, isearch-lazy-highlight): 15 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
4 Bring together isearch highlight related options. 16 Bring together isearch highlight related options.
5 (lazy-highlight): Replace group `replace' by `matching'. 17 (lazy-highlight): Replace group `replace' by `matching'.