07DEC99 perl2html 0.7.2 released
* updated documentation (configuration of default 
    parameters if called as cgi script to convert files on the fly)
* bug: -n option switched -c option too...fixed.

06DEC99 perl2html 0.7.1 released
* uncorrect highlighting after empty lines in comments if linelabeling
  is enabled...fixed.
  Thanks to Mathieu Coquerelle <coquerelle@8x8.com> for reporting this bug. 

06DEC99 perl2html 0.7 released
* created homepage for this program:
    http://user.cs.tu-berlin.de/~schintke/x2html/index.html
* Meta tags <META name="generator" content="...">
    and     <META name="date" content="..."> will be inserted.
    the date is the last modification time of the source file
    in iso8601 date format.
  Thanks to Martin Kammerhofer <mkamm@gmx.net> for his patch.
* portability bug in printf usage: printf("%s", NULL)...workaround inserted
    Seen on Solaris 4.6 with gcc.

28AUG99 perl2html 0.6.3 released
* bug while parsing \\ in strings...fixed

05AUG99 perl2html 0.6.2 released
* bug in creating HTML labels for function names
  behaviour before bugfix: 
    the name of a function is found when a character 
    other than [A-Za-z0-9] occurs
  behaviour after bugfix:
    the name of a function is found when a character  
    other than [A-Za-z0-9_] occurs
  Thanks to Michael Leslie <mles@kastenchase.com> for his tiny patch.  

26MAY99 perl2html 0.6.1 released
* # was interpreted as begin of comment in too many cases...fixed
  Now "begin of line" or whitespace must precede a comment.
  s/#.*$//; #test comment highlighting

22MAY99 perl2html 0.6 released
* skipping 0.1 through 0.5 version numbers to get version
  like c2html has with corresponding functionality
* initial release

