comparison lisp/ChangeLog @ 54782:6accc4c8d7cb

*** empty log message ***
author Juri Linkov <juri@jurta.org>
date Sun, 11 Apr 2004 09:58:19 +0000
parents d800ac53ee63
children 1fff9cffd37c
comparison
equal deleted inserted replaced
54781:bdfa0aa8c425 54782:6accc4c8d7cb
1 2004-04-11 Juri Linkov <juri@jurta.org>
2
3 * dired.el (dired-faces): New defgroup.
4 (dired-header, dired-mark, dired-marked, dired-flagged)
5 (dired-warning, dired-directory, dired-symlink, dired-ignored):
6 New faces.
7 (dired-header-face, dired-mark-face, dired-marked-face)
8 (dired-flagged-face, dired-warning-face, dired-directory-face)
9 (dired-symlink-face, dired-ignored-face): New face variables.
10 (dired-font-lock-keywords): Use them instead of font-lock faces.
11 Split the rule for dired marks into 3 separate rules: for marks,
12 marked file names and flagged file names.
13
14 * help-mode.el (help-make-xrefs): Add a final newline to the
15 *Help* buffer.
16
1 2004-04-11 John Paul Wallington <jpw@gnu.org> 17 2004-04-11 John Paul Wallington <jpw@gnu.org>
2 18
3 * replace.el (occur-engine): Distinguish between one and several 19 * replace.el (occur-engine): Distinguish between one and several
4 matches in the matches per buffer heading. 20 matches in the matches per buffer heading.
5 21