aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorColin Walters <[email protected]>2002-05-21 21:21:37 +0000
committerColin Walters <[email protected]>2002-05-21 21:21:37 +0000
commita7c4d9c8a5d3119785cc99503108e0d4f65943be (patch)
treeccec0dc95fbfe64b1537bf65d83c59ac43df9c81
parent1d83df136ee7413f061139d613009df871f3a638 (diff)
*** empty log message ***
-rw-r--r--lisp/ChangeLog6
-rw-r--r--src/ChangeLog4
2 files changed, 9 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 879a79f8c6..80845ddcc1 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,4 +1,4 @@
-2002-05-18 Colin Walters <[email protected]>
+2002-05-21 Colin Walters <[email protected]>
* 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 <[email protected]>
* font-lock.el (font-lock-defaults, font-lock-defaults-alist)
diff --git a/src/ChangeLog b/src/ChangeLog
index 40f74df59e..1b5fe7d6bc 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
+2002-05-21 Colin Walters <[email protected]>
+
+ * Makefile.in (shortlisp): Add font-core.el.
+
2002-05-20 Richard M. Stallman <[email protected]>
* buffer.c (syms_of_buffer) <cursor-type>: Doc fix.