1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-09-28 15:01:21 +02:00

unposted: add POSIX_TRAPS to NEWS

This commit is contained in:
Peter Stephenson 2010-09-13 08:51:26 +00:00
parent ab175759b2
commit 96475664d9
2 changed files with 6 additions and 1 deletions

@ -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 $
*****************************************************

3
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