Add Idle news entries.

This commit is contained in:
Terry Jan Reedy 2014-06-16 19:26:56 -04:00
commit 61f1acca55
1 changed files with 9 additions and 0 deletions

View File

@ -499,6 +499,15 @@ Extension Modules
IDLE
----
- Issue #21686: add unittest for HyperParser. Original patch by Saimadhav
Heblikar.
- Issue #12387: Add missing upper(lower)case versions of default Windows key
bindings for Idle so Caps Lock does not disable them. Patch by Roger Serwy.
- Issue #21695: Closing a Find-in-files output window while the search is
still in progress no longer closes Idle.
- Issue #18910: Add unittest for textView. Patch by Phil Webster.
- Issue #18292: Add unittest for AutoExpand. Patch by Saihadhav Heblikar.