diff options
author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2001-07-10 09:25:43 +0000 |
---|---|---|
committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2001-07-10 09:25:43 +0000 |
commit | bd629defe8bf49b38a0e98b82f478d02dd715a81 (patch) | |
tree | dafe7b6313e28a8e7fbeeb139d79b8781de5be7b /ChangeLog | |
parent | 5fcfa125bd4f0006c8207d1652908348f3ea526f (diff) | |
download | zsh-bd629defe8bf49b38a0e98b82f478d02dd715a81.tar.gz zsh-bd629defe8bf49b38a0e98b82f478d02dd715a81.tar.xz zsh-bd629defe8bf49b38a0e98b82f478d02dd715a81.zip |
(15357)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 0e715bd44..11ee850f3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2001-07-10 Sven Wischnowsky <wischnow@zsh.org> + + * 15357: Completion/Base/Completer/_prefix, Src/Zle/compcore.c, + Src/Zle/zle_tricky.c: prefix completion: make e-o-c-p leave a + space before the cursor, make _prefix leave the cursor after + the inserted match even if only a single match; and make the + C-code not show explanation strings if the completion function + it doesn't want a list + 2001-07-10 Bart Schaefer <schaefer@zsh.org> * 15354: Doc/Zsh/arith.yo, Doc/Zsh/builtins.yo, Doc/Zsh/compat.yo, |