Mercurial > emacs
comparison lisp/ChangeLog @ 54554:f1717549fabe
(completion-setup-function): Emphasize the first uncommon characters in the completions;and de-emphasize the common prefix substrings.
(completion-emphasis): New face.
(completion-de-emphasis): New face.
author | Masatake YAMATO <jet@gyve.org> |
---|---|
date | Thu, 25 Mar 2004 16:01:38 +0000 |
parents | c862ab7552a4 |
children | 0d079d423ca1 108bb5537c12 |
comparison
equal
deleted
inserted
replaced
54553:c862ab7552a4 | 54554:f1717549fabe |
---|---|
1 2004-03-26 Masatake YAMATO <jet@gyve.org> | |
2 | |
3 * simple.el (completion-setup-function): Emphasize the | |
4 first uncommon characters in the completions;and de-emphasize | |
5 the common prefix substrings. | |
6 (completion-emphasis): New face. | |
7 (completion-de-emphasis): New face. | |
8 | |
1 2004-03-25 Sam Steingold <sds@gnu.org> | 9 2004-03-25 Sam Steingold <sds@gnu.org> |
2 | 10 |
3 * vc.el (vc-print-log): Fixed a bug in the last patch: | 11 * vc.el (vc-print-log): Fixed a bug in the last patch: |
4 backend-function may be a byte-compiled object, not a lambda | 12 backend-function may be a byte-compiled object, not a lambda |
5 | 13 |