The Trunk: System-dtl.205.mcz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

The Trunk: System-dtl.205.mcz

commits-2
Andreas Raab uploaded a new version of System to project The Trunk:
http://source.squeak.org/trunk/System-dtl.205.mcz

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

Name: System-dtl.205
Author: dtl
Time: 27 December 2009, 11:32:41 am
UUID: 998834a5-631b-4a6d-a540-e80f142e35cf
Ancestors: System-ar.204

Change #openSourceFiles to open the default kind of SourceFileArray.

=============== Diff against System-ar.204 ===============

Item was changed:
  ----- Method: SmalltalkImage>>openSourceFiles (in category 'sources, changes log') -----
  openSourceFiles
 
  self imageName = LastImageName ifFalse:
  ["Reset the author initials to blank when the image gets moved"
  LastImageName := self imageName.
  Utilities setAuthorInitials: ''].
  FileDirectory
  openSources: self sourcesName
  andChanges: self changesName
  forImage: LastImageName.
+ SourceFileArray install!
- StandardSourceFileArray install!