diff options
author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2000-06-13 11:26:07 +0000 |
---|---|---|
committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2000-06-13 11:26:07 +0000 |
commit | 428abf6455c9df0dfaca05165764eb842da7e2d9 (patch) | |
tree | 372d65250fb196a2a6506c7097ac279f00534c73 /ChangeLog | |
parent | a2417f68636e69c4ba5c9ae441277b84619314b6 (diff) | |
download | zsh-428abf6455c9df0dfaca05165764eb842da7e2d9.tar.gz zsh-428abf6455c9df0dfaca05165764eb842da7e2d9.tar.xz zsh-428abf6455c9df0dfaca05165764eb842da7e2d9.zip |
new style `suffix'; use accept-exact style in _expand (?)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 42c3cc23c..13a6fcc51 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2000-06-13 Sven Wischnowsky <wischnow@zsh.org> + * ?????: Completion/Core/_expand, Doc/Zsh/compsys.yo: new style + `suffix', use accept-exact style in _expand + * ?????: Src/Zle/complist.c: fix for longer capability strings; very bad |