From: Eli Zaretskii Date: Fri, 7 May 2010 17:04:15 +0000 (+0300) Subject: NEWS: Remove FUD from description of bidirectional editing. X-Git-Tag: emacs-pretest-24.0.90~104^2~275^2~438^2~237 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4675971786b83b245e25f5d5b7153f3de579c561;p=emacs.git NEWS: Remove FUD from description of bidirectional editing. --- diff --git a/etc/NEWS b/etc/NEWS index 22d66c2de5c..578aac46e05 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -47,10 +47,6 @@ You can disable this by using --without-selinux. +++ ** Emacs now supports display and editing of bidirectional text. -Warning: This is still very much experimental! The existing support -is minimal, and when it's turned on (see below), many features are -likely to give unexpected results, or break, or even crash! Use at -your own risk! See the node "Bidirectional Editing" in the Emacs Manual for some initial documentation. @@ -69,6 +65,10 @@ Reordering of bidirectional text for display in Emacs is a "Full bidirectionality" class implementation of the Unicode Bidirectional Algorithm. +Note that some advanced display features, such as overlay strings and +`display' text properties, do not yet work correctly when +bidirectional text is reordered for display. + ** GTK scroll-bars are now placed on the right by default. Use `set-scroll-bar-mode' to change this.