Mercurial > emacs
changeset 57182:e5942074bdbd
*** empty log message ***
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Tue, 21 Sep 2004 02:27:01 +0000 |
parents | 8818a855274d |
children | 1b540cda70aa 0796fc36c2bd |
files | leim/ChangeLog lisp/ChangeLog |
diffstat | 2 files changed, 17 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/leim/ChangeLog Tue Sep 21 02:26:24 2004 +0000 +++ b/leim/ChangeLog Tue Sep 21 02:27:01 2004 +0000 @@ -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
--- a/lisp/ChangeLog Tue Sep 21 02:26:24 2004 +0000 +++ b/lisp/ChangeLog Tue Sep 21 02:27:01 2004 +0000 @@ -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'