changeset 46680:02cffb8517c3

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Thu, 25 Jul 2002 03:20:36 +0000
parents b3bb26c0c857
children fee02075d43a
files src/ChangeLog
diffstat 1 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Thu Jul 25 03:19:08 2002 +0000
+++ b/src/ChangeLog	Thu Jul 25 03:20:36 2002 +0000
@@ -1,3 +1,10 @@
+2002-07-24  Gerd Moellmann  <gerd.moellmann@t-online.de>
+
+	* xterm.c (expose_overlaps): New function.
+	(expose_window): Use it to fix the display of overlapping rows.
+
+	* xdisp.c (unwind_redisplay): Clear redisplay_updating_p.
+
 2002-07-23  Ken Raeburn  <raeburn@gnu.org>
 
 	* lisp.h (XPNTR): Use NO_UNION_TYPE version for union as well,