diff options
author | hobbs <hobbs> | 2000-04-19 09:25:52 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2000-04-19 09:25:52 (GMT) |
commit | 65fb9b709cd298c9528eadbb2f5e7969a9b897c0 (patch) | |
tree | 5f4d5234a1c55a7dff7f6b53b22b42ee3b37f3db /README | |
parent | f7b076a54982678c409753c1acf6650bdda2b096 (diff) | |
download | tk-65fb9b709cd298c9528eadbb2f5e7969a9b897c0.zip tk-65fb9b709cd298c9528eadbb2f5e7969a9b897c0.tar.gz tk-65fb9b709cd298c9528eadbb2f5e7969a9b897c0.tar.bz2 |
* README:
* generic/tk.h:
* unix/configure.in:
* unix/tk.spec:
* win/configure.in: bumped to version 8.3.1
* library/msgbox.tcl (tkMessageBox): changed to use grid in some
places, realign icon to anchor nw.
* mac/tkMacScale.c: reverted tkMacScale.c to 1.5 equivalent (it
was accidentally bumped forward).
Diffstat (limited to 'README')
-rw-r--r-- | README | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,11 +1,11 @@ README: Tk - This is the Tk 8.3.0 source distribution. + This is the Tk 8.3.1 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 -RCS: @(#) $Id: README,v 1.23 2000/02/08 10:00:33 hobbs Exp $ +RCS: @(#) $Id: README,v 1.24 2000/04/19 09:25:52 hobbs Exp $ 1. Introduction --------------- |