aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2014-10-13 09:50:16 +0300
committerEli Zaretskii2014-10-13 09:50:16 +0300
commit0c26561ddd5ced2c0878c4412218592ca6f9f991 (patch)
tree019e1048842cde5cc247820873a51fc2bbc28b1d
parent41d384fa99ad79454d7c205b3d3686fb0ca137cc (diff)
downloademacs-0c26561ddd5ced2c0878c4412218592ca6f9f991.tar.gz
emacs-0c26561ddd5ced2c0878c4412218592ca6f9f991.zip
Update NEWS and lispref docs.
-rw-r--r--doc/lispref/ChangeLog5
-rw-r--r--doc/lispref/display.texi3
-rw-r--r--etc/ChangeLog4
-rw-r--r--etc/NEWS8
4 files changed, 19 insertions, 1 deletions
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 @@
12014-10-13 Eli Zaretskii <eliz@gnu.org>
2
3 * display.texi (Bidirectional Display): Update the version of the
4 UBA to which we are conforming.
5
12014-07-11 Eli Zaretskii <eliz@gnu.org> 62014-07-11 Eli Zaretskii <eliz@gnu.org>
2 7
3 * internals.texi (Garbage Collection): Fix last change. 8 * 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
6552follows the Unicode Bidirectional Algorithm (a.k.a.@: @acronym{UBA}), 6552follows the Unicode Bidirectional Algorithm (a.k.a.@: @acronym{UBA}),
6553which is described in Annex #9 of the Unicode standard 6553which is described in Annex #9 of the Unicode standard
6554(@url{http://www.unicode.org/reports/tr9/}). Emacs provides a ``Full 6554(@url{http://www.unicode.org/reports/tr9/}). Emacs provides a ``Full
6555Bidirectionality'' class implementation of the @acronym{UBA}. 6555Bidirectionality'' class implementation of the @acronym{UBA},
6556consistent with the requirements of the Unicode Standard v7.0.
6556 6557
6557@defvar bidi-display-reordering 6558@defvar bidi-display-reordering
6558If the value of this buffer-local variable is non-@code{nil} (the 6559If 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 @@
12014-10-13 Eli Zaretskii <eliz@gnu.org>
2
3 * NEWS: Mention the UBA implementation update.
4
12014-08-08 Jan Nieuwenhuizen <janneke@gnu.org> 52014-08-08 Jan Nieuwenhuizen <janneke@gnu.org>
2 6
3 * compilation.txt (file): Add Guile backtrace example. 7 * 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
76paste experience similar to that under a window system, and significant 76paste experience similar to that under a window system, and significant
77performance improvements when pasting large amounts of text. 77performance improvements when pasting large amounts of text.
78 78
79** Emacs now supports the latest version of the UBA.
80The Emacs implementation of the Unicode Bidirectional Algorithm (UBA)
81was updated to support all the latest additions and changes introduced
82in Unicode Standard versions 6.3 and 7.0, and a few changes suggested
83for Unicode 8.0. This includes full support for directional isolates
84and the Bidirectional Parentheses Algorithm (BPA) specified by these
85Unicode standards.
86
79 87
80* Changes in Specialized Modes and Packages in Emacs 24.5 88* Changes in Specialized Modes and Packages in Emacs 24.5
81 89