diff options
author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2002-05-13 09:31:59 +0000 |
---|---|---|
committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2002-05-13 09:31:59 +0000 |
commit | 0cfe1b30beaa8faaef679339fb1cb417f7c122de (patch) | |
tree | 6e034db96ab5eabd53ceedcaebcab33997d60289 /ChangeLog | |
parent | 876becb49ad9bb190137f7c29edf569762943e80 (diff) | |
download | zsh-0cfe1b30beaa8faaef679339fb1cb417f7c122de.tar.gz zsh-0cfe1b30beaa8faaef679339fb1cb417f7c122de.tar.xz zsh-0cfe1b30beaa8faaef679339fb1cb417f7c122de.zip |
fix for unquoting with `compset -q' with singly and doubly quoted strings (17135)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 81c3c629d..771df6b29 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2002-05-13 Sven Wischnowsky <wischnow@zsh.org> + + * 17135: Src/Zle/compcore.c, Src/Zle/zle_tricky.c: fix for + unquoting with `compset -q' with singly and doubly quoted + strings + 2002-05-12 Peter Stephenson <pws@pwstephenson.fsnet.co.uk> * c.f. 17128: Doc/Makefile.in: back out changes accidentally |