aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog5
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 @@
12001-05-02 Gerd Moellmann <gerd@gnu.org> 12001-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