[etoys-dev] Etoys: DrGeoII-Core-HilaireFernandes.16.mcz

Bert Freudenberg bert at freudenbergs.de
Fri Jun 18 20:06:30 EDT 2010


Hi Hilaire,

When I load updates, I need to manually merge your newer version. Apparently you used two different versions that both have the number 12, one from June 2nd and one from June 15. That is rather confusing. So what went wrong with your package history?

- Bert -


On 15.06.2010, at 21:59, commits at source.squeak.org wrote:

> Bert Freudenberg uploaded a new version of DrGeoII-Core to project Etoys:
> http://source.squeak.org/etoys/DrGeoII-Core-HilaireFernandes.16.mcz
> 
> ==================== Summary ====================
> 
> Name: DrGeoII-Core-HilaireFernandes.16
> Author: HilaireFernandes
> Time: 15 June 2010, 10:40:51.881 pm
> UUID: a6dc1f0e-5d02-4105-afde-5de204b9b665
> Ancestors: DrGeoII-Core-HilaireFernandes.15
> 
> Fix in the create multiple mode
> Fix in the parallel and perpendicular creation mode.
> 
> =============== Diff against DrGeoII-Core-HilaireFernandes.15 ===============
> 
> Item was changed:
>  ----- Method: DrGBuildTool>>reset (in category 'updating') -----
>  reset
>  	super reset.
>  	self stopBlinking.
> + 	self builder reset.
> + 	selectedCostumes := OrderedCollection new!
> - 	self builder reset!
> 
> Item was changed:
>  ----- Method: DrGParallelBuilder>>isWanted: (in category 'testing') -----
>  isWanted: aMathItemCollection
>  	aMathItemCollection ifEmpty: [^false].
> + 	^ (aMathItemCollection first isPointItem and: [pointA isNil])
> + 		or: [aMathItemCollection first isDirectionItem and: [direction isNil]] 
> - 	^ (aMathItemCollection first isPointItem 
> - 			and: [aMathItemCollection first  ~= pointA])
> - 		or: [aMathItemCollection first isDirectionItem
> - 				and: [aMathItemCollection first ~= direction]] 
>  !
> 
> Item was changed:
>  ----- Method: DrGeoDomain>>addModelItemsToWindowMenu: (in category 'user interface') -----
>  addModelItemsToWindowMenu: aMenu 
>  	aMenu addLine.
>  	aMenu
>  		add: 'About Dr. Geo II...'
>  		target: self
>  		selector: #inform:
> + 		argument: 'Copyright 1996-2010 Hilaire Fernandes'!
> - 		argument: 'Copyright 1996-2009 Hilaire Fernandes'!
> 
> Item was removed:
> - ----- Method: DrGeoDomain>>updateDirtyMathItems (in category 'deprecated') -----
> - updateDirtyMathItems
> - 	factory updateDirtyMathItems.
> - 	self triggerEvent: #updatedDirtyItems!
> 
> _______________________________________________
> etoys-dev mailing list
> etoys-dev at squeakland.org
> http://lists.squeakland.org/mailman/listinfo/etoys-dev



More information about the etoys-dev mailing list