summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorericm <ericm>2000-11-02 02:19:57 (GMT)
committerericm <ericm>2000-11-02 02:19:57 (GMT)
commit3bf4145cecc6c61c96ba78ffb51c882afb0bc9ba (patch)
tree0f8b7fa82256612da244bc655f6857b9d945c5b5 /ChangeLog
parentb0795fb7df818e89571c8bbc4407a0def9330aa9 (diff)
downloadtk-3bf4145cecc6c61c96ba78ffb51c882afb0bc9ba.zip
tk-3bf4145cecc6c61c96ba78ffb51c882afb0bc9ba.tar.gz
tk-3bf4145cecc6c61c96ba78ffb51c882afb0bc9ba.tar.bz2
* tests/winDialog.test: Corrected expected results for bad option
tests (5.2, 5.5) to include -multiple option. * win/tkWinDialog.c: Removed CommDlgExtendedError() checks for color and choosedir dialogs, and removed all except the explicit invalid filename checks for the file dialogs.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 13800be..982ae26 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -10,13 +10,19 @@
2000-11-01 Eric Melski <ericm@ajubasolutions.com>
+ * tests/winDialog.test: Corrected expected results for bad option
+ tests (5.2, 5.5) to include -multiple option.
+
* win/tkWinDialog.c: Added branch for 0 return from
CommDlgExtendedError() switches; this was formerly treated as an
error, but it actually is not, since it just means the user hit
cancel or closed the dialog. (GetFileNameW): Added better smarts
such that -multiple is not considered a valid option for
tk_getSaveFile.
-
+ Removed CommDlgExtendedError() checks for color and choosedir
+ dialogs, and removed all except the explicit invalid filename
+ checks for the file dialogs.
+
2000-10-30 David Gravereaux <davygrvy@ajubasolutions.com>
* win/configure.in: