summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>1999-12-03 07:14:30 (GMT)
committerhobbs <hobbs>1999-12-03 07:14:30 (GMT)
commitf31814137ad1941e43510e929ec55ea8a96bdfd0 (patch)
tree3a5d2eb8573a992029982355aa5a1ff874f098d5 /ChangeLog
parent47db144ca5053ea42c75249d1269230a1f3eb8fa (diff)
downloadtk-f31814137ad1941e43510e929ec55ea8a96bdfd0.zip
tk-f31814137ad1941e43510e929ec55ea8a96bdfd0.tar.gz
tk-f31814137ad1941e43510e929ec55ea8a96bdfd0.tar.bz2
see log
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b36aa08..3331163 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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 :