From: Terry Jan Reedy Date: Thu, 7 Jun 2012 23:50:30 +0000 (-0400) Subject: NEWS fixes X-Git-Tag: v2.7.4rc1~768 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5525eb77fa9a529214b817395677676fb87dfc21;p=thirdparty%2FPython%2Fcpython.git NEWS fixes --- diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt index 4e586830c0cd..4da361816c6b 100644 --- a/Lib/idlelib/NEWS.txt +++ b/Lib/idlelib/NEWS.txt @@ -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* diff --git a/Misc/NEWS b/Misc/NEWS index 6d75b075aacb..b40bb18085ea 100644 --- 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