]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorGerd Moellmann <gerd@gnu.org>
Tue, 13 Mar 2001 15:03:03 +0000 (15:03 +0000)
committerGerd Moellmann <gerd@gnu.org>
Tue, 13 Mar 2001 15:03:03 +0000 (15:03 +0000)
lisp/ChangeLog
src/ChangeLog

index d14ede1e1a6116fb0ada00d60b05f3a019e9df23..806b36d2205b9b26d1350c0cec6b509f952671a8 100644 (file)
@@ -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
index 8a81d0fa6293020e75148b8e42a4b350037262ef..9ba415f7bc10c7c0ce82b1644ba4e5061af8c19f 100644 (file)
@@ -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.