1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-05-13 02:56:18 +02:00

40049: NEWS about Unicode 9 (40037)

This commit is contained in:
Peter Stephenson 2016-11-30 16:20:40 +00:00
parent e8df1c7056
commit 2d87bf8dff
2 changed files with 9 additions and 0 deletions

View File

@ -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).

7
NEWS
View File

@ -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