Make gettext Unicode interface consistent and clean up the docs.
diff --git a/Misc/NEWS b/Misc/NEWS
index 5bc8b79..5628940 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -47,8 +47,8 @@
   code of every single module of the standard library, including invalid files
   used in the test suite.
 
-- All the u* variant functions and methods in gettext have been renamed to their
-  none u* siblings.
+- The gettext library now consistently uses Unicode strings for message ids
+  and message strings, and ``ugettext()`` and the like don't exist anymore.
 
 - The traceback module has been expanded to handle chained exceptions.