about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2000-05-05 14:14:12 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2000-05-05 14:14:12 +0000
commitb9ef0282d284ac7247e733f408e3c717b65bf1bf (patch)
tree6d38949e993e4df943324f358bfaa39ed7727568 /ChangeLog
parent0a463ab3e6fa5d40d384a004a9ed401072013864 (diff)
downloadzsh-b9ef0282d284ac7247e733f408e3c717b65bf1bf.tar.gz
zsh-b9ef0282d284ac7247e733f408e3c717b65bf1bf.tar.xz
zsh-b9ef0282d284ac7247e733f408e3c717b65bf1bf.zip
11196: zmv enhancements
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f897bc325..fa8a7d4d6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2000-05-05  Peter Stephenson  <pws@cambridgesiliconradio.com>
 
+	* pws: 11196: Functions/Misc/zmv: allow (**/) to map to a
+	parameter in the obvious way; allow automatic recognition of
+	wildcards with -w flag; turn off glob qualifiers by default, use
+	-Q to turn on; fix bug with empty match eliding a positional
+	parameter; fix bug that empty `to' pattern wasn't picked up.
+
 	* pws: unposted: fixes for Etc/CONTRIBUTORS based on suggestions
 	in 11187 and 11197