Mercurial > emacs
comparison src/ChangeLog @ 31296:8d894e7634fb
*** empty log message ***
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Wed, 30 Aug 2000 14:59:52 +0000 |
parents | 350688ed3b12 |
children | 15e2e1de20c5 |
comparison
equal
deleted
inserted
replaced
31295:d4f918f0b184 | 31296:8d894e7634fb |
---|---|
1 2000-08-30 Gerd Moellmann <gerd@gnu.org> | 1 2000-08-30 Gerd Moellmann <gerd@gnu.org> |
2 | |
3 * xdisp.c (echo_area_display): Check display_completed instead | |
4 of calling detect_input_pending. | |
5 | |
6 * dispnew.c (update_frame): Only set display_completed here; use | |
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 | |
9 update_begin/update_end. | |
2 | 10 |
3 * xfaces.c (set_font_frame_param): Use Fmodify_frame_parameters | 11 * xfaces.c (set_font_frame_param): Use Fmodify_frame_parameters |
4 instead of store_frame_param. | 12 instead of store_frame_param. |
5 | 13 |
6 2000-08-29 Gerd Moellmann <gerd@gnu.org> | 14 2000-08-29 Gerd Moellmann <gerd@gnu.org> |