about summary refs log tree commit diff
diff options
context:
space:
mode:
authorWayne Davison <wayned@users.sourceforge.net>2005-03-28 21:06:23 +0000
committerWayne Davison <wayned@users.sourceforge.net>2005-03-28 21:06:23 +0000
commit1e6e1ae12e08c2d50f17df19e3442e8e82206853 (patch)
tree466a5a2c9317eda2312f6aaca100c40496424586
parent5ad9ee83b91a2fb90bf83c458c96feefa1de9b30 (diff)
downloadzsh-1e6e1ae12e08c2d50f17df19e3442e8e82206853.tar.gz
zsh-1e6e1ae12e08c2d50f17df19e3442e8e82206853.tar.xz
zsh-1e6e1ae12e08c2d50f17df19e3442e8e82206853.zip
One more _rsync option.
-rw-r--r--ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 449ff9cef..b16d8a402 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2005-03-28  Wayne Davison  <wayned@users.sourceforge.net>
+
+	* unposted: Completion/Unix/Command/_rsync: added --protocol.
+
 2005-03-21  Peter Stephenson  <pws@csr.com>
 
 	* 21045: Src/Zle/compcore.c, Src/Zle/complete.c: more places
@@ -37,7 +41,7 @@
 
 2005-03-02  Wayne Davison  <wayned@users.sourceforge.net>
 
-	* unposted: Completion/Unix/Command/_make: Don't try to expand
+	* 20917: Completion/Unix/Command/_make: Don't try to expand
 	a single-character Makefile variable if it is a digit.  Avoids
 	an infinite recursion from a Makefile referencing $1.