summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2015-08-17 02:14:05 (GMT)
committerTerry Jan Reedy <tjreedy@udel.edu>2015-08-17 02:14:05 (GMT)
commita3611751f6562093a3f1639c43f73c62428172fa (patch)
treec879d9ea3c449f36d2e9559daf3102e99048d728
parentac28169696aa0bbec2c11a860dbfb9e46056fef9 (diff)
parent2756d8aa11f7f207a3923a9c91b82176ec77d0f0 (diff)
downloadcpython-a3611751f6562093a3f1639c43f73c62428172fa.zip
cpython-a3611751f6562093a3f1639c43f73c62428172fa.tar.gz
cpython-a3611751f6562093a3f1639c43f73c62428172fa.tar.bz2
Idle NEWS entries.
-rw-r--r--Misc/NEWS16
1 files changed, 16 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 454cc89..f9b9a36 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -92,6 +92,22 @@ Library
- Issue #24791: Fix grammar regression for call syntax: 'g(*a or b)'.
+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.
+
Documentation
-------------