comparison src/ChangeLog @ 108112:a9a653a56eef

Move code that bidi-iterates out of display property to a separate function. xdisp.c (iterate_out_of_display_property): New function, body from pop_it. (pop_it): Use it.
author Eli Zaretskii <eliz@gnu.org>
date Sun, 25 Apr 2010 19:55:59 +0300
parents 69bfc9e4ceb6
children cfcf7c495ca4 65bda6b7d8b9
comparison
equal deleted inserted replaced
108111:69bfc9e4ceb6 108112:a9a653a56eef
1 2010-04-25 Eli Zaretskii <eliz@gnu.org> 1 2010-04-25 Eli Zaretskii <eliz@gnu.org>
2 2
3 * xdisp.c (display_line): Fix crash with bidi display on the last 3 * xdisp.c (display_line): Fix crash with bidi display on the last
4 empty line. (Bug#6030) 4 empty line. (Bug#6030)
5 (iterate_out_of_display_property): New function, body from pop_it.
6 (pop_it): Use it.
5 7
6 2010-04-24 Eli Zaretskii <eliz@gnu.org> 8 2010-04-24 Eli Zaretskii <eliz@gnu.org>
7 9
8 * xdisp.c (display_line): Use `reseat' instead of `reseat_1', and 10 * xdisp.c (display_line): Use `reseat' instead of `reseat_1', and
9 use `get_next_display_element' and `set_iterator_to_next' to 11 use `get_next_display_element' and `set_iterator_to_next' to