summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorericm <ericm>2000-03-21 22:55:24 (GMT)
committerericm <ericm>2000-03-21 22:55:24 (GMT)
commit389f53d5a6f9d3996e26ec045bee129dc58b8418 (patch)
tree9a1b21eb57d19d46745316057eb0c86bde806d4e /ChangeLog
parent681c866be727a03776c6028f53bdae31049f770b (diff)
downloadtcl-389f53d5a6f9d3996e26ec045bee129dc58b8418.zip
tcl-389f53d5a6f9d3996e26ec045bee129dc58b8418.tar.gz
tcl-389f53d5a6f9d3996e26ec045bee129dc58b8418.tar.bz2
* tests/clock.test: Modified some tests that were not robust with
respect to the time zone in which they were run and were thus failing. * doc/clock.n: Clarified meaning of -gmt with respect to -base when used with [clock scan] (-gmt does not affect the interpretation of -base).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7f0c2c5..6cffa1c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2000-03-21 Eric Melski <ericm@scriptics.com>
+
+ * tests/clock.test: Modified some tests that were not robust with
+ respect to the time zone in which they were run and were thus
+ failing.
+
+ * doc/clock.n: Clarified meaning of -gmt with respect to -base
+ when used with [clock scan] (-gmt does not affect the
+ interpretation of -base).
+
2000-03-19 Sandeep Tamhankar <sandeep@scriptics.com>
* library/http2.1/http.tcl: geturl used to throw an exception when
@@ -38,6 +48,14 @@
The queryprogress callback is called after each block of query
data is posted. It has the same signature as the -progress callback.
+2000-03-06 Eric Melski <ericm@scriptics.com>
+
+ * library/package.tcl: Applied patch from Bug: 2570; rather than
+ setting geometry of slave interp to 0x0 when Tk was loaded, it now
+ does "wm withdraw .". Both remove the main window from the
+ display, but the former caused some internal structures to get
+ initialized to zero, which caused crashes with some extensions.
+
2000-03-02 Jeff Hobbs <hobbs@scriptics.com>
* library/package.tcl (tclPkgUnknown): extended to allow