diff options
author | hobbs <hobbs> | 1999-12-03 07:14:30 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 1999-12-03 07:14:30 (GMT) |
commit | f31814137ad1941e43510e929ec55ea8a96bdfd0 (patch) | |
tree | 3a5d2eb8573a992029982355aa5a1ff874f098d5 /ChangeLog | |
parent | 47db144ca5053ea42c75249d1269230a1f3eb8fa (diff) | |
download | tk-f31814137ad1941e43510e929ec55ea8a96bdfd0.zip tk-f31814137ad1941e43510e929ec55ea8a96bdfd0.tar.gz tk-f31814137ad1941e43510e929ec55ea8a96bdfd0.tar.bz2 |
see log
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 : |