]> granicus.if.org Git - python/commitdiff
Added a Mac note that EasyDialogs dialogs now bring the application to
authorJack Jansen <jack.jansen@cwi.nl>
Mon, 24 Mar 2003 12:13:54 +0000 (12:13 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Mon, 24 Mar 2003 12:13:54 +0000 (12:13 +0000)
the foreground.

Misc/NEWS

index 7fa08b6a34af19d1a3976b68a4ec582d3653667d..0e2b01ee6452a1a9c82d0b99b44438ef4150bc94 100644 (file)
--- 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?