changeset 32819:6de838d8bdbc

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Tue, 24 Oct 2000 12:32:53 +0000
parents f915f46d067c
children d78254659f1d
files lisp/ChangeLog src/ChangeLog
diffstat 2 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Tue Oct 24 12:32:33 2000 +0000
+++ b/lisp/ChangeLog	Tue Oct 24 12:32:53 2000 +0000
@@ -1,5 +1,10 @@
 2000-10-24  Gerd Moellmann  <gerd@gnu.org>
 
+	* wid-edit.el (widget-field-keymap, widget-text-keymap): Define
+	the tool-bar map as nil, as for the menu-bar.  Otherwise, we'll
+	get duplicate tool-bar entries because we'll see the global ones
+	on more than one path through keymaps.
+
 	* emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
 
 	* progmodes/cmacexp.el: Change Francesco's email address.
--- a/src/ChangeLog	Tue Oct 24 12:32:33 2000 +0000
+++ b/src/ChangeLog	Tue Oct 24 12:32:53 2000 +0000
@@ -1,5 +1,7 @@
 2000-10-24  Gerd Moellmann  <gerd@gnu.org>
 
+	* keymap.c: Update copyright.
+
 	* .gdbinit (xbacktrace): Handle case that $bt->function isn't
 	a symbol.