diff options
author | Kurt B. Kaiser <kbk@shore.net> | 2004-03-15 04:26:37 (GMT) |
---|---|---|
committer | Kurt B. Kaiser <kbk@shore.net> | 2004-03-15 04:26:37 (GMT) |
commit | 0bc3d9857f571021f7c2ccebe1967f4f87cb3e21 (patch) | |
tree | baac732eae0e3c204d2e7def663e777ca8744094 /Lib/idlelib/NEWS.txt | |
parent | 325d169a5406a9fd203311abc66fb3c8ffd30163 (diff) | |
download | cpython-0bc3d9857f571021f7c2ccebe1967f4f87cb3e21.zip cpython-0bc3d9857f571021f7c2ccebe1967f4f87cb3e21.tar.gz cpython-0bc3d9857f571021f7c2ccebe1967f4f87cb3e21.tar.bz2 |
1. Bug in Patch 805830 fixed by Nigel Rowe
2. Convert 1/0 to True/False
3. Fix a couple of long lines
M ColorDelegator.py
M NEWS.txt
Diffstat (limited to 'Lib/idlelib/NEWS.txt')
-rw-r--r-- | Lib/idlelib/NEWS.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt index 2ee1243..717eabc 100644 --- a/Lib/idlelib/NEWS.txt +++ b/Lib/idlelib/NEWS.txt @@ -3,7 +3,12 @@ What's New in IDLE 1.1a0? *Release date: XX-XXX-2004* +- If the normal background is changed via Configure/Highlighting, it will update + immediately, thanks to the previously mentioned patch. + - Add a highlight theme for builtin keywords. Python Patch 805830 Nigel Rowe + This also fixed IDLEfork bug [ 693418 ] Normal text background color not refreshed + and Python bug [897872 ] Unknown color name on HP-UX - rpc.py:SocketIO - Large modules were generating large pickles when downloaded to the execution server. The return of the OK response from the subprocess |