Mercurial > emacs
diff src/ChangeLog @ 46680:02cffb8517c3
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 25 Jul 2002 03:20:36 +0000 |
parents | 70e2943a7427 |
children | d5bf1117c68b |
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,