From: Gerd Moellmann Date: Tue, 13 Mar 2001 15:03:03 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-21.0.100~28 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=afcdc0a1393988cac487df14bf14696d9a64e669;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d14ede1e1a6..806b36d2205 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2001-03-13 Gerd Moellmann + + * help.el (string-key-binding): Don't call event-start on + a non-list. + 2001-03-13 Eli Zaretskii * startup.el (fancy-splash-tail, command-line-1): Fix the diff --git a/src/ChangeLog b/src/ChangeLog index 8a81d0fa629..9ba415f7bc1 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,8 +1,11 @@ 2001-03-13 Gerd Moellmann + * xterm.c (XTread_socket) : 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.