summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordas <das>2003-03-18 13:55:48 (GMT)
committerdas <das>2003-03-18 13:55:48 (GMT)
commit78f88f52a525c493e79fc724760e36eb76a21d43 (patch)
tree67f39032103b5f694762137294aa30ab944c7cd6 /ChangeLog
parent98b37d9985ff3f2d38100fd2a86bc33627f278d9 (diff)
downloadtk-78f88f52a525c493e79fc724760e36eb76a21d43.zip
tk-78f88f52a525c493e79fc724760e36eb76a21d43.tar.gz
tk-78f88f52a525c493e79fc724760e36eb76a21d43.tar.bz2
* macosx/Wish.pbproj/project.pbxproj:
* macosx/Makefile: * macosx/README: added support for giving 'make' the location of Tcl.framework and tclsh to build and link against. * macosx/tkMacOSXXStubs.c: fixed crash in [winfo server].
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog17
1 files changed, 13 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 7fd4053..9cc536f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2003-03-18 Daniel Steffen <das@users.sourceforge.net>
+
+ * macosx/Wish.pbproj/project.pbxproj:
+ * macosx/Makefile:
+ * macosx/README: added support for giving 'make' the location
+ of Tcl.framework and tclsh to build and link against.
+
+ * macosx/tkMacOSXXStubs.c: fixed crash in [winfo server].
+
2003-03-14 Donal K. Fellows <fellowsd@cs.man.ac.uk>
* library/msgbox.tcl (Tk::MessageBox): Stop buttons from being
@@ -5,10 +14,10 @@
2003-03-13 Don Porter <dgp@users.sourceforge.net>
- * tests/unixWm.test: Constrained all tests older than revision 1.21
- to run only on Unix. Alternative approach did not match maintainer
- habits.
- * tests/spinbox.test (spinbox-17.4): Avoid long failure message.
+ * tests/unixWm.test: Constrained all tests older than revision 1.21
+ to run only on Unix. Alternative approach did not match maintainer
+ habits.
+ * tests/spinbox.test (spinbox-17.4): Avoid long failure message.
2003-03-13 Kevin Kenny <kennykb@users.sourceforge.net>