@@ -3,10 +3,23 @@ Released on 2018-09-24?
|
3 | 3 | ====================================== |
4 | 4 | |
5 | 5 | |
| 6 | +bpo-34548: Use configured color theme for read-only text views. |
| 7 | + |
| 8 | +bpo-33839: Refactor ToolTip and CallTip classes; add documentation |
| 9 | +and tests. |
| 10 | + |
| 11 | +bpo-34047: Fix mouse wheel scrolling direction on macOS. |
| 12 | + |
| 13 | +bpo-34275: Make calltips always visible on Mac. |
| 14 | +Patch by Kevin Walzer. |
| 15 | + |
| 16 | +bpo-34120: Fix freezing after closing some dialogs on Mac. |
| 17 | +This is one of multiple regressions from using newer tcl/tk. |
| 18 | + |
6 | 19 | bpo-33975: Avoid small type when running htests. |
7 | 20 | Since part of the purpose of human-viewed tests is to determine that |
8 | | -widgets look right, it is important that they look the same for testing |
9 | | -as when running IDLE. |
| 21 | +widgets look right, it is important that they look the same for |
| 22 | +testing as when running IDLE. |
10 | 23 | |
11 | 24 | bpo-33905: Add test for idlelib.stackview.StackBrowser. |
12 | 25 | |
|