aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorGerd Moellmann2000-09-02 21:56:47 +0000
committerGerd Moellmann2000-09-02 21:56:47 +0000
commit715e84c950d3dadaa9049af529833f507999d2fe (patch)
tree09f9fcc60ab9b22379a9fe2d52c251b72433aa47 /src/ChangeLog
parent8892f40bde07b11c5e2c24719acbcf7239f42de3 (diff)
downloademacs-715e84c950d3dadaa9049af529833f507999d2fe.tar.gz
emacs-715e84c950d3dadaa9049af529833f507999d2fe.zip
(redisplay_mode_lines): New function.
(display_mode_lines): Return number of mode lines displayed. (echo_area_display): Use redisplay_mode_lines to draw garbaged mode lines. Don't temporarily bind redisplay-dont-pause to t.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 09108b858f6..9f7bc8fc412 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,10 @@
12000-09-02 Gerd Moellmann <gerd@gnu.org> 12000-09-02 Gerd Moellmann <gerd@gnu.org>
2 2
3 * xdisp.c (redisplay_mode_lines): New function.
4 (display_mode_lines): Return number of mode lines displayed.
5 (echo_area_display): Use redisplay_mode_lines to draw garbaged
6 mode lines. Don't temporarily bind redisplay-dont-pause to t.
7
3 * emacs.c, callint.c, doc.c, editfns.c: Remove includes of 8 * emacs.c, callint.c, doc.c, editfns.c: Remove includes of
4 string.h and strings.h. 9 string.h and strings.h.
5 (index) [HAVE_INDEX]: Add prototype. 10 (index) [HAVE_INDEX]: Add prototype.