diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1,3 +1,17 @@ +1999-12-02 Jeff Hobbs <hobbs@scriptics.com> + + * generic/tkInt.h: + * generic/tkWindow.c: + * generic/tkCmds.c: converted Tk_DestroyCmd, Tk_LowerCmd and + Tk_RaiseCmd to their ObjCmd equivalent. + + * library/tkfbox.tcl: added color icons for tk_messageBox on Unix + and Mac when tk_strictMotif isn't set. (Hipp) + * library/tk.tcl: added window bounds checking to ::tk::PlaceWindow + + * tests/imgPPM.test: fixed test 2.2 to use -format ppm (since + we know have GIF write capability) + 1999-12-01 Scott Redman <redman@scriptics.com> * generic/tkMain.c : |