Added a note about --enable-framework on Mac OS X.
authorJack Jansen <jack.jansen@cwi.nl>
Tue, 21 Aug 2001 19:28:20 +0000 (19:28 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Tue, 21 Aug 2001 19:28:20 +0000 (19:28 +0000)
Misc/NEWS

index 3935f0deee4139b65cff6a213cf84159d7757c4b..e9c3c5eef728bb63dd657fcd055f7afb44f01f7b 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -6,6 +6,11 @@ Build
 - configure supports a new option --enable-unicode, with the values
   ucs2 and ucs4 (new in 2.2a1). With --disable-unicode, the Unicode
   type and supporting code is completely removed from the interpreter.
+  
+- A new configure option --enable-framework builds a Mac OS X framework,
+  which "make frameworkinstall" will install. This provides a starting
+  point for more mac-like functionality, join pythonmac-sig@python.org
+  if you are interested in helping.
 
 Tools