diff options
author | das <das> | 2003-03-18 13:55:48 (GMT) |
---|---|---|
committer | das <das> | 2003-03-18 13:55:48 (GMT) |
commit | 78f88f52a525c493e79fc724760e36eb76a21d43 (patch) | |
tree | 67f39032103b5f694762137294aa30ab944c7cd6 /ChangeLog | |
parent | 98b37d9985ff3f2d38100fd2a86bc33627f278d9 (diff) | |
download | tk-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-- | ChangeLog | 17 |
1 files changed, 13 insertions, 4 deletions
@@ -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> |