From 0c26561ddd5ced2c0878c4412218592ca6f9f991 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Mon, 13 Oct 2014 09:50:16 +0300 Subject: [PATCH] Update NEWS and lispref docs. --- doc/lispref/ChangeLog | 5 +++++ doc/lispref/display.texi | 3 ++- etc/ChangeLog | 4 ++++ etc/NEWS | 8 ++++++++ 4 files changed, 19 insertions(+), 1 deletion(-) diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 58548077d3d..151fb0005a0 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog @@ -1,3 +1,8 @@ +2014-10-13 Eli Zaretskii + + * display.texi (Bidirectional Display): Update the version of the + UBA to which we are conforming. + 2014-07-11 Eli Zaretskii * internals.texi (Garbage Collection): Fix last change. diff --git a/doc/lispref/display.texi b/doc/lispref/display.texi index e0349e4ca0c..fd4a7d7058e 100644 --- a/doc/lispref/display.texi +++ b/doc/lispref/display.texi @@ -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 diff --git a/etc/ChangeLog b/etc/ChangeLog index 40eb5f11252..9c3643edd38 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog @@ -1,3 +1,7 @@ +2014-10-13 Eli Zaretskii + + * NEWS: Mention the UBA implementation update. + 2014-08-08 Jan Nieuwenhuizen * compilation.txt (file): Add Guile backtrace example. diff --git a/etc/NEWS b/etc/NEWS index 9a2c03aad15..0260abda5eb 100644 --- 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. + * Changes in Specialized Modes and Packages in Emacs 24.5 -- 2.39.5