changeset 33069:ea3e57d2e495

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Mon, 30 Oct 2000 15:26:46 +0000
parents a31c3787231b
children ca31e3965686
files src/ChangeLog
diffstat 1 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Mon Oct 30 15:23:41 2000 +0000
+++ b/src/ChangeLog	Mon Oct 30 15:26:46 2000 +0000
@@ -1,3 +1,10 @@
+2000-10-30  Gerd Moellmann  <gerd@gnu.org>
+
+	* xdisp.c (echo_area_display): Don't perform a display update from
+	inside redisplay.  The update will happen anyway at the end of
+	redisplay, and it can confuse redisplay (GC messages while
+	redisplaying, for instance.)
+
 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
 
 	* regex.c (re_iswctype, re_wctype_to_bit): Fix braino.