From 8e7bd23112f207c424ee68faf1bcbabe3a0af693 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Wed, 9 Aug 2000 18:44:35 +0000 Subject: (input_pending): External declaration. --- src/ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'src/ChangeLog') diff --git a/src/ChangeLog b/src/ChangeLog index 53313fff5d5..7b169877aa9 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -15,6 +15,19 @@ 2000-08-09 Gerd Moellmann + * lisp.h (input_pending): External declaration. + + * dispextern.h (Qredisplay_dont_pause): Declare extern. + + * xdisp.c (echo_area_display): Display thoroughly if input is + pending. Bind redisplay-dont-pause to t during the redisplay. + in case input is pending. + + * dispnew.c (Qredisplay_dont_pause): New variable. + (syms_of_display): Initialize and staticpro it. + (update_frame_1): Don't interrupt the display for pending input if + redisplay_dont_pause is set. + * dispnew.c (mode_line_string): Declare parameter MODE_LINE_P. * xfaces.c (Ftty_suppress_bold_inverse_default_colors): Doc fix. -- cgit v1.2.1