summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorOliver Kiddle <opk@users.sourceforge.net>2003-08-20 10:41:51 +0000
committerOliver Kiddle <opk@users.sourceforge.net>2003-08-20 10:41:51 +0000
commitea412fbe4b639a71eea54b9daaf3b64c750ef763 (patch)
tree3d45bda66345b7d261d14d989b992a91b5ad04e7 /ChangeLog
parentbaa21b02adbc4151c99c372d69c03903ec90a38b (diff)
downloadzsh-ea412fbe4b639a71eea54b9daaf3b64c750ef763.tar.gz
zsh-ea412fbe4b639a71eea54b9daaf3b64c750ef763.tar.xz
zsh-ea412fbe4b639a71eea54b9daaf3b64c750ef763.zip
18949: new completion for du
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 571ea515e..0f80fd7c9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,7 +5,10 @@
 
 2003-08-20  Oliver Kiddle  <opk@zsh.org>
 
-	* 18947: Completion/Unix/Command/_chown: also complete options using
+	* 18949: Completion/Unix/Command/_du,
+	Completion/Unix/Type/_directories: new completion for du
+
+ 	* 18947: Completion/Unix/Command/_chown: also complete options using
 	_arguments
 
 2003-08-19  Adam Spiers  <adam@spiers.net>