aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorKenichi Handa2000-07-17 01:27:07 +0000
committerKenichi Handa2000-07-17 01:27:07 +0000
commit7a3fd467589e4a263726aad8652c9d9ca8cfa380 (patch)
tree5faca87650263d44b8cdce269f77b213f864c5b9 /lisp
parent099a5e88e1fdca5e460535f4996ae99ec98f3f9e (diff)
downloademacs-7a3fd467589e4a263726aad8652c9d9ca8cfa380.tar.gz
emacs-7a3fd467589e4a263726aad8652c9d9ca8cfa380.zip
*** empty log message ***
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog11
1 files changed, 11 insertions, 0 deletions
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.