summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordas <das>2007-08-27 06:48:27 (GMT)
committerdas <das>2007-08-27 06:48:27 (GMT)
commit9fef5d810024d4e069a4792461495a17eda7d956 (patch)
tree60023803893a2183118f9cd95dd9024a2a950081 /ChangeLog
parent6ed0057978153235d935363601a7a2608b04c1ac (diff)
downloadtk-9fef5d810024d4e069a4792461495a17eda7d956.zip
tk-9fef5d810024d4e069a4792461495a17eda7d956.tar.gz
tk-9fef5d810024d4e069a4792461495a17eda7d956.tar.bz2
* macosx/tkMacOSXDialog.c (Tk_ChooseColorObjCmd): correct setting of
interp result [Bug 1782105]; fix -initialcolor overwriting last color selection; style cleanup.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index c26f5a4..9894791 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2007-08-27 Daniel Steffen <das@users.sourceforge.net>
+
+ * macosx/tkMacOSXDialog.c (Tk_ChooseColorObjCmd): correct setting of
+ interp result [Bug 1782105]; fix -initialcolor overwriting last color
+ selection; style cleanup.
+
2007-08-21 Pat Thoyts <patthoyts@users.sourceforge.net>
* win/rules.vc: Synchronize with tcl rules.vc
@@ -15,7 +21,7 @@
2007-08-01 Pat Thoyts <patthoyts@users.sourceforge.net>
- * win/tkWinDialog.c: Fix bug #1692927 (buffer length problems)
+ * win/tkWinDialog.c: Fix [Bug 1692927] (buffer length problems)
* win/tkWinTest.c: Added 'testfindwindow' and 'testgetwindowinfo'
and extended 'testwinevent' for WM_COMMAND support to enable testing
native messagebox dialogs.