about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSven Wischnowsky <wischnow@users.sourceforge.net>2000-08-02 10:36:19 +0000
committerSven Wischnowsky <wischnow@users.sourceforge.net>2000-08-02 10:36:19 +0000
commitb2aebcad027eab3339677eb790bfa41b37c3aef0 (patch)
tree7fcd90dfce5bd5101274de338796f719fd0d89a3 /ChangeLog
parenteabfc368bd798b92f6b878430464b79de77c463f (diff)
downloadzsh-b2aebcad027eab3339677eb790bfa41b37c3aef0.tar.gz
zsh-b2aebcad027eab3339677eb790bfa41b37c3aef0.tar.xz
zsh-b2aebcad027eab3339677eb790bfa41b37c3aef0.zip
if compcontext is an assoc, the keys are the completions and the values are their descriptions (12483)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 95ba5c2a8..231256fc5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2000-08-02  Sven Wischnowsky  <wischnow@zsh.org>
 
+	* 12483: Completion/Base/_arguments, Completion/Core/_complete,
+ 	Doc/Zsh/compsys.yo: if compcontext is an assoc, the keys are the
+ 	completions and the values are their descriptions
+	
 	* 12475: Completion/Base/_arguments: prefer user-defined specs
  	over ones derived from --help output