[Python-checkins] CVS: python/dist/src/Tools/idle ChangeLog,1.4,1.5

Guido van Rossum guido@cnri.reston.va.us
Tue, 15 Feb 2000 13:11:24 -0500 (EST)


Update of /projects/cvsroot/python/dist/src/Tools/idle
In directory eric:/projects/python/develop/guido/src/Tools/idle

Modified Files:
	ChangeLog 
Log Message:
More changes.


Index: ChangeLog
===================================================================
RCS file: /projects/cvsroot/python/dist/src/Tools/idle/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** ChangeLog	2000/02/15 17:19:25	1.4
--- ChangeLog	2000/02/15 18:11:21	1.5
***************
*** 1,3 ****
! Tue Feb 15 17:17:58 2000  Guido van Rossum  <guido@cnri.reston.va.us>
  
  	* NEWS.txt: News update.  Probably incomplete; what else is new?
--- 1,22 ----
! 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?