diff options
author | das <das> | 2004-11-16 04:05:49 (GMT) |
---|---|---|
committer | das <das> | 2004-11-16 04:05:49 (GMT) |
commit | b00fcf3beace12cf94ddd9075c615a2e4ca6a65a (patch) | |
tree | e8564332da06153f2b38d67f1261b8dbfbf42b40 /generic/tk.h | |
parent | 50af33b1a13e1b6c55e100130ec1e8c22e4beab6 (diff) | |
download | tk-b00fcf3beace12cf94ddd9075c615a2e4ca6a65a.zip tk-b00fcf3beace12cf94ddd9075c615a2e4ca6a65a.tar.gz tk-b00fcf3beace12cf94ddd9075c615a2e4ca6a65a.tar.bz2 |
* macosx/Wish.pbproj/project.pbxproj:
* macosx/buildTkConfig.tcl: fixes for tclConfig.h changes.
* macosx/Wish.pbproj/project.pbxproj: fixed references to renamed
bitmap files.
* macosx/Wish.xcode/project.pbxproj (new):
* macosx/Wish.xcode/default.pbxuser (new):
* macosx/Wish-Info.plist (new):
* macosx/Tk-Info.plist (new): added new Xcode 1.5 project using
native targets, made possible by tclConfig.h changes.
* generic/tk.h: added version number change comments for new files.
Diffstat (limited to 'generic/tk.h')
-rw-r--r-- | generic/tk.h | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/generic/tk.h b/generic/tk.h index 142f79a..973030c 100644 --- a/generic/tk.h +++ b/generic/tk.h @@ -12,7 +12,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tk.h,v 1.81 2004/08/29 09:27:35 dkf Exp $ + * RCS: @(#) $Id: tk.h,v 1.82 2004/11/16 04:05:52 das Exp $ */ #ifndef _TK @@ -35,7 +35,11 @@ extern "C" { * win/configure.in (as above) * README (sections 0 and 1) * macosx/Wish.pbproj/project.pbxproj - * (14 LOC total, 4 LOC patch) + * (12 LOC Major/Minor, 4 LOC patch) + * macosx/Wish.xcode/project.pbxproj + * (5 LOC Major/Minor, not patchlevel) + * macosx/Wish-Info.plist (3 LOC Major/Minor, 2 LOC patch) + * macosx/Tk-Info.plist (4 LOC Major/Minor, 2 LOC patch) * win/README (not patchlevel) * unix/README (not patchlevel) * unix/tk.spec (3 LOC Major/Minor, 2 LOC patch) |