about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSven Wischnowsky <wischnow@users.sourceforge.net>2000-06-28 13:59:21 +0000
committerSven Wischnowsky <wischnow@users.sourceforge.net>2000-06-28 13:59:21 +0000
commit04bf39bf2eb70bc3284459407c56196da02f280c (patch)
tree18c45dfbaec9178ec66cc6a3b7ec0c643a7b697b /ChangeLog
parent45a6914ed7b944a5e974399ca91a2b39e1727b26 (diff)
downloadzsh-04bf39bf2eb70bc3284459407c56196da02f280c.tar.gz
zsh-04bf39bf2eb70bc3284459407c56196da02f280c.tar.xz
zsh-04bf39bf2eb70bc3284459407c56196da02f280c.zip
fix for list-colors handling (12107)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 16a967274..288238f58 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2000-06-28  Sven Wischnowsky  <wischnow@zsh.org>
 
+	* 12107: Completion/Core/_setup, Src/Zle/complist.c: fix for
+ 	list-colors handling
+	
 	* 12105: Completion/Core/_main_complete: reset _comp_mesg (saying
  	whether there were messages) appropriately