]> granicus.if.org Git - python/commitdiff
More changes.
authorGuido van Rossum <guido@python.org>
Tue, 15 Feb 2000 18:11:21 +0000 (18:11 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 15 Feb 2000 18:11:21 +0000 (18:11 +0000)
Tools/idle/ChangeLog

index 8fbceb4e8e1a0a77abc50a49183315f8fda82957..b853a34af396a8fa8247dd9047ba9f5f0c9445e5 100644 (file)
@@ -1,4 +1,23 @@
-Tue Feb 15 17:17:58 2000  Guido van Rossum  <guido@cnri.reston.va.us>
+Tue Feb 15 18:08:19 2000  Guido van Rossum  <guido@cnri.reston.va.us>
+
+       * NEWS.txt: Notice status bar and stack viewer.
+
+       * EditorWindow.py: Support for Moshe's status bar.
+
+       * MultiStatusBar.py: Status bar code -- by Moshe Zadka.
+
+       * OldStackViewer.py:
+       Adding the old stack viewer implementation back, for the debugger.
+
+       * StackViewer.py: New stack viewer, uses a tree widget.
+       (XXX: the debugger doesn't yet use this.)
+
+       * WindowList.py:
+       Correct a typo and remove an unqualified except that was hiding the error.
+
+       * ClassBrowser.py: Add an XXX comment about the ClassBrowser AIP.
+
+       * ChangeLog: Updated change log.
 
        * NEWS.txt: News update.  Probably incomplete; what else is new?