about summary refs log tree commit diff
diff options
context:
space:
mode:
-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
 ------------------------------------------