diff options
| author | Colin Walters | 2002-06-08 22:52:46 +0000 |
|---|---|---|
| committer | Colin Walters | 2002-06-08 22:52:46 +0000 |
| commit | 256ab4cf12e1e6517699f29c6bb9e7794dd25a3c (patch) | |
| tree | 5d268107dd86db71a7e4a02a81bd02ce99397508 | |
| parent | cdd22c18a6aef517024ae2c4e1180526fe1520be (diff) | |
| download | emacs-256ab4cf12e1e6517699f29c6bb9e7794dd25a3c.tar.gz emacs-256ab4cf12e1e6517699f29c6bb9e7794dd25a3c.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index f611530219d..bf71a2315a3 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -3,9 +3,11 @@ | |||
| 3 | * descr-text.el (describe-text-properties): Sort the output by the | 3 | * descr-text.el (describe-text-properties): Sort the output by the |
| 4 | size of the values. Put `font-lock-face' property on property | 4 | size of the values. Put `font-lock-face' property on property |
| 5 | names. | 5 | names. |
| 6 | (toplevel): Provide `descr-text'. | ||
| 6 | 7 | ||
| 7 | * international/mule-diag.el (describe-char-after): Just call | 8 | * international/mule-diag.el (describe-char-after): When there are |
| 8 | `describe-text-properties' to describe text properties. | 9 | text properties, require `descr-text', and just call |
| 10 | `describe-text-properties'. | ||
| 9 | 11 | ||
| 10 | * international/mule.el (sgml-html-meta-auto-coding-function): New | 12 | * international/mule.el (sgml-html-meta-auto-coding-function): New |
| 11 | function. | 13 | function. |