diff options
author | Peter Stephenson <pws@zsh.org> | 2013-07-03 12:46:02 +0100 |
---|---|---|
committer | Peter Stephenson <pws@zsh.org> | 2013-07-03 12:46:02 +0100 |
commit | 669c070efe06d1820ccb32adaa6b1512279401ab (patch) | |
tree | ad4b7f890e6ab3e19c71e4316483eeb61c576ec1 /ChangeLog | |
parent | 96c8b2832b4f2237cb78f4616c905d9b4b0cf53e (diff) | |
download | zsh-669c070efe06d1820ccb32adaa6b1512279401ab.tar.gz zsh-669c070efe06d1820ccb32adaa6b1512279401ab.tar.xz zsh-669c070efe06d1820ccb32adaa6b1512279401ab.zip |
31503: zmv improvements for user-specified programs.
-p splits words of commands passed to it. -P is like -p for when the program doesn't understand the -- convention
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 33ff8f0b9..403d04234 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2013-07-03 Peter Stephenson <p.stephenson@samsung.com> + + * 31503: Doc/Zsh/contrib.yo, Functions/Misc/zmv: split words + in program passed to zmv with -p and add -P for programs + that don't understand the "--" convention. + 2013-06-28 Clint Adams <clint@zsh.org> * 31500: Completion/Debian/Command/_dput: dput-ng completion |