aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--leim/ChangeLog5
-rw-r--r--lisp/ChangeLog4
2 files changed, 9 insertions, 0 deletions
diff --git a/leim/ChangeLog b/leim/ChangeLog
index 09d5d1c7de2..b3b2e6fc187 100644
--- a/leim/ChangeLog
+++ b/leim/ChangeLog
@@ -1,3 +1,8 @@
12001-03-05 Kenichi Handa <handa@etl.go.jp>
2
3 * quail/ethiopic.el ("ethiopic"): Docstring adjusted for the
4 change of the speicial key bindings.
5
12001-02-22 Kenichi Handa <handa@etl.go.jp> 62001-02-22 Kenichi Handa <handa@etl.go.jp>
2 7
3 * CXTERM-DIC/ARRAY30.tit: Add Copyright notice. 8 * CXTERM-DIC/ARRAY30.tit: Add Copyright notice.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 6a5d0e4aefb..fdc2e2cdb29 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,9 @@
12001-03-05 Kenichi Handa <handa@etl.go.jp> 12001-03-05 Kenichi Handa <handa@etl.go.jp>
2 2
3 * language/ethio-util.el (ethio-toggle-space): Update
4 current-input-method-title if necessary.
5 (ethio-toggle-punctuation): Likewise.
6
3 * international/quail.el (quail-title): Fix for the case that a 7 * international/quail.el (quail-title): Fix for the case that a
4 title of an input method is specified by a list of the same form 8 title of an input method is specified by a list of the same form
5 as used in mode-line-format. 9 as used in mode-line-format.