Mercurial > emacs
diff src/ChangeLog @ 110647:c294bdb9cef3
Fix bug #7128.
xdisp.c (reseat_1): Initialize bidi_it.paragraph_dir to NEUTRAL_DIR.
(handle_invisible_prop, iterate_out_of_display_property)
(next_element_from_buffer): If bidi_it.first_elt is set, call
bidi_paragraph_init with NO_DEFAULT_P argument non-zero.
| author | Eli Zaretskii <eliz@gnu.org> |
|---|---|
| date | Wed, 29 Sep 2010 11:52:43 +0200 |
| parents | 7d7a02c19d8c |
| children | 256dd50b2a63 |
line wrap: on
line diff
--- a/src/ChangeLog Wed Sep 29 05:11:58 2010 -0400 +++ b/src/ChangeLog Wed Sep 29 11:52:43 2010 +0200 @@ -1,5 +1,12 @@ 2010-09-29 Eli Zaretskii <eliz@gnu.org> + * xdisp.c (reseat_1): Initialize bidi_it.paragraph_dir to + NEUTRAL_DIR. + (handle_invisible_prop, iterate_out_of_display_property) + (next_element_from_buffer): If bidi_it.first_elt is set, call + bidi_paragraph_init with NO_DEFAULT_P argument non-zero. + (Bug#7128) + * print.c (print_object): Fix format string and argument types for printing a Lisp_Misc_Marker.
