[squeak-dev] The Inbox: Tools-cbr.255.mcz

commits at source.squeak.org commits at source.squeak.org
Wed Jul 28 02:19:50 UTC 2010


A new version of Tools was added to project The Inbox:
http://source.squeak.org/inbox/Tools-cbr.255.mcz

==================== Summary ====================

Name: Tools-cbr.255
Author: cbr
Time: 27 July 2010, 7:19:26.643 pm
UUID: e1ad6ef8-81f2-4cff-84e9-6c6fcda132c2
Ancestors: Tools-ul.254

Cheered up another sad class comment, this time ChangesOrganizer.

=============== Diff against Tools-ul.254 ===============

Item was changed:
  Object subclass: #ChangesOrganizer
  	instanceVariableNames: ''
  	classVariableNames: 'ChangeSetNamesInRelease RecentUpdateMarker'
  	poolDictionaries: ''
  	category: 'Tools-Changes'!
  
+ !ChangesOrganizer commentStamp: 'cbr 7/27/2010 19:17' prior: 0!
+ I manage ChangeSets in the system. See the protocols on my class side.
+ 
+ For an example of what I can do, select the following line in a Workspace and print it.
+ 
+ 
+ ChangesOrganizer allChangeSetNames!
- !ChangesOrganizer commentStamp: 'pk 10/17/2006 09:25' prior: 0!
- Changes organizer!




More information about the Squeak-dev mailing list