
The erlang gui lib "gs" use the so called plus patch on
tcl/tk. The versions of tcl/tk that are used are
tcl7.6 and tk4.2 and we choose to include the plus patched
version of tcl/tk in the release of "gs"

The reason behind this is that almost nobody keeps the 
plus patched versions of tcl7.6 and tk4.2 around any more
and thus the majority of "gs" users would have to go get and
compile tcl/tk plus anyway.


We got he plus patched tcl/tk by doing:

  fetched tcl/tk from:
	ftp://ftp.scriptics.com/pub/tcl/tcl7_6/tcl7.6p2.tar.gz
	ftp://ftp.scriptics.com/pub/tcl/tcl7_6/tk4.2p2.tar.gz
     patches from:
	ftp://ftp.nici.kun.nl/pub/tkpvm/tcl7.6p2plus.patch.gz
	ftp://ftp.nici.kun.nl/pub/tkpvm/tk4.2p2plus.patch.gz
   



