# HG changeset patch # User Kenichi Handa # Date 963797227 0 # Node ID 4e276b9c8239105bd893e0bdebbadc93ac72c147 # Parent 5955b64b1637f8150902c95580c3c26b387a17bf *** empty log message *** diff -r 5955b64b1637 -r 4e276b9c8239 leim/ChangeLog --- 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 + + * quail/japanese.el ("japanese"): Docstring modified. + 2000-06-12 Kenichi Handa * quail/tibetan.el (tibetan-wylie-quote-alist): This variable deleted. diff -r 5955b64b1637 -r 4e276b9c8239 leim/quail/japanese.el --- 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. diff -r 5955b64b1637 -r 4e276b9c8239 lisp/ChangeLog --- 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 + + * 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 * mouse.el (mouse-major-mode-menu-1): get the submenu with lookup-key.