Revision history for Perl module HTML::Clean
--------------------------------------------

0.5  Mon Feb 22 13:12:32 MET 1999 

	- Now removes empty tag sets.  For instance <i><b></b></i> is now
          eliminated. (From Philippe Verdret)

	- Cleans up excess space in inline javascript functions.  Does
          a better job of removing javascript comments. (idea from 
          Phillippe Verdret)

	- Added a larger list of default color names to replace.


0.4  Mon Jan 18 15:10:35 MET 1999 
	- Bug Fix: use upper case filehandle names (from numerous people..)

	- Enabled level and options (patch from Mike Heins)
	  strip() function changed.  No longer accepts level param.
          htmlclean shell script takes -1 .. -9 as command line options.

	- Clean up HTML colors, replace with shorter text names.

          For example, bgcolor="#ffffff" -> bgcolor=white

	- When using the iso-8859-1 charset remap character entities
	  like &Eacute; to the eight bit equivalent.

	- More documentation

0.3  Mon Jan 11 14:05:15 MET 1999        
	- Fixed serious htmlclean script bug.
	- Added a little more documentation.

	
0.2  Tue Dec 29 10:13:16 MET 1998 
        - expanded number of strip options
	- First CPAN release..


0.1  Fri Apr 17 13:42:11 1998
	- original version