05AUG99 pas2html 0.6.2 released
* bug in creating HTML labels for function names
  behaviour bevore 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.  

22MAY99 pas2html 0.6 released
* major problem with configure script on non Linux systems...fixed.
* compression on the fly feature now should also work with MS IE.
  Thanks to Stephen Martin <smartin@mks.com> for his tiny patch.

27APR99 pas2html 0.5 released
* bug with '\t' chars if -n is used...fixed.
* added new switch -n for numbering and labeling source lines
  so you can refer to them with 
  <A HREF="foo.c.html#line301">line 301</A>
  from the same (see options -h and -b) or other files.
  Thanks to Luis Villa <liv@duke.edu> for this idea.
* better usage output
* added -s to suppress generation of html headers
* added -h file -b file for head and bottom files
* restructured sources
* new switch -n to disable CGI features
  (otherwise Content-Type: text/html header would be generated)
  Now you can use this program in an other CGI script to generate
  only a part of the output.
* HTTP Last Modified header inserted
* &uuml; bugfix

26MAR99 pas2html 0.4 released
* little changes on Makefile.in to get debian compliance

10MAR99 pas2html 0.3 released
* skipping 0.1 and 0.2 version numbers to get version
  like c2html has with corresponding functionality
* initial release
