summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>2003-03-24 12:13:54 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>2003-03-24 12:13:54 (GMT)
commitcf76be0ae041f1489812786ad90e97b50991c37d (patch)
tree9d619ae4a8b5c29aaebc6ac66aedc22a7cab77fc /Misc
parent52fbe5330b6a26ac1ca25aacd49523ad7f475182 (diff)
downloadcpython-cf76be0ae041f1489812786ad90e97b50991c37d.zip
cpython-cf76be0ae041f1489812786ad90e97b50991c37d.tar.gz
cpython-cf76be0ae041f1489812786ad90e97b50991c37d.tar.bz2
Added a Mac note that EasyDialogs dialogs now bring the application to
the foreground.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS4
1 files changed, 3 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 7fa08b6..0e2b01e 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -133,7 +133,9 @@ Mac
- A new method MacOS.WMAvailable() returns true if it is safe to access
the window manager, false otherwise.
-- EasyDialogs dialogs are now movable-modal.
+- EasyDialogs dialogs are now movable-modal, and if the application is
+ currently in the background they will ask to be moved to the foreground
+ before displaying.
What's New in Python 2.3 alpha 2?