[squeak-dev] Daily Commit Log

commits at source.squeak.org commits at source.squeak.org
Thu May 6 23:55:44 UTC 2010


Changes to Trunk (http://source.squeak.org/trunk.html) in the last 24 hours:

http://lists.squeakfoundation.org/pipermail/packages/2010-May/003364.html

Name: Help-Squeak-Project-it.5
Ancestors: Help-Squeak-Project-it.4

Updated "Retrieving XML Data" tutorial:

	* Now uses http://source.squeak.org/trunk/feed.rss
	* Updated code samples and outputs
	* Added further explanations
	* Fixed errors and misspells
	

=============================================

http://lists.squeakfoundation.org/pipermail/packages/2010-May/003365.html

Name: Kernel-ar.450
Ancestors: Kernel-ul.449, Kernel-wiz.444

Merging Kernel-wiz.444:

This adds Number>>roundDownTo:

Currently it is missing. Essentialy it is an umimplemented call. Called by:
'Point roundDownTo: {*Morphic-Truncation and Roundoff}' 'Rectangle compressTo: {*Morphic-Truncation and Roundoff}' 'Rectangle expandTo: {*Morphic-Truncation and Roundoff}'

It doesn't show up as unimplemented because the selector is used by Point. However, if it is not present the other three methods will raise a stink.



=============================================

http://lists.squeakfoundation.org/pipermail/packages/2010-May/003366.html

Name: Monticello-topa.392
Ancestors: Monticello-ar.391

Making MCMs visible to users.
Useful for non-update-mcms, e.g., 
Seaside installation-mcms or the like.

=============================================

http://lists.squeakfoundation.org/pipermail/packages/2010-May/003367.html

Name: Monticello-ar.393
Ancestors: Monticello-topa.392, Monticello-dtl.392

Merging Monticello-dtl.392:

Display class comment changes in Monticello patch browsers.

=============================================

http://lists.squeakfoundation.org/pipermail/packages/2010-May/003368.html

Name: ToolBuilder-Kernel-ar.35
Ancestors: ToolBuilder-Kernel-dtl.34, ToolBuilder-Kernel-fbs.34

Merging ToolBuilder-Kernel-fbs.34:

Add #color to the PluggableListSpec.

Since PluggableButtonSpec and PluggableTextSpec already have #color, so #color and #color: and the instvar have been pulled up into PluggableWidgetSpec.

=============================================

http://lists.squeakfoundation.org/pipermail/packages/2010-May/003369.html

Name: ToolBuilder-Morphic-ar.62
Ancestors: ToolBuilder-Morphic-ar.61, ToolBuilder-Morphic-fbs.60

Merging ToolBuilder-Morphic-fbs.60:

Use PluggableListSpec's new #color.... if it's set to something non-nil.

=============================================

http://lists.squeakfoundation.org/pipermail/packages/2010-May/003370.html

Name: Tools-fbs.239
Ancestors: Tools-bf.238

Mantis 7520: FileList now has constant-height buttons.

=============================================

http://lists.squeakfoundation.org/pipermail/packages/2010-May/003371.html

Name: Kernel-nice.451
Ancestors: Kernel-ar.450

1) Add a class comment for Categorizer (both for testing MC and because class comments are a good thing).
2) Let a chance for NumberParser subclasses to parse a leading plus before an integer.
3) Skip backward in case of invalid radix, just to have the message inlined where due in code panes.

=============================================



More information about the Squeak-dev mailing list