summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog9
-rw-r--r--generic/tkPort.h4
-rw-r--r--macosx/Wish.pbproj/project.pbxproj6
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 <das@users.sourceforge.net>
+
+ * 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 <mdejong@users.sourceforge.net>
* win/tkWinMenu.c (ReconfigureWindowsMenu,
@@ -61,6 +68,7 @@
when the version changes.
2003-12-22 Joe English <jenglish@users.sourceforge.net>
+
* doc/text.n: Fix markup errors (".t" at beginning of line).
2003-12-21 David Gravereaux <davygrvy@pobox.com>
@@ -82,6 +90,7 @@
added for MinGW yet. [Tcl Patch 858493]
2003-12-20 Joe English <jenglish@users.sourceforge.net>
+
* 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 &lt;jingham@apple.com&gt; &amp; Ian Reid, Copyright Â
fileRef = F537557B016C37A601DC9062;
isa = PBXBuildFile;
settings = {
+ ATTRIBUTES = (
+ Private,
+ );
};
};
F53755F8016C390401DC9062 = {
@@ -1975,6 +1978,9 @@ MacOS X Port by Jim Ingham &lt;jingham@apple.com&gt; &amp; Ian Reid, Copyright Â
fileRef = F5375543016C376E01DC9062;
isa = PBXBuildFile;
settings = {
+ ATTRIBUTES = (
+ Private,
+ );
};
};
F5375603016C397D01DC9062 = {