diff options
author | Peter Stephenson <pws@zsh.org> | 2015-01-30 16:24:20 +0000 |
---|---|---|
committer | Peter Stephenson <pws@zsh.org> | 2015-01-30 16:24:20 +0000 |
commit | 1c942291f8a41d80d7db4e7513adf06edfe50277 (patch) | |
tree | dfdbc105711ee1d6114e741dc9daa7d1c1134603 /ChangeLog | |
parent | bc8491c3dc939411546d0b5ee5fe25551bce424f (diff) | |
download | zsh-1c942291f8a41d80d7db4e7513adf06edfe50277.tar.gz zsh-1c942291f8a41d80d7db4e7513adf06edfe50277.tar.xz zsh-1c942291f8a41d80d7db4e7513adf06edfe50277.zip |
34435: Update emulate completion.
Add new feature to run command in emulation. Factor out handling of quoted command string to new function.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index ee6860c0c..269fa3932 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2015-01-30 Peter Stephenson <p.stephenson@samsung.com> + + * 34435: Completion/Unix/Command/_sh, + Completion/Unix/Type/_cmdstring, Completion/Zsh/Command/_emulate: + updated emulate completion; _cmdstring factors out use of + quoted command string. + 2015-01-29 Peter Stephenson <p.w.stephenson@ntlworld.com> * 34430: Src/Modules/db_gdbm.c, Src/params.c: various bug fixes |