From: Jack Jansen Date: Mon, 24 Mar 2003 12:13:54 +0000 (+0000) Subject: Added a Mac note that EasyDialogs dialogs now bring the application to X-Git-Tag: v2.3c1~1371 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cf76be0ae041f1489812786ad90e97b50991c37d;p=thirdparty%2FPython%2Fcpython.git Added a Mac note that EasyDialogs dialogs now bring the application to the foreground. --- diff --git a/Misc/NEWS b/Misc/NEWS index 7fa08b6a34af..0e2b01ee6452 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?