diff options
| author | Gerd Moellmann | 2001-03-13 15:03:03 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2001-03-13 15:03:03 +0000 |
| commit | afcdc0a1393988cac487df14bf14696d9a64e669 (patch) | |
| tree | 2722d982be8a7d0414681257d33b6a0310fee739 | |
| parent | 4b29c200c51eef3bae8c8df1e3ff4716447e6257 (diff) | |
| download | emacs-afcdc0a1393988cac487df14bf14696d9a64e669.tar.gz emacs-afcdc0a1393988cac487df14bf14696d9a64e669.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 5 | ||||
| -rw-r--r-- | src/ChangeLog | 5 |
2 files changed, 9 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d14ede1e1a6..806b36d2205 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2001-03-13 Gerd Moellmann <gerd@gnu.org> | ||
| 2 | |||
| 3 | * help.el (string-key-binding): Don't call event-start on | ||
| 4 | a non-list. | ||
| 5 | |||
| 1 | 2001-03-13 Eli Zaretskii <eliz@is.elta.co.il> | 6 | 2001-03-13 Eli Zaretskii <eliz@is.elta.co.il> |
| 2 | 7 | ||
| 3 | * startup.el (fancy-splash-tail, command-line-1): Fix the | 8 | * 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 @@ | |||
| 1 | 2001-03-13 Gerd Moellmann <gerd@gnu.org> | 1 | 2001-03-13 Gerd Moellmann <gerd@gnu.org> |
| 2 | 2 | ||
| 3 | * xterm.c (XTread_socket) <LeaveNotify, EnterNotify>: Remove | ||
| 4 | workaround code for LessTif; it doesn't work anymore. | ||
| 5 | |||
| 3 | * xterm.c [USE_TOOLKIT_SCROLL_BARS && USE_MOTIF]: Don't include | 6 | * xterm.c [USE_TOOLKIT_SCROLL_BARS && USE_MOTIF]: Don't include |
| 4 | SscrollBarP.h. | 7 | SscrollBarP.h. |
| 5 | 8 | ||
| 6 | * xterm.c (x_set_toolkit_scroll_bar_thumb) [USE_MOTIF]: Don't | 9 | * xterm.c (x_set_toolkit_scroll_bar_thumb) [USE_MOTIF]: Don't |
| 7 | access private scroll bar data; it's no longer necessary with | 10 | access private scroll bar data; it's no longer necessary with |
| 8 | contemporary LessTif. | 11 | contemporary LessTif. |