summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorpatthoyts <patthoyts@users.sourceforge.net>2008-04-14 20:48:50 (GMT)
committerpatthoyts <patthoyts@users.sourceforge.net>2008-04-14 20:48:50 (GMT)
commit96cf871d54db54453e7e29dca5a64b7da157a22f (patch)
treef7cbf92ddcedca1bcd5f82cd0b1f055837d1c3da /ChangeLog
parente9704ff6d001b364f815e856576c9a0446fc8190 (diff)
downloadtk-96cf871d54db54453e7e29dca5a64b7da157a22f.zip
tk-96cf871d54db54453e7e29dca5a64b7da157a22f.tar.gz
tk-96cf871d54db54453e7e29dca5a64b7da157a22f.tar.bz2
Fixed bug #1941740: tk_chooseColor -title was broken in revision 1.40 after some code cleanup. Added tests for this windows dialog to avoid regression.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 610e634..288b1a4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-04-14 Pat Thoyts <patthoyts@users.sourceforge.net>
+
+ * win/tkWinDialog.c: Fix bug #1941740: tk_chooseColor -title broken
+ * win/tkWinTest.c: Added parent to testgetwininfo
+ * tests/winDialog.test: Created some tk_chooseColor win tests.
+
2008-04-09 Jan Nijtmans <nijtmans@users.sourceforge.net>
* generic/tkImgGIF.c: Let the GIF writer use a real LZW compressor.