diff options
author | Bart Schaefer <barts@users.sourceforge.net> | 2001-03-30 16:21:09 +0000 |
---|---|---|
committer | Bart Schaefer <barts@users.sourceforge.net> | 2001-03-30 16:21:09 +0000 |
commit | 25c8b5525d3389f11fcaff673b54bc1d77cafd64 (patch) | |
tree | 5001e890fe6cc6aae525418aa0c500e407a972fc | |
parent | 9b464ddc8d0f2501dd2942782d33d12ec4dfc8ab (diff) | |
download | zsh-25c8b5525d3389f11fcaff673b54bc1d77cafd64.tar.gz zsh-25c8b5525d3389f11fcaff673b54bc1d77cafd64.tar.xz zsh-25c8b5525d3389f11fcaff673b54bc1d77cafd64.zip |
13845, 13486
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index b5ad41ded..4d5402a0b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2001-03-30 Bart Schaefer <schaefer@zsh.org> + + * 13846: Test/ztst.zsh: When "make check" is run with output to a + tty, print a hash mark approximately once per second during tests + to provide a "progress bar". + + * 13845: Doc/Zsh/options.yo, Src/options.c: Refuse `setopt noexec' + in interactive shells, except at startup with `zsh -n'. + 2001-03-29 Peter Stephenson <pws@csr.com> * 13838: Src/prompt.c: don't assume we can change the string |