aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog5
-rw-r--r--src/ChangeLog5
2 files changed, 10 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 49c158fa4bb..e28048bb60e 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12001-04-06 Dave Love <fx@gnu.org>
2
3 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
4 Remove redundant string-to-list.
5
12001-04-05 Stefan Monnier <monnier@cs.yale.edu> 62001-04-05 Stefan Monnier <monnier@cs.yale.edu>
2 7
3 * composite.el (reference-point-alist): Doc fix. 8 * composite.el (reference-point-alist): Doc fix.
diff --git a/src/ChangeLog b/src/ChangeLog
index 8c42d6fc349..8ef90b8cfdc 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12001-04-06 Dave Love <fx@gnu.org>
2
3 * composite.c (update_compositions) <check_mask & CHECK_HEAD>: Fix
4 test of `from'.
5
12001-04-06 Gerd Moellmann <gerd@gnu.org> 62001-04-06 Gerd Moellmann <gerd@gnu.org>
2 7
3 * composite.h (COMPOSITION_VALID_P): Allow integers as cdrs of 8 * composite.h (COMPOSITION_VALID_P): Allow integers as cdrs of