changeset 30424:a69ca2b45f4e

*** empty log message ***
author Eli Zaretskii <eliz@gnu.org>
date Mon, 24 Jul 2000 15:30:58 +0000
parents 424236a05a4f
children ad577e2e48d3
files lisp/ChangeLog src/ChangeLog
diffstat 2 files changed, 8 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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  <eliz@is.elta.co.il>
 
+	* 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
--- 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  <eliz@is.elta.co.il>
+
+	* xmenu.c (keymap_panes): Pass the keymap's prompt as the pane
+	name to single_keymap_panes.
+
 2000-07-24  Andreas Schwab  <schwab@suse.de>
 
 	* fns.c (Fmakehash): Pass Qeql to Fmake_hash_table if TEST is nil.