]> granicus.if.org Git - python/commitdiff
Bring NEWS.txt up to date from check-in msgs.
authorKurt B. Kaiser <kbk@shore.net>
Thu, 14 Feb 2008 00:08:55 +0000 (00:08 +0000)
committerKurt B. Kaiser <kbk@shore.net>
Thu, 14 Feb 2008 00:08:55 +0000 (00:08 +0000)
Lib/idlelib/NEWS.txt

index 18d2315666babe056bde9dae1a99b548709b7e68..0326aa79acb576312411498fd3105ca90ff52341 100644 (file)
@@ -28,6 +28,13 @@ What's New in IDLE 2.6a1?
 
 - Clean up EditorWindow close.
 
+- Patch 1693258: Fix for duplicate "preferences" menu-OS X. Backport of r56204.
+
+- OSX: Avoid crash for those versions of Tcl/Tk which don't have a console
+
+- Bug in idlelib.MultiCall: Options dialog was crashing IDLE if there was an
+  option in config-extensions w/o a value. Patch #1672481, Tal Einat
+
 - Corrected some bugs in AutoComplete.  Also, Page Up/Down in ACW implemented;
   mouse and cursor selection in ACWindow implemented; double Tab inserts
   current selection and closes ACW (similar to double-click and Return); scroll