diff options
author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2001-06-27 11:22:04 +0000 |
---|---|---|
committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2001-06-27 11:22:04 +0000 |
commit | b275190ff41ce261d9ec8bf6d984191252a1320f (patch) | |
tree | 5a759ec5c9ff88d4bab610f055db43642311b80b /ChangeLog | |
parent | b053d02cdb782f02e85b540b3fc0e2a70faa5695 (diff) | |
download | zsh-b275190ff41ce261d9ec8bf6d984191252a1320f.tar.gz zsh-b275190ff41ce261d9ec8bf6d984191252a1320f.tar.xz zsh-b275190ff41ce261d9ec8bf6d984191252a1320f.zip |
add autocontinue option to automatically make stopped jos running when they are being disowned; make that the default for `%job &!' and `%job &|' (15115)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index eba0d6392..81ec146c7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2001-06-27 Sven Wischnowsky <wischnow@zsh.org> + + * 15115: Doc/Zsh/builtins.yo, Doc/Zsh/options.yo, Src/exec.c, + Src/jobs.c, Src/options.c, Src/zsh.h: add autocontinue option + to automatically make stopped jos running when they are being + disowned; make that the default for `%job &!' and `%job &|' + 2001-06-26 Andrej Borsenkow <bor@zsh.org> * 15099: Test/D03procsubst.ztst, Test/ztst.zsh: add some support |