diff options
author | Bart Schaefer <barts@users.sourceforge.net> | 2002-01-06 01:12:34 +0000 |
---|---|---|
committer | Bart Schaefer <barts@users.sourceforge.net> | 2002-01-06 01:12:34 +0000 |
commit | ad41ecec2b030446aacf8337e67da81ab189caaa (patch) | |
tree | 61912f4c3b395dcf76aae7dd27059d1b13eb9593 /ChangeLog | |
parent | 0524ab98ff4328f1e9a5e09a66e94523f6a3d903 (diff) | |
download | zsh-ad41ecec2b030446aacf8337e67da81ab189caaa.tar.gz zsh-ad41ecec2b030446aacf8337e67da81ab189caaa.tar.xz zsh-ad41ecec2b030446aacf8337e67da81ab189caaa.zip |
Log entries for 15746, users/4483, 16400.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index c2575faf7..e8c39916c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2002-01-05 Bart Schaefer <schaefer@zsh.org> + + * 16400, 16401: Src/subst.c: preserve empty words that result from + brace expansion. + + * users/4483: Completion/Unix/Command/_cvs: with "cvs add" et al., + complete names of locally removed (but not committed) files. + + * 15746: Src/utils.c: remove (with #if) an incorrect optimization + in the maildir version of mailstat(). + 2002-01-04 Oliver Kiddle <opk@zsh.org> * 16398: Completion/Zsh/Command/_zstyle, Doc/Zsh/compsys.yo, |