summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/NEWS.txt
diff options
context:
space:
mode:
authorKurt B. Kaiser <kbk@shore.net>2005-06-19 18:56:15 (GMT)
committerKurt B. Kaiser <kbk@shore.net>2005-06-19 18:56:15 (GMT)
commita7daba6866136d1c554ba6bf278e9ddaf52ecac6 (patch)
tree9d9fb6a21a24b3ee3e5eafd3809d4d4b82a1ff97 /Lib/idlelib/NEWS.txt
parentbff60aeb938fc6947823b3fdea9c74898057ce98 (diff)
downloadcpython-a7daba6866136d1c554ba6bf278e9ddaf52ecac6.zip
cpython-a7daba6866136d1c554ba6bf278e9ddaf52ecac6.tar.gz
cpython-a7daba6866136d1c554ba6bf278e9ddaf52ecac6.tar.bz2
<Enter> when cursor is on a previous command retrieves that command. Instead
of replacing the input line, the previous command is now appended to the input line. Indentation is preserved, and undo is enabled. Patch 1196917 Jeff Shute Modified Files: NEWS.txt PyShell.py
Diffstat (limited to 'Lib/idlelib/NEWS.txt')
-rw-r--r--Lib/idlelib/NEWS.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt
index 7799bf4..3442f40 100644
--- a/Lib/idlelib/NEWS.txt
+++ b/Lib/idlelib/NEWS.txt
@@ -3,6 +3,11 @@ What's New in IDLE 1.2a0?
*Release date: XX-XXX-2005*
+- <Enter> when cursor is on a previous command retrieves that command. Instead
+ of replacing the input line, the previous command is now appended to the
+ input line. Indentation is preserved, and undo is enabled.
+ Patch 1196917 Jeff Shute
+
- Clarify "tab/space" Error Dialog and "Tab Width" Dialog associated with
the Untabify command.