comparison src/ChangeLog @ 108754:728449765ab0

* process.c (Fmake_network_process): Set :host to nil if it's not used. Suggested by Masatake YAMATO <yamato@redhat.com>.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Mon, 24 May 2010 16:46:41 -0400
parents c40b9bfe9167
children f3d817d46523 f528b6459bdd
comparison
equal deleted inserted replaced
108753:f7bbe35cec23 108754:728449765ab0
1 2010-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
1 2010-05-23 Eli Zaretskii <eliz@gnu.org> 6 2010-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
4 definition. 9 definition.
5 10
13 and maxpos members instead of start.pos and end.pos, respectively. 18 and maxpos members instead of start.pos and end.pos, respectively.
14 19
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
26 position found by display_line directly. Fix logic; eol_pos 31 position found by display_line directly. Fix logic; eol_pos
27 should be tested before the rest. Handle the case of characters 32 should be tested before the rest. Handle the case of characters