aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 879a79f8c68..80845ddcc19 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,4 +1,4 @@
12002-05-18 Colin Walters <walters@gnu.org> 12002-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
102002-05-21 Colin Walters <walters@verbum.org> 142002-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)
diff --git a/src/ChangeLog b/src/ChangeLog
index 40f74df59e0..1b5fe7d6bcf 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
12002-05-21 Colin Walters <walters@gnu.org>
2
3 * Makefile.in (shortlisp): Add font-core.el.
4
12002-05-20 Richard M. Stallman <rms@gnu.org> 52002-05-20 Richard M. Stallman <rms@gnu.org>
2 6
3 * buffer.c (syms_of_buffer) <cursor-type>: Doc fix. 7 * buffer.c (syms_of_buffer) <cursor-type>: Doc fix.