summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2010-09-13 08:51:26 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2010-09-13 08:51:26 +0000
commit96475664d9d1425ec94c200115dff1904079e463 (patch)
treead3a7e880ea3b3695dbce37dfcf9ff3b0117bc9e
parentab175759b2b607ee2c161ff446931126c7cb2cd9 (diff)
downloadzsh-96475664d9d1425ec94c200115dff1904079e463.tar.gz
zsh-96475664d9d1425ec94c200115dff1904079e463.zip
unposted: add POSIX_TRAPS to NEWS
-rw-r--r--ChangeLog4
-rw-r--r--NEWS3
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 5ab42dcc9..49bf1b03a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2010-09-13 Peter Stephenson <pws@csr.com>
+ * unposted: NEWS: add POSIX_TRAPS
+
* Mikael: 28252: Completion/Zsh/Command/_zle: remove unnecessary
looped that caused errors.
@@ -13634,5 +13636,5 @@
*****************************************************
* This is used by the shell to define $ZSH_PATCHLEVEL
-* $Revision: 1.5078 $
+* $Revision: 1.5079 $
*****************************************************
diff --git a/NEWS b/NEWS
index ae6632f1e..2e5365067 100644
--- a/NEWS
+++ b/NEWS
@@ -63,6 +63,9 @@ mechanism: the KEYBOARD_HACK variable defines the character to be ignored.
The new shell option POSIX_CD, active in emulations of POSIX-based shells,
makes the cd builtin POSIX-compatible.
+The new shell option POSIX_TRAPS causes the EXIT trap to behave in the same
+way as in other shells, i.e. it is only run when the shell exits.
+
The shell option MONITOR can be set in non-interactive shells, and also in
subshells (as created by surrounding commands with parentheses), turning on
job control for that subshell. The initial behaviour of a subshell is