summaryrefslogtreecommitdiffstats
path: root/library/msgcat
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2002-04-19 23:09:37 (GMT)
committerdgp <dgp@users.sourceforge.net>2002-04-19 23:09:37 (GMT)
commit2bdca9dfc1dd3565672960643e6e860330bd10fe (patch)
tree60ee026c9eb569a9d87582528a17cc7d7c828c19 /library/msgcat
parent26bb2b5da7f034e47d6544e3d84e54c861f61206 (diff)
downloadtcl-2bdca9dfc1dd3565672960643e6e860330bd10fe.zip
tcl-2bdca9dfc1dd3565672960643e6e860330bd10fe.tar.gz
tcl-2bdca9dfc1dd3565672960643e6e860330bd10fe.tar.bz2
* Added [mcload] to the export list
of msgcat; bumped to 1.2.3. [Bug 544727]
Diffstat (limited to 'library/msgcat')
-rw-r--r--library/msgcat/msgcat.tcl7
-rw-r--r--library/msgcat/pkgIndex.tcl2
2 files changed, 5 insertions, 4 deletions
diff --git a/library/msgcat/msgcat.tcl b/library/msgcat/msgcat.tcl
index 4622ea1..e1dbd16 100644
--- a/library/msgcat/msgcat.tcl
+++ b/library/msgcat/msgcat.tcl
@@ -10,13 +10,14 @@
# 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.11 2001/08/09 01:06:42 dgp Exp $
+# RCS: @(#) $Id: msgcat.tcl,v 1.12 2002/04/19 23:09:37 dgp Exp $
package require Tcl 8.2
-package provide msgcat 1.2.2
+package provide msgcat 1.2.3
namespace eval msgcat {
- namespace export mc mcset mcmset mclocale mcpreferences mcunknown mcmax
+ namespace export mc mcload mclocale mcmax mcmset mcpreferences mcset \
+ mcunknown
# Records the current locale as passed to mclocale
variable locale ""
diff --git a/library/msgcat/pkgIndex.tcl b/library/msgcat/pkgIndex.tcl
index d3f1d4b..cc1af0c 100644
--- a/library/msgcat/pkgIndex.tcl
+++ b/library/msgcat/pkgIndex.tcl
@@ -1,2 +1,2 @@
if {![package vsatisfies [package provide Tcl] 8.2]} {return}
-package ifneeded msgcat 1.2.2 [list source [file join $dir msgcat.tcl]]
+package ifneeded msgcat 1.2.3 [list source [file join $dir msgcat.tcl]]