about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorWayne Davison <wayned@users.sourceforge.net>2005-04-27 15:47:53 +0000
committerWayne Davison <wayned@users.sourceforge.net>2005-04-27 15:47:53 +0000
commit06af163bbd26dc33eb35c5003f4a2118bb2ba3f6 (patch)
treecc1d3b3054fd1dfe0c463301b990d3e4ff1e042a /ChangeLog
parent24aed1f2b1790f4ed6defac392230a6aa1f37dfd (diff)
downloadzsh-06af163bbd26dc33eb35c5003f4a2118bb2ba3f6.tar.gz
zsh-06af163bbd26dc33eb35c5003f4a2118bb2ba3f6.tar.xz
zsh-06af163bbd26dc33eb35c5003f4a2118bb2ba3f6.zip
Mention my _rsync changes and also changed several lines that were
indented with spaces over to being indented with a tab (vim displays
space-indented lines colored differently, which is why I noticed it).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog28
1 files changed, 17 insertions, 11 deletions
diff --git a/ChangeLog b/ChangeLog
index 6c0bfc0a6..af6688e98 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,12 @@
 	* 21197: Src/exec.c, Src/signals.c: LOCAL_TRAPS didn't restore
 	a trap when modified inside another trap.
 
+2005-04-27  Wayne Davison  <wayned@users.sourceforge.net>
+
+	* unposted: Completion/Unix/Command/_rsync:  Made some
+	options repeatable (--include, --exclude, --filter, -f)
+	and added the one new option that will be in 2.6.5.
+
 2005-04-26  Peter Stephenson  <pws@csr.com>
 
 	* 21195 (c.f. 21194 from Bart): Src/pattern.c,
@@ -26,24 +32,24 @@
 2005-04-19  Clint Adams  <clint@zsh.org>
 
 	* 21156: Completion/Debian/Command/_dpkg: tweaks to
-        dpkg-reconfigure completion.
+	dpkg-reconfigure completion.
 
 2005-04-17  Clint Adams  <clint@zsh.org>
 
-        * 21153: Completion/Debian/Command/_module-assistant: incorporate
-        most of the features of Stephen Rueger's _module-assistant, posted
-        as 21152.
+	* 21153: Completion/Debian/Command/_module-assistant: incorporate
+	most of the features of Stephen Rueger's _module-assistant, posted
+	as 21152.
 
-        * 21151: Completion/Debian/Command/_module-assistant: completion
-        for module-assistant.
+	* 21151: Completion/Debian/Command/_module-assistant: completion
+	for module-assistant.
 
-        * 21150: Completion/Unix/Command/_baz,
-        Completion/Unix/Command/_tla: handle parsing of subcommand help
-        output a bit more sanely.
+	* 21150: Completion/Unix/Command/_baz,
+	Completion/Unix/Command/_tla: handle parsing of subcommand help
+	output a bit more sanely.
 
 2005-04-16  Clint Adams  <clint@zsh.org>
 
-        * 21147: Completion/Unix/Command/_baz,
+	* 21147: Completion/Unix/Command/_baz,
 	Completion/Unix/Command/_tla, Completion/Unix/Type/_arch_archives,
 	Completion/Unix/Type/_arch_namespace: factor out some common code
 	from _tla and _baz, and fix some breakage from 21075.
@@ -56,7 +62,7 @@
 2005-04-11  Clint Adams  <clint@zsh.org>
 
 	* 21132: Completion/Unix/Type/_pdf, Completion/X/Command/_xpdf:
-        complete xpdf options, and also complete .pdf.bz2 files when
+	complete xpdf options, and also complete .pdf.bz2 files when
 	completing compressed PDF files.
 
 2005-04-10  Clint Adams  <clint@zsh.org>