aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2000-07-24 15:30:58 +0000
committerEli Zaretskii2000-07-24 15:30:58 +0000
commitfbe0a9585f580a805d4544811141c9b5f3eb72bb (patch)
treec4e945a2ebf9e29fbaada5d5c73988bf1619b6c1
parentea33749b79d1f0cae455e28a062226cb412eb712 (diff)
downloademacs-fbe0a9585f580a805d4544811141c9b5f3eb72bb.tar.gz
emacs-fbe0a9585f580a805d4544811141c9b5f3eb72bb.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog3
-rw-r--r--src/ChangeLog5
2 files changed, 8 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index e97205960ea..1c7a707d6b0 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,8 @@
12000-07-24 Eli Zaretskii <eliz@is.elta.co.il> 12000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
2 2
3 * info.el (Info-goto-emacs-key-command-node): Leave a space after
4 the prompt.
5
3 * mouse.el (popup-menu): Run the keymap through indirect-function, 6 * mouse.el (popup-menu): Run the keymap through indirect-function,
4 in case it was defined with define-prefix-key. If the menu is a 7 in case it was defined with define-prefix-key. If the menu is a
5 list of keymaps, look up the binding of user's choice in each one 8 list of keymaps, look up the binding of user's choice in each one
diff --git a/src/ChangeLog b/src/ChangeLog
index f65cf1db3c6..450c48f0489 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
2
3 * xmenu.c (keymap_panes): Pass the keymap's prompt as the pane
4 name to single_keymap_panes.
5
12000-07-24 Andreas Schwab <schwab@suse.de> 62000-07-24 Andreas Schwab <schwab@suse.de>
2 7
3 * fns.c (Fmakehash): Pass Qeql to Fmake_hash_table if TEST is nil. 8 * fns.c (Fmakehash): Pass Qeql to Fmake_hash_table if TEST is nil.