Mercurial > emacs
comparison src/ChangeLog @ 31297:15e2e1de20c5
*** empty log message ***
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Wed, 30 Aug 2000 15:00:17 +0000 |
parents | 8d894e7634fb |
children | c4d65bb448a6 |
comparison
equal
deleted
inserted
replaced
31296:8d894e7634fb | 31297:15e2e1de20c5 |
---|---|
1 2000-08-30 Gerd Moellmann <gerd@gnu.org> | 1 2000-08-30 Gerd Moellmann <gerd@gnu.org> |
2 | 2 |
3 * xdisp.c (echo_area_display): Check display_completed instead | 3 * xdisp.c (echo_area_display): Check display_completed instead |
4 of calling detect_input_pending. | 4 of calling detect_input_pending. |
5 | 5 |
6 * dispnew.c (update_frame): Only set display_completed here; use | 6 * dispnew.c (update_frame): Only set display_completed here; move |
7 the update_begin and update_end calls here from update_frame_1. | 7 the update_begin and update_end calls here from update_frame_1. |
8 (update_frame_1): Don't set display_completed here, don't call | 8 (update_frame_1): Don't set display_completed here, don't call |
9 update_begin/update_end. | 9 update_begin/update_end. |
10 | 10 |
11 * xfaces.c (set_font_frame_param): Use Fmodify_frame_parameters | 11 * xfaces.c (set_font_frame_param): Use Fmodify_frame_parameters |