aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorGerd Moellmann2000-10-30 15:26:46 +0000
committerGerd Moellmann2000-10-30 15:26:46 +0000
commitd4358b37bec6762190437fc14a5a4fbc1b894465 (patch)
tree0cd9188867850419b1a7964a09d959dfbd7453c8 /src/ChangeLog
parent70c825df44c8cc44fbff1bda7a8e3fbbd16ed4b7 (diff)
downloademacs-d4358b37bec6762190437fc14a5a4fbc1b894465.tar.gz
emacs-d4358b37bec6762190437fc14a5a4fbc1b894465.zip
(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.)
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index fb30f46ef5f..27830a88e07 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,10 @@
12000-10-30 Gerd Moellmann <gerd@gnu.org>
2
3 * xdisp.c (echo_area_display): Don't perform a display update from
4 inside redisplay. The update will happen anyway at the end of
5 redisplay, and it can confuse redisplay (GC messages while
6 redisplaying, for instance.)
7
12000-10-30 Stefan Monnier <monnier@cs.yale.edu> 82000-10-30 Stefan Monnier <monnier@cs.yale.edu>
2 9
3 * regex.c (re_iswctype, re_wctype_to_bit): Fix braino. 10 * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.