Mercurial > emacs
changeset 30253:4e276b9c8239
*** empty log message ***
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Mon, 17 Jul 2000 01:27:07 +0000 |
parents | 5955b64b1637 |
children | 857a458d569d |
files | leim/ChangeLog leim/quail/japanese.el lisp/ChangeLog |
diffstat | 3 files changed, 17 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/leim/ChangeLog Mon Jul 17 01:26:28 2000 +0000 +++ b/leim/ChangeLog Mon Jul 17 01:27:07 2000 +0000 @@ -1,3 +1,7 @@ +2000-07-17 Kenichi Handa <handa@etl.go.jp> + + * quail/japanese.el ("japanese"): Docstring modified. + 2000-06-12 Kenichi Handa <handa@etl.go.jp> * quail/tibetan.el (tibetan-wylie-quote-alist): This variable deleted.
--- a/leim/quail/japanese.el Mon Jul 17 01:26:28 2000 +0000 +++ b/leim/quail/japanese.el Mon Jul 17 01:27:07 2000 +0000 @@ -309,11 +309,11 @@ SPC, C-n kkc-next Show the next candidate for the current phrase. - If typed `kkc-show-conversion-list-count' counts successively, + If successively typed `kkc-show-conversion-list-count' times, conversion candidates are shown in the echo area. C-p kkc-prev Show the previous candidate for the current phrase. - If typed `kkc-show-conversion-list-count' counts successively, + If successively typed `kkc-show-conversion-list-count' times, conversion candidates are shown in the echo area. l kkc-show-conversion-list-or-next-group Show at most 10 candidates for the current phrase in echo area.
--- a/lisp/ChangeLog Mon Jul 17 01:26:28 2000 +0000 +++ b/lisp/ChangeLog Mon Jul 17 01:27:07 2000 +0000 @@ -1,3 +1,14 @@ +2000-07-17 Kenichi Handa <handa@etl.go.jp> + + * international/kkc.el (kkc-show-conversion-list-count): Customize + it. + (kkc-region): Update kkc-next-count and kkc-prev-count here. Show + the conversion list at first if appropriate. + (kkc-next): Don't update kkc-next-count here. + (kkc-prev): Don't update kkc-prev-count here. + (kkc-show-conversion-list-update): Fix setting up of conversion + list message. + 2000-07-16 Stefan Monnier <monnier@cs.yale.edu> * mouse.el (mouse-major-mode-menu-1): get the submenu with lookup-key.