comparison src/ChangeLog @ 30724:4c19ce06092b

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Wed, 09 Aug 2000 18:44:35 +0000
parents 11e1e1189fd6
children f480a8429caf
comparison
equal deleted inserted replaced
30723:882e52f9e2bd 30724:4c19ce06092b
13 13
14 * Makefile.in (msdos.o): Depend on keyboard.h. 14 * Makefile.in (msdos.o): Depend on keyboard.h.
15 15
16 2000-08-09 Gerd Moellmann <gerd@gnu.org> 16 2000-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.
21 34
22 2000-08-09 Miles Bader <miles@lsi.nec.co.jp> 35 2000-08-09 Miles Bader <miles@lsi.nec.co.jp>