diff options
author | das <das> | 2003-10-01 14:35:32 (GMT) |
---|---|---|
committer | das <das> | 2003-10-01 14:35:32 (GMT) |
commit | 48e0e43fbc61a0da6568824965c13e2ec7cb2e38 (patch) | |
tree | 9282d9e20469dd360031a46c842bd3c05d990f72 /ChangeLog | |
parent | 009ece320d1dad3ff4557d55b5859b4512d1660e (diff) | |
download | tk-48e0e43fbc61a0da6568824965c13e2ec7cb2e38.zip tk-48e0e43fbc61a0da6568824965c13e2ec7cb2e38.tar.gz tk-48e0e43fbc61a0da6568824965c13e2ec7cb2e38.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-30 Jim Ingham <jingham@apple.com> * macosx/tkMacOSXButton.c (TkpDisplayButton): Use the tk text |