aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenichi Handa2000-07-17 01:27:07 +0000
committerKenichi Handa2000-07-17 01:27:07 +0000
commit7a3fd467589e4a263726aad8652c9d9ca8cfa380 (patch)
tree5faca87650263d44b8cdce269f77b213f864c5b9
parent099a5e88e1fdca5e460535f4996ae99ec98f3f9e (diff)
downloademacs-7a3fd467589e4a263726aad8652c9d9ca8cfa380.tar.gz
emacs-7a3fd467589e4a263726aad8652c9d9ca8cfa380.zip
*** empty log message ***
-rw-r--r--leim/ChangeLog4
-rw-r--r--leim/quail/japanese.el4
-rw-r--r--lisp/ChangeLog11
3 files changed, 17 insertions, 2 deletions
diff --git a/leim/ChangeLog b/leim/ChangeLog
index 62da438c48f..dcc28d1f41c 100644
--- a/leim/ChangeLog
+++ b/leim/ChangeLog
@@ -1,3 +1,7 @@
12000-07-17 Kenichi Handa <handa@etl.go.jp>
2
3 * quail/japanese.el ("japanese"): Docstring modified.
4
12000-06-12 Kenichi Handa <handa@etl.go.jp> 52000-06-12 Kenichi Handa <handa@etl.go.jp>
2 6
3 * quail/tibetan.el (tibetan-wylie-quote-alist): This variable deleted. 7 * quail/tibetan.el (tibetan-wylie-quote-alist): This variable deleted.
diff --git a/leim/quail/japanese.el b/leim/quail/japanese.el
index e7edfc7b3a6..b6242b1671d 100644
--- a/leim/quail/japanese.el
+++ b/leim/quail/japanese.el
@@ -309,11 +309,11 @@ current phrase.
309 309
310SPC, C-n kkc-next 310SPC, C-n kkc-next
311 Show the next candidate for the current phrase. 311 Show the next candidate for the current phrase.
312 If typed `kkc-show-conversion-list-count' counts successively, 312 If successively typed `kkc-show-conversion-list-count' times,
313 conversion candidates are shown in the echo area. 313 conversion candidates are shown in the echo area.
314C-p kkc-prev 314C-p kkc-prev
315 Show the previous candidate for the current phrase. 315 Show the previous candidate for the current phrase.
316 If typed `kkc-show-conversion-list-count' counts successively, 316 If successively typed `kkc-show-conversion-list-count' times,
317 conversion candidates are shown in the echo area. 317 conversion candidates are shown in the echo area.
318l kkc-show-conversion-list-or-next-group 318l kkc-show-conversion-list-or-next-group
319 Show at most 10 candidates for the current phrase in echo area. 319 Show at most 10 candidates for the current phrase in echo area.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index e4b9f961de6..db0a82d39b2 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,14 @@
12000-07-17 Kenichi Handa <handa@etl.go.jp>
2
3 * international/kkc.el (kkc-show-conversion-list-count): Customize
4 it.
5 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
6 the conversion list at first if appropriate.
7 (kkc-next): Don't update kkc-next-count here.
8 (kkc-prev): Don't update kkc-prev-count here.
9 (kkc-show-conversion-list-update): Fix setting up of conversion
10 list message.
11
12000-07-16 Stefan Monnier <monnier@cs.yale.edu> 122000-07-16 Stefan Monnier <monnier@cs.yale.edu>
2 13
3 * mouse.el (mouse-major-mode-menu-1): get the submenu with lookup-key. 14 * mouse.el (mouse-major-mode-menu-1): get the submenu with lookup-key.