# HG changeset patch # User Juanma Barranquero # Date 1080254720 0 # Node ID 0d079d423ca170b6f9b2ec8f0663451e18a13fdc # Parent 96f4b4c88092b687f077f37459343c6645a5d551 *** empty log message *** diff -r 96f4b4c88092 -r 0d079d423ca1 lisp/ChangeLog --- a/lisp/ChangeLog Thu Mar 25 22:43:31 2004 +0000 +++ b/lisp/ChangeLog Thu Mar 25 22:45:20 2004 +0000 @@ -1,15 +1,20 @@ 2004-03-26 Masatake YAMATO * simple.el (completion-setup-function): Emphasize the - first uncommon characters in the completions;and de-emphasize + first uncommon characters in the completions; and de-emphasize the common prefix substrings. (completion-emphasis): New face. (completion-de-emphasis): New face. +2004-03-25 Juanma Barranquero + + * progmodes/cperl-mode.el (cperl-indent-alist, cperl-where-am-i): + Comment out (it's unused and unfinished code). + 2004-03-25 Sam Steingold * vc.el (vc-print-log): Fixed a bug in the last patch: - backend-function may be a byte-compiled object, not a lambda + backend-function may be a byte-compiled object, not a lambda. 2004-03-25 Juri Linkov