summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormdejong <mdejong>2002-06-13 06:17:21 (GMT)
committermdejong <mdejong>2002-06-13 06:17:21 (GMT)
commit00eb28810aae93e396001907717682efb48960d4 (patch)
tree5d8066453be4b1d16170803d1ae501fac752a956 /ChangeLog
parent1f8f56c938ebe9865f17d61ef79173662698fc2f (diff)
downloadtk-00eb28810aae93e396001907717682efb48960d4.zip
tk-00eb28810aae93e396001907717682efb48960d4.tar.gz
tk-00eb28810aae93e396001907717682efb48960d4.tar.bz2
* library/choosedir.tcl (tk::dialog::file::chooseDir):
* library/clrpick.tcl (tk::dialog::file::chooseDir): * library/msgbox.tcl (tk::MessageBox): * library/tkfbox.tcl (tk::dialog::file): * library/xmfbox.tcl (tk::MotifFDialog): Remove the transient property on dialogs after they have been dismissed to insulate them from further state changes in the master. This keeps a withdrawn dialog from being mapped when the master is deiconified. [Tk patch 568278]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 13 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index e08a90a..2908006 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2002-06-12 Mo DeJong <mdejong@users.sourceforge.net>
+
+ * library/choosedir.tcl (tk::dialog::file::chooseDir):
+ * library/clrpick.tcl (tk::dialog::file::chooseDir):
+ * library/msgbox.tcl (tk::MessageBox):
+ * library/tkfbox.tcl (tk::dialog::file):
+ * library/xmfbox.tcl (tk::MotifFDialog): Remove the
+ transient property on dialogs after they have been
+ dismissed to insulate them from further state changes
+ in the master. This keeps a withdrawn dialog from
+ being mapped when the master is deiconified. [Tk patch 568278]
+
2002-06-12 Jeff Hobbs <jeffh@ActiveState.com>
* win/tkWinCursor.c (TkGetCursorByName): reverted fix from
@@ -46,7 +58,7 @@
deleting a master in wm transient command to avoid
deleting the callback when an error is raised.
Add support for MapNotify and UnmapNotify events
- to the master callback.
+ to the master callback. [Tk patch 561708]
2002-06-11 Joe English <jenglish@users.sf.net>