+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.
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.
+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.