summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <pws@zsh.org>2015-01-30 16:24:20 +0000
committerPeter Stephenson <pws@zsh.org>2015-01-30 16:24:20 +0000
commit1c942291f8a41d80d7db4e7513adf06edfe50277 (patch)
treedfdbc105711ee1d6114e741dc9daa7d1c1134603 /ChangeLog
parent34430: parameter fixes for gdbm tied hash. (diff)
downloadzsh-1c942291f8a41d80d7db4e7513adf06edfe50277.tar
zsh-1c942291f8a41d80d7db4e7513adf06edfe50277.tar.gz
zsh-1c942291f8a41d80d7db4e7513adf06edfe50277.tar.bz2
zsh-1c942291f8a41d80d7db4e7513adf06edfe50277.tar.lz
zsh-1c942291f8a41d80d7db4e7513adf06edfe50277.tar.xz
zsh-1c942291f8a41d80d7db4e7513adf06edfe50277.tar.zst
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--ChangeLog7
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