summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorericm <ericm>2000-06-30 20:19:06 (GMT)
committerericm <ericm>2000-06-30 20:19:06 (GMT)
commit4ea21e7c7a8efc810e06538dc01f09547fce9e87 (patch)
treeac4757d8dfa96eec851c416a384f4d2852ab97fb /ChangeLog
parent360ba5a659a8fac08458227696f08e8786486821 (diff)
downloadtk-4ea21e7c7a8efc810e06538dc01f09547fce9e87.zip
tk-4ea21e7c7a8efc810e06538dc01f09547fce9e87.tar.gz
tk-4ea21e7c7a8efc810e06538dc01f09547fce9e87.tar.bz2
* tests/filebox.test: Adjusted tests to accomodate -multiple.
* library/xmfbox.tcl: Adjusted arguments list construction such that -multiple is not presented as an option for tk_getSaveFile. * library/tk.tcl: Added test for safe interpreter status before attempting to load message catalogs (which is impossible in a standard safe interpreter). This means that SafeTk will not have localized dialogs, unless a means is found for loading the message catalog files.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8bfbff3..9d311b6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2000-06-30 Eric Melski <ericm@scriptics.com>
+
+ * tests/filebox.test: Adjusted tests to accomodate -multiple.
+
+ * library/xmfbox.tcl: Adjusted arguments list construction such
+ that -multiple is not presented as an option for tk_getSaveFile.
+
+ * library/tk.tcl: Added test for safe interpreter status before
+ attempting to load message catalogs (which is impossible in a
+ standard safe interpreter). This means that SafeTk will not have
+ localized dialogs, unless a means is found for loading the message
+ catalog files.
+
2000-06-29 Eric Melski <ericm@scriptics.com>
* library/msgs/de.msg: German message catalog.