From 0833edd98c5effbc0e8806370400b041e5097019 Mon Sep 17 00:00:00 2001 From: Terry Jan Reedy Date: Mon, 24 Sep 2018 20:11:45 -0400 Subject: [PATCH] bpo-34162: Update idlelib/NEWS.txt to 2018-9-24. (GH-9551) (cherry picked from commit 16fba6231458cc1ff82db8695ee772b74131cc83) Co-authored-by: Terry Jan Reedy --- Lib/idlelib/NEWS.txt | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt index ef4b49f3ef044f..085060d53b5ca7 100644 --- a/Lib/idlelib/NEWS.txt +++ b/Lib/idlelib/NEWS.txt @@ -3,10 +3,23 @@ Released on 2018-09-24? ====================================== +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.