aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
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.