fix issue #5136: deprecate old unused functions from tkinter.
These functions are not documnted, so no documentation update.
diff --git a/Misc/NEWS b/Misc/NEWS
index a7ab2dc..9095045 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -37,6 +37,8 @@
 Library
 -------
 
+- Issue #5136: deprecated old, unused functions from tkinter.
+
 - Issue #14409: IDLE now properly executes commands in the Shell window
   when it cannot read the normal config files on startup and
   has to use the built-in default key bindings.