diff options
| author | Gerd Moellmann | 2000-08-30 15:00:17 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-08-30 15:00:17 +0000 |
| commit | 868dd24bb197a692d1c6eaf71a67fd385098c460 (patch) | |
| tree | d12bf8a063a3e2336464511d4fc60e4d303bb452 /src/ChangeLog | |
| parent | edc681111e677b28d461fc56282381caf90952a0 (diff) | |
| download | emacs-868dd24bb197a692d1c6eaf71a67fd385098c460.tar.gz emacs-868dd24bb197a692d1c6eaf71a67fd385098c460.zip | |
(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.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 4aeda60f2f1..2544112576b 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,13 @@ | |||
| 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 | ||
| 4 | of calling detect_input_pending. | ||
| 5 | |||
| 6 | * dispnew.c (update_frame): Only set display_completed here; move | ||
| 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. | ||
| 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 | ||