Mercurial > emacs
comparison lisp/ChangeLog @ 45696:a5b3e8f94dbf
*** empty log message ***
author | Colin Walters <walters@gnu.org> |
---|---|
date | Sat, 08 Jun 2002 22:11:57 +0000 |
parents | b31ffbdd8d11 |
children | 411b3bf9d4db |
comparison
equal
deleted
inserted
replaced
45695:c311225c0346 | 45696:a5b3e8f94dbf |
---|---|
1 2002-06-08 Colin Walters <walters@gnu.org> | 1 2002-06-08 Colin Walters <walters@gnu.org> |
2 | 2 |
3 * international/mule-diag.el (describe-char-after): Use | 3 * descr-text.el (describe-text-properties): Sort the output by the |
4 `font-lock-face' to italicize property names. | 4 size of the values. Put `font-lock-face' property on property |
5 names. | |
6 | |
7 * international/mule-diag.el (describe-char-after): Just call | |
8 `describe-text-properties' to describe text properties. | |
5 | 9 |
6 * international/mule.el (sgml-html-meta-auto-coding-function): New | 10 * international/mule.el (sgml-html-meta-auto-coding-function): New |
7 function. | 11 function. |
8 (auto-coding-from-file-contents): Delete; merge functionality into | 12 (auto-coding-from-file-contents): Delete; merge functionality into |
9 `set-auto-coding'. | 13 `set-auto-coding'. |
19 * subr.el (copy-list): Moved here from cl.el. | 23 * subr.el (copy-list): Moved here from cl.el. |
20 (copy-tree): Renamed here from `cl-copy-tree' in cl-extra.el. | 24 (copy-tree): Renamed here from `cl-copy-tree' in cl-extra.el. |
21 | 25 |
22 * emacs-lisp/cl-extra.el (cl-copy-tree): Moved to `copy-tree' in | 26 * emacs-lisp/cl-extra.el (cl-copy-tree): Moved to `copy-tree' in |
23 subr.el. Add a defalias with the old name. | 27 subr.el. Add a defalias with the old name. |
28 | |
29 * emacs-lisp/cl.el (copy-list): Moved to subr.el. | |
24 | 30 |
25 * replace.el (occur-mode): Don't set up categories. | 31 * replace.el (occur-mode): Don't set up categories. |
26 (occur-1): Pass `list-matching-lines-face' and | 32 (occur-1): Pass `list-matching-lines-face' and |
27 `list-matching-lines-buffer-name-face'. | 33 `list-matching-lines-buffer-name-face'. |
28 (occur-engine): Use `font-lock-face' instead of categories. | 34 (occur-engine): Use `font-lock-face' instead of categories. |