aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index ebd41a61203..aadaae24e98 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,18 @@
12013-08-23 Dmitry Antipov <dmantipov@yandex.ru>
2
3 Redesign redisplay interface to drop updated_row and updated_area.
4 * dispextern.h (updated_row, updated_area): Remove declaration.
5 (struct redisplay_interface): Pass glyph row and row area parameters
6 to write_glyphs, insert_glyphs and clear_end_of_line functions.
7 (x_write_glyphs, x_insert_glyphs, x_clear_end_of_line):
8 Adjust prototypes.
9 * dispnew.c (updated_row, updated_area): Remove.
10 (redraw_overlapped_rows, update_window_line): Adjust user.
11 (update_marginal_area, update_text_area): Likewise. Pass updated row
12 as a parameter. Prefer enum glyph_row_area to int where appropriate.
13 * xdisp.c (x_write_glyphs, x_insert_glyphs, x_clear_end_of_line):
14 Adjust users.
15
12013-08-22 Paul Eggert <eggert@cs.ucla.edu> 162013-08-22 Paul Eggert <eggert@cs.ucla.edu>
2 17
3 * process.c (flush_pending_output): Remove stub. 18 * process.c (flush_pending_output): Remove stub.