Mercurial > emacs
changeset 45452:69d6698c3b56
*** empty log message ***
author | Colin Walters <walters@gnu.org> |
---|---|
date | Tue, 21 May 2002 21:21:37 +0000 |
parents | 99b053f1b7f6 |
children | 05d77f58ead5 |
files | lisp/ChangeLog src/ChangeLog |
diffstat | 2 files changed, 9 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Tue May 21 21:15:43 2002 +0000 +++ b/lisp/ChangeLog Tue May 21 21:21:37 2002 +0000 @@ -1,4 +1,4 @@ -2002-05-18 Colin Walters <walters@gnu.org> +2002-05-21 Colin Walters <walters@gnu.org> * international/mule.el (make-coding-system): Doc fixes. @@ -7,6 +7,10 @@ (set-auto-coding): Update docs. (sgml-xml-auto-coding-function): New function. + * international/mule-util.el (store-substring): New optional + argument `ellipsis'. Add commented-out test suite, and change + coding to iso-2022-7bit. + 2002-05-21 Colin Walters <walters@verbum.org> * font-lock.el (font-lock-defaults, font-lock-defaults-alist)
--- a/src/ChangeLog Tue May 21 21:15:43 2002 +0000 +++ b/src/ChangeLog Tue May 21 21:21:37 2002 +0000 @@ -1,3 +1,7 @@ +2002-05-21 Colin Walters <walters@gnu.org> + + * Makefile.in (shortlisp): Add font-core.el. + 2002-05-20 Richard M. Stallman <rms@gnu.org> * buffer.c (syms_of_buffer) <cursor-type>: Doc fix.