about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDoug Kearns <dkearns@users.sourceforge.net>2005-07-16 11:57:43 +0000
committerDoug Kearns <dkearns@users.sourceforge.net>2005-07-16 11:57:43 +0000
commit4454ccf47eccd2dabef808bef6bb712ee2804a99 (patch)
treed96b16710ddda773badb16d734d674bdb8269f61 /ChangeLog
parent9bc098247754e8929678a8bd196e5703093c3bce (diff)
downloadzsh-4454ccf47eccd2dabef808bef6bb712ee2804a99.tar.gz
zsh-4454ccf47eccd2dabef808bef6bb712ee2804a99.tar.xz
zsh-4454ccf47eccd2dabef808bef6bb712ee2804a99.zip
unposted: escape colons in _python -W option argument message
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8fc0be2ae..3d6b7af27 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-07-16  Doug Kearns  <djkea2@gus.gscit.monash.edu.au>
+
+	* unposted: Completion/Unix/Command/_python: escape colons in -W option
+	argument message
+
 2005-07-15  Wayne Davison  <wayned@users.sourceforge.net>
 
 	* 21464: Doc/Zsh/options.yo, Src/zsh.h, Src/options.c, Src/init.c,