]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorKenichi Handa <handa@m17n.org>
Fri, 14 May 2004 12:52:44 +0000 (12:52 +0000)
committerKenichi Handa <handa@m17n.org>
Fri, 14 May 2004 12:52:44 +0000 (12:52 +0000)
lisp/ChangeLog
src/ChangeLog

index 6a591fb09db15f4914c0417eefdf40f46d515b98..83e46adbf588c086afbb62f782bb9d27a9fec73b 100644 (file)
 
        * 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.
index 2f5f8c59315ef5d687eda9922ed3884eb157f733..49555f098f8f2873ce72cf600d67cc8949d9ab36 100644 (file)
@@ -1,3 +1,7 @@
+2004-05-14  Kenichi Handa  <handa@m17n.org>
+
+       * ccl.c (Fccl_execute_on_string): Fix setting elements of STATUS.
+
 2004-05-14  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
 
        * lisp.h (Vx_resource_name, Vx_resource_class): Move from xfns.c