diff options
author | hobbs <hobbs> | 1999-10-01 22:45:11 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 1999-10-01 22:45:11 (GMT) |
commit | 0d9ca17839866584c7545aadbacf87829ce2a7f7 (patch) | |
tree | f089bfc9ef19c8d3f9aa561064694b362df23a52 /README | |
parent | f29a5be23f295f3e213d950ffbbea8ccbc06c8b5 (diff) | |
download | tk-0d9ca17839866584c7545aadbacf87829ce2a7f7.zip tk-0d9ca17839866584c7545aadbacf87829ce2a7f7.tar.gz tk-0d9ca17839866584c7545aadbacf87829ce2a7f7.tar.bz2 |
1999-09-24 Jeff Hobbs <hobbs@scriptics.com>
* */README:
* win/makefile.vc:
* */configure.in:
* generic/tk.h:
* library/tk.tcl: up'd to 8.3a1
* unix/Makefile.in: changed 'mkdir' to 'mkdir -p'
* library/dialog.tcl: changed {Times 18} to {Times 12} for
dialog font.
Diffstat (limited to 'README')
-rw-r--r-- | README | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -4,19 +4,19 @@ 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.20 1999/10/01 22:45:11 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.3a1, which is an alpha release for Tk 8.3. For details on features, incompatibilities, and potential problems with -this release, see the Tcl/Tk 8.2 Web page at +this release, see the Tcl/Tk 8.3 Web page at - http://www.scriptics.com/software/8.2.html + http://www.scriptics.com/software/8.3.html or refer to the "changes" file in this directory, which contains a historical record of all changes to Tk. |