diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 89a18361ddd..2e4d377684d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,15 +1,20 @@ | |||
| 1 | 2004-03-26 Masatake YAMATO <jet@gyve.org> | 1 | 2004-03-26 Masatake YAMATO <jet@gyve.org> |
| 2 | 2 | ||
| 3 | * simple.el (completion-setup-function): Emphasize the | 3 | * simple.el (completion-setup-function): Emphasize the |
| 4 | first uncommon characters in the completions;and de-emphasize | 4 | first uncommon characters in the completions; and de-emphasize |
| 5 | the common prefix substrings. | 5 | the common prefix substrings. |
| 6 | (completion-emphasis): New face. | 6 | (completion-emphasis): New face. |
| 7 | (completion-de-emphasis): New face. | 7 | (completion-de-emphasis): New face. |
| 8 | 8 | ||
| 9 | 2004-03-25 Juanma Barranquero <lektu@terra.es> | ||
| 10 | |||
| 11 | * progmodes/cperl-mode.el (cperl-indent-alist, cperl-where-am-i): | ||
| 12 | Comment out (it's unused and unfinished code). | ||
| 13 | |||
| 9 | 2004-03-25 Sam Steingold <sds@gnu.org> | 14 | 2004-03-25 Sam Steingold <sds@gnu.org> |
| 10 | 15 | ||
| 11 | * vc.el (vc-print-log): Fixed a bug in the last patch: | 16 | * vc.el (vc-print-log): Fixed a bug in the last patch: |
| 12 | backend-function may be a byte-compiled object, not a lambda | 17 | backend-function may be a byte-compiled object, not a lambda. |
| 13 | 18 | ||
| 14 | 2004-03-25 Juri Linkov <juri@jurta.org> | 19 | 2004-03-25 Juri Linkov <juri@jurta.org> |
| 15 | 20 | ||