diff options
| author | Gerd Moellmann | 2001-03-19 18:50:47 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2001-03-19 18:50:47 +0000 |
| commit | 357e737652a32cc5b353ebdacf2875edd7652482 (patch) | |
| tree | 5850ee453cd5e302d16e1335080848446b2a6e6a /src/ChangeLog | |
| parent | 33a48912d70cc502ce88b3a65cf78dd3b6b3017b (diff) | |
| download | emacs-357e737652a32cc5b353ebdacf2875edd7652482.tar.gz emacs-357e737652a32cc5b353ebdacf2875edd7652482.zip | |
(XTset_vertical_scroll_bar) [!USE_TOOLKIT_SCROLL_BARS]:
Clear area of the frame not occupied by the scroll bar.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index aa8e986a0a5..39b6f9ecebf 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2001-03-19 Gerd Moellmann <gerd@gnu.org> | 1 | 2001-03-19 Gerd Moellmann <gerd@gnu.org> |
| 2 | 2 | ||
| 3 | * xterm.c (XTset_vertical_scroll_bar) [!USE_TOOLKIT_SCROLL_BARS]: | ||
| 4 | Clear area of the frame not occupied by the scroll bar. | ||
| 5 | |||
| 3 | * xfns.c (x_create_tip_frame): Add parameter TEXT. Set the | 6 | * xfns.c (x_create_tip_frame): Add parameter TEXT. Set the |
| 4 | tip frame's root window buffer to *tip* right after creating | 7 | tip frame's root window buffer to *tip* right after creating |
| 5 | the frame. | 8 | the frame. |