diff options
author | das <das> | 2002-04-08 09:04:31 (GMT) |
---|---|---|
committer | das <das> | 2002-04-08 09:04:31 (GMT) |
commit | 2024eae67e8a0249d280bd2f8423ecd91033040b (patch) | |
tree | 388b7f23b6b3cafb2c20243044e6b0a315a7ec0f /ChangeLog | |
parent | edf6ae717ffa12d49b2c5163c7d44c7fa3693020 (diff) | |
download | tk-2024eae67e8a0249d280bd2f8423ecd91033040b.zip tk-2024eae67e8a0249d280bd2f8423ecd91033040b.tar.gz tk-2024eae67e8a0249d280bd2f8423ecd91033040b.tar.bz2 |
2002-04-08 Daniel Steffen <das@users.sourceforge.net>
* mac/tkMacProjects.sea.hqx: added tkPanedWindow.c to projects
* mac/tkMacAppInit.c: fixes to MSL stdin/stdout hookup to the
TkConsole when using shared MSL libraries; fix for crashing
bug on exit: writing to stdin/sterr when console has already
been destroyed. (both fixes need support in MSL, see
'CW Pro6 changes' in tcl/mac/tcltkMacBuildSupport.sea.hqx)
* mac/tkMacDialog.c: fixes to Navigation Services Dialog filter.
* mac/tkMacDraw.c: add panic for overwide TkImages that would
crash Tk on mac otherwise.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ +2002-04-08 Daniel Steffen <das@users.sourceforge.net> + + * mac/tkMacProjects.sea.hqx: added tkPanedWindow.c to projects + * mac/tkMacAppInit.c: fixes to MSL stdin/stdout hookup to the + TkConsole when using shared MSL libraries; fix for crashing + bug on exit: writing to stdin/sterr when console has already + been destroyed. (both fixes need support in MSL, see + 'CW Pro6 changes' in tcl/mac/tcltkMacBuildSupport.sea.hqx) + * mac/tkMacDialog.c: fixes to Navigation Services Dialog filter. + * mac/tkMacDraw.c: add panic for overwide TkImages that would + crash Tk on mac otherwise. + 2002-04-05 Jeff Hobbs <jeffh@ActiveState.com> * mac/tkMacXStubs.c: added Tk_SetCaretPos stub (does nothing). |