1999/09/26

Bug fixes on the -CLEAN option; documentation corrections, e.g. to the
&cleanup example. Added a new option: you can now have as many buttons as you
want using the new -BUTTONS option. Again thanks to Paul for the suggestion.

1999/09/22

Added -CLEAN option. This lets you specify a subroutine to be executed on any
field that has been validated (providing the whole form is valid) to clean it
up, e.g. make it all upper case or delete spurious whitespace, etc. Thanks to
Paul Johnston for the suggestion.

1999/09/21

Corrected documentation error. 

1999/09/17

Added -LANGUAGE options 'fr' (french) and 'de' (german) - translation was by
Babelfish so it they're wrong please let me know!

1999/09/16  

Corrected some documentation errors. Added some new options so that you can
default the size of every textfield and textarea (but still override the
defaults individually of course), see the -SIZE, -MAXLENGTH, -ROWS and
-COLUMNS options. 

INCOMPATIBLE CHANGE 

Instead of calling QuickForm::run, you now call show_form. (This is because of
a mistake made in earlier versions regarding QuickForm's package which has now
been corrected. Sorry for this inconvenience.)

1999/09/15  

Now use language of 'en' for english (although 'english' is supported for
backward compatibility). 

1999/09/01  

Corrected Makefile.PL plus minor improvements to the code and documentation.

1999/08/28  

Version 1.00.

1999/08/24  

Created. Thanks to Paul Johnston for the idea.