diff options
-rw-r--r-- | README | 2 | ||||
-rw-r--r-- | src/ChangeLog | 7 |
2 files changed, 8 insertions, 1 deletions
@@ -1,4 +1,4 @@ -This directory tree holds version 20.0 of GNU Emacs, the extensible, +This directory tree holds version 21.0.90 of GNU Emacs, the extensible, customizable, self-documenting real-time display editor. You may encounter bugs in this release. If you do, please report diff --git a/src/ChangeLog b/src/ChangeLog index fab77b4d064..12123c60dd3 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,10 @@ +2000-11-08 Gerd Moellmann <gerd@gnu.org> + + * xterm.c (x_scroll_bar_create) [USE_TOOLKIT_SCROLL_BARS]: Map the + scroll bar widget after configuring it, so that it will appear at + the right position from the start. + (XTredeem_scroll_bar): Cleaned up. + 2000-11-08 Kenichi Handa <handa@etl.go.jp> * xterm.c (VCENTER_BASELINE_OFFSET): Fix previous change. If the |