# HG changeset patch # User Eli Zaretskii # Date 1273251855 -10800 # Node ID 8b307cedcd0401313a4246cd6c217369f4800484 # Parent de84b07503b4d4566fe29ac433d9f91f43771dbd NEWS: Remove FUD from description of bidirectional editing. diff -r de84b07503b4 -r 8b307cedcd04 etc/NEWS --- 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.