aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog11
1 files changed, 8 insertions, 3 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index a8511a358cd..93f2015b4de 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12010-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * process.c (Fmake_network_process): Set :host to nil if it's not used.
4 Suggested by Masatake YAMATO <yamato@redhat.com>.
5
12010-05-23 Eli Zaretskii <eliz@gnu.org> 62010-05-23 Eli Zaretskii <eliz@gnu.org>
2 7
3 * dispextern.h (init_iterator): Sync prototype with changed 8 * dispextern.h (init_iterator): Sync prototype with changed
@@ -15,11 +20,11 @@
15 * xdisp.c (display_line): Compare IT_CHARPOS with the position in 20 * xdisp.c (display_line): Compare IT_CHARPOS with the position in
16 row->start.pos, rather than with MATRIX_ROW_START_CHARPOS. 21 row->start.pos, rather than with MATRIX_ROW_START_CHARPOS.
17 (cursor_row_p): Use row->end.pos rather than MATRIX_ROW_END_CHARPOS. 22 (cursor_row_p): Use row->end.pos rather than MATRIX_ROW_END_CHARPOS.
18 (try_window_reusing_current_matrix, try_window_id): Use 23 (try_window_reusing_current_matrix, try_window_id):
19 ROW->minpos rather than ROW->start.pos. 24 Use ROW->minpos rather than ROW->start.pos.
20 (init_from_display_pos, init_iterator): Use EMACS_INT for 25 (init_from_display_pos, init_iterator): Use EMACS_INT for
21 character and byte positions. 26 character and byte positions.
22 (find_row_edges): Renamed from find_row_end. Accept additional 27 (find_row_edges): Rename from find_row_end. Accept additional
23 arguments for minimum and maximum buffer positions seen by 28 arguments for minimum and maximum buffer positions seen by
24 display_line for this row. Don't use iterator to find the 29 display_line for this row. Don't use iterator to find the
25 position following the maximum one; instead, increment the 30 position following the maximum one; instead, increment the