about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBart Schaefer <barts@users.sourceforge.net>2006-06-17 17:21:15 +0000
committerBart Schaefer <barts@users.sourceforge.net>2006-06-17 17:21:15 +0000
commit2da1610330482946adb0df10e944d7c9d04a10ad (patch)
tree908ada68d64c1d27f34cfed2770243374bf4d40e /ChangeLog
parent70a28c494e9b1bfb9fb2e97de7c9f25d6cfef2d2 (diff)
downloadzsh-2da1610330482946adb0df10e944d7c9d04a10ad.tar.gz
zsh-2da1610330482946adb0df10e944d7c9d04a10ad.tar.xz
zsh-2da1610330482946adb0df10e944d7c9d04a10ad.zip
22492: url-quote-magic should detect syntactic word breaks correctly
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3870cd77c..60de48f53 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2006-06-17  Barton E. Schaefer  <schaefer@brasslantern.com>
+
+	* 22492: Functions/Zle/url-quote-magic: properly detect when a new
+	word (in the zsh syntax sense) has been started, and thus avoid
+	improperly quoting a metacharacter that is the first character of
+	a new word.
+
 2006-06-16  Peter Stephenson  <pws@csr.com>
 
 	* unposted: Src/exec.c: remove TODO in exec.c redundant