aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorJoakim Verona2013-08-23 05:16:38 +0200
committerJoakim Verona2013-08-23 05:16:38 +0200
commit9d72cbde8b1a6b9b391a1966fe54def9b56c9746 (patch)
tree2502c9e0c691cba14202a39f06a2e7916b204390 /src/ChangeLog
parentfffcc46aabbe28b6f2ef8427f858abe58d3b615e (diff)
parent7f780da621d462afa3c6e0374590a86de513f863 (diff)
downloademacs-9d72cbde8b1a6b9b391a1966fe54def9b56c9746.tar.gz
emacs-9d72cbde8b1a6b9b391a1966fe54def9b56c9746.zip
merge from trunk
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.