]> granicus.if.org Git - python/commitdiff
Entries for idlelib/NEWS.txt
authorTerry Jan Reedy <tjreedy@udel.edu>
Mon, 17 Aug 2015 03:24:11 +0000 (23:24 -0400)
committerTerry Jan Reedy <tjreedy@udel.edu>
Mon, 17 Aug 2015 03:24:11 +0000 (23:24 -0400)
1  2 
Lib/idlelib/NEWS.txt

index 2d8ce54e4d2a676e14f701e3189c891a59de4656,262ee062a02b37512f84aa969fa1fea76afd8053..be063c4cc06586d08bf601c36a2ce4e5bd1a6e41
@@@ -1,7 -1,20 +1,20 @@@
 -What's New in Idle 3.4.4?
 +What's New in IDLE 3.5.0?
  =========================
 -*Release date: 2015-??-??*
 +*Release date: 2015-09-13* ??
  
+ - 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.