summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/NEWS.txt
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2018-09-25 00:11:45 (GMT)
committerGitHub <noreply@github.com>2018-09-25 00:11:45 (GMT)
commit16fba6231458cc1ff82db8695ee772b74131cc83 (patch)
tree4c4f50b7b235eab914148f9f44e9d8431042b709 /Lib/idlelib/NEWS.txt
parent5a606674edbf4a94370ee55b0906dd9bec83abb0 (diff)
downloadcpython-16fba6231458cc1ff82db8695ee772b74131cc83.zip
cpython-16fba6231458cc1ff82db8695ee772b74131cc83.tar.gz
cpython-16fba6231458cc1ff82db8695ee772b74131cc83.tar.bz2
bpo-34162: Update idlelib/NEWS.txt to 2018-9-24. (GH-9551)
Diffstat (limited to 'Lib/idlelib/NEWS.txt')
-rw-r--r--Lib/idlelib/NEWS.txt17
1 files changed, 15 insertions, 2 deletions
diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt
index 273f7c4..04e56c5 100644
--- a/Lib/idlelib/NEWS.txt
+++ b/Lib/idlelib/NEWS.txt
@@ -3,10 +3,23 @@ Released on 2019-10-20?
======================================
+bpo-34548: Use configured color theme for read-only text views.
+
+bpo-33839: Refactor ToolTip and CallTip classes; add documentation
+and tests.
+
+bpo-34047: Fix mouse wheel scrolling direction on macOS.
+
+bpo-34275: Make calltips always visible on Mac.
+Patch by Kevin Walzer.
+
+bpo-34120: Fix freezing after closing some dialogs on Mac.
+This is one of multiple regressions from using newer tcl/tk.
+
bpo-33975: Avoid small type when running htests.
Since part of the purpose of human-viewed tests is to determine that
-widgets look right, it is important that they look the same for testing
-as when running IDLE.
+widgets look right, it is important that they look the same for
+testing as when running IDLE.
bpo-33905: Add test for idlelib.stackview.StackBrowser.