]> granicus.if.org Git - python/commitdiff
NEWS fixes
authorTerry Jan Reedy <tjreedy@udel.edu>
Thu, 7 Jun 2012 23:50:30 +0000 (19:50 -0400)
committerTerry Jan Reedy <tjreedy@udel.edu>
Thu, 7 Jun 2012 23:50:30 +0000 (19:50 -0400)
Lib/idlelib/NEWS.txt
Misc/NEWS

index 4e586830c0cd0b242c4678bb5e3b264c143a6e29..4da361816c6bedc1fc28e1e06fc3313ee518144d 100644 (file)
@@ -1,5 +1,16 @@
+What's New in IDLE 2.7.4?
+=========================
+
+- Issue # 12510: Attempt to get certain tool tips no longer crashes IDLE.
+
+- Issue10365: File open dialog now works instead of crashing even when
+  parent window is closed while dialog is open.
+
+- Issue 14876: use user-selected font for highlight configuration.
+
+
 What's New in IDLE 2.7.3?
-=======================
+=========================
 
 - Issue #14409: IDLE now properly executes commands in the Shell window
   when it cannot read the normal config files on startup and
@@ -11,7 +22,7 @@ What's New in IDLE 2.7.3?
 
 
 What's New in IDLE 2.7.2?
-=======================
+=========================
 
 *Release date: 29-May-2011*
 
index 6d75b075aacbff4875b89cec58c7d4234ddc6e47..b40bb18085ead79b3706e8c403131859625f1a89 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -78,7 +78,7 @@ Library
 
 - Issue #10997: Prevent a duplicate entry in IDLE's "Recent Files" menu.
 
-- Issue12510: Attempting to get invalid tooltip no longer closes Idle.
+- Issue #12510: Attempting to get invalid tooltip no longer closes Idle.
   Original patch by Roger Serwy.
 
 - Issue #10365: File open dialog now works instead of crashing