From 3ba754a2fb35b2f855e2139b0c83e56ff06af171 Mon Sep 17 00:00:00 2001 From: ericm Date: Fri, 11 Aug 2000 00:45:31 +0000 Subject: * library/msgcat1.0/pkgIndex.tcl: Bumped version number to 1.2 [Bug: 6100]. * library/msgcat1.0/msgcat.tcl: Removed erroneous [package forget] in msgcat namespace initializer. Bumped version number to 1.2 [Bug: 6100]. --- ChangeLog | 6 +++++- library/msgcat/msgcat.tcl | 4 ++-- library/msgcat/pkgIndex.tcl | 2 +- library/msgcat1.0/msgcat.tcl | 4 ++-- library/msgcat1.0/pkgIndex.tcl | 2 +- 5 files changed, 11 insertions(+), 7 deletions(-) diff --git a/ChangeLog b/ChangeLog index 04b8706..14a4d1d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,11 @@ 2000-08-10 Eric Melski + * library/msgcat1.0/pkgIndex.tcl: Bumped version number to 1.2 + [Bug: 6100]. + * library/msgcat1.0/msgcat.tcl: Removed erroneous [package forget] - in msgcat namespace initializer. + in msgcat namespace initializer. Bumped version number to 1.2 + [Bug: 6100]. 2000-08-10 David Gravereaux diff --git a/library/msgcat/msgcat.tcl b/library/msgcat/msgcat.tcl index 41e58b7..c4c4d81 100644 --- a/library/msgcat/msgcat.tcl +++ b/library/msgcat/msgcat.tcl @@ -10,9 +10,9 @@ # See the file "license.terms" for information on usage and redistribution # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # -# RCS: @(#) $Id: msgcat.tcl,v 1.8 2000/08/10 22:24:55 ericm Exp $ +# RCS: @(#) $Id: msgcat.tcl,v 1.9 2000/08/11 00:45:32 ericm Exp $ -package provide msgcat 1.1 +package provide msgcat 1.2 namespace eval msgcat { namespace export mc mcset mcmset mclocale mcpreferences mcunknown mcmax diff --git a/library/msgcat/pkgIndex.tcl b/library/msgcat/pkgIndex.tcl index b40a4f3..af800dc 100644 --- a/library/msgcat/pkgIndex.tcl +++ b/library/msgcat/pkgIndex.tcl @@ -1 +1 @@ -package ifneeded msgcat 1.0 [list source [file join $dir msgcat.tcl]] +package ifneeded msgcat 1.2 [list source [file join $dir msgcat.tcl]] diff --git a/library/msgcat1.0/msgcat.tcl b/library/msgcat1.0/msgcat.tcl index 41e58b7..c4c4d81 100644 --- a/library/msgcat1.0/msgcat.tcl +++ b/library/msgcat1.0/msgcat.tcl @@ -10,9 +10,9 @@ # See the file "license.terms" for information on usage and redistribution # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # -# RCS: @(#) $Id: msgcat.tcl,v 1.8 2000/08/10 22:24:55 ericm Exp $ +# RCS: @(#) $Id: msgcat.tcl,v 1.9 2000/08/11 00:45:32 ericm Exp $ -package provide msgcat 1.1 +package provide msgcat 1.2 namespace eval msgcat { namespace export mc mcset mcmset mclocale mcpreferences mcunknown mcmax diff --git a/library/msgcat1.0/pkgIndex.tcl b/library/msgcat1.0/pkgIndex.tcl index b40a4f3..af800dc 100644 --- a/library/msgcat1.0/pkgIndex.tcl +++ b/library/msgcat1.0/pkgIndex.tcl @@ -1 +1 @@ -package ifneeded msgcat 1.0 [list source [file join $dir msgcat.tcl]] +package ifneeded msgcat 1.2 [list source [file join $dir msgcat.tcl]] -- cgit v0.12