summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhobbs <hobbs>1999-09-24 02:08:44 (GMT)
committerhobbs <hobbs>1999-09-24 02:08:44 (GMT)
commite6c3dfd1b13969c68383847c3e15efa3f53ea0e5 (patch)
tree84b49c59a2802d03cadf2c1ba15899772e4a7d91
parent65627e7f7f944e26aeed922aeebeb685af51ced2 (diff)
downloadtk-e6c3dfd1b13969c68383847c3e15efa3f53ea0e5.zip
tk-e6c3dfd1b13969c68383847c3e15efa3f53ea0e5.tar.gz
tk-e6c3dfd1b13969c68383847c3e15efa3f53ea0e5.tar.bz2
1999-09-23 Jeff Hobbs <hobbs@scriptics.com>
* README: * generic/tk.h: changed to reflect 8.2.1 version
-rw-r--r--ChangeLog5
-rw-r--r--README8
-rw-r--r--generic/tk.h6
3 files changed, 13 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index c78a53a..f32df31 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+1999-09-23 Jeff Hobbs <hobbs@scriptics.com>
+
+ * README:
+ * generic/tk.h: changed to reflect 8.2.1 version
+
1999-09-21 Jeff Hobbs <hobbs@scriptics.com>
* generic/tkFont.c: fixed processing of font options and error
diff --git a/README b/README
index 4972d97..bab1d1b 100644
--- a/README
+++ b/README
@@ -4,14 +4,15 @@ README: Tk
service to the Tcl community by Scriptics Corporation.
http://www.scriptics.com/
-RCS: @(#) $Id: README,v 1.19 1999/08/10 23:16:41 redman Exp $
+RCS: @(#) $Id: README,v 1.19.2.1 1999/09/24 02:08:44 hobbs Exp $
1. Introduction
---------------
This directory contains the sources and documentation for Tk, an X11
toolkit implemented with the Tcl scripting language. The information
-here corresponds to release 8.2.0, which is the first beta for Tk 8.2.
+here corresponds to release 8.2.1, which is the first patch release
+for Tk 8.2.
For details on features, incompatibilities, and potential problems with
this release, see the Tcl/Tk 8.2 Web page at
@@ -19,7 +20,8 @@ this release, see the Tcl/Tk 8.2 Web page at
http://www.scriptics.com/software/8.2.html
or refer to the "changes" file in this directory, which contains a
-historical record of all changes to Tk.
+historical record of all changes to Tk, or "ChangeLog", which is a
+more detailed history of recent changes to Tk.
Tk is a freely available open source package. You can do virtually
anything you like with it, such as modifying it, redistributing it,
diff --git a/generic/tk.h b/generic/tk.h
index 8b89675..ee98089 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.30 1999/08/10 23:16:42 redman Exp $
+ * RCS: @(#) $Id: tk.h,v 1.30.2.1 1999/09/24 02:08:47 hobbs Exp $
*/
#ifndef _TK
@@ -46,10 +46,10 @@ extern "C" {
#define TK_MAJOR_VERSION 8
#define TK_MINOR_VERSION 2
#define TK_RELEASE_LEVEL TCL_FINAL_RELEASE
-#define TK_RELEASE_SERIAL 0
+#define TK_RELEASE_SERIAL 1
#define TK_VERSION "8.2"
-#define TK_PATCH_LEVEL "8.2.0"
+#define TK_PATCH_LEVEL "8.2.1"
/*
* The following definitions set up the proper options for Macintosh