diff options
author | das <das> | 2003-10-01 14:35:39 (GMT) |
---|---|---|
committer | das <das> | 2003-10-01 14:35:39 (GMT) |
commit | 9d4eef9915ff4fe5f2f9c209c5b100769515897f (patch) | |
tree | 26fbc3e2f34810aa91136cceec74a6eebde0afd3 /ChangeLog | |
parent | b3ec66c29e8fb666e39d76bd1a169d365361a985 (diff) | |
download | tk-9d4eef9915ff4fe5f2f9c209c5b100769515897f.zip tk-9d4eef9915ff4fe5f2f9c209c5b100769515897f.tar.gz tk-9d4eef9915ff4fe5f2f9c209c5b100769515897f.tar.bz2 |
* macosx/Wish.pbproj/project.pbxproj:
* macosx/Makefile: fixed redo prebinding bug when DESTDIR="".
Added support for all applicable customizable makefile variables
from tcl/macosx/Makefile.
* macosx/README:
* macosx/Wish.pbproj/project.pbxproj: ensure that the versioned
wishX.X script works correctly when Tk.framework with multiple
versions is present by referring to a copy of 'Wish Shell.app'
located in Tk.framework/Versions/X.X/Resources.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,3 +1,16 @@ +2003-10-01 Daniel Steffen <das@users.sourceforge.net> + + * macosx/Wish.pbproj/project.pbxproj: + * macosx/Makefile: fixed redo prebinding bug when DESTDIR="". + Added support for all applicable customizable makefile variables + from tcl/macosx/Makefile. + + * macosx/README: + * macosx/Wish.pbproj/project.pbxproj: ensure that the versioned + wishX.X script works correctly when Tk.framework with multiple + versions is present by referring to a copy of 'Wish Shell.app' + located in Tk.framework/Versions/X.X/Resources. + 2003-09-29 Donal K. Fellows <fellowsd@cs.man.ac.uk> * unix/tcl.m4 (SC_ENABLE_FRAMEWORK): Added note to make it clearer |