diff options
author | Kenichi Handa <handa@m17n.org> | 2004-05-14 12:52:44 +0000 |
---|---|---|
committer | Kenichi Handa <handa@m17n.org> | 2004-05-14 12:52:44 +0000 |
commit | 08020f9ad53bb936af961c7476ee032ebc90bb9c (patch) | |
tree | 53a60eebc69f1696485c5e90aeb88f1547700648 /lisp | |
parent | 866ebf45ca1b8eaf1c06886d04e29ad56b1e0139 (diff) | |
download | emacs-08020f9ad53bb936af961c7476ee032ebc90bb9c.tar.gz emacs-08020f9ad53bb936af961c7476ee032ebc90bb9c.tar.bz2 emacs-08020f9ad53bb936af961c7476ee032ebc90bb9c.zip |
*** empty log message ***
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/ChangeLog | 12 |
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. |