07DEC99 java2html 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 java2html 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 java2html 0.7 released
* labels for class names will be inserted.
* 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.

30NOV99 java2html 0.6.4 released
* homepage for this program is now 
  http://user.cs.tu-berlin.de/~schintke/x2html/index.html
* bug while parsing // in a /* */ comment...fixed
  Thanks to Mathieu Coquerelle <coquerelle@8x8.com> for reporting this bug.

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

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

24MAY99 java2html 0.6.1 released
* error in handling character constants like '"'
  (interpreted as begin of string)...fixed.

22MAY99 java2html 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 java2html 0.5 released
* bug with '\t' chars if -n is used...fixed.
* bug in // comment parsing...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
* &uuml; bugfix
* new switch -c to disable CGI feature
  (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 added

26MAR99 java2html 0.4 released
* little changes on Makefile.in
* archive of 0.3 on sunsite was corrupted, but upload
  again didn't help. I'm sorry for that.

10MAR99 java2html 0.3 released
* skipping version number 0.2 to get equal version number 
  like c2html has with similar functionality
* correct handling of // comments
* java2html now can also be used to transform C++ sources
* transforming special characters to &xxxx;
* no longer use snprintf for better portability
* no longer define _POSIX_SOURCE because of problems with BSD
* no longer include getopt.h. getopt resides in unistd.h
* <pre> </pre> bug in comments fixed
* added configure scripts 
	
22FEB99 java2html 0.1 released
* initial release

