diff options
author | Peter Stephenson <pws@zsh.org> | 2013-08-29 10:48:49 +0100 |
---|---|---|
committer | Peter Stephenson <pws@zsh.org> | 2013-08-29 10:48:49 +0100 |
commit | 1c9931cc7d37cac9aebb034444fb87e0901e914a (patch) | |
tree | f77c576ffa6f50364dc9e33480ad9a821f9c1c96 /ChangeLog | |
parent | 1a4730b8eecc8f0b098203d79b787799770da179 (diff) | |
download | zsh-1c9931cc7d37cac9aebb034444fb87e0901e914a.tar.gz zsh-1c9931cc7d37cac9aebb034444fb87e0901e914a.tar.xz zsh-1c9931cc7d37cac9aebb034444fb87e0901e914a.zip |
users/17955: new "disown" style for MIME handlers.
Makes handlers put into the background run without job control.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 77c1991f2..7b93632f6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2013-08-29 Peter Stephenson <p.stephenson@samsung.com> + * users/17955: Doc/Zsh/contrib.yo, + Functions/MIME/zsh-mime-handler: "disown" style makes MIME + handlers put into background run without job control. + * based on 31641, 31642: Completion/Unix/Command/_make: support a couple of different variants of make. |