Fix bug #1517990: IDLE keybindings on OSX
This adds a new key definition for OSX, which is slightly different from the
classic mac definition.
Also add NEWS item for a couple of bugfixes I added recently.
diff --git a/Misc/NEWS b/Misc/NEWS
index 19e5c8f..f0f0276 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -36,6 +36,9 @@
new ``sys._current_frames()`` returns a dictionary with one entry,
mapping the faux "thread id" 0 to the current frame.
+- Bug #1525447: build on MacOS X on a case-sensitive filesystem.
+
+
Library
-------
@@ -68,6 +71,12 @@
Also, whereas % values were decoded in all parameter continuations, they are
now only decoded in encoded parameter parts.
+- Bug #1517990: IDLE keybindings on MacOS X now work correctly
+
+- Bug #1517996: IDLE now longer shows the default Tk menu when a
+ path browser, class browser or debugger is the frontmost window on MacOS X
+
+
Extension Modules
-----------------