Thu May 29 11:23:09 1997  Rob Farnum	<robf@twinux.com>

	* Version 3.0.9 released.
	
	* additional modifications to directory layout, and header files.
	* cleanup of sample makefiles, with better methods to override 
	  defaults.

	* Doing a make install will do the following:

		  tools are put in INSTALLDIR/bin by default,
		  libraries are put in INSTALLDIR/lib by default,
		  header files are put in INSTALLDIR/include by default.

	  INSTALLDIR by default is $(TWINDIR)/$(TARGET), and can be 
 	  overridden by using the -e option to make.

	* bug fixes to core sources.
	  memory leaks
	  memory dc's

	* revised master build  

	  ./configure

	  make rc 

	  make



Sun Apr 27 20:09:45 1997  Rob Farnum	<robf@twinux.com>

	* Version 3.0.0 released.

	* directory layout, configuration scripts and build 
	instructions for building on linux.  Modified all makefiles
 	to use TWIN_WININC and TWIN_SYSINC, instead of INCLUDES.
	Each library/application/dll can set TWIN_WININC to either

	-I$(TWINDIR)/$(TWINSRC) or 
	-I$(TWINDIR)/$(TWINSRC)  -I$(TWINDIR)/include
	
	* public header files moved to $(TWINDIR)/include

	* all preambles to each file modified to use LGPL rather than
	the old Willows TPL.  All references to Willows changed to
	www.willows.com, w/ NO phone/fax number.  Files say to submit
	changes, send email to twin@www.willows.com.

	* see files 
		README, 
		INSTALL
		PORTING

