]> git.eshelyaron.com Git - emacs.git/commitdiff
NEWS: Remove FUD from description of bidirectional editing.
authorEli Zaretskii <eliz@gnu.org>
Fri, 7 May 2010 17:04:15 +0000 (20:04 +0300)
committerEli Zaretskii <eliz@gnu.org>
Fri, 7 May 2010 17:04:15 +0000 (20:04 +0300)
etc/NEWS

index 22d66c2de5c68b6a120e9ad96af38710f648f223..578aac46e0542b6a25735bc917374eb2340634c1 100644 (file)
--- 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.