diff options
| author | Juanma Barranquero | 2004-03-25 22:45:20 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2004-03-25 22:45:20 +0000 |
| commit | 825d074503dacc2255774f03e08996dfd6b73ca3 (patch) | |
| tree | b4e3683993d9acc3243b74b0ed99eb039353d022 /lisp/ChangeLog | |
| parent | abdb9b8306ccc3dc1d0603017466c023f09b9228 (diff) | |
| download | emacs-825d074503dacc2255774f03e08996dfd6b73ca3.tar.gz emacs-825d074503dacc2255774f03e08996dfd6b73ca3.zip | |
(cperl-indent-alist, cperl-where-am-i): Comment out (it's unused and
unfinished code).
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 | ||