diff options
author | Kurt B. Kaiser <kbk@shore.net> | 2005-06-12 04:33:30 (GMT) |
---|---|---|
committer | Kurt B. Kaiser <kbk@shore.net> | 2005-06-12 04:33:30 (GMT) |
commit | df506ea98b1c9424634c6063e90a664ac9127164 (patch) | |
tree | 5e688f2b59904f167dbfc984de3c87ea3c698c87 /Lib/idlelib/NEWS.txt | |
parent | 2e23e08f0444765592ded9b1bbfbefede22f1426 (diff) | |
download | cpython-df506ea98b1c9424634c6063e90a664ac9127164.zip cpython-df506ea98b1c9424634c6063e90a664ac9127164.tar.gz cpython-df506ea98b1c9424634c6063e90a664ac9127164.tar.bz2 |
1. Patch 1196895 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
2. Update help.txt for left/right word delete
M CREDITS.txt
M ColorDelegator.py
M EditorWindow.py
M NEWS.txt
M help.txt
Diffstat (limited to 'Lib/idlelib/NEWS.txt')
-rw-r--r-- | Lib/idlelib/NEWS.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt index 03ba114..341e241 100644 --- a/Lib/idlelib/NEWS.txt +++ b/Lib/idlelib/NEWS.txt @@ -3,6 +3,10 @@ What's New in IDLE 1.2a0? *Release date: XX-XXX-2005* +- 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 + - Improve subprocess link error notification. - run.py: use Queue's blocking feature instead of sleeping in the main |