diff options
author | dgp <dgp@users.sourceforge.net> | 2006-03-29 16:37:28 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2006-03-29 16:37:28 (GMT) |
commit | e299ce5088625247ef0af598042f6885bba5e5f4 (patch) | |
tree | 11d6b1cf69af92bcd57a53d33dabadd97804a324 /ChangeLog | |
parent | edaeaf8547a525e7bc6fa58abff24bb6fe924913 (diff) | |
download | tk-e299ce5088625247ef0af598042f6885bba5e5f4.zip tk-e299ce5088625247ef0af598042f6885bba5e5f4.tar.gz tk-e299ce5088625247ef0af598042f6885bba5e5f4.tar.bz2 |
* changes: Updates for next RC
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -1,5 +1,9 @@ 2006-03-29 Don Porter <dgp@users.sourceforge.net> + *** 8.5a4 TAGGED FOR RELEASE *** + + * changes: Updates for next RC + * unix/tkUnixDefault.h: Changed "Black" to "#000000" and "White" to "#ffffff" to work around the (broken?) X servers that do not accept those color names. [Bug 917433] @@ -32,8 +36,6 @@ 2006-03-27 Don Porter <dgp@users.sourceforge.net> - *** 8.5a4 TAGGED FOR RELEASE *** - * changes: Updates for next RC 2006-03-27 Benjamin Riefenstahl <b.riefenstahl@turtle-trading.net> |