aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorGerd Moellmann2000-08-09 18:44:35 +0000
committerGerd Moellmann2000-08-09 18:44:35 +0000
commit8e7bd23112f207c424ee68faf1bcbabe3a0af693 (patch)
tree71318eec4e0e9c06605eeaa6637b9080d3348646 /src/ChangeLog
parent69a7a14df4b6356fe7c0fe54a33e79428a5c2abc (diff)
downloademacs-8e7bd23112f207c424ee68faf1bcbabe3a0af693.tar.gz
emacs-8e7bd23112f207c424ee68faf1bcbabe3a0af693.zip
(input_pending): External declaration.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 53313fff5d5..7b169877aa9 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -15,6 +15,19 @@
15 15
162000-08-09 Gerd Moellmann <gerd@gnu.org> 162000-08-09 Gerd Moellmann <gerd@gnu.org>
17 17
18 * lisp.h (input_pending): External declaration.
19
20 * dispextern.h (Qredisplay_dont_pause): Declare extern.
21
22 * xdisp.c (echo_area_display): Display thoroughly if input is
23 pending. Bind redisplay-dont-pause to t during the redisplay.
24 in case input is pending.
25
26 * dispnew.c (Qredisplay_dont_pause): New variable.
27 (syms_of_display): Initialize and staticpro it.
28 (update_frame_1): Don't interrupt the display for pending input if
29 redisplay_dont_pause is set.
30
18 * dispnew.c (mode_line_string): Declare parameter MODE_LINE_P. 31 * dispnew.c (mode_line_string): Declare parameter MODE_LINE_P.
19 32
20 * xfaces.c (Ftty_suppress_bold_inverse_default_colors): Doc fix. 33 * xfaces.c (Ftty_suppress_bold_inverse_default_colors): Doc fix.