]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix display of composed characters from L2R scripts in bidi buffers. (Bug#5977)
authorEli Zaretskii <eliz@gnu.org>
Fri, 23 Apr 2010 18:23:51 +0000 (21:23 +0300)
committerEli Zaretskii <eliz@gnu.org>
Fri, 23 Apr 2010 18:23:51 +0000 (21:23 +0300)
 xdisp.c (set_iterator_to_next, next_element_from_composition):
 After advancing IT past the composition, resync the bidi iterator
 with IT's position.

1  2 
src/ChangeLog

diff --cc src/ChangeLog
index 73e0d967678d91b90b5d41964b955a8688f1462b,f5f6e8c4421cbeda7a322487bd5036be82b22b3d..2a7212d8b26ade15a2eebdefc87d8179b8350423
@@@ -1,16 -1,5 +1,23 @@@
+ 2010-04-23  Eli Zaretskii  <eliz@gnu.org>
++      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)
++
 +2010-04-23  Dan Nicolaescu  <dann@ics.uci.edu>
 +
 +      * Makefile.in (LD_SWITCH_MACHINE_TEMACS): Remove, unused.
 +      (TEMACS_LDFLAGS): Don't use LD_SWITCH_SYSTEM_TEMACS.
 +
 +2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
 +
 +      * gtkutil.c: Include xsettings.h for Ftool_bar_get_system_style.
 +
 +2010-04-23  Eli Zaretskii  <eliz@gnu.org>
 +
 +      Support `display' text properties and overlay strings in bidi
 +      buffers.
        * xdisp.c (pop_it): When the stack is popped after displaying
        from a string, bidi-iterate to exit from the text portion covered
        by the `display' property or overlay.  (Bug#5988, bug#5920)