Mercurial > emacs
changeset 65371:d2b1170c4ac4
*** empty log message ***
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Thu, 08 Sep 2005 22:29:35 +0000 |
parents | c20c676c58f9 |
children | 26a30c06dc45 |
files | src/ChangeLog |
diffstat | 1 files changed, 7 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Thu Sep 08 22:02:30 2005 +0000 +++ b/src/ChangeLog Thu Sep 08 22:29:35 2005 +0000 @@ -1,3 +1,10 @@ +2005-09-09 Kim F. Storm <storm@cua.dk> + + * frame.h (struct frame): New member updated_p. + + * xdisp.c (redisplay_internal): Mark updated frames in new updated_p + member. Remove local `updated' array and associated variables. + 2005-09-07 Kim F. Storm <storm@cua.dk> * xdisp.c (handle_display_prop): Respect overlay window property.