summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhobbs <hobbs>2000-02-08 10:00:33 (GMT)
committerhobbs <hobbs>2000-02-08 10:00:33 (GMT)
commit2b2bcbab5cfd165df0ea35b98c03bdcf8273d44b (patch)
treee7636e4afb4aa1058babad6e12af4eb662e0b6a3
parent5268a643714d4b68022061ab3626814f3d081bd3 (diff)
downloadtk-2b2bcbab5cfd165df0ea35b98c03bdcf8273d44b.zip
tk-2b2bcbab5cfd165df0ea35b98c03bdcf8273d44b.tar.gz
tk-2b2bcbab5cfd165df0ea35b98c03bdcf8273d44b.tar.bz2
* README:
* unix/configure.in: * win/configure.in: * generic/tk.h (TK_RELEASE_SERIAL): Moved to 8.3.0 patchlevel * library/tk.tcl: wrapped check for tcl_platform(os) around info exists because it won't in safe interpreters * win/tkWinFont.c: corrected symbol font use to only work on 8-bit characters [Bug: 2406] * unix/aclocal.m4: changed all -fpic to -fPIC
-rw-r--r--ChangeLog15
-rw-r--r--README20
2 files changed, 28 insertions, 7 deletions
diff --git a/ChangeLog b/ChangeLog
index e200e1e..1490de8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,18 @@
+2000-02-08 Jeff Hobbs <hobbs@scriptics.com>
+
+ * library/tk.tcl: wrapped check for tcl_platform(os) around info
+ exists because it won't in safe interpreters
+
+ * win/tkWinFont.c: corrected symbol font use to only work on 8-bit
+ characters [Bug: 2406]
+
+ * unix/aclocal.m4: changed all -fpic to -fPIC
+
+ * README:
+ * unix/configure.in:
+ * win/configure.in:
+ * generic/tk.h (TK_RELEASE_SERIAL): Moved to 8.3.0 patchlevel
+
2000-02-07 Eric Melski <ericm@scriptics.com>
* library/tkfbox.tcl: Applied patch from bug #4117,
diff --git a/README b/README
index 2164eda..43ecc95 100644
--- a/README
+++ b/README
@@ -1,17 +1,17 @@
README: Tk
+ This is the Tk 8.3.0 source distribution.
+ You can get any release of Tcl from:
+ http://www.scriptics.com/registration/<version>.tml
+ Tcl/Tk is also available through NetCVS:
+ http://www.scriptics.com/products/tcltk/netcvs.html
- Tk is maintained, enhanced, and distributed freely as a
- service to the Tcl community by Scriptics Corporation.
- http://www.scriptics.com/
-
-RCS: @(#) $Id: README,v 1.22 2000/01/14 03:25:35 hobbs Exp $
+RCS: @(#) $Id: README,v 1.23 2000/02/08 10:00:33 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.3b2, which is a beta release for Tk 8.3.
+toolkit implemented with the Tcl scripting language.
For details on features, incompatibilities, and potential problems with
this release, see the Tcl/Tk 8.3 Web page at
@@ -21,6 +21,12 @@ this release, see the Tcl/Tk 8.3 Web page at
or refer to the "changes" file in this directory, which contains a
historical record of all changes to Tk.
+Tk is maintained, enhanced, and distributed freely as a
+service to the Tcl community by Scriptics Corporation.
+The official home for Tcl/Tk is on the Scriptics Web site:
+
+ http://www.scriptics.com
+
Tk is a freely available open source package. You can do virtually
anything you like with it, such as modifying it, redistributing it,
and selling it either in whole or in part. See the file