
==================================================================
pub/Smalltalk/st80_r4/rdoit/CATALOG-CARD
==================================================================

	NAME		RDoIt
        AUTHOR          Bill Voss (voss@cs.uiuc.edu)
        FUNCTION    UNIX command line DoIt, with X11 rootmenu Launcher example.
        ST-VERSIONS     R4.0
	PREREQUISITES	utils/UnixSock.st (from ParcPlace distribution)
	DISTRIBUTION  	world
	VERSION	ID	0.1 alpha
	VERSION DATE	June 14th, 1991

==================================================================
pub/Smalltalk/st80_r4/hotdraw40/CATALOG-CARD
==================================================================

''
	NAME		HotDraw40
        AUTHOR          Pat McClaughry & Ralph Johnson (hotdraw@cs.uiuc.edu)
        FUNCTION        Framework for structured drawing editors.
        ST-VERSIONS     R4.0
	PREREQUISITES	
	DISTRIBUTION  	world
	VERSION	ID	2
	VERSION DATE	June 12th, 1992
''

==================================================================
pub/Smalltalk/st80_r4/usa/CATALOG-CARD
==================================================================

	NAME		usa
	AUTHOR		benson@ee.washington.edu
	CONTRIBUTOR	Dan Benson <benson@ee.washington.edu>
	FUNCTION	Map of 50 United States with Browser
	ST-VERSIONS	R4.0
	PREREQUISITES	none
	CONFLICTS	 
	DISTRIBUTION	world
	VERSION		1
	DATE		June 30, 1992

==================================================================
pub/Smalltalk/st80_r4/VerticalText.st
==================================================================

''       NAME  VerticalText.st
        AUTHOR   Dean_Hillman.MCS@eds.mcs.com
        FUNCTION  A view that displays ComposedText at a 90 degree angle.
        ST-VERSIONS  R4.1
        PREREQUISITES none
        CONFLICTS I have only tested this on Mac and Windows, although it 
should work on UNIX
       DISTRIBUTION  world
        VERSION  1.0
        DATE  3/29/95.
SUMMARY programName

This class is basically an interface to ComposedText, but rotates the text 90 
degrees counterclockwise.

This class was written by Geoff Hutton and published by Dean Hillman
''!

==================================================================
pub/Smalltalk/st80_r4/arithmetic.st
==================================================================

''
	NAME		arithmetic
        AUTHOR          Kurt Hebel (hebel@uinova.cerl.uiuc.edu)
        FUNCTION        Heavy duty math support, including matrices
        ST-VERSIONS	pre R4.0, R4.0
	PREREQUISITES	
	DISTRIBUTION  	world
	VERSION	ID	1
	VERSION DATE	March 12, 1992

This file is the result of concatenating together parts
of some of the source files for Kurt Hebel's double-dispatching
arithmetic code.  It still contains stuff we do not need.''!

==================================================================
pub/Smalltalk/st80_r4/CUIBE/CATALOG-CARD
==================================================================


	NAME		CUIBE
	AUTHOR		Georg Kluge
	CONTRIBUTOR	schaper@kampus.enet.dec.com, frerk@informatik.uni-kl.de
	FUNCTION	Customizable User Interface Builder Environment
	ST-VERSIONS	R4.0
	PREREQUISITES
	CONFLICTS
	DISTRIBUTION	world
	VERSION		1.0
	DATE		3/92 (renamed April 15th, 1992)
	SUMMARY The main purpose is to propose a paradigm of an User
Interface Management System that allows to easily built and customize
user interfaces from an end-user's point of view. It is designed to
ensure that the user is able to customize and extend his set of tools
constructed using a MoDE-Editor according to his private needs. The
UIMS consists of a uniform set of UI-elements and an editor to
construct and manipulate these elements. This work is based on the
MoDE concepts developed by Yen-Ping Shan.

Bill-Voss-Archive-Note: CUIBE was previously released under the name
MoDE but has been renamed at Frerk Meyer's request to resolve a name
conflict with MODE the Musical Object Development Environment.

==================================================================
pub/Smalltalk/st80_r4/T-gen2.0/CATALOG-CARD
==================================================================

	NAME		T-gen2.0
	AUTHOR		graver@comm.mot.com
	FUNCTION	A Smalltalk-80 Scanner/Parser Generator Tool
	ST80-VERSIONS	pre R4.0, R4.0
	PREREQUISITES	none
	DISTRIBUTION  	world
	VERSION	ID	2.0
	VERSION DATE	1 May 92

==================================================================
pub/Smalltalk/st80_r4/latex.st
==================================================================

''       NAME            latex.st
        AUTHOR          mcconnel@cs.uiuc.edu
        FUNCTION	print out ST source as LaTeX source
        ST-VERSIONS     pre R4.0, R4.0
        PREREQUISITES   
        CONFLICTS       
        DISTRIBUTION    world
        VERSION         1.0
        DATE    	June 21, 1991
SUMMARY latex.st

This code causes the print-out menu item in the various browser panes
to produce LaTeX.  Printing out categories and classes yields
self-contained LaTeX documents; printing out protocols and methods
yields LaTeX output suitable for inclusion in a LaTeX document.  In
particular, printing a category yields a document with a table of
contents (showing what page the class definitions are on), and so you
will need to LaTeX the resulting file twice.
		Carl McConnell
''!

==================================================================
pub/Smalltalk/st80_r4/ReenskaugsToolsTutorial/CATALOG-CARD
==================================================================

NAME		ReenskaugsToolsTutorial
AUTHOR		reenskaug@taskon.telemax.no
FUNCTION	Examples from T. Reenskaugs tutorial at Tools '92
ST-VERSION	R4.0
PREREQUISITES
THEN FILE IN
CONFLICTS WITH
DISTRIBUTION	world
VERSION		1.0
VERSION DATE	March 30. 1992

==================================================================
pub/Smalltalk/st80_r4/SpawnHierarchy.st
==================================================================

''
	NAME			SpawnHierarchy
	AUTHOR		Bill Voss <voss@cs.uiuc.edu>
	FUNCTION		Tiny goodie adds a Spawn Hierarchy item to most browsers.
	ST-VERSIONS	R4.0
	PREREQUISITES none
	DISTRIBUTION	world
	VERSION ID		1
	VERSION DATE	May 27, 1992

The menu options senders, implementors, and messages are very nice, but once I've found
the particular Class-Method I'm interested in I usually want to see the entire class.
This goodie adds the standard Spawn Hierarchy option to those browsers.''!

==================================================================
pub/Smalltalk/st80_r4/DebuggerInitialSizeFix.st
==================================================================

''
        NAME            DebuggerInitialSizeFix
        AUTHOR          Bill Voss <voss@cs.uiuc.edu>
        FUNCTION        Tiny goodie fixes Debugger's tiny initial size.
        ST-VERSIONS     R4.0
        PREREQUISITES 	none
        DISTRIBUTION    world
        VERSION ID      1
        VERSION DATE    May 27, 1992

This quick fix changes the DEBUG window's initial size to something 
reasonable (dependant on the screen's size).  It does this without changing 
the existing minimumSize, thus you can still make the window smaller.''!
