From: Matthias Klose Date: Sun, 5 Apr 2009 22:20:45 +0000 (+0000) Subject: Misc/NEWS: Move back two items to 2.6.1. X-Git-Tag: v2.6.2c1~10 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5b37747ad33535876573b87acc11285ba81e1524;p=thirdparty%2FPython%2Fcpython.git Misc/NEWS: Move back two items to 2.6.1. --- diff --git a/Misc/NEWS b/Misc/NEWS index 56bc478d33f9..25163b918648 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -432,11 +432,6 @@ Build - Issues #4728 and #4060: WORDS_BIGEDIAN is now correct in Universal builds. -- Issue #4389: Add icon to the uninstall entry in "add-and-remove-programs". - -- Issue #4289: Remove Cancel button from AdvancedDlg. - - C-API ----- @@ -532,6 +527,10 @@ Library Build ----- +- Issue #4389: Add icon to the uninstall entry in "add-and-remove-programs". + +- Issue #4289: Remove Cancel button from AdvancedDlg. + - Issue #1656675: Register a drop handler for .py* files on Windows. - Issue #4120: Exclude manifest from extension modules in VS2008.