about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2009-08-17 21:06:03 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2009-08-17 21:06:03 +0000
commitc81ba09d8f3a44570267e96801584adf298fb9e3 (patch)
treef22fa1478485f412e1b5ae46e05b9b8c23ee28c6 /ChangeLog
parent0600ab5c99edc0030e98ee2863850df2f7a057fb (diff)
downloadzsh-c81ba09d8f3a44570267e96801584adf298fb9e3.tar.gz
zsh-c81ba09d8f3a44570267e96801584adf298fb9e3.tar.xz
zsh-c81ba09d8f3a44570267e96801584adf298fb9e3.zip
27218: don't unquote $line generated in comparguments for _arguments
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index be6bd9822..c5cc4d20c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2009-08-17  Peter Stephenson  <p.w.stephenson@ntlworld.com>
+
+	* 27218: Src/Zle/computil.c: don't unquote command line
+	to generate "line" in _arguments since the caller can't
+	tell what was there before.
+
 2009-08-17  Peter Stephenson  <pws@csr.com>
 
 	* 27217: Functions/Newuser/zsh-newuser-install: fix typo
@@ -12085,5 +12091,5 @@
 
 *****************************************************
 * This is used by the shell to define $ZSH_PATCHLEVEL
-* $Revision: 1.4761 $
+* $Revision: 1.4762 $
 *****************************************************