diff options
author | Andrey Borzenkov <bor@users.sourceforge.net> | 2009-01-09 20:54:35 +0000 |
---|---|---|
committer | Andrey Borzenkov <bor@users.sourceforge.net> | 2009-01-09 20:54:35 +0000 |
commit | 1a43616975310a638f76ba4f5e73757e4b071a1f (patch) | |
tree | 6f9fb10b571018ab8e3ba3d3af5286a18c2f098d /ChangeLog | |
parent | 369a03d09f1661ea92509dde0e1c45fcc9620adb (diff) | |
download | zsh-1a43616975310a638f76ba4f5e73757e4b071a1f.tar.gz zsh-1a43616975310a638f76ba4f5e73757e4b071a1f.tar.xz zsh-1a43616975310a638f76ba4f5e73757e4b071a1f.zip |
26270: allow accept-and-menu-complete work with _vallues as well
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 7f177cdb5..04f434765 100644 --- a/ChangeLog +++ b/ChangeLog @@ -10,6 +10,13 @@ 2009-01-09 Andrey Borzenkov <bor@zsh.org> + * 26270: Completion/Base/Utility/_values, Doc/Zsh/compwid.yo, + Src/Zle/compcore.c, Src/Zle/complete.c, Src/Zle/compresult.c: + allow accept-and-menu-complete to work also with _values. + Add compstate[list_in_word] flag to control, whether suffix + is replaced by space; when set, next match is added in the same + word. + * unposted: Completion/Mandriva/Command/.distfiles, Completion/Mandriva/Command/_rebootin: add _rebootin completion from Mandriva RPM (modified to allow spaces in GRUB menu titles) @@ -10879,5 +10886,5 @@ ***************************************************** * This is used by the shell to define $ZSH_PATCHLEVEL -* $Revision: 1.4499 $ +* $Revision: 1.4500 $ ***************************************************** |