]> granicus.if.org Git - python/commitdiff
Notice status back and stack viewer.
authorGuido van Rossum <guido@python.org>
Tue, 15 Feb 2000 18:08:19 +0000 (18:08 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 15 Feb 2000 18:08:19 +0000 (18:08 +0000)
Tools/idle/NEWS.txt

index 6b97c5bf4cc0dfe3d82a98fbdb92723918286650..3ce7aa0dca0a42a4e487f9b25b49ec683de5a714 100644 (file)
@@ -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)