bpo-34162: Update idlelib/NEWS.txt to 2018-9-24. (GH-9551)
authorTerry Jan Reedy <tjreedy@udel.edu>
Tue, 25 Sep 2018 00:11:45 +0000 (20:11 -0400)
committerGitHub <noreply@github.com>
Tue, 25 Sep 2018 00:11:45 +0000 (20:11 -0400)
Lib/idlelib/NEWS.txt

index 273f7c49e5f4848c79d5f51b33a00ca5c35df73c..04e56c5a4456177d81fe3154bc3af99512bc8975 100644 (file)
@@ -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.