commit | 4213e27616d7c33af41769975ebaa8c8ed1b15a2 | [log] [tgz] |
---|---|---|
author | Jack Jansen <jack.jansen@cwi.nl> | Thu Feb 27 22:52:58 2003 +0000 |
committer | Jack Jansen <jack.jansen@cwi.nl> | Thu Feb 27 22:52:58 2003 +0000 |
tree | 6ab8cf82c4465ac90902c5d625c97f4e35ef5a8b | |
parent | f92ec2d191c96668450fabe66138ea2d404bfd7b [diff] [blame] |
Added a note about EasyDialogs dialogs having become movable.
diff --git a/Misc/NEWS b/Misc/NEWS index 750b2c3..9fe51ad 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -70,6 +70,8 @@ - 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?