diff options
author | das <das> | 2004-07-20 11:49:16 (GMT) |
---|---|---|
committer | das <das> | 2004-07-20 11:49:16 (GMT) |
commit | f95859f4fe3830b7122af3474bdd5c3d17b13f62 (patch) | |
tree | b3251643bb8f79c12e605c8517d088157b8a7b2e /ChangeLog | |
parent | 538c31ec35ab2acea8b0b6488a650bc96f2d2887 (diff) | |
download | tk-f95859f4fe3830b7122af3474bdd5c3d17b13f62.zip tk-f95859f4fe3830b7122af3474bdd5c3d17b13f62.tar.gz tk-f95859f4fe3830b7122af3474bdd5c3d17b13f62.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-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,5 +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 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. + * unix/Makefile.in: * win/Makefile.in: added 'install-private-headers' makefile target to allow optionally installing private tk headers. [Tcl FR 922727] |