comparison lisp/ChangeLog @ 45710:9af42b6874a8

*** empty log message ***
author Colin Walters <walters@gnu.org>
date Sun, 09 Jun 2002 00:21:46 +0000
parents deb27e3d41fd
children 3809dbad829a
comparison
equal deleted inserted replaced
45709:77b4e2d5f8dd 45710:9af42b6874a8
34 * emacs-lisp/cl-extra.el (cl-copy-tree): Moved to `copy-tree' in 34 * emacs-lisp/cl-extra.el (cl-copy-tree): Moved to `copy-tree' in
35 subr.el. Add a defalias with the old name. 35 subr.el. Add a defalias with the old name.
36 36
37 * emacs-lisp/cl.el (copy-list): Moved to subr.el. 37 * emacs-lisp/cl.el (copy-list): Moved to subr.el.
38 38
39 * replace.el (occur-mode): Don't set up categories. 39 * replace.el (occur-mode): Don't set up categories. Do set
40 `font-lock-defaults', and be sure to set `font-lock-core-only'.
40 (occur-1): Pass `list-matching-lines-face' and 41 (occur-1): Pass `list-matching-lines-face' and
41 `list-matching-lines-buffer-name-face'. 42 `list-matching-lines-buffer-name-face'.
42 (occur-engine): Use `font-lock-face' instead of categories. 43 (occur-engine): Use `font-lock-face' instead of categories.
43 44
44 * info.el (Info-mode): Don't set up categories. 45 * info.el (Info-mode): Don't set up categories. Do set
45 (Info-fontify-menu-headers): Use `font-lock-face' instead of categories. 46 `font-lock-defaults', and be sure to set `font-lock-core-only'.
47 (Info-fontify-menu-headers): Use `font-lock-face' instead of
48 categories.
46 (Info-fontify-node): Ditto. 49 (Info-fontify-node): Ditto.
47 50
48 * ibuffer.el (ibuffer-category-alist): Delete. 51 * ibuffer.el (ibuffer-category-alist): Delete.
49 (ibuffer-get-category): Delete. 52 (ibuffer-get-category): Delete.
50 (ibuffer-compile-make-eliding-form): Use `font-lock-face' instead 53 (ibuffer-compile-make-eliding-form): Use `font-lock-face' instead
54 (filename-and-process): Ditto. 57 (filename-and-process): Ditto.
55 (ibuffer-buffer-name-category): Renamed to 58 (ibuffer-buffer-name-category): Renamed to
56 `ibuffer-buffer-name-face'. Don't use categories. 59 `ibuffer-buffer-name-face'. Don't use categories.
57 (ibuffer-update-title-and-summary): Use `font-lock-face'. 60 (ibuffer-update-title-and-summary): Use `font-lock-face'.
58 (ibuffer-insert-filter-group): Ditto. 61 (ibuffer-insert-filter-group): Ditto.
59 (ibuffer-mode): Don't set up categories. 62 (ibuffer-mode): Don't set up categories. Do set
63 `font-lock-defaults', and be sure to set `font-lock-core-only'.
64 (ibuffer-compile-format): Don't pass third argument
65 to column functions.
66 (filename-and-process): Ditto.
67
68 * ibuf-macs.el (define-ibuffer-column): Don't create a third
69 argument for the generated function.
60 70
61 * font-core.el (font-lock-category-alist): Delete. 71 * font-core.el (font-lock-category-alist): Delete.
62 (turn-on-font-lock-if-enabled): Don't use it. 72 (turn-on-font-lock-if-enabled): Don't use it.
63 (font-lock-symbol-category-alist): Delete. 73 (font-lock-symbol-category-alist): Delete.
64 (font-lock-default-function): Use new `char-property-alias-alist' 74 (font-lock-default-function): Use new `char-property-alias-alist'
65 to make `font-lock-face' an alias for `face' when font-lock mode 75 to make `font-lock-face' an alias for `face' when font-lock mode
66 is enabled. 76 is enabled.
77 (font-lock-core-only): New variable.
78 (font-lock-set-defaults): Use it.
67 79
68 2002-06-08 Richard M. Stallman <rms@gnu.org> 80 2002-06-08 Richard M. Stallman <rms@gnu.org>
69 81
70 * files.el (find-file-noselect-1): Undo previous change. 82 * files.el (find-file-noselect-1): Undo previous change.
71 83