about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeter Stephenson <pws@zsh.org>2015-09-11 09:19:42 +0100
committerPeter Stephenson <pws@zsh.org>2015-09-11 09:19:42 +0100
commit7fca9bb05b5f612337f6b1863b585a9d026b6a61 (patch)
tree4b5cf72334cb5cc959820262f50a1f8ae106b482
parentc088906423ba22eef8d57c84b396f8d5be83ca45 (diff)
downloadzsh-7fca9bb05b5f612337f6b1863b585a9d026b6a61.tar.gz
zsh-7fca9bb05b5f612337f6b1863b585a9d026b6a61.tar.xz
zsh-7fca9bb05b5f612337f6b1863b585a9d026b6a61.zip
Update news for 5.1.1 with minor features just added.
-rw-r--r--ChangeLog5
-rw-r--r--NEWS13
-rw-r--r--README3
3 files changed, 19 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index e1d43da83..c2258b402 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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,
diff --git a/NEWS b/NEWS
index 172380d4b..7b2994b6b 100644
--- a/NEWS
+++ b/NEWS
@@ -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
 -------------------------
diff --git a/README b/README
index 4a8017caf..1ebc8cd95 100644
--- a/README
+++ b/README
@@ -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
 --------------