summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorClint Adams <clint@users.sourceforge.net>2006-10-03 16:24:51 +0000
committerClint Adams <clint@users.sourceforge.net>2006-10-03 16:24:51 +0000
commit55739ab8ae62fc9d7de2942ed9e4b37be1dcdf9d (patch)
tree8067943c2dfcca945bd3257f5d7843cb6b4ce62d /ChangeLog
parent39a2fe325bdae1da860cdb39a7b349c37ed4f3df (diff)
downloadzsh-55739ab8ae62fc9d7de2942ed9e4b37be1dcdf9d.tar.gz
zsh-55739ab8ae62fc9d7de2942ed9e4b37be1dcdf9d.tar.xz
zsh-55739ab8ae62fc9d7de2942ed9e4b37be1dcdf9d.zip
22812: utilize _bind_addresses in existing completion functions.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ce6eedb21..18be0afc4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2006-10-03  Clint Adams  <clint@zsh.org>
 
+	* 22812: R. Ramkumar: Completion/Unix/Command/_bittorrent,
+	Completion/Unix/Command/_rsync, Completion/Unix/Command/_ssh,
+	Completion/Unix/Command/_wget: utilize _bind_addresses in
+	existing completion functions.
+
 	* 22811: R. Ramkumar: Completion/Unix/Type/_bind_addresses:
 	helper function to give local IP addresses to which a program
 	might bind a socket.