about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2011-05-04 08:51:58 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2011-05-04 08:51:58 +0000
commit3355155e825504462167731696345093cae3697e (patch)
tree59fdf749c932f6b02c6b7c9f19f0360a267088c3
parent9893f864ba6cdb32ad1b9111be458a18116ea517 (diff)
downloadzsh-3355155e825504462167731696345093cae3697e.tar.gz
zsh-3355155e825504462167731696345093cae3697e.tar.xz
zsh-3355155e825504462167731696345093cae3697e.zip
unposted: some NEWS for next release
-rw-r--r--ChangeLog6
-rw-r--r--NEWS7
2 files changed, 12 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 05f8ad940..9107e0e7d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2011-05-04  Peter Stephenson  <pws@csr.com>
+
+	* unposted: NEWS: a few notes for next release.
+
 2011-05-03  Peter Stephenson  <p.w.stephenson@ntlworld.com>
 
 	* Haakon Riiser: 29137: Completion/Unix/Command/_ffmpeg: better
@@ -14570,5 +14574,5 @@
 
 *****************************************************
 * This is used by the shell to define $ZSH_PATCHLEVEL
-* $Revision: 1.5274 $
+* $Revision: 1.5275 $
 *****************************************************
diff --git a/NEWS b/NEWS
index 0897bab2a..2d6f4ea02 100644
--- a/NEWS
+++ b/NEWS
@@ -12,6 +12,13 @@ $usergroups whose keys are the names of system groups of which the
 current user is a member and whose values are the corresponding
 group identifiers.
 
+The region_highlight array, which controls highlighting of the
+command line from zle widgets, is now updated dynamically as
+the command line is edited.
+
+In POSIX emulation ("emulate sh") the shell is more accurate about
+when it should or should not exit on errors.
+
 Changes between versions 4.3.10 and 4.3.11
 ------------------------------------------