summaryrefslogtreecommitdiffstats
path: root/Tools
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2000-02-15 18:11:21 (GMT)
committerGuido van Rossum <guido@python.org>2000-02-15 18:11:21 (GMT)
commit17ae233edc2c463da0ac82c620a056db2c14c452 (patch)
treea20aea9ed910b264dff522d70f529c66951f55f0 /Tools
parent1d841fec12e5bf3652fd36b581125a1d6dac43d7 (diff)
downloadcpython-17ae233edc2c463da0ac82c620a056db2c14c452.zip
cpython-17ae233edc2c463da0ac82c620a056db2c14c452.tar.gz
cpython-17ae233edc2c463da0ac82c620a056db2c14c452.tar.bz2
More changes.
Diffstat (limited to 'Tools')
-rw-r--r--Tools/idle/ChangeLog21
1 files changed, 20 insertions, 1 deletions
diff --git a/Tools/idle/ChangeLog b/Tools/idle/ChangeLog
index 8fbceb4..b853a34 100644
--- a/Tools/idle/ChangeLog
+++ b/Tools/idle/ChangeLog
@@ -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?