summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS')
-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?