summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOliver Kiddle <opk@users.sourceforge.net>2002-08-19 15:01:05 +0000
committerOliver Kiddle <opk@users.sourceforge.net>2002-08-19 15:01:05 +0000
commit4220133567baadc04b46d80803e382a7f87a42f3 (patch)
treee57061dd147a26f88037740eb990f36834f70760
parent967f2978a39b1a075b54dc12643cf79dd9ee424a (diff)
downloadzsh-4220133567baadc04b46d80803e382a7f87a42f3.tar.gz
zsh-4220133567baadc04b46d80803e382a7f87a42f3.zip
complete for killall5, ifup and ifdown
-rw-r--r--ChangeLog6
1 files changed, 4 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index eeed3c481..2367f8826 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,8 +3,10 @@
* users/5260 (Bill Burton), users/5266: Completion/Unix/Command/_ant:
with the call-command style parse ant -projecthelp to get targets
- * unposted: Completion/X/Command/_nedit, Completion/Unix/Command/_mail:
- nedit 5.3 adds a -version option and complete for nail with _mail
+ * unposted: Completion/X/Command/_nedit, Completion/Unix/Command/_mail,
+ Completion/Unix/Command/_killall, Completion/Unix/Type/_net_interfaces:
+ nedit 5.3 adds a -version option and complete for nail,
+ killall5, ifup and ifdown using existing functions
2002-08-18 Felix Rosencrantz <f_rosencrantz@yahoo.com>