]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorKenichi Handa <handa@m17n.org>
Mon, 17 Jul 2000 01:27:07 +0000 (01:27 +0000)
committerKenichi Handa <handa@m17n.org>
Mon, 17 Jul 2000 01:27:07 +0000 (01:27 +0000)
leim/ChangeLog
leim/quail/japanese.el
lisp/ChangeLog

index 62da438c48f8016158d5c2f993e4f07e5c067104..dcc28d1f41c4b7911247a951c4b430f74a5f74a4 100644 (file)
@@ -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.
index e7edfc7b3a6fdd16a5848e674921b7c13989cf67..b6242b1671d5c244309c1c629e1841f0aeea2600 100644 (file)
@@ -309,11 +309,11 @@ current phrase.
 
 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.
index e4b9f961de635ab972f8426edcdf56649a9ce09a..db0a82d39b2bea7144edadf7dc6dd04f72ea1251 100644 (file)
@@ -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.