[squeak-dev] Daily Commit Log

commits at source.squeak.org commits at source.squeak.org
Thu Jun 13 23:55:03 UTC 2013


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

http://lists.squeakfoundation.org/pipermail/packages/2013-June/006043.html

Name: MorphicExtras-fbs.109
Ancestors: MorphicExtras-fbs.108

ScrapBook holds the global state formerly stored in Utilities' ScrapsBook class var.

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

http://lists.squeakfoundation.org/pipermail/packages/2013-June/006044.html

Name: System-fbs.546
Ancestors: System-fbs.544

Another step in breaking the System->MorphicExtras dependency: pull the ScrapsBook class variable out and store the global state in a new ScrapBook class.

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

http://lists.squeakfoundation.org/pipermail/packages/2013-June/006045.html

Name: MorphicExtras-fbs.110
Ancestors: MorphicExtras-fbs.109

Another step in breaking the System->MorphicExtras dependency: pull the ScrapsBook class variable out and store the global state in a new ScrapBook class.

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

http://lists.squeakfoundation.org/pipermail/packages/2013-June/006046.html

Name: Morphic-eem.658
Ancestors: Morphic-eem.657

Allow creartion of windows without pane splitters via an
#allowPaneSplitters property that defaults to true.  i.e. to
disable pane splitters use
	win setProperty: #allowPaneSplitters toValue: false
Get PluggableTextMorph>>doIt to answer its result.

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


More information about the Squeak-dev mailing list