From: Guido van Rossum Date: Tue, 15 Feb 2000 18:08:19 +0000 (+0000) Subject: Notice status back and stack viewer. X-Git-Tag: v1.6a1~428 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1d841fec12e5bf3652fd36b581125a1d6dac43d7;p=python Notice status back and stack viewer. --- diff --git a/Tools/idle/NEWS.txt b/Tools/idle/NEWS.txt index 6b97c5bf4c..3ce7aa0dca 100644 --- a/Tools/idle/NEWS.txt +++ b/Tools/idle/NEWS.txt @@ -7,6 +7,11 @@ New in IDLE 0.5 (2/14/2000) Tons of stuff, much of it contributed by Tim Peters and Mark Hammond: +- Status bar, displaying current line/column (Moshe Zadka). + +- Better stack viewer, using tree widget. (XXX Only used by Stack +Viewer menu, not by the debugger.) + - Format paragraph now recognizes Python block comments and reformats them correctly (MH)