Attempting to keep the Mac section of the NEWS file up-to-date, in stead
of the usual frantic editing at the last moment:-)
diff --git a/Misc/NEWS b/Misc/NEWS
index c98d50c..6ff35fb 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -212,7 +212,11 @@
 Mac
 ---
 
-TBD
+- There are new dialogs EasyDialogs.AskFileForOpen, AskFileForSave
+  and AskFolder. The old macfs.StandardGetFile and friends are deprecated.
+  
+- Type Carbon.File.FSCatalogInfo and supporting methods have been implemented.
+  This also makes macfs.FSSpec.SetDates() work again.
 
 
 What's New in Python 2.3 alpha 1?