[squeak-dev] The Trunk: Environments-fbs.31.mcz

commits at source.squeak.org commits at source.squeak.org
Thu Jul 25 07:25:23 UTC 2013


Frank Shearar uploaded a new version of Environments to project The Trunk:
http://source.squeak.org/trunk/Environments-fbs.31.mcz

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

Name: Environments-fbs.31
Author: fbs
Time: 25 July 2013, 8:25:14.6 am
UUID: 4f962b08-60dd-af4f-9e88-ed33fcd301ee
Ancestors: Environments-cwp.30

SmalltalkImage current -> Smalltalk.

=============== Diff against Environments-cwp.30 ===============

Item was changed:
  ----- Method: EnvironmentLoader>>logEnd: (in category 'as yet unclassified') -----
  logEnd: filename
  	"Note:  The main purpose of this banner is to flush the changes file."
+ 	Smalltalk logChange: '----End fileIn of ' , filename , ' into ', environment name, '----'	!
- 	SmalltalkImage current logChange: '----End fileIn of ' , filename , ' into ', environment name, '----'	!

Item was changed:
  ----- Method: EnvironmentLoader>>logStart: (in category 'as yet unclassified') -----
  logStart: filename
+ 	Smalltalk logChange: '----Start fileIn of ' , filename , ' into ' , environment name , '----'!
- 	SmalltalkImage current logChange: '----Start fileIn of ' , filename , ' into ' , environment name , '----'!



More information about the Squeak-dev mailing list