summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordas <das>2003-10-01 14:35:39 (GMT)
committerdas <das>2003-10-01 14:35:39 (GMT)
commit9d4eef9915ff4fe5f2f9c209c5b100769515897f (patch)
tree26fbc3e2f34810aa91136cceec74a6eebde0afd3 /ChangeLog
parentb3ec66c29e8fb666e39d76bd1a169d365361a985 (diff)
downloadtk-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--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5bf09c9..e9d0c40 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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