diff options
author | ericm <ericm> | 2000-11-02 00:18:01 (GMT) |
---|---|---|
committer | ericm <ericm> | 2000-11-02 00:18:01 (GMT) |
commit | 2a6ed4184ce8522cc7561d05d17f32922b233323 (patch) | |
tree | 7122fbf68f5e56bc67a6cec25e6b38a2d124b6b1 /ChangeLog | |
parent | ca77ebf69ffc624f96f1090ce903372fe2e1f099 (diff) | |
download | tk-2a6ed4184ce8522cc7561d05d17f32922b233323.zip tk-2a6ed4184ce8522cc7561d05d17f32922b233323.tar.gz tk-2a6ed4184ce8522cc7561d05d17f32922b233323.tar.bz2 |
* 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.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 16 |
1 files changed, 13 insertions, 3 deletions
@@ -1,3 +1,12 @@ +2000-11-01 Eric Melski <ericm@ajubasolutions.com> + + * 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. + 2000-10-30 David Gravereaux <davygrvy@ajubasolutions.com> * win/configure.in: @@ -5,9 +14,9 @@ * win/makefile.vc: * win/rc/tk.rc: * win/rc/tk_base.rc (new): - * win/rc/wish.rc: Added logic to derive filenames better in the resource - scripts based on compile options along with better support for building - a static wish shell with cursor resources. + * win/rc/wish.rc: Added logic to derive filenames better in the + resource scripts based on compile options along with better + support for building a static wish shell with cursor resources. 2000-10-27 Jeff Hobbs <hobbs@ajubasolutions.com> @@ -23,6 +32,7 @@ * win/Makefile.in (test, winhelp, tktest): corrected the TCL_LIBRARY path specification. +>>>>>>> 1.236 2000-10-18 Eric Melski <ericm@ajubasolutions.com> * win/tkWinDraw.c (RenderObject): Applied patch from [Bug: 6368], |