diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2004-04-19 16:02:17 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2004-04-19 16:02:17 +0000 |
commit | b5ceb73026791281532ea9638cadac491b27959b (patch) | |
tree | cf3a758d87070a5a6b7d8e003e1f015c41b7a9d9 /ChangeLog | |
parent | 55940daefb5b75bb929bda03612fafab6beedaff (diff) | |
download | zsh-b5ceb73026791281532ea9638cadac491b27959b.tar.gz zsh-b5ceb73026791281532ea9638cadac491b27959b.tar.xz zsh-b5ceb73026791281532ea9638cadac491b27959b.zip |
zsh-users/7365: new TRAPS_ASYNC option
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 944991cb6..57f2a519a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2004-04-19 Peter Stephenson <pws@csr.com> + + * zsh=users/7365: Doc/Zsh/options.yo, Src/jobs.c, Src/options.c, + Src/signals.c, Src/zsh.h, plus unposted Etc/NEWS hunk: new option + TRAPS_ASYNC, turn off to stop traps being run while waiting + for a child process. + 2004-04-18 Clint Adams <clint@zsh.org> * 19792: Completion/X/Command/_mplayer: complete .m2v and .m2p, |