Mercurial > emacs
comparison lisp/ChangeLog @ 54155:b9a49d3f4288
*** empty log message ***
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Fri, 27 Feb 2004 17:05:29 +0000 |
parents | 2a5eca2838d1 |
children | e371dc9d17e1 |
comparison
equal
deleted
inserted
replaced
54154:88158cece6fb | 54155:b9a49d3f4288 |
---|---|
1 2004-02-27 Dan Nicolaescu <dann@ics.uci.edu> | |
2 | |
3 * faces.el (face-spec-set-match-display): Add a new attribute, | |
4 `min-colors'. | |
5 (region, highlight, secondary-selection): Use `min-colors`. | |
6 | |
7 * custom.el (defface): Add documentation for `min-colors'. | |
8 | |
9 * font-lock.el (font-lock-comment-face, font-lock-string-face) | |
10 (font-lock-keyword-face, font-lock-function-name-face) | |
11 (font-lock-variable-name-face, font-lock-constant-face): Use | |
12 `min-colors`. | |
13 | |
14 * isearch.el (isearch, isearch-lazy-highlight-face): Use | |
15 `min-colors'. | |
16 | |
1 2004-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br> | 17 2004-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br> |
2 | 18 |
3 * ebnf2ps.el: Doc fix. For compatibility with Emacs 20, define | 19 * ebnf2ps.el: Doc fix. For compatibility with Emacs 20, define |
4 assq-delete-all if it's not defined. | 20 assq-delete-all if it's not defined. |
5 (ebnf-generate-region): Code fix. | 21 (ebnf-generate-region): Code fix. |