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

Update news for 5.1.1 with minor features just added.

This commit is contained in:
Peter Stephenson 2015-09-11 09:19:42 +01:00
parent c088906423
commit 7fca9bb05b
3 changed files with 19 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2015-09-11 Peter Stephenson <p.stephenson@samsung.com>
* unposted: NEWS, README: update for minor new features that
have just appeared.
2015-09-10 Daniel Shahaf <d.s@daniel.shahaf.name>
* 36445: Doc/Zsh/zle.yo Src/Zle/zle_params.c: Expose yankb,

13
NEWS
View File

@ -4,7 +4,18 @@ CHANGES FROM PREVIOUS VERSIONS OF ZSH
Note also the list of incompatibilities in the README file.
There are no significant changes between 5.1 and 5.1.1.
Changes from 5.1 to 5.1.1
-------------------------
5.1.1 is primarily a bug fix release; however, a few minor features were
added.
The ZLE variables YANK_ACTIVE, YANK_START and YANK_END have been added
and are useful for managing highlighting.
The zsh-specific pattern match range tests have been supplemented with
[:INCOMPLETE:] and [:INVALID:] to help detect the state of partially
read multibyte character strings.
Changes from 5.0.8 to 5.1
-------------------------

3
README
View File

@ -10,7 +10,8 @@ a few visible improvements since 5.0.8 as well as many bugfixes. Note
in particular the two changes highlighted under "Incompatibilites
between 5.0.8 and 5.1" below. See NEWS for more information.
There are only bug fixes between 5.1 and 5.1.1.
There are mostly bug fixes between 5.1 and 5.1.1; however, a fewer minor
features useful in resolving problems with shell functions were added.
Installing Zsh
--------------