aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorJuanma Barranquero2004-03-25 22:45:20 +0000
committerJuanma Barranquero2004-03-25 22:45:20 +0000
commit825d074503dacc2255774f03e08996dfd6b73ca3 (patch)
treeb4e3683993d9acc3243b74b0ed99eb039353d022 /lisp/ChangeLog
parentabdb9b8306ccc3dc1d0603017466c023f09b9228 (diff)
downloademacs-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/ChangeLog9
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 @@
12004-03-26 Masatake YAMATO <jet@gyve.org> 12004-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
92004-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
92004-03-25 Sam Steingold <sds@gnu.org> 142004-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
142004-03-25 Juri Linkov <juri@jurta.org> 192004-03-25 Juri Linkov <juri@jurta.org>
15 20