diff options
author | ericm <ericm> | 2000-11-02 02:19:57 (GMT) |
---|---|---|
committer | ericm <ericm> | 2000-11-02 02:19:57 (GMT) |
commit | 3bf4145cecc6c61c96ba78ffb51c882afb0bc9ba (patch) | |
tree | 0f8b7fa82256612da244bc655f6857b9d945c5b5 /ChangeLog | |
parent | b0795fb7df818e89571c8bbc4407a0def9330aa9 (diff) | |
download | tk-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-- | ChangeLog | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -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: |