diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2009-03-14 20:30:09 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2009-03-14 20:30:09 +0000 |
commit | f0bcd0ecd0896180c5a3f977e086f7237a774d25 (patch) | |
tree | 97e603dc6a5f1ea0911116c91d210a0bd9b4b927 /ChangeLog | |
parent | 236ae30e25b68c76642daee3cbce7af0ff744e70 (diff) | |
download | zsh-f0bcd0ecd0896180c5a3f977e086f7237a774d25.tar.gz zsh-f0bcd0ecd0896180c5a3f977e086f7237a774d25.tar.xz zsh-f0bcd0ecd0896180c5a3f977e086f7237a774d25.zip |
users/13910: spawnjob() should output to tty
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 9c3bfbfea..054ebd245 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2009-03-14 Peter Stephenson <p.w.stephenson@ntlworld.com> + * users/13910: Src/jobs.c: spawnjob() should output job + information to the tty like printjob() does. + * 26699: Makefile.in: dependencies for config.modules. 2009-03-14 Wayne Davison <wayned@users.sourceforge.net> @@ -11400,5 +11403,5 @@ ***************************************************** * This is used by the shell to define $ZSH_PATCHLEVEL -* $Revision: 1.4615 $ +* $Revision: 1.4616 $ ***************************************************** |