diff options
author | Kurt B. Kaiser <kbk@shore.net> | 2005-02-03 01:37:14 (GMT) |
---|---|---|
committer | Kurt B. Kaiser <kbk@shore.net> | 2005-02-03 01:37:14 (GMT) |
commit | 0676dfdce06f6b01f35d76a4fb77c77c03468366 (patch) | |
tree | c795d6dc319256e4b652e82b18bf9a222e238d51 /Lib/idlelib/NEWS.txt | |
parent | 69b8caa23a598f3192981898eb213f9578fbf0be (diff) | |
download | cpython-0676dfdce06f6b01f35d76a4fb77c77c03468366.zip cpython-0676dfdce06f6b01f35d76a4fb77c77c03468366.tar.gz cpython-0676dfdce06f6b01f35d76a4fb77c77c03468366.tar.bz2 |
Add config-main.def option to make the 'history' feature non-cyclic.
Default remains cyclic. Python Patch 914546 Noam Raphael.
M IdleHistory.py
M NEWS.txt
M config-main.def
Diffstat (limited to 'Lib/idlelib/NEWS.txt')
-rw-r--r-- | Lib/idlelib/NEWS.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt index 8804bc1..0670255 100644 --- a/Lib/idlelib/NEWS.txt +++ b/Lib/idlelib/NEWS.txt @@ -3,6 +3,9 @@ What's New in IDLE 1.2a0? *Release date: XX-XXX-2005* +- Add config-main option to make the 'history' feature non-cyclic. + Default remains cyclic. Python Patch 914546 Noam Raphael. + - Removed ability to configure tabs indent from Options dialog. This 'feature' has never worked and no one has complained. It is still possible to set a default tabs (v. spaces) indent 'manually' via config-main.def (or to turn on |