diff options
| author | Gerd Moellmann | 2001-01-25 20:27:30 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2001-01-25 20:27:30 +0000 |
| commit | c5e6e06b5b9d296c2f15c540fde0fba7650d6f1d (patch) | |
| tree | de7045bb2acb30c56bf97157466359e6cf5e5b51 /src/ChangeLog | |
| parent | 4629a73ab88368ac1b9ed82116e2d0b9604fe5a4 (diff) | |
| download | emacs-c5e6e06b5b9d296c2f15c540fde0fba7650d6f1d.tar.gz emacs-c5e6e06b5b9d296c2f15c540fde0fba7650d6f1d.zip | |
(x_after_update_window_line): Don't clear if frame's
internal border width is zero.
(x_clear_area): New function.
(x_after_update_window_line, x_clear_end_of_line)
(x_scroll_bar_create, x_scroll_bar_set_handle)
(XTset_vertical_scroll_bar, x_erase_phys_cursor): Use x_clear_area
instead of XClearArea.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index f440e6d2acf..e691dce2212 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,18 @@ | |||
| 1 | 2001-01-25 Gerd Moellmann <gerd@gnu.org> | 1 | 2001-01-25 Gerd Moellmann <gerd@gnu.org> |
| 2 | 2 | ||
| 3 | * xfns.c (x_set_tool_bar_lines): Use x_clear_area instead of | ||
| 4 | XClearArea. | ||
| 5 | |||
| 6 | * xterm.c (x_after_update_window_line): Don't clear if frame's | ||
| 7 | internal border width is zero. | ||
| 8 | (x_clear_area): New function. | ||
| 9 | (x_after_update_window_line, x_clear_end_of_line) | ||
| 10 | (x_scroll_bar_create, x_scroll_bar_set_handle) | ||
| 11 | (XTset_vertical_scroll_bar, x_erase_phys_cursor): Use x_clear_area | ||
| 12 | instead of XClearArea. | ||
| 13 | |||
| 14 | * xterm.h (x_clear_area): Add prototype. | ||
| 15 | |||
| 3 | * xfns.c (Fx_file_dialog): Remove a workaround for Lesstif | 16 | * xfns.c (Fx_file_dialog): Remove a workaround for Lesstif |
| 4 | which doesn't seem necessary anymore with Lesstif 0.92. | 17 | which doesn't seem necessary anymore with Lesstif 0.92. |
| 5 | 18 | ||