summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordas <das>2004-07-20 06:10:09 (GMT)
committerdas <das>2004-07-20 06:10:09 (GMT)
commite22f2b03f1a403b00077fe5cca88a3c3a04b0ade (patch)
tree5282b6409636ba7de92ae008fa755d26de883f40 /ChangeLog
parent47bfdee0c81338373b72f9853db1737182a3348f (diff)
downloadtk-e22f2b03f1a403b00077fe5cca88a3c3a04b0ade.zip
tk-e22f2b03f1a403b00077fe5cca88a3c3a04b0ade.tar.gz
tk-e22f2b03f1a403b00077fe5cca88a3c3a04b0ade.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--ChangeLog6
1 files changed, 3 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index cfaf446..c1ee3f0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,11 +2,11 @@
* 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.
+ similarly to 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,
+ 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.