diff options
author | Bart Schaefer <barts@users.sourceforge.net> | 2000-05-02 15:52:43 +0000 |
---|---|---|
committer | Bart Schaefer <barts@users.sourceforge.net> | 2000-05-02 15:52:43 +0000 |
commit | 966eca4ad87436d03e380eef1ca55f49d0aeedb4 (patch) | |
tree | 5fb1ac19c1b33e2d7eed8f4add48e7125c521192 /ChangeLog | |
parent | 5db44fff033a0f1426928aa514b5dbe4dcc5482c (diff) | |
download | zsh-966eca4ad87436d03e380eef1ca55f49d0aeedb4.tar.gz zsh-966eca4ad87436d03e380eef1ca55f49d0aeedb4.tar.xz zsh-966eca4ad87436d03e380eef1ca55f49d0aeedb4.zip |
11036, 11063, 11077: Always write the "read -q" prompt to shout; eliminate
some redundant close() calls; relocate a misplaced redirection.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog index 047a73c2a..038caea42 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,14 @@ +2000-05-02 Bart Schaefer <schaefer@brasslantern.com> + + * 11077: Relocate misplaced redirection from 11043. + + * 11036, 11063: Always write the `read -q' prompt to shout; + elminate some redundant close() calls. + 2000-05-02 Oliver Kiddle <opk@zsh.org> * 11078: README: update download location for yodl -2000-05-02 Tanaka Akira <akr@m17n.org> - * 11075: install completion functions for AIX and BSD. 2000-05-02 Andrew Main <zefram@zsh.org> |