From a63c50265a27f173d0fcd73574709a8a6a13386f Mon Sep 17 00:00:00 2001 From: welch Date: Wed, 29 Jul 1998 22:55:13 +0000 Subject: 8.0.3-4 --- README | 14 ++++++++------ generic/tk.h | 6 +++--- unix/configure.in | 2 +- win/README | 16 ++++++++-------- 4 files changed, 20 insertions(+), 18 deletions(-) diff --git a/README b/README index 3653fa8..19c14db 100644 --- a/README +++ b/README @@ -1,12 +1,14 @@ The Tk Toolkit -SCCS: %Z% $Id: README,v 1.5 1998/07/20 17:04:41 welch Exp $ +SCCS: %Z% $Id: README,v 1.6 1998/07/29 22:58:24 welch Exp $ 0. Preface ---------- -This is a pre-release of 8.0.3, tk_patchLevel "8.0.3-3" -we expect the 8.0.3 release to continue to change with the adoption -of more patches, etc. This release is being made early to help +This is a pre-release of 8.0.3, tk_patchLevel "8.0.3-4" +This is close to final, with the exception of one important +windows bug that we plan to fix in the next week or two. +(See the tcl/README file) +This release is being made early to help with the Consortium CD project. Please do not advertise or circulate this release widely. If you have problems, please figure out a fix and include a patch or a lot of detail, then send @@ -77,7 +79,7 @@ that summarizes the new features and discusses how to deal with the changes in Tk 4.0 that are not backwards compatible. There is also an official home for Tcl and Tk on the Web: - http://www.smli.com/research/tcl + http://www.scriptics.com/ These Web pages include release updates, reports on bug fixes and porting issues, HTML versions of the manual pages, and pointers to many other Tcl/Tk Web pages at other sites. Check them out! @@ -87,7 +89,7 @@ Tcl/Tk Web pages at other sites. Check them out! This release contains everything you should need to compile and run Tk under UNIX, Macintoshes, and PCs (either Windows NT, Windows 95, -or Win 3.1 with Win32s). +or Windows 98.) Before trying to compile Tk you should do the following things: diff --git a/generic/tk.h b/generic/tk.h index 870e054..572eefd 100644 --- a/generic/tk.h +++ b/generic/tk.h @@ -23,8 +23,8 @@ * * README * unix/configure.in - * win/makefile.bc - * win/makefile.vc + * win/makefile.bc (Not for patch release updates) + * win/makefile.vc (Not for patch release updates) * library/tk.tcl * * The release level should be 0 for alpha, 1 for beta, and 2 for @@ -44,7 +44,7 @@ #define TK_RELEASE_SERIAL 3 #define TK_VERSION "8.0" -#define TK_PATCH_LEVEL "8.0.3-3" +#define TK_PATCH_LEVEL "8.0.3-4" /* * A special definition used to allow this header file to be included diff --git a/unix/configure.in b/unix/configure.in index 53bbfd1..124f5cb 100644 --- a/unix/configure.in +++ b/unix/configure.in @@ -8,7 +8,7 @@ AC_INIT(../generic/tk.h) TK_VERSION=8.0 TK_MAJOR_VERSION=8 TK_MINOR_VERSION=0 -TK_PATCH_LEVEL=".3-3" +TK_PATCH_LEVEL=".3-4" VERSION=${TK_VERSION} if test "${prefix}" = "NONE"; then diff --git a/win/README b/win/README index 17a488c..bba6094 100644 --- a/win/README +++ b/win/README @@ -1,8 +1,8 @@ -Tk 8.0p2 for Windows +Tk 8.0.3 for Windows by Scott Stanton -Sun Microsystems Laboratories -scott.stanton@eng.sun.com +Scriptics Corporation +scott.stanton@scriptics.com SCCS: @(#) README 1.20 97/11/21 15:17:54 @@ -42,7 +42,8 @@ In order to compile Tk for Windows, you need the following items: Borland C++ 4.5 or later (32-bit compiler) or Visual C++ 2.x or later - + +In practice, 8.0.3 was built with Visual C++ 5.0 In the "win" subdirectory of the source release, you will find two files called "makefile.bc" and "makefile.vc". These are the makefiles @@ -62,11 +63,11 @@ find them. Tk looks in one of two places for the library files: as specified in the registry: For Windows NT & 95: - HKEY_LOCAL_MACHINE\SOFTWARE\Sun\Tcl\8.0 + HKEY_LOCAL_MACHINE\SOFTWARE\Scriptics\Tcl\8.0 Value Name is "Root" For Win32s: - HKEY_CLASSES_ROOT\SOFTWARE\Sun\Tcl\8.0\ + HKEY_CLASSES_ROOT\SOFTWARE\Scriptics\Tcl\8.0\ 2) Relative to the directory containing the current .exe. Tk will look for a directory "..\lib\tk8.0" relative to the @@ -118,7 +119,6 @@ Windows beta version of Tk: If you have comments or bug reports for the Windows version of Tk, please direct them to: -Scott Stanton -scott.stanton@eng.sun.com + or post them to the newsgroup comp.lang.tcl. -- cgit v0.12