From: Terry Jan Reedy Date: Mon, 17 Aug 2015 02:11:43 +0000 (-0400) Subject: Idle NEWS entries. X-Git-Tag: v2.7.11rc1~198^2~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5fa59bd2504e2bf0f849c117f60ac1a9c2603ab8;p=thirdparty%2FPython%2Fcpython.git Idle NEWS entries. --- diff --git a/Misc/NEWS b/Misc/NEWS index 6471bf903879..b52cd2ad23dd 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -141,6 +141,19 @@ Build 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 #15809: IDLE shell now uses locale encoding instead of Latin1 for decoding unicode literals.