changeset 108304:8b307cedcd04

NEWS: Remove FUD from description of bidirectional editing.
author Eli Zaretskii <eliz@gnu.org>
date Fri, 07 May 2010 20:04:15 +0300
parents de84b07503b4
children 8bf1951b8dc0
files etc/NEWS
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/etc/NEWS	Fri May 07 10:18:27 2010 -0400
+++ b/etc/NEWS	Fri May 07 20:04:15 2010 +0300
@@ -47,10 +47,6 @@
 
 +++
 ** 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 @@
 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.