aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorColin Walters2002-06-08 22:11:57 +0000
committerColin Walters2002-06-08 22:11:57 +0000
commitcc11e3eea91d31c530a982fcf1c5fa4fc97a3afa (patch)
tree729bd6b540f2160dca410664f419e305546ee712
parent06bc5dbf8e9e729eeedae6cac07c8f29243b9f2e (diff)
downloademacs-cc11e3eea91d31c530a982fcf1c5fa4fc97a3afa.tar.gz
emacs-cc11e3eea91d31c530a982fcf1c5fa4fc97a3afa.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog10
1 files changed, 8 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index b12ea87e299..f611530219d 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,7 +1,11 @@
12002-06-08 Colin Walters <walters@gnu.org> 12002-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.
@@ -21,6 +25,8 @@
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