diff options
author | das <das> | 2003-03-18 13:47:51 (GMT) |
---|---|---|
committer | das <das> | 2003-03-18 13:47:51 (GMT) |
commit | 6d2e686af813fdc90ed20c73f1326d12c1ffe6c1 (patch) | |
tree | 6cc80dc64de0ee1159949f14575b233bf5761f6c /ChangeLog | |
parent | eca44d19d52e388aa19ca757cf2d64ee8c9db3e4 (diff) | |
download | tk-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-- | ChangeLog | 17 |
1 files changed, 13 insertions, 4 deletions
@@ -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> |