comparison lisp/ChangeLog @ 45692:bac6738f3c27

*** empty log message ***
author Colin Walters <walters@gnu.org>
date Sat, 08 Jun 2002 21:00:53 +0000
parents 81a570c4be20
children b31ffbdd8d11
comparison
equal deleted inserted replaced
45691:febc3fe8ff9b 45692:bac6738f3c27
1 2002-06-08 Colin Walters <walters@verbum.org>
2
3 * subr.el (copy-list): Moved here from cl.el.
4 (copy-tree): Renamed here from `cl-copy-tree' in cl.el.
5
6 * replace.el (occur-mode): Don't set up categories.
7 (occur-1): Pass `list-matching-lines-face' and
8 `list-matching-lines-buffer-name-face'.
9 (occur-engine): Use `font-lock-face' instead of categories.
10
11 * info.el (Info-mode): Don't set up categories.
12 (Info-fontify-menu-headers): Use `font-lock-face' instead of categories.
13 (Info-fontify-node): Ditto.
14
15 * ibuffer.el (ibuffer-category-alist): Delete.
16 (ibuffer-get-category): Delete.
17 (ibuffer-compile-make-eliding-form): Use `font-lock-face' instead
18 of categories.
19 (ibuffer-compile-format): Don't treat `name' category specially.
20 (ibuffer-column name): Use `font-lock-face'.
21 (filename-and-process): Ditto.
22 (ibuffer-buffer-name-category): Renamed to
23 `ibuffer-buffer-name-face'. Don't use categories.
24 (ibuffer-update-title-and-summary): Use `font-lock-face'.
25 (ibuffer-insert-filter-group): Ditto.
26 (ibuffer-mode): Don't set up categories.
27
28 * font-core.el (font-lock-category-alist): Delete.
29 (turn-on-font-lock-if-enabled): Don't use it.
30 (font-lock-symbol-category-alist): Delete.
31 (font-lock-default-function): Use new `char-property-alias-alist'
32 to make `font-lock-face' an alias for `face' when font-lock mode
33 is enabled.
34
1 2002-06-08 Richard M. Stallman <rms@gnu.org> 35 2002-06-08 Richard M. Stallman <rms@gnu.org>
2 36
3 * files.el (find-file-noselect-1): Undo previous change. 37 * files.el (find-file-noselect-1): Undo previous change.
4 38
5 * bookmark.el (bookmark-file-or-variation-thereof): Doc fix. 39 * bookmark.el (bookmark-file-or-variation-thereof): Doc fix.