[Pkg] Monticello Public: Monticello.impl-mtf.560.mcz

squeaksource-noreply at iam.unibe.ch squeaksource-noreply at iam.unibe.ch
Wed Jul 23 12:21:24 UTC 2008


Matthew Fulmer uploaded a new version of Monticello.impl to project Monticello Public:
http://www.squeaksource.com/mc/Monticello.impl-mtf.560.mcz

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

Name: Monticello.impl-mtf.560
Author: mtf
Time: 22 July 2008, 11:14:05 am
UUID: 903ded31-2f2b-4403-99b2-28a6c4b37db8
Ancestors: Monticello.impl-mtf.559

Removed Time class >> fromString:; MC doesn't use it and it was moved to Kernel-Extensions

Made cmd-s from the save dialog commit the package

=============== Diff against Monticello.impl-mtf.559 ===============

Item was changed:
  ----- Method: MCSaveVersionDialog>>logMessage: (in category 'as yet unclassified') -----
  logMessage: aString
  	message := aString.
+ 	self changed: #logMessage.
+ 	self accept.!
- 	self changed: #logMessage!

Item was removed:
- ----- Method: Time class>>fromString: (in category '*monticello') -----
- fromString: aString
- 	^ self readFrom: (ReadStream on: aString).
- !



More information about the Packages mailing list