aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2014-08-19 21:56:29 +0300
committerEli Zaretskii2014-08-19 21:56:29 +0300
commit0fcb3479d55ef40c1ecadcd378c05d4b4827c545 (patch)
tree825ac173a3ac630c427d3eaf8c5a3623c619ad72
parentca8a1945a66fe301c41fd7b5b753d1da52655733 (diff)
downloademacs-0fcb3479d55ef40c1ecadcd378c05d4b4827c545.tar.gz
emacs-0fcb3479d55ef40c1ecadcd378c05d4b4827c545.zip
Update Emacs's bidirectional conformance per Unicode 6.3.0.
doc/lispref/display.texi (Bidirectional Display): Update the Emacs's class of bidirectional conformance.
-rw-r--r--doc/lispref/ChangeLog5
-rw-r--r--doc/lispref/display.texi6
2 files changed, 9 insertions, 2 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog
index a3353c66f71..7a88fd456d3 100644
--- a/doc/lispref/ChangeLog
+++ b/doc/lispref/ChangeLog
@@ -1,3 +1,8 @@
12014-08-19 Eli Zaretskii <eliz@gnu.org>
2
3 * display.texi (Bidirectional Display): Update the Emacs's class
4 of bidirectional conformance.
5
12014-07-08 Stefan Monnier <monnier@iro.umontreal.ca> 62014-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
2 7
3 * debugging.texi (Function Debugging, Debugger Commands): 8 * debugging.texi (Function Debugging, Debugger Commands):
diff --git a/doc/lispref/display.texi b/doc/lispref/display.texi
index e0349e4ca0c..e88eadb5ca7 100644
--- a/doc/lispref/display.texi
+++ b/doc/lispref/display.texi
@@ -6551,8 +6551,10 @@ positions do not increase monotonically with string or buffer
6551position. In performing this @dfn{bidirectional reordering}, Emacs 6551position. 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 currently provides
6555Bidirectionality'' class implementation of the @acronym{UBA}. 6555a ``Non-isolate Bidirectionality'' class implementation of the
6556@acronym{UBA}: it does not yet support the isolate directional
6557formatting characters introduced with Unicode Standard v6.3.0.
6556 6558
6557@defvar bidi-display-reordering 6559@defvar bidi-display-reordering
6558If the value of this buffer-local variable is non-@code{nil} (the 6560If the value of this buffer-local variable is non-@code{nil} (the