]> granicus.if.org Git - python/commitdiff
Idle NEWS entries.
authorTerry Jan Reedy <tjreedy@udel.edu>
Mon, 17 Aug 2015 02:11:43 +0000 (22:11 -0400)
committerTerry Jan Reedy <tjreedy@udel.edu>
Mon, 17 Aug 2015 02:11:43 +0000 (22:11 -0400)
Misc/NEWS

index 6471bf9038792753e186ab868407b48e56f5822f..b52cd2ad23ddc583d6faba74bf4c510d2e59c9a9 100644 (file)
--- 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.