emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/ChangeLog


From: Colin Walters
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog
Date: Sat, 08 Jun 2002 16:48:35 -0400

Index: emacs/lisp/ChangeLog
diff -c emacs/lisp/ChangeLog:1.3972 emacs/lisp/ChangeLog:1.3973
*** emacs/lisp/ChangeLog:1.3972 Sat Jun  8 14:28:06 2002
--- emacs/lisp/ChangeLog        Sat Jun  8 16:48:34 2002
***************
*** 1,3 ****
--- 1,37 ----
+ 2002-06-08  Colin Walters  <address@hidden>
+ 
+       * subr.el (copy-list): Moved here from cl.el.
+       (copy-tree): Renamed here from `cl-copy-tree' in cl.el.
+ 
+       * replace.el (occur-mode): Don't set up categories.
+       (occur-1): Pass `list-matching-lines-face' and
+       `list-matching-lines-buffer-name-face'.
+       (occur-engine): Use `font-lock-face' instead of categories.
+ 
+       * info.el (Info-mode): Don't set up categories.
+       (Info-fontify-menu-headers): Use `font-lock-face' instead of categories.
+       (Info-fontify-node): Ditto.
+ 
+       * ibuffer.el (ibuffer-category-alist): Delete.
+       (ibuffer-get-category): Delete.
+       (ibuffer-compile-make-eliding-form): Use `font-lock-face' instead
+       of categories.
+       (ibuffer-compile-format): Don't treat `name' category specially.
+       (ibuffer-column name): Use `font-lock-face'.
+       (filename-and-process): Ditto.
+       (ibuffer-buffer-name-category): Renamed to
+       `ibuffer-buffer-name-face'.  Don't use categories.
+       (ibuffer-update-title-and-summary): Use `font-lock-face'.
+       (ibuffer-insert-filter-group): Ditto.
+       (ibuffer-mode): Don't set up categories.
+ 
+       * font-core.el (font-lock-category-alist): Delete.
+       (turn-on-font-lock-if-enabled): Don't use it.
+       (font-lock-symbol-category-alist): Delete.
+       (font-lock-default-function): Use new `char-property-alias-alist'
+       to make `font-lock-face' an alias for `face' when font-lock mode
+       is enabled.
+ 
  2002-06-08  Richard M. Stallman  <address@hidden>
  
        * files.el (find-file-noselect-1): Undo previous change.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]