]> git.eshelyaron.com Git - emacs.git/commit
Retrospective commit from 2009-09-12.
authorEli Zaretskii <eliz@gnu.org>
Thu, 31 Dec 2009 21:14:26 +0000 (16:14 -0500)
committerEli Zaretskii <eliz@gnu.org>
Thu, 31 Dec 2009 21:14:26 +0000 (16:14 -0500)
commitd8300a8a317dfe01eaf7dbf7912f5c03c1fbfea3
treed99d9c58052815a93a03730dc21c66b6d3810d53
parent90fcfd71cf705476cf64f7314a57eea8ac9bc8db
Retrospective commit from 2009-09-12.

Undo changes from 2009-09-11.  Set row->end and row->start in
xdisp.c:display_line.

 dispnew.c (direct_output_for_insert): Give up if we are
 reordering bidirectional text.
 dispextern.h (IT_STACK_SIZE): Enlarge to 5.
 xdisp.c (display_line): Set row->end and it->start for the next
 row to the next character in logical order.  If we are reordering
 bidi text, push and pop the iterator before and after momentarily
 iterating in logical order.
src/ChangeLog.bidi
src/dispextern.h
src/dispnew.c
src/xdisp.c