From: Jack Jansen Date: Thu, 27 Feb 2003 22:52:58 +0000 (+0000) Subject: Added a note about EasyDialogs dialogs having become movable. X-Git-Tag: v2.3c1~1658 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4213e27616d7c33af41769975ebaa8c8ed1b15a2;p=thirdparty%2FPython%2Fcpython.git Added a note about EasyDialogs dialogs having become movable. --- diff --git a/Misc/NEWS b/Misc/NEWS index 750b2c3667ea..9fe51ada1881 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -70,6 +70,8 @@ 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. What's New in Python 2.3 alpha 2?