]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorColin Walters <walters@gnu.org>
Tue, 21 May 2002 21:21:37 +0000 (21:21 +0000)
committerColin Walters <walters@gnu.org>
Tue, 21 May 2002 21:21:37 +0000 (21:21 +0000)
lisp/ChangeLog
src/ChangeLog

index 879a79f8c68a56a9fc4b3e5af668ebe837fd408c..80845ddcc197bcddc80abeccbd8ea2ca45bd05ec 100644 (file)
@@ -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)
index 40f74df59e0ece42864379f8de193342b726588e..1b5fe7d6bcf89e5ec7460d955937ebe3886d8752 100644 (file)
@@ -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.