From dcb4163dd88a4ccea92159930da9653cb4fff87e Mon Sep 17 00:00:00 2001 From: dgp Date: Sun, 14 Jul 2002 17:29:57 +0000 Subject: * Bumped HEAD to version 8.4b2 in order to distinguish it from the 8.4b1 release. Also extended LOCALES to cover all message catalogs. --- ChangeLog | 6 ++++++ README | 4 ++-- generic/tk.h | 6 +++--- unix/configure | 4 ++-- unix/configure.in | 6 +++--- unix/tk.spec | 6 +++--- win/configure | 2 +- win/configure.in | 4 ++-- 8 files changed, 22 insertions(+), 16 deletions(-) diff --git a/ChangeLog b/ChangeLog index 0c60e30..65f8d9e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 2002-07-14 Don Porter + * README: Bumped HEAD to version 8.4b2 in order to + * generic/tk.h: distinguish it from the 8.4b1 release. + * unix/configure*: Also extended LOCALES to cover all message + * unix/tk.spec: catalogs. + * win/configure*: + * tests/focustTcl.test: Conversion bug: Corrected backwards logic. * tests/imgPhoto.test: Conversion bug: overwrote unix/README. diff --git a/README b/README index 0a9c67e..cdaae9c 100644 --- a/README +++ b/README @@ -1,11 +1,11 @@ README: Tk - This is the Tk 8.4b1 source distribution. + This is the Tk 8.4b2 source distribution. Tcl/Tk is also available through NetCVS: http://tcl.sourceforge.net/ You can get any source release of Tcl from the file distributions link at the above URL. -RCS: @(#) $Id: README,v 1.34 2002/06/22 00:02:49 dkf Exp $ +RCS: @(#) $Id: README,v 1.35 2002/07/14 17:29:57 dgp Exp $ 1. Introduction --------------- diff --git a/generic/tk.h b/generic/tk.h index 38a1590..cdf03ac 100644 --- a/generic/tk.h +++ b/generic/tk.h @@ -12,7 +12,7 @@ * 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.64 2002/06/22 00:02:49 dkf Exp $ + * RCS: @(#) $Id: tk.h,v 1.65 2002/07/14 17:29:57 dgp Exp $ */ #ifndef _TK @@ -48,10 +48,10 @@ extern "C" { #define TK_MAJOR_VERSION 8 #define TK_MINOR_VERSION 4 #define TK_RELEASE_LEVEL TCL_BETA_RELEASE -#define TK_RELEASE_SERIAL 1 +#define TK_RELEASE_SERIAL 2 #define TK_VERSION "8.4" -#define TK_PATCH_LEVEL "8.4b1" +#define TK_PATCH_LEVEL "8.4b2" /* * The following definitions set up the proper options for Macintosh diff --git a/unix/configure b/unix/configure index e0e016f..ab5f548 100755 --- a/unix/configure +++ b/unix/configure @@ -546,9 +546,9 @@ fi TK_VERSION=8.4 TK_MAJOR_VERSION=8 TK_MINOR_VERSION=4 -TK_PATCH_LEVEL="b1" +TK_PATCH_LEVEL="b2" VERSION=${TK_VERSION} -LOCALES="de en es fr" +LOCALES="cs de el en en_gb es fr it nl ru" #------------------------------------------------------------------------ # Handle the --prefix=... option diff --git a/unix/configure.in b/unix/configure.in index 0147bca..5960347 100644 --- a/unix/configure.in +++ b/unix/configure.in @@ -3,16 +3,16 @@ 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. # -# RCS: @(#) $Id: configure.in,v 1.74 2002/06/25 16:45:12 rmax Exp $ +# RCS: @(#) $Id: configure.in,v 1.75 2002/07/14 17:29:58 dgp Exp $ AC_INIT(../generic/tk.h) TK_VERSION=8.4 TK_MAJOR_VERSION=8 TK_MINOR_VERSION=4 -TK_PATCH_LEVEL="b1" +TK_PATCH_LEVEL="b2" VERSION=${TK_VERSION} -LOCALES="de en es fr" +LOCALES="cs de el en en_gb es fr it nl ru" #------------------------------------------------------------------------ # Handle the --prefix=... option diff --git a/unix/tk.spec b/unix/tk.spec index ce446d3..88da257 100644 --- a/unix/tk.spec +++ b/unix/tk.spec @@ -1,7 +1,7 @@ -# $Id: tk.spec,v 1.10 2002/06/22 00:02:50 dkf Exp $ +# $Id: tk.spec,v 1.11 2002/07/14 17:29:58 dgp Exp $ # This file is the basis for a binary Tk Linux RPM. -%define version 8.4b1 +%define version 8.4b2 %define directory /usr/local Summary: Tk graphical toolkit for the Tcl scripting language. @@ -14,7 +14,7 @@ Source: http://prdownloads.sourceforge.net/tcl/tk%{version}-src.tar.gz URL: http://www.tcl.tk/ Packager: Carina Buildroot: /var/tmp/%{name}%{version} -Requires: XFree86-libs >= 3.3.3, XFree86-devel >= 3.3.3, tcl = 8.4b1 +Requires: XFree86-libs >= 3.3.3, XFree86-devel >= 3.3.3, tcl = 8.4b2 %description The Tcl (Tool Command Language) provides a powerful platform for diff --git a/win/configure b/win/configure index 1246dc0..197df23 100755 --- a/win/configure +++ b/win/configure @@ -535,7 +535,7 @@ fi TK_VERSION=8.4 TK_MAJOR_VERSION=8 TK_MINOR_VERSION=4 -TK_PATCH_LEVEL="b1" +TK_PATCH_LEVEL="b2" VER=$TK_MAJOR_VERSION$TK_MINOR_VERSION #------------------------------------------------------------------------ diff --git a/win/configure.in b/win/configure.in index 9551105..4f12254 100644 --- a/win/configure.in +++ b/win/configure.in @@ -3,14 +3,14 @@ # generate the file "configure", which is run during Tk installation # to configure the system for the local environment. # -# RCS: @(#) $Id: configure.in,v 1.42 2002/06/22 00:02:50 dkf Exp $ +# RCS: @(#) $Id: configure.in,v 1.43 2002/07/14 17:29:58 dgp Exp $ AC_INIT(../generic/tk.h) TK_VERSION=8.4 TK_MAJOR_VERSION=8 TK_MINOR_VERSION=4 -TK_PATCH_LEVEL="b1" +TK_PATCH_LEVEL="b2" VER=$TK_MAJOR_VERSION$TK_MINOR_VERSION #------------------------------------------------------------------------ -- cgit v0.12