about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorOliver Kiddle <opk@users.sourceforge.net>2002-09-26 12:01:38 +0000
committerOliver Kiddle <opk@users.sourceforge.net>2002-09-26 12:01:38 +0000
commit7becda076e8f2b155767f2101f8b764513442a82 (patch)
treee11c758e778744542814645b24b5efd26d57e9f2 /ChangeLog
parent6de3631f52d3403fd0b09c92224415350098db65 (diff)
downloadzsh-7becda076e8f2b155767f2101f8b764513442a82.tar.gz
zsh-7becda076e8f2b155767f2101f8b764513442a82.tar.xz
zsh-7becda076e8f2b155767f2101f8b764513442a82.zip
17591: new _losetup and move a couple of functions to the Linux directory
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog17
1 files changed, 15 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index cf96b1c9a..6bb4c5e62 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,5 @@
 2002-09-26  Oliver Kiddle  <opk@zsh.org>
 
-	* unposted: Completion/Unix/Command/_lynx: minor bug fix (missing -g)
-
 	* 17632, 16546 (Felix): Completion/Unix/Command/_cvs: merge
 	changes from 4.1 branch
 
@@ -54,6 +52,21 @@
 	* 16613 (modified): acconfig.h, zshconfig.ac, Src/init.c: detect
 	variant tgetent() return value and test for it correctly.
 
+2002-09-03  Oliver Kiddle  <opk@zsh.org>
+
+	* unposted: Completion/Unix/Command/_lynx: minor bug fix (missing -g)
+
+	* Thomas Köhler: 17610: Completion/Unix/Command/_ssh: also pass
+	through -F option
+
+	* 17607: Completion/Unix/Command/_ssh: pass through options such as
+	the port number to ssh when getting remote files for scp
+
+	* 17591: Completion/Linux/Command/_losetup,
+	Completion/Linux/Command/_modutils,
+	Completion/Linux/Command/_valgrind: new completion for losetup
+	and move a couple of functions to the Linux directory 
+
 2002-08-22  Clint Adams  <clint@zsh.org>
 
 	* 17571: Src/Modules/terminfo.c: backport of terminfo segfault