# HG changeset patch # User Gerd Moellmann # Date 965846675 0 # Node ID 4c19ce06092b809e2345906a8481d5b028117563 # Parent 882e52f9e2bd6014b50552175aaa4e2a7bfb5ca4 *** empty log message *** diff -r 882e52f9e2bd -r 4c19ce06092b src/ChangeLog --- a/src/ChangeLog Wed Aug 09 18:41:19 2000 +0000 +++ b/src/ChangeLog Wed Aug 09 18:44:35 2000 +0000 @@ -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.