# HG changeset patch # User Eli Zaretskii # Date 964452658 0 # Node ID a69ca2b45f4ecc3e977c8aabcecd743e5ed746f0 # Parent 424236a05a4fd687d40c348fadd46a7a5422d3a6 *** empty log message *** diff -r 424236a05a4f -r a69ca2b45f4e lisp/ChangeLog --- a/lisp/ChangeLog Mon Jul 24 15:20:37 2000 +0000 +++ b/lisp/ChangeLog Mon Jul 24 15:30:58 2000 +0000 @@ -1,5 +1,8 @@ 2000-07-24 Eli Zaretskii + * info.el (Info-goto-emacs-key-command-node): Leave a space after + the prompt. + * mouse.el (popup-menu): Run the keymap through indirect-function, in case it was defined with define-prefix-key. If the menu is a list of keymaps, look up the binding of user's choice in each one diff -r 424236a05a4f -r a69ca2b45f4e src/ChangeLog --- a/src/ChangeLog Mon Jul 24 15:20:37 2000 +0000 +++ b/src/ChangeLog Mon Jul 24 15:30:58 2000 +0000 @@ -1,3 +1,8 @@ +2000-07-24 Eli Zaretskii + + * xmenu.c (keymap_panes): Pass the keymap's prompt as the pane + name to single_keymap_panes. + 2000-07-24 Andreas Schwab * fns.c (Fmakehash): Pass Qeql to Fmake_hash_table if TEST is nil.