comparison src/ChangeLog @ 32461:939f62717198

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Fri, 13 Oct 2000 13:11:49 +0000
parents dd1d1067760b
children 73b4f1e42145
comparison
equal deleted inserted replaced
32460:5d2167f8c6a6 32461:939f62717198
1 2000-10-13 Gerd Moellmann <gerd@gnu.org>
2
3 * xdisp.c (cursor_row_p): New function.
4 (try_cursor_movement, display_line): Use it.
5
6 * xdisp.c (append_space): Also save/restore iterator's current
7 character and its length.
8
9 * xdisp.c (init_from_display_pos): Add an assertion.
10 (handle_stop): Don't set iterator's add_overlay_start.
11 (handle_invisible_prop): Likewise.
12 (load_overlay_strings): If text under an overlay is invisible,
13 take both before- and after-strings into account when the iterator
14 is positioned either at the start or at the end of the overlay.
15 (forward_to_next_line_start): Rewritten.
16 (reseat_at_next_visible_line_start): Rewritten.
17 (set_iterator_to_next): Add parameter RESEAT_P.
18
19 * dispextern.h (struct it): Remove member add_overlay_start.
20 (set_iterator_to_next): Change prototype.
21
1 2000-10-13 Kenichi Handa <handa@etl.go.jp> 22 2000-10-13 Kenichi Handa <handa@etl.go.jp>
2 23
3 * coding.c (code_convert_region): Be sure to initialize 24 * coding.c (code_convert_region): Be sure to initialize
4 coding->category_idx. 25 coding->category_idx.
5 (decode_coding_string): Set coding->src_multibyte and 26 (decode_coding_string): Set coding->src_multibyte and