'From Squeak3.1alpha of 28 February 2001 [latest update: #4265] on 19 August 2001 at 9:38:32 pm'! "Change Set: twoGuys-sw Date: 19 August 2001 Author: Scott Wallace Takes steps such that two of Alan's favorite morphs, EToyProjectHistoryMorph and InternalThreadNavigationMorph, show up in the Objects tool."! !EToyProjectHistoryMorph class methodsFor: 'parts bin' stamp: 'sw 8/19/2001 21:15'! descriptionForPartsBin ^ self partName: 'ProjectHistory' categories: #('Navigation') documentation: 'A tool that lets you navigate back to recently-visited projects'! ! !InternalThreadNavigationMorph class methodsFor: 'parts bin' stamp: 'sw 8/19/2001 21:15'! descriptionForPartsBin ^ self partName: 'ThreadNavigator' categories: #('Navigation') documentation: 'A tool that lets you navigate through a thread of projects.'! !