diff options
-rw-r--r-- | ChangeLog | 15 | ||||
-rw-r--r-- | README | 20 |
2 files changed, 28 insertions, 7 deletions
@@ -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, @@ -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 |