From: Jack Jansen <jack.jansen@cwi.nl>
Date: Mon, 27 Jan 2003 15:21:39 +0000 (+0000)
Subject: Attempting to keep the Mac section of the NEWS file up-to-date, in stead
X-Git-Tag: v2.3c1~2293
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1a1b6e41575ebbac0a681f82061bf5d137330eb8;p=python

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 c98d50c8e0..6ff35fbbdc 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -212,7 +212,11 @@ Windows
 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?