summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/NEWS.txt
diff options
context:
space:
mode:
authorKurt B. Kaiser <kbk@shore.net>2007-10-10 00:55:40 (GMT)
committerKurt B. Kaiser <kbk@shore.net>2007-10-10 00:55:40 (GMT)
commitcca976b11c754304544b8d1fcc543c3000019f4a (patch)
tree653e443f985ad3cdc0c01ac9a2a45ce7fd6774a2 /Lib/idlelib/NEWS.txt
parent68995867d558609a8e376be24b6c3347eb643976 (diff)
downloadcpython-cca976b11c754304544b8d1fcc543c3000019f4a.zip
cpython-cca976b11c754304544b8d1fcc543c3000019f4a.tar.gz
cpython-cca976b11c754304544b8d1fcc543c3000019f4a.tar.bz2
Allow cursor color change w/o restart. Patch 1725576 Tal Einat.
Diffstat (limited to 'Lib/idlelib/NEWS.txt')
-rw-r--r--Lib/idlelib/NEWS.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt
index 680712e..b54d70d 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*
+- Update cursor color without restarting. Patch 1725576 Tal Einat.
+
- Allow keyboard interrupt only when user code is executing in subprocess.
Patch 1225 Tal Einat (reworked from IDLE-Spoon).