summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/NEWS.txt
diff options
context:
space:
mode:
authorKurt B. Kaiser <kbk@shore.net>2004-04-21 20:06:26 (GMT)
committerKurt B. Kaiser <kbk@shore.net>2004-04-21 20:06:26 (GMT)
commit54d1a3b920ad3aecee4e4a3ba5ba24bd2ce55148 (patch)
tree0672112cee3a6d2ac40ced134cc93547b48c7b7c /Lib/idlelib/NEWS.txt
parent9f62eccb6657abd5c6a4a4694e6fe8c80f8ccb12 (diff)
downloadcpython-54d1a3b920ad3aecee4e4a3ba5ba24bd2ce55148.zip
cpython-54d1a3b920ad3aecee4e4a3ba5ba24bd2ce55148.tar.gz
cpython-54d1a3b920ad3aecee4e4a3ba5ba24bd2ce55148.tar.bz2
- New Extension: CodeContext. Provides block structuring hints for code
which has scrolled above an edit window. Patch 936169 Noam Raphael. A CodeContext.py M NEWS.txt M config-extensions.def
Diffstat (limited to 'Lib/idlelib/NEWS.txt')
-rw-r--r--Lib/idlelib/NEWS.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt
index 800e44b..ba66bf6 100644
--- a/Lib/idlelib/NEWS.txt
+++ b/Lib/idlelib/NEWS.txt
@@ -3,6 +3,9 @@ What's New in IDLE 1.1a0?
*Release date: XX-XXX-2004*
+- New Extension: CodeContext. Provides block structuring hints for code
+ which has scrolled above an edit window. Patch 936169 Noam Raphael.
+
- If nulls somehow got into the strings in recent-files.lst
EditorWindow.update_recent_files_list() was failing. Python Bug 931336.