summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/NEWS.txt
diff options
context:
space:
mode:
authorKurt B. Kaiser <kbk@shore.net>2005-11-22 21:09:37 (GMT)
committerKurt B. Kaiser <kbk@shore.net>2005-11-22 21:09:37 (GMT)
commit5c6e0a1a0cac0b918e2a6ed7573db49cf6d0f6a5 (patch)
tree6ed66decbd02aebf74ed805651e18aa0b0357e0e /Lib/idlelib/NEWS.txt
parente3faaeb1d68af9794f740ee0e491da2624390492 (diff)
downloadcpython-5c6e0a1a0cac0b918e2a6ed7573db49cf6d0f6a5.zip
cpython-5c6e0a1a0cac0b918e2a6ed7573db49cf6d0f6a5.tar.gz
cpython-5c6e0a1a0cac0b918e2a6ed7573db49cf6d0f6a5.tar.bz2
1. Made advanced keybinding dialog functional.
2. Allow binding of movement keys
Diffstat (limited to 'Lib/idlelib/NEWS.txt')
-rw-r--r--Lib/idlelib/NEWS.txt9
1 files changed, 8 insertions, 1 deletions
diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt
index 7450e2b..bbe9878 100644
--- a/Lib/idlelib/NEWS.txt
+++ b/Lib/idlelib/NEWS.txt
@@ -1,7 +1,14 @@
What's New in IDLE 1.2a0?
=======================
-*Release date: XX-XXX-2005*
+*Release date: XX-XXX-2006*
+
+- Options / Keys / Advanced dialog made functional. Also, allow binding
+ of 'movement' keys.
+
+- 'syntax' patch adds improved calltips and a new class attribute listbox.
+ MultiCall module allows binding multiple actions to an event.
+ Patch 906702 Noam Raphael
- Better indentation after first line of string continuation.
IDLEfork Patch 681992, Noam Raphael