comparison src/ChangeLog @ 108088:d9c182b86800

Fix display of composed characters from L2R scripts in bidi buffers. xdisp.c (set_iterator_to_next, next_element_from_composition): After advancing IT past the composition, resync the bidi iterator with IT's position. (Bug#5977)
author Eli Zaretskii <eliz@gnu.org>
date Fri, 23 Apr 2010 21:10:31 +0300
parents 216b6ef76da7
children 2bdfb77de643 0d2395808fa3
comparison
equal deleted inserted replaced
108079:216b6ef76da7 108088:d9c182b86800
1 2010-04-23 Eli Zaretskii <eliz@gnu.org> 1 2010-04-23 Eli Zaretskii <eliz@gnu.org>
2 2
3 * xdisp.c (pop_it): When the stack is popped after displaying 3 * xdisp.c (pop_it): When the stack is popped after displaying
4 from a string, bidi-iterate to exit from the text portion covered 4 from a string, bidi-iterate to exit from the text portion covered
5 by the `display' property or overlay. (Bug#5988, bug#5920) 5 by the `display' property or overlay. (Bug#5988, bug#5920)
6 (set_iterator_to_next, next_element_from_composition): Fix display
7 of composed characters from L2R scripts in bidi buffers.
8 (Bug#5977)
6 9
7 2010-04-23 Dan Nicolaescu <dann@ics.uci.edu> 10 2010-04-23 Dan Nicolaescu <dann@ics.uci.edu>
8 11
9 * s/netbsd.h (LD_SWITCH_SYSTEM_TEMACS): Remove, configure sets nocombreloc. 12 * s/netbsd.h (LD_SWITCH_SYSTEM_TEMACS): Remove, configure sets nocombreloc.
10 * s/openbsd.h (LD_SWITCH_SYSTEM_TEMACS): Remove. 13 * s/openbsd.h (LD_SWITCH_SYSTEM_TEMACS): Remove.