Ready for 2.0
diff --git a/Mac/Relnotes b/Mac/Relnotes
index 590134d..b075f00 100644
--- a/Mac/Relnotes
+++ b/Mac/Relnotes
@@ -1,5 +1,5 @@
-Changes in 2.0c2 since 1.5.2
------------------------------
+Changes in 2.0 since 1.5.2
+--------------------------
 
 These release notes refer to Mac-specific changes only. See NEWS (in the Misc folder)
 for machine-independent changes.
@@ -34,13 +34,15 @@
   projects. (new since 2.0b1)
 - The "keep console open" options are now always, never, on error and on
   unseen output. The latter is the new default. There is also a call
-  MacOS.KeepConsole() which allows programs to override the behaviour.
+  MacOS.KeepConsole() which allows programs to override the behaviour, and
+  a call MacOS.OutputSeen() which acknowledges all output until now.
   (new since 2.0b1)
 - Missing Numeric modules are included. They may not be on sys.path, however. (new since 2.0b1)
 - gdbm works again. (new since 2.0b1)
 - Command-. and threads don't bite each other as badly anymore. (new since 2.0c1)
 - InstallPython will optionally copy PythonCore in stead of creating an alias, when
   needed. (new since 2.0c1)
+- All bugs reported to the pythonmac-sig in the 2.0c1 period have been fixed.
 
 
 What is not in this distribution