Added a Mac note that EasyDialogs dialogs now bring the application to
the foreground.
diff --git a/Misc/NEWS b/Misc/NEWS
index 7fa08b6..0e2b01e 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -133,7 +133,9 @@
 - 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?