diff options
author | Oliver Kiddle <opk@users.sourceforge.net> | 2002-09-03 12:28:41 +0000 |
---|---|---|
committer | Oliver Kiddle <opk@users.sourceforge.net> | 2002-09-03 12:28:41 +0000 |
commit | bb9a3f1e011bc20e39ac520cabd294a562ef87f1 (patch) | |
tree | e8886b9360c0688718e005bc2a1aa2f679134d83 /ChangeLog | |
parent | 227194d7e09c21033790e20791295e19935e72db (diff) | |
download | zsh-bb9a3f1e011bc20e39ac520cabd294a562ef87f1.tar.gz zsh-bb9a3f1e011bc20e39ac520cabd294a562ef87f1.tar.xz zsh-bb9a3f1e011bc20e39ac520cabd294a562ef87f1.zip |
17607: pass on options for port no to ssh when getting remote files for scp
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 36c5a9cbe..3b91d17e4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2002-09-03 Oliver Kiddle <opk@zsh.org> + + * 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-09-03 Peter Stephenson <pws@csr.com> * 17602, 17603: Doc/Zsh/builtins.yo, Src/builtin.c, Src/zsh.h: |