1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-05 19:31:02 -08:00

*** empty log message ***

This commit is contained in:
Kenichi Handa 2004-09-21 02:27:01 +00:00
parent 22259c9379
commit 88a74fa51b
2 changed files with 17 additions and 0 deletions

View file

@ -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

View file

@ -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'