about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBart Schaefer <barts@users.sourceforge.net>2000-09-04 10:15:25 +0000
committerBart Schaefer <barts@users.sourceforge.net>2000-09-04 10:15:25 +0000
commit3669415d56de9688471fdac93c10edb14967cd2f (patch)
tree11a2e156bfac2163970ad8d24143ccd91ba65e2c /ChangeLog
parent07c0b1a306f099d1c8cb530286a1a32950f0185e (diff)
downloadzsh-3669415d56de9688471fdac93c10edb14967cd2f.tar.gz
zsh-3669415d56de9688471fdac93c10edb14967cd2f.tar.xz
zsh-3669415d56de9688471fdac93c10edb14967cd2f.zip
Fix colors.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f0d0970b4..bcc77e464 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2000-09-04  Bart Schaefer  <schaefer@zsh.org>
 
+	* 12733: Functions/Misc/colors: Restore `grey' and other
+	accidentally-misplaced elements in the `fg*' and `bg*' arrays.
+
 	* 12732: Src/params.c: Suppress base# prefix when base is 10 even
 	if the [##base] format of 12722 was not used.