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 /ChangeLog | |
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 'ChangeLog')
-rw-r--r-- | ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -1,3 +1,19 @@ +2004-11-16 Daniel Steffen <das@users.sourceforge.net> + + * 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. + 2004-11-15 Vince Darley <vincentdarley@users.sourceforge.net> * generic/tkText.c: fix to multi-line search problem and |