summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeter Stephenson <pws@zsh.org>2016-11-30 16:20:40 +0000
committerPeter Stephenson <pws@zsh.org>2016-11-30 16:20:40 +0000
commit2d87bf8dff1d511bab4863a3ee68dcccf508997e (patch)
treeaa720f191c4bc1c4c1f0ff6e49fa8087b37a8547
parente8df1c70560a504e325146d5c239689c7782ce2c (diff)
downloadzsh-2d87bf8dff1d511bab4863a3ee68dcccf508997e.tar.gz
zsh-2d87bf8dff1d511bab4863a3ee68dcccf508997e.tar.xz
zsh-2d87bf8dff1d511bab4863a3ee68dcccf508997e.zip
40049: NEWS about Unicode 9 (40037)
-rw-r--r--ChangeLog2
-rw-r--r--NEWS7
2 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0da1aafc1..29fe14710 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2016-11-30  Peter Stephenson  <p.stephenson@samsung.com>
 
+	* 40049: NEWS: notes on Unicode 9 (40037).
+
 	* 40043: Src/Zle/computil.c: fix indentation (recent gcc warns
 	about this).
 
diff --git a/NEWS b/NEWS
index 433703a1e..403cd612c 100644
--- a/NEWS
+++ b/NEWS
@@ -7,6 +7,13 @@ Note also the list of incompatibilities in the README file.
 Changes from 5.2 to 5.3
 -----------------------
 
+It is possible to enable character width support for Unicode 9 by
+configuring with `--enable-unicode9'; this compiles in some additional
+tables.  At some point this support may move into a module, in which
+case the configure option will be changed to cause the module to be
+permanently loaded.  This option is not useful unless your terminal also
+supports Unicode 9.
+
 The new word modifier ':P' computes the physical path of the argument.
 It is different from the existing ':a' modifier which always resolves
 '/before/here/../after' to '/before/after', and differs from the