[Python-checkins] python/dist/src/Misc NEWS,1.701,1.702

jackjansen@users.sourceforge.net jackjansen@users.sourceforge.net
Mon, 24 Mar 2003 04:14:01 -0800


Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1:/tmp/cvs-serv31055/Misc

Modified Files:
	NEWS 
Log Message:
Added a Mac note that EasyDialogs dialogs now bring the application to
the foreground.



Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.701
retrieving revision 1.702
diff -C2 -d -r1.701 -r1.702
*** NEWS	20 Mar 2003 23:36:55 -0000	1.701
--- NEWS	24 Mar 2003 12:13:54 -0000	1.702
***************
*** 134,138 ****
    the window manager, false otherwise.
  
! - EasyDialogs dialogs are now movable-modal.
  
  
--- 134,140 ----
    the window manager, false otherwise.
  
! - 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.