Move items from NEWS to idlelib/NEWS.txt. Standardize headers spacing: 2 lines

above "What's New and 0 lines above "Release date".  Remove most old headers
for non-final releases (they currently do not get carried forward.
This commit is contained in:
Terry Jan Reedy 2015-09-21 01:07:59 -04:00
parent 407c497e83
commit 09fbb200aa
1 changed files with 20 additions and 100 deletions

View File

@ -2,6 +2,21 @@ What's New in Idle 3.4.4?
=========================
*Release date: 2015-??-??*
- Issue #25199: Idle: add synchronization comments for future maintainers.
- Issue #16893: Replace help.txt with idle.html for Idle doc display.
The new idlelib/idle.html is copied from Doc/build/html/idle.html.
It looks better than help.txt and will better document Idle as released.
The tkinter html viewer that works for this file was written by Rose Roseman.
The now unused EditorWindow.HelpDialog class and helt.txt file are deprecated.
- Issue #24199: Deprecate unused idlelib.idlever with possible removal in 3.6.
- Issue #24782: In Idle extension config dialog, replace tabs with sorted list.
Patch by Mark Roseman.
- Issue #24790: Remove extraneous code (which also create 2 & 3 conflicts).
- Issue #23672: Allow Idle to edit and run files with astral chars in name.
Patch by Mohd Sanad Zaki Rizvi.
@ -174,7 +189,6 @@ What's New in IDLE 3.3.0?
What's New in IDLE 3.2.1?
=========================
*Release date: 15-May-11*
- Issue #6378: Further adjust idle.bat to start associated Python
@ -192,7 +206,6 @@ What's New in IDLE 3.2.1?
What's New in IDLE 3.1b1?
=========================
*Release date: 06-May-09*
- Use of 'filter' in keybindingDialog.py was causing custom key assignment to
@ -201,7 +214,6 @@ What's New in IDLE 3.1b1?
What's New in IDLE 3.1a1?
=========================
*Release date: 07-Mar-09*
- Issue #4815: Offer conversion to UTF-8 if source files have
@ -217,9 +229,9 @@ What's New in IDLE 3.1a1?
- Issue #2665: On Windows, an IDLE installation upgraded from an old version
would not start if a custom theme was defined.
What's New in IDLE 2.7? (UNRELEASED, but merged into 3.1 releases above.)
=======================
*Release date: XX-XXX-2010*
- idle.py modified and simplified to better support developing experimental
@ -243,9 +255,9 @@ What's New in IDLE 2.7? (UNRELEASED, but merged into 3.1 releases above.)
- Issue #3549: On MacOS the preferences menu was not present
What's New in IDLE 3.0 final?
=============================
*Release date: 03-Dec-2008*
- IDLE would print a "Unhandled server exception!" message when internal
@ -260,7 +272,6 @@ What's New in IDLE 3.0 final?
What's New in IDLE 3.0a3?
=========================
*Release date: 29-Feb-2008*
- help() was not paging to the shell. Issue1650.
@ -277,7 +288,6 @@ What's New in IDLE 3.0a3?
What's New in IDLE 3.0a2?
=========================
*Release date: 06-Dec-2007*
- Windows EOL sequence not converted correctly, encoding error.
@ -286,7 +296,6 @@ What's New in IDLE 3.0a2?
What's New in IDLE 3.0a1?
=========================
*Release date: 31-Aug-2007*
- IDLE converted to Python 3000 syntax.
@ -302,9 +311,8 @@ What's New in IDLE 3.0a1?
be cleared before IDLE exits.
What's New in IDLE 2.6 final?
=============================
What's New in IDLE 2.6
======================
*Release date: 01-Oct-2008*, merged into 3.0 releases detailed above (3.0rc2)
- Issue #2665: On Windows, an IDLE installation upgraded from an old version
@ -389,15 +397,8 @@ What's New in IDLE 2.6 final?
What's New in IDLE 1.2?
=======================
*Release date: 19-SEP-2006*
What's New in IDLE 1.2c1?
=========================
*Release date: 17-AUG-2006*
- File menu hotkeys: there were three 'p' assignments. Reassign the
'Save Copy As' and 'Print' hotkeys to 'y' and 't'. Change the
Shell hotkey from 's' to 'l'.
@ -418,11 +419,6 @@ What's New in IDLE 1.2c1?
- When used w/o subprocess, all exceptions were preceded by an error
message claiming they were IDLE internal errors (since 1.2a1).
What's New in IDLE 1.2b3?
=========================
*Release date: 03-AUG-2006*
- Bug #1525817: Don't truncate short lines in IDLE's tool tips.
- Bug #1517990: IDLE keybindings on MacOS X now work correctly
@ -446,26 +442,6 @@ What's New in IDLE 1.2b3?
'as' keyword in comment directly following import command. Closes 1325071.
Patch 1479219 Tal Einat
What's New in IDLE 1.2b2?
=========================
*Release date: 11-JUL-2006*
What's New in IDLE 1.2b1?
=========================
*Release date: 20-JUN-2006*
What's New in IDLE 1.2a2?
=========================
*Release date: 27-APR-2006*
What's New in IDLE 1.2a1?
=========================
*Release date: 05-APR-2006*
- Patch #1162825: Support non-ASCII characters in IDLE window titles.
- Source file f.flush() after writing; trying to avoid lossage if user
@ -545,19 +521,14 @@ What's New in IDLE 1.2a1?
- The remote procedure call module rpc.py can now access data attributes of
remote registered objects. Changes to these attributes are local, however.
What's New in IDLE 1.1?
=======================
*Release date: 30-NOV-2004*
- On OpenBSD, terminating IDLE with ctrl-c from the command line caused a
stuck subprocess MainThread because only the SocketThread was exiting.
What's New in IDLE 1.1b3/rc1?
=============================
*Release date: 18-NOV-2004*
- Saving a Keyset w/o making changes (by using the "Save as New Custom Key Set"
button) caused IDLE to fail on restart (no new keyset was created in
config-keys.cfg). Also true for Theme/highlights. Python Bug 1064535.
@ -565,28 +536,12 @@ What's New in IDLE 1.1b3/rc1?
- A change to the linecache.py API caused IDLE to exit when an exception was
raised while running without the subprocess (-n switch). Python Bug 1063840.
What's New in IDLE 1.1b2?
=========================
*Release date: 03-NOV-2004*
- When paragraph reformat width was made configurable, a bug was
introduced that caused reformatting of comment blocks to ignore how
far the block was indented, effectively adding the indentation width
to the reformat width. This has been repaired, and the reformat
width is again a bound on the total width of reformatted lines.
What's New in IDLE 1.1b1?
=========================
*Release date: 15-OCT-2004*
What's New in IDLE 1.1a3?
=========================
*Release date: 02-SEP-2004*
- Improve keyboard focus binding, especially in Windows menu. Improve
window raising, especially in the Windows menu and in the debugger.
IDLEfork 763524.
@ -594,24 +549,12 @@ What's New in IDLE 1.1a3?
- If user passes a non-existent filename on the commandline, just
open a new file, don't raise a dialog. IDLEfork 854928.
What's New in IDLE 1.1a2?
=========================
*Release date: 05-AUG-2004*
- EditorWindow.py was not finding the .chm help file on Windows. Typo
at Rev 1.54. Python Bug 990954
- checking sys.platform for substring 'win' was breaking IDLE docs on Mac
(darwin). Also, Mac Safari browser requires full file:// URIs. SF 900580.
What's New in IDLE 1.1a1?
=========================
*Release date: 08-JUL-2004*
- Redirect the warning stream to the shell during the ScriptBinding check of
user code and format the warning similarly to an exception for both that
check and for runtime warnings raised in the subprocess.
@ -674,26 +617,13 @@ What's New in IDLE 1.1a1?
What's New in IDLE 1.0?
=======================
*Release date: 29-Jul-2003*
- Added a banner to the shell discussing warnings possibly raised by personal
firewall software. Added same comment to README.txt.
What's New in IDLE 1.0 release candidate 2?
===========================================
*Release date: 24-Jul-2003*
- Calltip error when docstring was None Python Bug 775541
What's New in IDLE 1.0 release candidate 1?
===========================================
*Release date: 18-Jul-2003*
- Updated extend.txt, help.txt, and config-extensions.def to correctly
reflect the current status of the configuration system. Python Bug 768469
@ -709,12 +639,6 @@ What's New in IDLE 1.0 release candidate 1?
sys.std{in|out|err}.encoding, for both the local and the subprocess case.
SF IDLEfork patch 682347.
What's New in IDLE 1.0b2?
=========================
*Release date: 29-Jun-2003*
- Extend AboutDialog.ViewFile() to support file encodings. Make the CREDITS
file Latin-1.
@ -753,7 +677,6 @@ What's New in IDLE 1.0b2?
What's New in IDLEfork 0.9b1?
=============================
*Release date: 02-Jun-2003*
- The current working directory of the execution environment (and shell
@ -855,10 +778,8 @@ What's New in IDLEfork 0.9b1?
exception formatting to the subprocess.
What's New in IDLEfork 0.9 Alpha 2?
===================================
*Release date: 27-Jan-2003*
- Updated INSTALL.txt to claify use of the python2 rpm.
@ -962,7 +883,6 @@ What's New in IDLEfork 0.9 Alpha 2?
What's New in IDLEfork 0.9 Alpha 1?
===================================
*Release date: 31-Dec-2002*
- First release of major new functionality. For further details refer to