diff options
author | hobbs <hobbs> | 2005-10-05 04:14:10 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2005-10-05 04:14:10 (GMT) |
commit | ebaf2538558086d8a3749809e5863e1b134f19ab (patch) | |
tree | 01a7f042322a76b2b4ce13fe81b4c9a3f0141a17 /ChangeLog | |
parent | a956e44e843d8bedaeec0cf7e83bfc9a530ecee0 (diff) | |
download | tk-ebaf2538558086d8a3749809e5863e1b134f19ab.zip tk-ebaf2538558086d8a3749809e5863e1b134f19ab.tar.gz tk-ebaf2538558086d8a3749809e5863e1b134f19ab.tar.bz2 |
* library/dialog.tcl (::tk_dialog): add tkwait visibility before
grab. [Bug 1216775]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,9 +1,12 @@ 2005-10-04 Jeff Hobbs <jeffh@ActiveState.com> + * library/dialog.tcl (::tk_dialog): add tkwait visibility before + grab. [Bug 1216775] + * win/tkWinDialog.c (ChooseDirectoryValidateProc): reset stored path to "" if it doesn't exist and -mustexist is true. [Bug 1309218] Remove old-style dir chooser (no longer used). - + * macosx/tkMacOSXInt.h: add MODULE_SCOPE definition check for extension writers that access private headers on OS X and don't define it in configure. |