[squeak-dev] Daily Commit Log

commits at source.squeak.org commits at source.squeak.org
Tue Apr 27 23:55:04 UTC 2010


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

http://lists.squeakfoundation.org/pipermail/packages/2010-April/003317.html

Name: Tools-ar.235
Ancestors: Tools-cmm.234, Tools-cao.230

Merging Tools-cao.230:

Fixes for the following:

Shift+menu not respected in browser class panes.

		Browser>>buildClassListWith: and
		Browser>>buildClassListSingletonWith:

	use the older (non-shift key sending)
	
		Browser>>classListMenu:
		
	rather than:
			
		Browser>>classListMenu:shifted:

	
Shift+menu produces DNU in contents pane of file list.

	MenuMorph>>addAllFrom: expects morphs, but
	the argument passed is an array of string-selector
	pairs.  Use MenuMorph>>addList: instead.


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

http://lists.squeakfoundation.org/pipermail/packages/2010-April/003318.html

Name: Morphic-mha.431
Ancestors: Morphic-laza.430

* improved visibility for multi-selection / last-selected item in LazyListMorph
* consistent colorisation of selected items in single-/multi-selection lists

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

http://lists.squeakfoundation.org/pipermail/packages/2010-April/003319.html

Name: System-jcg.321
Ancestors: System-laza.320

Class comment for ObjectFinalizer.

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



More information about the Squeak-dev mailing list