comparison lisp/ChangeLog @ 54557:0d079d423ca1

*** empty log message ***
author Juanma Barranquero <lekktu@gmail.com>
date Thu, 25 Mar 2004 22:45:20 +0000
parents f1717549fabe
children e9ac89a9fb29
comparison
equal deleted inserted replaced
54556:96f4b4c88092 54557:0d079d423ca1
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
16 * descr-text.el (describe-property-list): Add a button 21 * descr-text.el (describe-property-list): Add a button
17 for `face' property that calls `describe-face'. 22 for `face' property that calls `describe-face'.