diff options
author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2000-05-04 07:44:21 +0000 |
---|---|---|
committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2000-05-04 07:44:21 +0000 |
commit | 4414e16a6a958c39209f37f7f7a6fae6b1b78864 (patch) | |
tree | b687f97b33167d38a881d207cb00b8d8331ead51 /ChangeLog | |
parent | 74106447f64bb1bfb71a3c95f249e4f9f97d4a86 (diff) | |
download | zsh-4414e16a6a958c39209f37f7f7a6fae6b1b78864.tar.gz zsh-4414e16a6a958c39209f37f7f7a6fae6b1b78864.tar.xz zsh-4414e16a6a958c39209f37f7f7a6fae6b1b78864.zip |
don't list when all matches look the same; force-list style to give users control over this (11140)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 66f25ccc4..9896bf9fb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2000-05-04 Sven Wischnowsky <wischnow@informatik.hu-berlin.de> + + * 11140: Completion/Builtins/_zstyle, Completion/Core/_main_complete, + Doc/Zsh/compsys.yo, Src/Zle/compcore.c, Src/Zle/compctl.c: don't + list when all matches look the same; force-list style to give + users control over this + 2000-05-03 Tanaka Akira <akr@zsh.org> * 11137: Test/07cond.ztst: detect block device file using find. |