Mercurial > emacs
diff src/ChangeLog @ 108113:cfcf7c495ca4
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. (Bug#6030)
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 20:06:41 +0300 |
parents | 473b75d8b120 a9a653a56eef |
children | 641672d44942 |
line wrap: on
line diff
--- a/src/ChangeLog Sun Apr 25 09:23:01 2010 +0200 +++ b/src/ChangeLog Sun Apr 25 20:06:41 2010 +0300 @@ -1,3 +1,10 @@ +2010-04-25 Eli Zaretskii <eliz@gnu.org> + + * xdisp.c (display_line): Don't assume 2nd call to + get_next_display_element cannot return zero. (Bug#6030) + (iterate_out_of_display_property): New function, body from pop_it. + (pop_it): Use it. + 2010-04-24 Glenn Morris <rgm@gnu.org> * m/amdx86-64.h (START_FILES, LIB_STANDARD) [__OpenBSD__]: