# HG changeset patch # User Kenichi Handa # Date 1084539164 0 # Node ID b7092385d1be633acc13795a4474d54e0be85931 # Parent 9ef8d3f3973ec780160c708e0b54f6caff2a2a13 *** empty log message *** diff -r 9ef8d3f3973e -r b7092385d1be lisp/ChangeLog --- a/lisp/ChangeLog Fri May 14 12:41:32 2004 +0000 +++ b/lisp/ChangeLog Fri May 14 12:52:44 2004 +0000 @@ -63,6 +63,18 @@ * faces.el (face-spec-set-match-display): Handle type gtk in display. +2004-05-12 Kenichi Handa + + * 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 * generic.el (define-generic-mode): Remove redundant arglist info. diff -r 9ef8d3f3973e -r b7092385d1be src/ChangeLog --- a/src/ChangeLog Fri May 14 12:41:32 2004 +0000 +++ b/src/ChangeLog Fri May 14 12:52:44 2004 +0000 @@ -1,3 +1,7 @@ +2004-05-14 Kenichi Handa + + * ccl.c (Fccl_execute_on_string): Fix setting elements of STATUS. + 2004-05-14 YAMAMOTO Mitsuharu * lisp.h (Vx_resource_name, Vx_resource_class): Move from xfns.c