1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-05-27 02:16:22 +02:00

unposted: NEWS: Document recent feature additions

Document new features and major changes introduced in 44100, 44135, 44155,
44198, 44200, &al.
This commit is contained in:
dana 2019-04-12 15:23:27 -05:00
parent 78fb8aaccf
commit 11ff9b3db9
2 changed files with 22 additions and 1 deletions

View File

@ -1,5 +1,7 @@
2019-04-12 dana <dana@dana.is> 2019-04-12 dana <dana@dana.is>
* unposted: NEWS: Document recent feature additions
* 44198: Doc/Zsh/options.yo, Src/builtin.c, Src/options.c, * 44198: Doc/Zsh/options.yo, Src/builtin.c, Src/options.c,
Src/zsh.h: Add cd_silent option to suppress all cd output Src/zsh.h: Add cd_silent option to suppress all cd output

21
NEWS
View File

@ -4,9 +4,28 @@ CHANGES FROM PREVIOUS VERSIONS OF ZSH
Note also the list of incompatibilities in the README file. Note also the list of incompatibilities in the README file.
Changes since 5.6.2 Changes since 5.7.1
------------------- -------------------
The zsh/zutil module's zparseopts builtin learnt an -F option to abort
parsing when an unrecognised option-like parameter is encountered.
The zsh/files module gained a chmod builtin.
Several changes have been made to the way completion functions track
'precommands' (such as `command` and `env`) and determine whether the
command being completed for is a shell builtin. Developers of completion
functions may wish to familiarise themselves with `_normal -p` and
`_pick_variant -b`.
The option CD_SILENT was added to suppress all output from cd (whether
explicit or implicit with AUTO_CD). It is disabled by default.
Changes from 5.6.2 to 5.7.1
---------------------------
There are only minor changes between 5.7 and 5.7.1.
Support for 24-bit true color terminals has been added. Hex triplets Support for 24-bit true color terminals has been added. Hex triplets
can be used when specifying colours for prompts and line editor can be used when specifying colours for prompts and line editor
highlighting. On 88 and 256 colour terminals, a new zsh/nearcolor module highlighting. On 88 and 256 colour terminals, a new zsh/nearcolor module