summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2015-08-17 02:12:36 (GMT)
committerTerry Jan Reedy <tjreedy@udel.edu>2015-08-17 02:12:36 (GMT)
commit2756d8aa11f7f207a3923a9c91b82176ec77d0f0 (patch)
treeff592b01d225cca5135c93c54717485b0de48e6b /Misc
parenta350e856c33af76bd5d215f6be521cb35c9e1612 (diff)
downloadcpython-2756d8aa11f7f207a3923a9c91b82176ec77d0f0.zip
cpython-2756d8aa11f7f207a3923a9c91b82176ec77d0f0.tar.gz
cpython-2756d8aa11f7f207a3923a9c91b82176ec77d0f0.tar.bz2
Idle NEWS entries.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS13
1 files changed, 13 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 0388197..38e8031 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.