From 1cc4bea039b454657e105682aff5a00001eb29ab Mon Sep 17 00:00:00 2001 From: ericm Date: Thu, 10 Aug 2000 22:24:53 +0000 Subject: * library/msgcat1.0/msgcat.tcl: Removed erroneous [package forget] in msgcat namespace initializer. --- ChangeLog | 5 +++++ library/msgcat/msgcat.tcl | 3 +-- library/msgcat1.0/msgcat.tcl | 3 +-- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 35b80c8..04b8706 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2000-08-10 Eric Melski + + * library/msgcat1.0/msgcat.tcl: Removed erroneous [package forget] + in msgcat namespace initializer. + 2000-08-10 David Gravereaux * generic/tclObj.c: r1.15 accidentally changed a global mutex diff --git a/library/msgcat/msgcat.tcl b/library/msgcat/msgcat.tcl index fa3350c..41e58b7 100644 --- a/library/msgcat/msgcat.tcl +++ b/library/msgcat/msgcat.tcl @@ -10,7 +10,7 @@ # 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.7 2000/07/17 22:25:26 ericm Exp $ +# RCS: @(#) $Id: msgcat.tcl,v 1.8 2000/08/10 22:24:55 ericm Exp $ package provide msgcat 1.1 @@ -258,7 +258,6 @@ namespace eval msgcat { mclocale "C" } else { - package forget registry # # Clean up registry value for translating LCID value # by using only the last 2 digits, since first diff --git a/library/msgcat1.0/msgcat.tcl b/library/msgcat1.0/msgcat.tcl index fa3350c..41e58b7 100644 --- a/library/msgcat1.0/msgcat.tcl +++ b/library/msgcat1.0/msgcat.tcl @@ -10,7 +10,7 @@ # 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.7 2000/07/17 22:25:26 ericm Exp $ +# RCS: @(#) $Id: msgcat.tcl,v 1.8 2000/08/10 22:24:55 ericm Exp $ package provide msgcat 1.1 @@ -258,7 +258,6 @@ namespace eval msgcat { mclocale "C" } else { - package forget registry # # Clean up registry value for translating LCID value # by using only the last 2 digits, since first -- cgit v0.12