summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2012-09-28 09:41:22 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2012-09-28 09:41:22 (GMT)
commit35c5d43f01e2ff6e8cc9f7585adceb7bcbbbbcf9 (patch)
treed5b9b95c044f9cc056ce2f64608f31ee5c435405 /ChangeLog
parent8e313cd75cb1ca83ccddbbd7936243eb69b0bb27 (diff)
downloadtk-35c5d43f01e2ff6e8cc9f7585adceb7bcbbbbcf9.zip
tk-35c5d43f01e2ff6e8cc9f7585adceb7bcbbbbcf9.tar.gz
tk-35c5d43f01e2ff6e8cc9f7585adceb7bcbbbbcf9.tar.bz2
Add 8 colors to the supported color list (aqua, crimson, fuchsia, indigo, lime, olive, silver and teal), part of TIP #403
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ae6e126..56928ef 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2012-09-27 Jan Nijtmans <nijtmans@users.sf.net>
+
+ * generic/tkInt.h: Add 8 colors to the supported color list
+ * generic/tkColor.c: (aqua, crimson, fuchsia, indigo, lime,
+ * unix/tkUnixColor.c: olive, silver and teal), part of TIP #403
+ * xlib/rgb.txt
+ * xlib/xcolors.c
+
2012-09-26 Jan Nijtmans <nijtmans@users.sf.net>
* win/Makefile.in: Compile win32 binaries with -DTCL_NO_DEPRECATED