summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorstanton <stanton>1999-04-07 00:58:32 (GMT)
committerstanton <stanton>1999-04-07 00:58:32 (GMT)
commit17ba2649f96e9c9cfa296239ec03af7b117f5898 (patch)
tree2fb451382355f4e843d03d1c077321290c2d3444
parentd19bc526e0e61bab014780e0c276e2750c7e9d92 (diff)
downloadtk-17ba2649f96e9c9cfa296239ec03af7b117f5898.zip
tk-17ba2649f96e9c9cfa296239ec03af7b117f5898.tar.gz
tk-17ba2649f96e9c9cfa296239ec03af7b117f5898.tar.bz2
*** empty log message ***
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 800892f..1f47c26 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
1999-04-06 <stanton@scriptics.com>
+ * generic/tkMain.c (Tk_MainEx): Changed to reset result before
+ calling Tcl_EvalFile. The ensures that error messages will be
+ generated cleanly.
+
* tests/winfo.test: Enabled tests that previously failed.
1999-04-05 <stanton@scriptics.com>