Bugfix for #775892: added -mno-fused-madd to BASECFLAGS on MacOSX.
This makes test_coercion pass on Panther.

Also added a note to NEWS that pythonw works again (it was broken in rc1).
diff --git a/Misc/NEWS b/Misc/NEWS
index af56c77..034aabc 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -243,6 +243,11 @@
 
 - Fixed two bugs in MacOSX framework handling.
 
+- pythonw did not allow user interaction in 2.3rc1, this has been fixed.
+
+- Python is now compiled with -mno-fused-madd, making all tests pass
+  on Panther.
+
 What's New in Python 2.3 beta 2?
 ================================