summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKevin B Kenny <kennykb@acm.org>2007-04-17 20:33:27 (GMT)
committerKevin B Kenny <kennykb@acm.org>2007-04-17 20:33:27 (GMT)
commit79f95e949c348b6380830c77f049542e91136874 (patch)
treea25167c78e1abefdc98c78a48ce989ddeb4873fd /ChangeLog
parent372594a4ce239511deada5573dcbe7e9463e4028 (diff)
downloadtcl-79f95e949c348b6380830c77f049542e91136874.zip
tcl-79f95e949c348b6380830c77f049542e91136874.tar.gz
tcl-79f95e949c348b6380830c77f049542e91136874.tar.bz2
* library/clock.tcl: Fixed the naming of
::tcl::clock::ReadZoneinfoFile because (yoicks!) it was in the global namespace. * doc/clock.n: Clarified the cases in which legacy time zone is recognized. [Bug 1656002]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 445f619..d49142a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2007-04-17 Kevin B. Kenny <kennykb@acm.org>
+
+ * library/clock.tcl: Fixed the naming of
+ ::tcl::clock::ReadZoneinfoFile because (yoicks!) it was in the
+ global namespace.
+ * doc/clock.n: Clarified the cases in which legacy time zone is
+ recognized. [Bug 1656002]
+
+
2007-04-17 Miguel Sofer <msofer@users.sf.net>
* generic/tclExecute.c: fixed checkInterp logic [Bug 1702212]