summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhobbs <hobbs>2000-08-08 17:53:41 (GMT)
committerhobbs <hobbs>2000-08-08 17:53:41 (GMT)
commite70a563f41d40e0274e1600cc35741e4249c35ab (patch)
tree1f949d7b46baaad9d80fc8023ffd6446eda586cd
parente9d49a692b10a3647edb286ff43ed9b689525a15 (diff)
downloadtcl-e70a563f41d40e0274e1600cc35741e4249c35ab.zip
tcl-e70a563f41d40e0274e1600cc35741e4249c35ab.tar.gz
tcl-e70a563f41d40e0274e1600cc35741e4249c35ab.tar.bz2
* library/msgcat1.0/msgcat.tcl: bumped msgcat version to 1.1.
-rw-r--r--ChangeLog9
-rw-r--r--library/msgcat/msgcat.tcl4
-rw-r--r--library/msgcat1.0/msgcat.tcl4
3 files changed, 11 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index 3f7d0cb..45f1c44 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2000-08-08 Jeff Hobbs <hobbs@scriptics.com>
+
+ * library/msgcat1.0/msgcat.tcl: bumped msgcat version to 1.1.
+
2000-08-07 Jeff Hobbs <hobbs@scriptics.com>
* doc/ChnlStack.3:
@@ -303,8 +307,9 @@
* generic/tcl.h:
* generic/tclDecls.h:
* generic/tclStubsInit.c:
- * generic/tclIO.c (TclCopyChannel): complete rewrite of Tcl
- Channel code for stacked channels. HOBBS: ADD MORE WHEN DONE.
+ * generic/tclIO.c: complete rewrite of Tcl Channel code for
+ stacked channels. Channels are now designed to work in a more
+ stacked fashion with a shared ChannelState data structure.
2000-06-02 Jeff Hobbs <hobbs@scriptics.com>
diff --git a/library/msgcat/msgcat.tcl b/library/msgcat/msgcat.tcl
index f8749bc..9935bf0 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.4.2.2 2000/08/03 21:59:35 ericm Exp $
+# RCS: @(#) $Id: msgcat.tcl,v 1.4.2.3 2000/08/08 17:53:42 hobbs Exp $
-package provide msgcat 1.0
+package provide msgcat 1.1
namespace eval msgcat {
namespace export mc mcset mclocale mcpreferences mcunknown
diff --git a/library/msgcat1.0/msgcat.tcl b/library/msgcat1.0/msgcat.tcl
index f8749bc..9935bf0 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.4.2.2 2000/08/03 21:59:35 ericm Exp $
+# RCS: @(#) $Id: msgcat.tcl,v 1.4.2.3 2000/08/08 17:53:42 hobbs Exp $
-package provide msgcat 1.0
+package provide msgcat 1.1
namespace eval msgcat {
namespace export mc mcset mclocale mcpreferences mcunknown