about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDoug Kearns <dkearns@users.sourceforge.net>2005-07-15 11:51:53 +0000
committerDoug Kearns <dkearns@users.sourceforge.net>2005-07-15 11:51:53 +0000
commit2f51268ee6531d8844dcbe431c71626ade7ce8b1 (patch)
tree1d2722455e93880c22c6a48982990013d73732e7 /ChangeLog
parentb2cfbabced50d9c4b936006fbba58a227987490c (diff)
downloadzsh-2f51268ee6531d8844dcbe431c71626ade7ce8b1.tar.gz
zsh-2f51268ee6531d8844dcbe431c71626ade7ce8b1.tar.xz
zsh-2f51268ee6531d8844dcbe431c71626ade7ce8b1.zip
unposted: add missing -C option to _arguments in _python
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0522a044a..696bc40d2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-07-15  Doug Kearns  <djkea2@gus.gscit.monash.edu.au>
+
+	* unposted: Completion/Unix/Command/_python: add missing -C option to
+	_arguments; complete script arguments with _normal
+
 2005-07-14  Peter Stephenson  <pws@pwstephenson.fsnet.co.uk>
 
 	* 21466: Src/Modules/files.c: lstat() should be stat() in mkdir -p