diff options
author | Kurt B. Kaiser <kbk@shore.net> | 2005-06-12 05:19:23 (GMT) |
---|---|---|
committer | Kurt B. Kaiser <kbk@shore.net> | 2005-06-12 05:19:23 (GMT) |
commit | ca7329c9c124080b817ceb67b4e3ee7963b81d41 (patch) | |
tree | b3907b11e34de9c2bf8bc70a02e77d98819cc2fa /Lib/idlelib/NEWS.txt | |
parent | df506ea98b1c9424634c6063e90a664ac9127164 (diff) | |
download | cpython-ca7329c9c124080b817ceb67b4e3ee7963b81d41.zip cpython-ca7329c9c124080b817ceb67b4e3ee7963b81d41.tar.gz cpython-ca7329c9c124080b817ceb67b4e3ee7963b81d41.tar.bz2 |
1. Clarify "tab/space" Error Dialog and "Tab Width" Dialog associated with
the Untabify command.
2. Corrected "tab/space" Error Dialog to show correct menu for Untabify.
Patch 1196980 Jeff Shute
M EditorWindow.py
M NEWS.txt
M ScriptBinding.py
Diffstat (limited to 'Lib/idlelib/NEWS.txt')
-rw-r--r-- | Lib/idlelib/NEWS.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt index 341e241..7799bf4 100644 --- a/Lib/idlelib/NEWS.txt +++ b/Lib/idlelib/NEWS.txt @@ -3,6 +3,12 @@ What's New in IDLE 1.2a0? *Release date: XX-XXX-2005* +- Clarify "tab/space" Error Dialog and "Tab Width" Dialog associated with + the Untabify command. + +- Corrected "tab/space" Error Dialog to show correct menu for Untabify. + Patch 1196980 Jeff Shute + - New files are colorized by default, and colorizing is removed when saving as non-Python files. Patch 1196895 Jeff Shute Closes Python Bugs 775012 and 800432, partial fix IDLEfork 763524 |