diff options
author | Kurt B. Kaiser <kbk@shore.net> | 2007-12-28 04:18:01 (GMT) |
---|---|---|
committer | Kurt B. Kaiser <kbk@shore.net> | 2007-12-28 04:18:01 (GMT) |
commit | 28c7bcf38e1e69a9091cbba90b982331428ddbe6 (patch) | |
tree | a11124795ccb3c7ea294763d8096c8d3d8dec2dd /Lib/idlelib/NEWS.txt | |
parent | a6e515b90dcb84cd460c051ff2ba9d047dbe3257 (diff) | |
download | cpython-28c7bcf38e1e69a9091cbba90b982331428ddbe6.zip cpython-28c7bcf38e1e69a9091cbba90b982331428ddbe6.tar.gz cpython-28c7bcf38e1e69a9091cbba90b982331428ddbe6.tar.bz2 |
Configure Dialog: improved layout for keybinding. Patch 1457 Tal Einat.
Diffstat (limited to 'Lib/idlelib/NEWS.txt')
-rw-r--r-- | Lib/idlelib/NEWS.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt index 14b69d6..dc98e4e 100644 --- a/Lib/idlelib/NEWS.txt +++ b/Lib/idlelib/NEWS.txt @@ -3,6 +3,8 @@ What's New in IDLE 2.6a1? *Release date: XX-XXX-200X* +- Configure Dialog: improved layout for keybinding. Patch 1457 Tal Einat. + - tabpage.py updated: tabbedPages.py now supports multiple dynamic rows of tabs. Patch 1612746 Tal Einat. |