diff options
author | redman <redman> | 1999-07-22 21:51:24 (GMT) |
---|---|---|
committer | redman <redman> | 1999-07-22 21:51:24 (GMT) |
commit | 7960b3162422562493249a2639b3df40d985a3ae (patch) | |
tree | 3e5ecb70f53d8151539286c00e94d4c231419d18 /README | |
parent | fb91bc16ea5815f68a31637a88c265fc3efe74eb (diff) | |
download | tk-7960b3162422562493249a2639b3df40d985a3ae.zip tk-7960b3162422562493249a2639b3df40d985a3ae.tar.gz tk-7960b3162422562493249a2639b3df40d985a3ae.tar.bz2 |
* Changed version to 8.2b2
* win/tkWinPort.h: Block out include of sys/stat.h in order to
build extensions with MetroWerks compiler for Win32. [Bug: 2385]
* unix/Makefile.in: Need to make install-sh executable before
calling (with chmod +x). [Bug: 2413]
* library/menu.tcl: Applied patch from Jeff Hobbs to fix typo.
[Bug: 2425]
Diffstat (limited to 'README')
-rw-r--r-- | README | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,14 +4,14 @@ README: Tk service to the Tcl community by Scriptics Corporation. http://www.scriptics.com/ -RCS: @(#) $Id: README,v 1.17 1999/06/25 23:30:22 welch Exp $ +RCS: @(#) $Id: README,v 1.18 1999/07/22 21:51:24 redman 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.2b1, which is the first beta for Tk 8.2. +here corresponds to release 8.2b2, which is the first beta for Tk 8.2. For details on features, incompatibilities, and potential problems with this release, see the Tcl/Tk 8.2 Web page at |