about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorOliver Kiddle <opk@users.sourceforge.net>2003-01-07 08:51:10 +0000
committerOliver Kiddle <opk@users.sourceforge.net>2003-01-07 08:51:10 +0000
commit0e037e4d99a109620f4413d18a38f9d955051ccd (patch)
tree042812dbce24f310f7e61deb367a6499109b2d59 /ChangeLog
parentcd28eb9c7104aaee83fcd3857cac4e7794af10c8 (diff)
downloadzsh-0e037e4d99a109620f4413d18a38f9d955051ccd.tar.gz
zsh-0e037e4d99a109620f4413d18a38f9d955051ccd.tar.xz
zsh-0e037e4d99a109620f4413d18a38f9d955051ccd.zip
18058: complete remote files for rcp
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5e35f1d89..68b6cdf1b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2003-01-07  Oliver Kiddle  <opk@zsh.org>
+
+	* 18058: Completion/Unix/Command/_lsof, Completion/Unix/Command/_mt,
+	Completion/Unix/Command/_xsltproc, Completion/Unix/Command/_rlogin,
+	Completion/Unix/Command/_ssh, Completion/Unix/Command/_ant,
+	Completion/Unix/Command/.distfiles: new completions for lsof, mt and
+	xsltproc, complete remote files for rcp, allow multiple port
+	redirections with ssh and a typo correction in _ant
+
 2002-12-18  Peter Stephenson  <pws@csr.com>
 
 	* 18015: Src/math.c: empty math parse e.g. $(( )) acts like a zero.