summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordas <das>2004-01-01 00:34:56 (GMT)
committerdas <das>2004-01-01 00:34:56 (GMT)
commita17e4c4701d5221f8b3197963574a7af51f5ea72 (patch)
treefdcf6aa779e4983e7303f4edabbabc7d8fe857ad /ChangeLog
parent7bbf35d799607f27798c04e1a2292bdcf2d5e8e9 (diff)
downloadtk-a17e4c4701d5221f8b3197963574a7af51f5ea72.zip
tk-a17e4c4701d5221f8b3197963574a7af51f5ea72.tar.gz
tk-a17e4c4701d5221f8b3197963574a7af51f5ea72.tar.bz2
* 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
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 1279bfa..b10746d 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-17 Jim Ingham <jingham@apple.com>
* macosx/tkMacOSXScrlbr.c: Reworking Vince's fix to [Bug 842952].
@@ -9,7 +16,7 @@
2003-12-11 David Gravereaux <davygrvy@pobox.com>
- win/winMain.c: Backed-out yesterdays change. Reverted to 1.15 for
+ * win/winMain.c: Backed-out yesterdays change. Reverted to 1.15 for
two reasons. 1) problem is best addressed in Tcl's DllMain() and
2) needs a MinGW custom assembly implimentation as it doesn't
understand SEH syntax.