summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordas <das>2003-03-18 13:47:51 (GMT)
committerdas <das>2003-03-18 13:47:51 (GMT)
commit6d2e686af813fdc90ed20c73f1326d12c1ffe6c1 (patch)
tree6cc80dc64de0ee1159949f14575b233bf5761f6c /ChangeLog
parenteca44d19d52e388aa19ca757cf2d64ee8c9db3e4 (diff)
downloadtk-6d2e686af813fdc90ed20c73f1326d12c1ffe6c1.zip
tk-6d2e686af813fdc90ed20c73f1326d12c1ffe6c1.tar.gz
tk-6d2e686af813fdc90ed20c73f1326d12c1ffe6c1.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 77a443f..df2d8cf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,18 @@
+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-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 Mo DeJong <mdejong@users.sourceforge.net>