about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2008-06-13 11:29:36 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2008-06-13 11:29:36 +0000
commited60d48d6c98a84688cf5bf778291c423bd0ecc0 (patch)
tree322af151c2fcdb1786d235c15bd2bd221f10c9d5 /ChangeLog
parent8a4af211c346fd00ded0bb1b1384ca1514ed84e0 (diff)
downloadzsh-ed60d48d6c98a84688cf5bf778291c423bd0ecc0.tar.gz
zsh-ed60d48d6c98a84688cf5bf778291c423bd0ecc0.tar.xz
zsh-ed60d48d6c98a84688cf5bf778291c423bd0ecc0.zip
users/12911: Tomasz Pala: completion for strace
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 698f6b2d1..871fb58d4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-06-13  Peter Stephenson  <pws@csr.com>
+
+	* users/12911: Tomasz Pala <gotar@polanet.pl>:
+	Completion/Unix/Command/_strace,
+	Completion/Unix/Command/.distfiles: new completion
+
 2008-06-12  Peter Stephenson  <pws@csr.com>
 
 	* 25149: Doc/Zsh/arith.yo, Doc/Zsh/options.yo, Src/math.c,