0.7
---
	
Till version 0.6.1 gaff was an php tool. When i started programming perl
and recognized that it is much more powerfull than php, i ported gaff to
perl. I completly rewrote it and thereby added many new features:

	- flexible template engine for writing skins
	- check routines with translatable error messages (using gettext)
	- a more modular design, so that gaff can easily be extended and
	enhanced
	- a more detailed documentation
0.7.1
-----

Till version 0.7 FormEngine was called gaff.
	
	- new method add_checks
	- enhanced documentation
	
0.7.2
-----

	- added 2 easy tests (make test)
	- fixed bug in _handle_error (Handler.pm)
	- fixed bug in _parse (FormEngine.pm)
	- added _add_to_output method
	- implemented multi skin management
	- enhanced documentation

0.7.3
-----
	- fixed bug in _check_email (Checks.pm)
	- added 'print' template
	- added 'check_uniq' template
	- added 'button' template
	- added 'confirm' method
	- implemented '<!.*![A-Za-z_ |]+!>' template syntax
	- added new check methods
	- enhanced handler system
        - enhanced documentation