diff options
| author | Eli Zaretskii | 2014-10-13 09:50:16 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2014-10-13 09:50:16 +0300 |
| commit | 0c26561ddd5ced2c0878c4412218592ca6f9f991 (patch) | |
| tree | 019e1048842cde5cc247820873a51fc2bbc28b1d | |
| parent | 41d384fa99ad79454d7c205b3d3686fb0ca137cc (diff) | |
| download | emacs-0c26561ddd5ced2c0878c4412218592ca6f9f991.tar.gz emacs-0c26561ddd5ced2c0878c4412218592ca6f9f991.zip | |
Update NEWS and lispref docs.
| -rw-r--r-- | doc/lispref/ChangeLog | 5 | ||||
| -rw-r--r-- | doc/lispref/display.texi | 3 | ||||
| -rw-r--r-- | etc/ChangeLog | 4 | ||||
| -rw-r--r-- | etc/NEWS | 8 |
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 @@ | |||
| 1 | 2014-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 | |||
| 1 | 2014-07-11 Eli Zaretskii <eliz@gnu.org> | 6 | 2014-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 | |||
| 6552 | follows the Unicode Bidirectional Algorithm (a.k.a.@: @acronym{UBA}), | 6552 | follows the Unicode Bidirectional Algorithm (a.k.a.@: @acronym{UBA}), |
| 6553 | which is described in Annex #9 of the Unicode standard | 6553 | which 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 |
| 6555 | Bidirectionality'' class implementation of the @acronym{UBA}. | 6555 | Bidirectionality'' class implementation of the @acronym{UBA}, |
| 6556 | consistent with the requirements of the Unicode Standard v7.0. | ||
| 6556 | 6557 | ||
| 6557 | @defvar bidi-display-reordering | 6558 | @defvar bidi-display-reordering |
| 6558 | If the value of this buffer-local variable is non-@code{nil} (the | 6559 | 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 @@ | |||
| 1 | 2014-10-13 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * NEWS: Mention the UBA implementation update. | ||
| 4 | |||
| 1 | 2014-08-08 Jan Nieuwenhuizen <janneke@gnu.org> | 5 | 2014-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. |
| @@ -76,6 +76,14 @@ character in the pasted text as actual user input. This results in a | |||
| 76 | paste experience similar to that under a window system, and significant | 76 | paste experience similar to that under a window system, and significant |
| 77 | performance improvements when pasting large amounts of text. | 77 | performance improvements when pasting large amounts of text. |
| 78 | 78 | ||
| 79 | ** Emacs now supports the latest version of the UBA. | ||
| 80 | The Emacs implementation of the Unicode Bidirectional Algorithm (UBA) | ||
| 81 | was updated to support all the latest additions and changes introduced | ||
| 82 | in Unicode Standard versions 6.3 and 7.0, and a few changes suggested | ||
| 83 | for Unicode 8.0. This includes full support for directional isolates | ||
| 84 | and the Bidirectional Parentheses Algorithm (BPA) specified by these | ||
| 85 | Unicode 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 | ||