These are extra or optional source file ins for MODE 1.1
The file ../build.script will file them into a Smalltalk-80 virtual image.

	'init.st'			"read for image setup; should be done by 'virgin' images"
	'look.st'			"stp's font, color and scroll bar changes, 
		useful to know where these things are changed."
	'p.ed.st'			"paragraph editor additions: ^a=accept, ^z=cancel, 
		Sun left block for again/undo/copy/paste/cut"

	'PBrowser.st'		"package (6-paned) browser--recommended"
	'CurlyBraces.st'	"scanner hack for "{...}" comments"
	'fBrowser.st'		"file browser sorts directories first in list"
	'hBrowser.st'		"hierarchy browser indents less"
	'mBrowser.st'		"method list browser LS-menu--useful for demos"
	'RemoteSocket.st'	"remote do-it server--recommended
		Look at method for putting Smalltalk menus in your ~/.openwin-menu."
	'launcher.st'		"add MODE items to launcher menu, also make it smaller 
		and non-bold; normally mutually-exclusive with remote socket version"
	'Graphics-3D.2.st'	"WireFrame models and Transformations for 3D rendering"
