Version 1.3
	- compiles under Visual C++ for Win32
	- a new template instantiation method was needed for the last
	  item.  See new_link_templates and new_stk_templates in the bin
 	  directory.
	- had to change library structure:
		* libLINKbasic.a  	collection objects
		* libLINKgraph.a  	graph objects
		* libLINKalg.a 	algorithms, generators and layouts
		* libLINKgui.a	STk wrappers
	  The older way was nicer, but the new template instantiation scheme
	  generates so many files that "ar" on linux can't create archives 
	  with that many files (~1k).  Future: back to the simple library
	  scheme.
	- works with STk3.1.1
	- fixed many problems with graph internals, including graph copying
	  and construction.
	- Kruskal, Prim, BiconnectedComponents, and Fleury are
	  excellent examples of flexible algorithm animations.

Version 1.2
	- added pathVertices,pathEdges,treePath member functions to class Graph
	- improved Kruskal animation
	- added Prim animation
	- fixed bugs with fonts in interface
	- fixed backup bug in animation controller
	- Weight Attributes now visible from GUI
	- added more examples - see stklos/forefather.stklos and
	  switch.stklos for examples of useful key bindings.
	- Simplified the List class somewhat.
	- added binary distributions for Linux and Solaris
	- configure looks for pixmap (-lXpm)
	- changed library structure:
		* libLINK.a  	collection and graph objects
		* libLINKalg.a 	algorithms, generators and layouts
		* libLINKgui.a	STk wrappers
	
Version 1.1
fixed bugs in complement, dfs, strongly connected components
added GUI control of edge weights.
