From: Terry Jan Reedy Date: Mon, 17 Aug 2015 02:12:36 +0000 (-0400) Subject: Idle NEWS entries. X-Git-Tag: v3.5.1rc1~427^2~85^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2756d8aa11f7f207a3923a9c91b82176ec77d0f0;p=thirdparty%2FPython%2Fcpython.git Idle NEWS entries. --- diff --git a/Misc/NEWS b/Misc/NEWS index 0388197c2f65..38e8031aa7f8 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -391,6 +391,19 @@ Library IDLE ---- +- Issue #23672: Allow Idle to edit and run files with astral chars in name. + Patch by Mohd Sanad Zaki Rizvi. + +- Issue 24745: Idle editor default font. Switch from Courier to + platform-sensitive TkFixedFont. This should not affect current customized + font selections. If there is a problem, edit $HOME/.idlerc/config-main.cfg + and remove 'fontxxx' entries from [Editor Window]. Patch by Mark Roseman. + +- Issue #21192: Idle editor. When a file is run, put its name in the restart bar. + Do not print false prompts. Original patch by Adnan Umer. + +- Issue #13884: Idle menus. Remove tearoff lines. Patch by Roger Serwy. + - Issue #23184: remove unused names and imports in idlelib. Initial patch by Al Sweigart.