# HG changeset patch # User Gerd Moellmann # Date 967647592 0 # Node ID 8d894e7634fb8e6fd583194a7da9a9bc16b1e730 # Parent d4f918f0b1843df46a3f84b89aaa68b8c5f97c9a *** empty log message *** diff -r d4f918f0b184 -r 8d894e7634fb src/ChangeLog --- a/src/ChangeLog Wed Aug 30 14:59:26 2000 +0000 +++ b/src/ChangeLog Wed Aug 30 14:59:52 2000 +0000 @@ -1,5 +1,13 @@ 2000-08-30 Gerd Moellmann + * xdisp.c (echo_area_display): Check display_completed instead + of calling detect_input_pending. + + * dispnew.c (update_frame): Only set display_completed here; use + the update_begin and update_end calls here from update_frame_1. + (update_frame_1): Don't set display_completed here, don't call + update_begin/update_end. + * xfaces.c (set_font_frame_param): Use Fmodify_frame_parameters instead of store_frame_param.