From ad97b97e09fbe5339088d21df9e84b057b1616f5 Mon Sep 17 00:00:00 2001 From: das Date: Thu, 1 Jan 2004 00:35:24 +0000 Subject: * macosx/Wish.pbproj/project.pbxproj: added missing private headers to installed Tk.framework, so that tkInt.h can be included sucessfully from Tk.framework/PrivateHeaders. * generic/tkPort.h: corrected include of tkMacOSXPort.h --- ChangeLog | 9 +++++++++ generic/tkPort.h | 4 ++-- macosx/Wish.pbproj/project.pbxproj | 6 ++++++ 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 21d1443..18e5e26 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2003-12-31 Daniel Steffen + + * macosx/Wish.pbproj/project.pbxproj: added missing private headers + to installed Tk.framework, so that tkInt.h can be included + sucessfully from Tk.framework/PrivateHeaders. + * generic/tkPort.h: corrected include of tkMacOSXPort.h + 2003-12-28 Mo DeJong * win/tkWinMenu.c (ReconfigureWindowsMenu, @@ -61,6 +68,7 @@ when the version changes. 2003-12-22 Joe English + * doc/text.n: Fix markup errors (".t" at beginning of line). 2003-12-21 David Gravereaux @@ -82,6 +90,7 @@ added for MinGW yet. [Tcl Patch 858493] 2003-12-20 Joe English + * library/bgerror.tcl: Truncate displayed error message if it's too long (fixes: #231251) diff --git a/generic/tkPort.h b/generic/tkPort.h index b07e22d..a0ae88b 100644 --- a/generic/tkPort.h +++ b/generic/tkPort.h @@ -10,7 +10,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tkPort.h,v 1.3 2002/08/31 06:12:26 das Exp $ + * RCS: @(#) $Id: tkPort.h,v 1.4 2004/01/01 00:35:24 das Exp $ */ #ifndef _TKPORT @@ -29,7 +29,7 @@ # if defined(MAC_TCL) # include "tkMacPort.h" # elif defined(MAC_OSX_TK) -# include "../macosx/tkMacOSXPort.h" +# include "tkMacOSXPort.h" # else # include "../unix/tkUnixPort.h" # endif diff --git a/macosx/Wish.pbproj/project.pbxproj b/macosx/Wish.pbproj/project.pbxproj index 91ef640..48c788c 100644 --- a/macosx/Wish.pbproj/project.pbxproj +++ b/macosx/Wish.pbproj/project.pbxproj @@ -1909,6 +1909,9 @@ MacOS X Port by Jim Ingham <jingham@apple.com> & Ian Reid, Copyright fileRef = F537557B016C37A601DC9062; isa = PBXBuildFile; settings = { + ATTRIBUTES = ( + Private, + ); }; }; F53755F8016C390401DC9062 = { @@ -1975,6 +1978,9 @@ MacOS X Port by Jim Ingham <jingham@apple.com> & Ian Reid, Copyright fileRef = F5375543016C376E01DC9062; isa = PBXBuildFile; settings = { + ATTRIBUTES = ( + Private, + ); }; }; F5375603016C397D01DC9062 = { -- cgit v0.12