summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenichi Handa <handa@m17n.org>2004-09-21 02:27:01 +0000
committerKenichi Handa <handa@m17n.org>2004-09-21 02:27:01 +0000
commit88a74fa51b4dc8763b607a90f0ee8a099f193a24 (patch)
treefb8614b105bfc20ed2538aa676fc14d5f58a6d0c
parent22259c9379683d5580e238e48af3f58b8ff986d9 (diff)
downloademacs-88a74fa51b4dc8763b607a90f0ee8a099f193a24.tar.gz
*** empty log message ***
-rw-r--r--leim/ChangeLog12
-rw-r--r--lisp/ChangeLog5
2 files changed, 17 insertions, 0 deletions
diff --git a/leim/ChangeLog b/leim/ChangeLog
index 19ffc23dc3a..2466de68ca6 100644
--- a/leim/ChangeLog
+++ b/leim/ChangeLog
@@ -1,3 +1,15 @@
+2004-09-21 Kenichi Handa <handa@m17n.org>
+
+ * quail/uni-input.el: Move the call of register-input-method to
+ leim-ext.el.
+ (ucs-input-insert-char): New function.
+ (ucs-input-method): Use ucs-input-insert-char.
+ (ucs-input-activate): Call quail-hide-guidance instead of
+ quail-hide-guidance-buf.
+
+ * leim-ext.el: Add autoload for 'ucs-input-activate and
+ register-input-method for "ucs".
+
2004-08-21 David Kastrup <dak@gnu.org>
* quail/greek.el ("greek-babel"): Add accent/breathing/uppercase
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 1d16f8b6f3d..8263604548b 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
+2004-09-21 Kenichi Handa <handa@m17n.org>
+
+ * descr-text.el (describe-char): Checking of quail activation
+ fixed.
+
2004-09-20 Luc Teirlinck <teirllm@auburn.edu>
* subr.el (run-mode-hooks): Run `after-change-major-mode-hook'