From: Kurt B. Kaiser Date: Sat, 25 Apr 2009 22:34:54 +0000 (+0000) Subject: Remove item from NEWS.txt; not checked in yet... X-Git-Tag: v3.1b1~182 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7442bd9cdb5b169db90a1108132e79b14e9d41cd;p=python Remove item from NEWS.txt; not checked in yet... --- diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt index 69234866ef..9072de57bb 100644 --- a/Lib/idlelib/NEWS.txt +++ b/Lib/idlelib/NEWS.txt @@ -114,9 +114,6 @@ What's New in IDLE 2.6 final? - Autocompletion of filenames now support alternate separators, e.g. the '/' char on Windows. issue2061 Patch by Tal Einat. -- Make IDLE Help window non-modal, singleton, and re-raise if called. - issue964437 Patch by Guilherme Polo. - - Configured selection highlighting colors were ignored; updating highlighting in the config dialog would cause non-Python files to be colored as if they were Python source; improve use of ColorDelagator. Patch 1334. Tal Einat.