diff options
author | Kurt B. Kaiser <kbk@shore.net> | 2004-08-22 05:14:32 (GMT) |
---|---|---|
committer | Kurt B. Kaiser <kbk@shore.net> | 2004-08-22 05:14:32 (GMT) |
commit | 183403a271977a26c0b77dbcf62e19395c007288 (patch) | |
tree | a999a52ca973e661ac249a934a5358a1cbb83c03 /Lib/idlelib/NEWS.txt | |
parent | e594bee5351d6109ca5e6a7dde45e5ddd08ebe48 (diff) | |
download | cpython-183403a271977a26c0b77dbcf62e19395c007288.zip cpython-183403a271977a26c0b77dbcf62e19395c007288.tar.gz cpython-183403a271977a26c0b77dbcf62e19395c007288.tar.bz2 |
1. If user passes a non-existant filename on the commandline, just open
a new file, don't raise a dialog. IDLEfork 954928.
2. Refactor EditorWindow.wakeup() to WindowList.ListedToplevel.wakeup() and
clarify that the Toplevel of an EditorWindow is a WindowList.ListedToplevel.
3. Make a number of improvements to keyboard focus binding. Improve window
raising, especially in the debugger. IDLEfork Bug 763524 (GvR list).
4. Bump idlever to 1.1a3
M Debugger.py
M EditorWindow.py
M FileList.py
M NEWS.txt
M PyShell.py
M WindowList.py
M idlever.py
Diffstat (limited to 'Lib/idlelib/NEWS.txt')
-rw-r--r-- | Lib/idlelib/NEWS.txt | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt index 32657bb..09b6747 100644 --- a/Lib/idlelib/NEWS.txt +++ b/Lib/idlelib/NEWS.txt @@ -1,8 +1,24 @@ +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. + +- If user passes a non-existant 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. |