about summary refs log tree commit diff
path: root/NEWS
diff options
context:
space:
mode:
authorPeter Stephenson <p.w.stephenson@ntlworld.com>2017-07-29 23:03:16 +0100
committerPeter Stephenson <p.w.stephenson@ntlworld.com>2017-07-29 23:03:16 +0100
commit32ca9222af5ee7d170f0b7f7cb67b03c973c2e98 (patch)
treea7b66b915a275f5f05361289254589f8108e439b /NEWS
parentf183ed66c85f26670c5e148e952a6cb3f9a73cfd (diff)
downloadzsh-32ca9222af5ee7d170f0b7f7cb67b03c973c2e98.tar.gz
zsh-32ca9222af5ee7d170f0b7f7cb67b03c973c2e98.tar.xz
zsh-32ca9222af5ee7d170f0b7f7cb67b03c973c2e98.zip
unposted: update distribution docs for 5.4 release.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS12
1 files changed, 10 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 44949b453..6847350ef 100644
--- a/NEWS
+++ b/NEWS
@@ -14,10 +14,18 @@ expansion (see zshexpn(1)), so they could neither be quoted nor be the
 result of parameter expansion.  Examples: 's=command; $s -V ls' and
 '\command -V ls' now work as expected.
 
-Functions executed by ZLE widgets no longer have they standard input
-closed, but is now redirected from /dev/null instead. That still guards
+Functions executed by ZLE widgets no longer have their standard input
+closed, but redirected from /dev/null instead. That still guards
 against user defined widgets inadvertently reading from the tty device.
 
+There is an option WARN_NESTED_VAR, a companion to the existing
+WARN_CREATE_GLOBAL that causes a warning if a function updates a
+variable from an enclosing scope without using typeset -g.  It can be
+turned on for an individual function with "functions -W".
+
+zmodload now has an option -s to be silent on a failure to find a module
+but still print other errors.
+
 
 Changes from 5.2 to 5.3.1
 -------------------------