Support MS-Windows build and reversed rows in GUI frames; add initial docs.
authorEli Zaretskii <eliz@gnu.org>
Mon, 29 Mar 2010 12:26:24 +0000 (08:26 -0400)
committerEli Zaretskii <eliz@gnu.org>
Mon, 29 Mar 2010 12:26:24 +0000 (08:26 -0400)
commitf4b6ba46b857e140c6482c0542c70fc989b1fe85
treee11b18a23b3a1ef8cfd0f535fec388d2fb3184a1
parentc0546589ab9573047bb0d6cb82e27fe29221b71a
Support MS-Windows build and reversed rows in GUI frames; add initial docs.

 doc/emacs/mule.texi (International): Mention support of
 bidirectional editing.
 (Bidirectional Editing): New section.
 etc/HELLO: Reorder Arabic and Hebrew into logical order, and
 insert RLM before the opening paren, to make the display more
 reasonable.  Add setting for bidi-display-reordering in the local
 variables section.
 lisp/files.el: Make bidi-display-reordering safe variable for
 boolean values.
 src/xdisp (append_glyph): If the glyph row is reversed, prepend the
 glyph rather than appending it.
 src/makefile.w32-in (OBJ1): Add $(BLD)/bidi.$(O).
 ($(BLD)/bidi.$(O)): New target.
doc/emacs/mule.texi
etc/HELLO
etc/NEWS
lisp/files.el
src/ChangeLog.bidi
src/makefile.w32-in
src/xdisp.c