Patch #621205: Tkinter updates for tk8.4.
diff --git a/Misc/ACKS b/Misc/ACKS
index 5d4bb12..76d9d8e 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -167,6 +167,7 @@
Nils Fischbeck
Hernán Martínez Foffani
Doug Fort
+Martin Franklin
Robin Friedrich
Ivan Frohne
Jim Fulton
diff --git a/Misc/NEWS b/Misc/NEWS
index 1b78de9..90bd02f 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -348,6 +348,8 @@
Library
-------
+- Various features of Tk 8.4 are exposed in Tkinter.py.
+
- Various configure methods of Tkinter have been stream-lined, so
that tag_configure, image_configure, window_configure now return
a dictionary when invoked with no argument.