diff options
author | das <das> | 2005-12-04 00:51:29 (GMT) |
---|---|---|
committer | das <das> | 2005-12-04 00:51:29 (GMT) |
commit | c27f3fe12a367d73517630a2b08bb950860585ff (patch) | |
tree | b2f6f92467ebbbd25031cc57868404f7bd86a99f | |
parent | 5dfa962e161c1a49f4d2266fcf56198b0e779490 (diff) | |
download | tk-c27f3fe12a367d73517630a2b08bb950860585ff.zip tk-c27f3fe12a367d73517630a2b08bb950860585ff.tar.gz tk-c27f3fe12a367d73517630a2b08bb950860585ff.tar.bz2 |
* mac/README: add note that mac classic port is no longer supported.
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | mac/README | 14 |
2 files changed, 18 insertions, 2 deletions
@@ -1,7 +1,11 @@ -2005-12-01 Don Porter <dgp@users.sourceforge.net> +2005-12-04 Daniel Steffen <das@users.sourceforge.net> *** 8.4.12 TAGGED FOR RELEASE *** + * mac/README: add note that mac classic port is no longer supported. + +2005-12-01 Don Porter <dgp@users.sourceforge.net> + * changes: Update changes for 8.4.12 release * mac/tkMacWm.c: Restored consistent error checking and @@ -3,7 +3,19 @@ Tk 8.4 for Macintosh Originally by Ray Johnson while at Sun Microsystems Labs with major help from Jim Ingham while at Cygnus Solutions -RCS: @(#) $Id: README,v 1.17 2002/03/04 23:31:45 hobbs Exp $ +RCS: @(#) $Id: README,v 1.17.2.1 2005/12/04 00:51:29 das Exp $ + +!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + +Note that Tk on Mac OS Classic is no longer supported and likely no longer +compiles, the last release known to work is 8.4.2. The 'mac' source +directory and all other Mac Classic code have been removed from Tk 8.5. + +The Mac OS X port of Tk can be found in the 'macosx' source directory. + +The information and URLs below are known to be outdated and incorrect. + +!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! 1. Introduction --------------- |