aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorGerd Moellmann2000-08-30 15:00:17 +0000
committerGerd Moellmann2000-08-30 15:00:17 +0000
commit868dd24bb197a692d1c6eaf71a67fd385098c460 (patch)
treed12bf8a063a3e2336464511d4fc60e4d303bb452 /src/ChangeLog
parentedc681111e677b28d461fc56282381caf90952a0 (diff)
downloademacs-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/ChangeLog8
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 @@
12000-08-30 Gerd Moellmann <gerd@gnu.org> 12000-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