summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 6a591fb09db..83e46adbf58 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -63,6 +63,18 @@
* faces.el (face-spec-set-match-display): Handle type gtk in display.
+2004-05-12 Kenichi Handa <handa@m17n.org>
+
+ * descr-text.el: Require quail at comile time.
+ (describe-char): If an input method is on and it supports the
+ character, show how to input it.
+
+ * international/quail.el (quail-install-decode-map): Accept a
+ char-table whose subtype is `quail-decode-map'.
+ (quail-store-decode-map-key, quail-gen-decode-map1)
+ (quail-gen-decode-map, quail-find-key1, quail-find-key)
+ (quail-show-key): New functions.
+
2004-05-12 Juanma Barranquero <lektu@terra.es>
* generic.el (define-generic-mode): Remove redundant arglist info.