Changes in 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>).
Changes in 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>).