source-highlight -- History of visible changes.

Copyright (C) 1999, 2000, 2001 Lorenzo Bettini <bettini@gnu.org>
See the end for copying conditions.

Please send source-highlight bug reports to bug-source-highlight@gnu.org

Version 1.2

   * Added normal text decoration (specify "normal" in tags.j2h) (suggested
     by Bernie Boudet <bboudet@bigfoot.com>).
   * fixed a bug for multiple input files (notified by Christian Paulsen
     <christian.paulsen@sdrc.com>)

Version 1.1

   * Included some standard headers; otherwise gcc 2.96 didn't compile
     (thanks to Arto Viitanen <av@cs.uta.fi>).
   * fixed bug (seg.fault) with foreign character, such as  (thanks to
     Martin Gebert <Murphy.Gebert@gmx.de>).
   * --output-dir added to specify the output directory.
   * --enable-input-chroot configure option to hardcode the path to prepend
     for input files (useful when the programs are built for CGI, as
     suggested by Robert Wetzel <rw8@mail.inf.tu-dresden.de>).

Version 1.0

   * This is the first release of source-highlight, but it includes already
     existing programs (cpp2html and java2html), so the changes are related
     to these programs.
   * CGI support enabled (thanks to Robert Wetzel
     <rw8@mail.inf.tu-dresden.de>); I haven't tested it personally yet, so
     you may ask him directly.
   * newline handled correctly according to HTML specifications (again
     thanks to Robert Wetzel).
   * Added preprocessor highlighting [preproc], symbol (+,-,^, etc.)
     highlighting [symbol], curly bracket highlighting [cbracket], function
     highlighting [function] (thanks to Geurt Vos <geurt@xosl.org>).
   * for tags.j2h, added support to enter direct RGB color values (#rrggbb)
     and colors teal, gray, and darkblue added (thanks to Geurt Vos
     <geurt@xosl.org>).
   * green, darkgreen and brightgreen handled correctly (thanks to Martin
     Gebert <Murphy.Gebert@gmx.de>).

-------------------------------------------------------
Copying information:

Copyright (C) 1999, 2000, 2001 Lorenzo Bettini <bettini@gnu.org>

   Permission is granted to anyone to make or distribute verbatim copies
   of this document as received, in any medium, provided that the
   copyright notice and this permission notice are preserved,
   thus giving the recipient permission to redistribute in turn.

   Permission is granted to distribute modified versions
   of this document, or of portions of it,
   under the above conditions, provided also that they
   carry prominent notices stating who last changed them.

