]> git.eshelyaron.com Git - emacs.git/commitdiff
Update NEWS and lispref docs.
authorEli Zaretskii <eliz@gnu.org>
Mon, 13 Oct 2014 06:50:16 +0000 (09:50 +0300)
committerEli Zaretskii <eliz@gnu.org>
Mon, 13 Oct 2014 06:50:16 +0000 (09:50 +0300)
doc/lispref/ChangeLog
doc/lispref/display.texi
etc/ChangeLog
etc/NEWS

index 58548077d3d64505b684fce2f2b9b7994542ad6f..151fb0005a00816da6b8d2e055d165af90fe5d7e 100644 (file)
@@ -1,3 +1,8 @@
+2014-10-13  Eli Zaretskii  <eliz@gnu.org>
+
+       * display.texi (Bidirectional Display): Update the version of the
+       UBA to which we are conforming.
+
 2014-07-11  Eli Zaretskii  <eliz@gnu.org>
 
        * internals.texi (Garbage Collection): Fix last change.
index e0349e4ca0c4301e82b41c503e85e61c0f006f2a..fd4a7d7058ecd1b1d2d91f7e3dfed2ef4e07fbbb 100644 (file)
@@ -6552,7 +6552,8 @@ position.  In performing this @dfn{bidirectional reordering}, Emacs
 follows the Unicode Bidirectional Algorithm (a.k.a.@: @acronym{UBA}),
 which is described in Annex #9 of the Unicode standard
 (@url{http://www.unicode.org/reports/tr9/}).  Emacs provides a ``Full
-Bidirectionality'' class implementation of the @acronym{UBA}.
+Bidirectionality'' class implementation of the @acronym{UBA},
+consistent with the requirements of the Unicode Standard v7.0.
 
 @defvar bidi-display-reordering
 If the value of this buffer-local variable is non-@code{nil} (the
index 40eb5f112524de672eaf50719a531e098c2c8f99..9c3643edd38f90b48b4c98c7abb342c01b94679e 100644 (file)
@@ -1,3 +1,7 @@
+2014-10-13  Eli Zaretskii  <eliz@gnu.org>
+
+       * NEWS: Mention the UBA implementation update.
+
 2014-08-08  Jan Nieuwenhuizen  <janneke@gnu.org>
 
        * compilation.txt (file): Add Guile backtrace example.
index 9a2c03aad15b59317ee28c2b874d881a5ce6b2c3..0260abda5eb5988913a2383e93fb0d44d312e45b 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -76,6 +76,14 @@ character in the pasted text as actual user input.  This results in a
 paste experience similar to that under a window system, and significant
 performance improvements when pasting large amounts of text.
 
+** Emacs now supports the latest version of the UBA.
+The Emacs implementation of the Unicode Bidirectional Algorithm (UBA)
+was updated to support all the latest additions and changes introduced
+in Unicode Standard versions 6.3 and 7.0, and a few changes suggested
+for Unicode 8.0.  This includes full support for directional isolates
+and the Bidirectional Parentheses Algorithm (BPA) specified by these
+Unicode standards.
+
 \f
 * Changes in Specialized Modes and Packages in Emacs 24.5