After Version 0.1
=================

	1) In PGASetUp, we changed the default value of ctx->ga.NumReplace
from 10 to 10% of ctx->ga.PopSize.

	2) Paul Bash had a FORTRAN integer function named ceil in his code.
This conflicted with the ANSI C standard library function named ceil.

        3) Took all the parallel stuff out 

        4) Defined PGAPrintReport and put various PGAPrint functions in 
the new file system.c

        5) Changed EvalUpToDate to all lower case.

        6) Changed PGARunMutateOnlyNoCross to take PGA_OLDPOP and PGA_NEWPOP
           as arguments

        7) Changed the low-level ops functions to take p,pop as arguments
           instead of a void pointer

        8) Changed PGAMutate to a 3-argument function.  It just mutates
           does not copy string to final location.  Use PGACopyIndividual
           for that
