Index: ChangeLog ================================================================== --- ChangeLog +++ ChangeLog @@ -1,5 +1,12 @@ +1999-08-10 Scott Redman + + * README: + * generic/tk.h: + * unix/configure.in: + * win/configure.in: Changed version numbers to 8.2b3. + 1999-08-10 Jeff Hobbs * win/tkWinWm.c: changed "wm deiconify" on Windows to raise and force the focus on the deiconified window (behavioral change from 8.1 to comply better with Windows style) [Bug: 1609] Index: README ================================================================== --- README +++ README @@ -2,18 +2,18 @@ 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.18 1999/07/22 21:51:24 redman Exp $ +RCS: @(#) $Id: README,v 1.18.2.1 1999/08/10 18:49:19 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.2b2, which is the first beta for Tk 8.2. +here corresponds to release 8.2b3, 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 http://www.scriptics.com/software/8.2.html Index: changes ================================================================== --- changes +++ changes @@ -1,10 +1,10 @@ This file summarizes all changes made to Tk since version 1.0 was released on March 13, 1991. Changes that aren't backward compatible are marked specially. -RCS: @(#) $Id: changes,v 1.36 1999/08/04 21:32:32 redman Exp $ +RCS: @(#) $Id: changes,v 1.36.2.1 1999/08/10 18:49:20 redman Exp $ 3/16/91 (bug fix) Modified tkWindow.c to remove Tk's Tcl commands from the interpreter when the main window is deleted (otherwise there will be dangling pointers to the non-existent window). @@ -4661,5 +4661,29 @@ 8/1/99 (bug fix) Wrapped #define of panic() inside #ifndef blocks to avoid compiler errors on Macintosh. Patch from Vince Darley. [Bug: 2389] (hobbs) --------------- Released 8.2b2, August 5, 1999 ---------------------- + +8/9/99 (bug fix) Cleand up button.tcl and fixed Windows relief +bug. [Bug: 664] (hobbs) + +8/9/99 (bug fix) Changed Entry C/C/P to not use global data. +[Bug: 1475] (hobbs) + +8/9/99 (bug fix) Fixed extended mosde script error in listbox. +[Bug: 866] (hobbs) + +8/9/99 (doc change) Clarified that -troughcolor doesn't work on +Windows. (hobbs) + +8/9/99 (doc change) Fixed wm positionfrom docs. [Bug: 2284] (hobbs) + +8/10/99 (bug fix) Changed "wm deiconify" on Windows to raise and force +the focus on the deiconified window (BEHAVIORAL CHANGE from 8.1 to +comply better with Windows style). [Bug: 1609] (hobbs) + +8/10/99 (bug fix) Fixed code where abbreviations were used in calling +widget methods (confused iWidgets). [Bug: 2422] (hobbs) + +--------------- Released 8.2b3, August 11, 1999 ---------------------- + Index: generic/tk.h ================================================================== --- generic/tk.h +++ generic/tk.h @@ -10,11 +10,11 @@ * Copyright (c) 1998-1999 Scriptics Corporation. * * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tk.h,v 1.29 1999/07/22 21:51:25 redman Exp $ + * RCS: @(#) $Id: tk.h,v 1.29.2.1 1999/08/10 18:49:24 redman Exp $ */ #ifndef _TK #define _TK @@ -44,14 +44,14 @@ */ #define TK_MAJOR_VERSION 8 #define TK_MINOR_VERSION 2 #define TK_RELEASE_LEVEL TCL_BETA_RELEASE -#define TK_RELEASE_SERIAL 2 +#define TK_RELEASE_SERIAL 3 #define TK_VERSION "8.2" -#define TK_PATCH_LEVEL "8.2b2" +#define TK_PATCH_LEVEL "8.2b3" /* * The following definitions set up the proper options for Macintosh * compilers. We use this method because there is no autoconf equivalent. */ Index: unix/Makefile.in ================================================================== --- unix/Makefile.in +++ unix/Makefile.in @@ -3,11 +3,11 @@ # then it is a template for a Makefile; to generate the actual Makefile, # run "./configure", which is a configuration script generated by the # "autoconf" program (constructs like "@foo@" will get replaced in the # actual Makefile. # -# RCS: @(#) $Id: Makefile.in,v 1.29 1999/08/04 23:42:15 wart Exp $ +# RCS: @(#) $Id: Makefile.in,v 1.29.2.1 1999/08/11 20:50:47 redman Exp $ # Current Tk version; used in various names. TCLVERSION = @TCL_VERSION@ VERSION = @TK_VERSION@ @@ -921,10 +921,11 @@ mkdir $(DISTDIR)/unix cp -p $(UNIX_DIR)/*.c $(UNIX_DIR)/*.h $(DISTDIR)/unix cp $(TOP_DIR)/license.terms $(UNIX_DIR)/Makefile.in $(DISTDIR)/unix chmod 664 $(DISTDIR)/unix/Makefile.in cp $(UNIX_DIR)/configure $(UNIX_DIR)/configure.in \ + $(UNIX_DIR)/aclocal.m4 \ $(UNIX_DIR)/tkConfig.sh.in $(TCLDIR)/unix/install-sh \ $(UNIX_DIR)/porting.notes $(UNIX_DIR)/porting.old \ $(UNIX_DIR)/README $(DISTDIR)/unix chmod 775 $(DISTDIR)/unix/configure $(DISTDIR)/unix/configure.in chmod +x $(DISTDIR)/unix/install-sh Index: unix/configure.in ================================================================== --- unix/configure.in +++ unix/configure.in @@ -1,16 +1,16 @@ #! /bin/bash -norc dnl This file is an input file used by the GNU "autoconf" program to dnl generate the file "configure", which is run during Tk installation dnl to configure the system for the local environment. AC_INIT(../generic/tk.h) -# RCS: @(#) $Id: configure.in,v 1.40 1999/08/04 01:00:37 redman Exp $ +# RCS: @(#) $Id: configure.in,v 1.40.2.1 1999/08/10 18:49:26 redman Exp $ TK_VERSION=8.2 TK_MAJOR_VERSION=8 TK_MINOR_VERSION=2 -TK_PATCH_LEVEL="b2" +TK_PATCH_LEVEL="b3" VERSION=${TK_VERSION} if test "${prefix}" = "NONE"; then prefix=/usr/local fi Index: win/configure.in ================================================================== --- win/configure.in +++ win/configure.in @@ -1,17 +1,17 @@ # This file is an input file used by the GNU "autoconf" program to # generate the file "configure", which is run during Tk installation # to configure the system for the local environment. # -# RCS: @(#) $Id: configure.in,v 1.7 1999/08/04 01:00:44 redman Exp $ +# RCS: @(#) $Id: configure.in,v 1.7.2.1 1999/08/10 18:49:30 redman Exp $ AC_INIT(../generic/tk.h) TK_VERSION=8.2 TK_MAJOR_VERSION=8 TK_MINOR_VERSION=2 -TK_PATCH_LEVEL=b2 +TK_PATCH_LEVEL=b3 VER=$TK_MAJOR_VERSION$TK_MINOR_VERSION #-------------------------------------------------------------------- # Check whether --enable-gcc or --disable-gcc was given. Do this # before AC_PROG_CC and AC_CYGWIN are called so the compiler can