diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2011-05-04 08:51:58 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2011-05-04 08:51:58 +0000 |
commit | 3355155e825504462167731696345093cae3697e (patch) | |
tree | 59fdf749c932f6b02c6b7c9f19f0360a267088c3 /NEWS | |
parent | 9893f864ba6cdb32ad1b9111be458a18116ea517 (diff) | |
download | zsh-3355155e825504462167731696345093cae3697e.tar.gz zsh-3355155e825504462167731696345093cae3697e.tar.xz zsh-3355155e825504462167731696345093cae3697e.zip |
unposted: some NEWS for next release
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 7 |
1 files changed, 7 insertions, 0 deletions
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 ------------------------------------------ |