diff options
author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2000-05-25 07:58:44 +0000 |
---|---|---|
committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2000-05-25 07:58:44 +0000 |
commit | 6959ffd9621fdb8f33b53e1c0be05f3f294742a5 (patch) | |
tree | 8f3e7cf83e0787961d4369074ece179d828464ec /ChangeLog | |
parent | 9121d78354d0578333e4f64ac6fa96710e0bf118 (diff) | |
download | zsh-6959ffd9621fdb8f33b53e1c0be05f3f294742a5.tar.gz zsh-6959ffd9621fdb8f33b53e1c0be05f3f294742a5.tar.xz zsh-6959ffd9621fdb8f33b53e1c0be05f3f294742a5.zip |
force listing in _complete_debug; make complist with list-scrolling stopt at the end of the list when prompt would scroll it out; fix _in_vared to handle `foo[bar]' (11565)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index a0bc00a29..aafc58f89 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2000-05-25 Sven Wischnowsky <wischnow@zsh.org> + + * 11565: Completion/Base/_in_vared, Completion/Commands/_complete_debug, + Src/Zle/complist.c: force listing in _complete_debug; make + complist with list-scrolling stopt at the end of the list when + prompt would scroll it out; fix _in_vared to handle `foo[bar]' + 2000-05-24 Peter Stephenson <pws@cambridgesiliconradio.com> * 11561: Src/lex.c, Doc/Zsh/expn.yo: don't use RC_QUOTES in Posix |