From: Eli Zaretskii Date: Fri, 23 Apr 2010 15:09:11 +0000 (+0300) Subject: Support `display' text properties and overlay strings in bidi buffers. X-Git-Tag: emacs-pretest-24.0.90~104^2~275^2~438^2~418 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f1bbc65578cd055f4107f0117e6c317b45bc5b33;p=emacs.git 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) --- f1bbc65578cd055f4107f0117e6c317b45bc5b33 diff --cc src/ChangeLog index be510c69f1a,25f5a2af42a..966fc74744d --- a/src/ChangeLog +++ b/src/ChangeLog @@@ -1,8 -1,11 +1,16 @@@ + 2010-04-23 Eli Zaretskii + ++ 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) + 2010-04-23 Dan Nicolaescu + * m/macppc.h (LD_SWITCH_SYSTEM_TEMACS): Remove #undef. + (LD_SWITCH_MACHINE_TEMACS): Remove, configure sets nocombreloc. + * s/netbsd.h (LD_SWITCH_SYSTEM_TEMACS): Remove, configure sets nocombreloc. * s/openbsd.h (LD_SWITCH_SYSTEM_TEMACS): Remove.