Added a note about scripting support and the IDE builtin help.
diff --git a/Misc/NEWS b/Misc/NEWS
index 4a0e330..fb829b9 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -149,6 +149,12 @@
 - 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.
+  
+- OSA Scripting support has improved a lot, and gensuitemodule.py can now
+  be used by mere mortals.
+  
+- The IDE (in a framework build) now includes introductory documentation
+  in Apple Help Viewer format.
 
 
 What's New in Python 2.3 alpha 2?