Mercurial > emacs
comparison 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 |
comparison
equal
deleted
inserted
replaced
33068:a31c3787231b | 33069:ea3e57d2e495 |
---|---|
1 2000-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 | |
1 2000-10-30 Stefan Monnier <monnier@cs.yale.edu> | 8 2000-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. |
4 (regex_compile): Catch bogus \(\1\). | 11 (regex_compile): Catch bogus \(\1\). |
5 | 12 |