diff options
author | das <das> | 2007-08-27 06:48:27 (GMT) |
---|---|---|
committer | das <das> | 2007-08-27 06:48:27 (GMT) |
commit | 9fef5d810024d4e069a4792461495a17eda7d956 (patch) | |
tree | 60023803893a2183118f9cd95dd9024a2a950081 /ChangeLog | |
parent | 6ed0057978153235d935363601a7a2608b04c1ac (diff) | |
download | tk-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-- | ChangeLog | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -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. |