changeset 36778:d7f99449b2d3

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Tue, 13 Mar 2001 15:03:03 +0000
parents 4fd2da49b57d
children a3c8e30deddd
files lisp/ChangeLog src/ChangeLog
diffstat 2 files changed, 9 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Tue Mar 13 15:00:45 2001 +0000
+++ b/lisp/ChangeLog	Tue Mar 13 15:03:03 2001 +0000
@@ -1,3 +1,8 @@
+2001-03-13  Gerd Moellmann  <gerd@gnu.org>
+
+	* help.el (string-key-binding): Don't call event-start on 
+	a non-list.
+
 2001-03-13  Eli Zaretskii  <eliz@is.elta.co.il>
 
 	* startup.el (fancy-splash-tail, command-line-1): Fix the
--- a/src/ChangeLog	Tue Mar 13 15:00:45 2001 +0000
+++ b/src/ChangeLog	Tue Mar 13 15:03:03 2001 +0000
@@ -1,8 +1,11 @@
 2001-03-13  Gerd Moellmann  <gerd@gnu.org>
 
+	* xterm.c (XTread_socket) <LeaveNotify, EnterNotify>: Remove
+	workaround code for LessTif; it doesn't work anymore.
+	
 	* xterm.c [USE_TOOLKIT_SCROLL_BARS && USE_MOTIF]: Don't include
 	SscrollBarP.h.
-	
+
 	* xterm.c (x_set_toolkit_scroll_bar_thumb) [USE_MOTIF]: Don't
 	access private scroll bar data; it's no longer necessary with
 	contemporary LessTif.