aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
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