Mercurial > emacs
comparison src/ChangeLog @ 108111:69bfc9e4ceb6
Fix crash with bidi display on the last empty line (bug#6030).
xdisp.c (display_line): Don't assume 2nd call to
get_next_display_element cannot return zero.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sun, 25 Apr 2010 17:42:34 +0300 |
parents | 882652fb64a7 |
children | a9a653a56eef |
comparison
equal
deleted
inserted
replaced
108102:882652fb64a7 | 108111:69bfc9e4ceb6 |
---|---|
1 2010-04-25 Eli Zaretskii <eliz@gnu.org> | |
2 | |
3 * xdisp.c (display_line): Fix crash with bidi display on the last | |
4 empty line. (Bug#6030) | |
5 | |
1 2010-04-24 Eli Zaretskii <eliz@gnu.org> | 6 2010-04-24 Eli Zaretskii <eliz@gnu.org> |
2 | 7 |
3 * xdisp.c (display_line): Use `reseat' instead of `reseat_1', and | 8 * xdisp.c (display_line): Use `reseat' instead of `reseat_1', and |
4 use `get_next_display_element' and `set_iterator_to_next' to | 9 use `get_next_display_element' and `set_iterator_to_next' to |
5 advance to the next character, when looking for the character that | 10 advance to the next character, when looking for the character that |