summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordas <das>2004-07-20 06:05:53 (GMT)
committerdas <das>2004-07-20 06:05:53 (GMT)
commit26ad50b54dbd1d891372303d7567eb5353254073 (patch)
treee546663cef0ad5dff1c2181819212ecd7d987baa /ChangeLog
parent23b110750cfc4d080d64119fc3b48df02527a094 (diff)
downloadtk-26ad50b54dbd1d891372303d7567eb5353254073.zip
tk-26ad50b54dbd1d891372303d7567eb5353254073.tar.gz
tk-26ad50b54dbd1d891372303d7567eb5353254073.tar.bz2
* macosx/Makefile: added support to tk framework build to
optionally install tk manpages in addition to html help, similarly to tcl/macosx/Makefile. * macosx/Wish.pbproj/project.pbxproj: fixes for building with non-default SYMROOT/OBJROOT/SRCROOT, added support for using a Tcl.framework in DYLIB_INSTALL_PATH != /Library/Frameworks, added optional support for building html help without tcl sources present by giving explicit location of tcltk-man2html script. * macosx/tkMacOSXMenu.c: fixed #include case sensitivity bug.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1d7c55f..cfaf446 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+2004-07-20 Daniel Steffen <das@users.sourceforge.net>
+
+ * macosx/Makefile: added support to tk framework build to
+ optionally install tk manpages in addition to html help,
+ similarly to current support in tcl/macosx/Makefile.
+
+ * macosx/Wish.pbproj/project.pbxproj: fixes for building with
+ non-default SYMROOT/OBJROOT/SRCROOT, added support using a
+ Tcl.framework in DYLIB_INSTALL_PATH != /Library/Frameworks,
+ added optional support for building html help without tcl sources
+ present by giving explicit location of tcltk-man2html script.
+
+ * macosx/tkMacOSXMenu.c: fixed #include case sensitivity bug.
+
2004-07-19 Jeff Hobbs <jeffh@ActiveState.com>
* unix/Makefile.in, unix/tcl.m4: move (C|LD)FLAGS after their