about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2003-08-20 12:03:07 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2003-08-20 12:03:07 +0000
commit8bcffc6b11131d989cf92cea52aa849790f1580f (patch)
tree543f43e0554ed029f396cfa7849753d878adae5f /ChangeLog
parentea412fbe4b639a71eea54b9daaf3b64c750ef763 (diff)
downloadzsh-8bcffc6b11131d989cf92cea52aa849790f1580f.tar.gz
zsh-8bcffc6b11131d989cf92cea52aa849790f1580f.tar.xz
zsh-8bcffc6b11131d989cf92cea52aa849790f1580f.zip
18951: Better option handling (c.f. 18948)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0f80fd7c9..ceccdd4a1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2003-08-20  Peter Stephenson  <pws@csr.com>
 
+	* 18951: Completion/Unix/Command/_perforce: Improve 18948 to
+	limit options retained, also make argument to p4 -p complete
+	better.
+
 	* 18942: Completion/Unix/Command/_perforce: Fix autoremoval
 	of slashes which were stomped on by the special suffix handler.