diff options
author | das <das> | 2004-01-01 00:34:56 (GMT) |
---|---|---|
committer | das <das> | 2004-01-01 00:34:56 (GMT) |
commit | a17e4c4701d5221f8b3197963574a7af51f5ea72 (patch) | |
tree | fdcf6aa779e4983e7303f4edabbabc7d8fe857ad /ChangeLog | |
parent | 7bbf35d799607f27798c04e1a2292bdcf2d5e8e9 (diff) | |
download | tk-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-- | ChangeLog | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -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. |