diff src/ChangeLog @ 33069:ea3e57d2e495

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Mon, 30 Oct 2000 15:26:46 +0000
parents adc6c04ffe30
children 8e2243368251
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.