# HG changeset patch # User Juri Linkov # Date 1105487615 0 # Node ID 7ac797c6a17d14b1fe9bf79de4e981cecb0c9245 # Parent 6b794a66a256a84116931e5c59932a880f6a36c6 *** empty log message *** diff -r 6b794a66a256 -r 7ac797c6a17d lisp/ChangeLog --- a/lisp/ChangeLog Tue Jan 11 23:52:12 2005 +0000 +++ b/lisp/ChangeLog Tue Jan 11 23:53:35 2005 +0000 @@ -1,3 +1,15 @@ +2005-01-12 Juri Linkov + + * facemenu.el (list-colors-display): Add new arg buffer-name. + Use it. Fix docstring. Replace code for identifying duplicate + colors by the name with call to `list-colors-duplicates' which + identifies duplicate colors by the value unless the color + is one of special Windows colors. Set truncate-lines to t. + Print sorted duplicate color names on each line. Indent to 22 + \(the longest color name in rgb.txt) instead of 20. Optimize. + (list-colors-duplicates): New function. + (facemenu-color-name-equal): Delete function. + 2005-01-12 Juri Linkov * isearch.el (search-highlight, isearch, isearch-lazy-highlight):