diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index b9675a9e2fe..9171a4eb3f9 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,10 @@ | |||
| 1 | 2001-05-02 Gerd Moellmann <gerd@gnu.org> | 1 | 2001-05-02 Gerd Moellmann <gerd@gnu.org> |
| 2 | 2 | ||
| 3 | * xterm.c (expose_window): Return int. If W is the window | ||
| 4 | currently being updated, mark the frame garbaged. Fix | ||
| 5 | computation of rows intersecting the exposed rectangle. | ||
| 6 | (expose_window_tree): Stop when expose_window returns 0. | ||
| 7 | |||
| 3 | * xterm.c (x_draw_stretch_glyph_string): Don't draw background | 8 | * xterm.c (x_draw_stretch_glyph_string): Don't draw background |
| 4 | again if it has already been drawn. | 9 | again if it has already been drawn. |
| 5 | 10 | ||