diff options
| author | Colin Walters | 2002-05-21 21:21:37 +0000 |
|---|---|---|
| committer | Colin Walters | 2002-05-21 21:21:37 +0000 |
| commit | a7c4d9c8a5d3119785cc99503108e0d4f65943be (patch) | |
| tree | ccec0dc95fbfe64b1537bf65d83c59ac43df9c81 /lisp | |
| parent | 1d83df136ee7413f061139d613009df871f3a638 (diff) | |
| download | emacs-a7c4d9c8a5d3119785cc99503108e0d4f65943be.tar.gz emacs-a7c4d9c8a5d3119785cc99503108e0d4f65943be.zip | |
*** empty log message ***
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 879a79f8c68..80845ddcc19 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | 2002-05-18 Colin Walters <walters@gnu.org> | 1 | 2002-05-21 Colin Walters <walters@gnu.org> |
| 2 | 2 | ||
| 3 | * international/mule.el (make-coding-system): Doc fixes. | 3 | * international/mule.el (make-coding-system): Doc fixes. |
| 4 | 4 | ||
| @@ -7,6 +7,10 @@ | |||
| 7 | (set-auto-coding): Update docs. | 7 | (set-auto-coding): Update docs. |
| 8 | (sgml-xml-auto-coding-function): New function. | 8 | (sgml-xml-auto-coding-function): New function. |
| 9 | 9 | ||
| 10 | * international/mule-util.el (store-substring): New optional | ||
| 11 | argument `ellipsis'. Add commented-out test suite, and change | ||
| 12 | coding to iso-2022-7bit. | ||
| 13 | |||
| 10 | 2002-05-21 Colin Walters <walters@verbum.org> | 14 | 2002-05-21 Colin Walters <walters@verbum.org> |
| 11 | 15 | ||
| 12 | * font-lock.el (font-lock-defaults, font-lock-defaults-alist) | 16 | * font-lock.el (font-lock-defaults, font-lock-defaults-alist) |