2001-06-03  Lorenzo Bettini  <bettini@dsi.unifi.it>

	* Version 1 released

	* src/lib/tags.h (class Tag): darkgreen handled

	* src/lib/optscanner.ll: brightgreen added (bug fixed)

	* src/lib/list.h (class List): comments are in English now

2001-06-02  Lorenzo Bettini  <bettini@dsi.unifi.it>

	* src/genhtml/startapphtml.h (class StartAppHtml): specialize
	class StartApp

	* src/genhtml/startapp4html.cc (startapp4html): moved in this
	directory for html related stuff

	* src/lib/startapp.h (class StartApp): Added, for starting the
	translation

	* src/lib/startapp4html.cc (print_version): print GNU as well

2001-05-24  Lorenzo Bettini  <bettini@dsi.unifi.it>

	* src/java_scanner.ll: removed < > & token scanning

	* src/cpp_scanner.ll: removed < > & token scanning
	call generateString for includes with <>

	* src/lib/textgen.cc (generateEntire): Call generate_preproc instead
	of generate
	(beginText): Idem
	(endText): Idem

2001-05-20  Lorenzo Bettini  <bettini@dsi.unifi.it>

	* src/lib/textgen.cc (generate_preproc): Added, preprocess the
	string translate any special characters

	* src/lib/genfun.cc (print_top): print information about
	source-highlighter

	* src/lib/startapp4html.cc (startapp4html): print help and version

	* src/lib/reportbugs.text: report bugs mail address here

	* src/lib/copyright.text: copyright here

	* src/lib/cmdline.ggo: Added purpose

	* configure.in: versions of java2html and cpp2html are created in
	config.h

2001-05-19  Lorenzo Bettini  <bettini@dsi.unifi.it>

	* src/lib/startapp4html.cc (startapp4html): use HtmlCharTranslator

	* src/lib/textgen.h (class TextGenerator): Added constructor to get
	a CharTranslator

	* src/lib/textgen.cc: Added, implementation moved here

	* src/lib/html_chartranslator.h (class HtmlCharTranslator): Specialize
	CharTranslator for translating characters for html

	* src/lib/chartranslator.h (class CharTranslator): Added, to translate
	some special characters, base class

	* src/lib/strdup.c (strdup): Added in case it's not in std library

2001-04-16  Lorenzo Bettini (LAP)  <bettini@dsi.unifi.it>

	* src/lib/startapp4html.cc (startapp4html): if cgi print cgi header

	* src/cpp2html.cc (main): IDEM

	* src/java2html.cc (main): simply call startapp

	* src/lib/startapp.cc (startapp): Added, the entry point to be called
	in main

2001-04-15  Lorenzo Bettini (LAP)  <bettini@dsi.unifi.it>

	* src/cpp_scanner.ll: IDEM

	* src/java_scanner.ll: \n is put back in the stream while in
	single line mode, so that single line comments are treated
	according to HTML standards, as suggested by 
        Robert Wetzel <rw8@mail.inf.tu-dresden.de>

2001-04-11  Robert Wetzel  <rw8@mail.inf.tu-dresden.de>

	* src/lib/envmapper.c (map_environment): in case QUERY_STRING is
	defined in the environment, translate the string passed by the
	html page into command line option for the standard program.
	It is used if the program is used as a CGI
	
2001-03-18  Lorenzo Bettini  <bettini@dsi.unifi.it>

	* src/lib/optparser.yy (openTagsFile): First try with the possible
	specified tag file

	* src/lib/cmdline.ggo: Added --tags-file option for specifying
	the tag file

	* src/java_scanner.ll: highlight symbols, curly brackets and functions
	'import' is considered 'preproc' instead of 'keyword'

	* test/Makefile.am: Added test directory for testing

2001-03-17  Lorenzo Bettini  <bettini@dsi.unifi.it>

	* src/cpp2html.cc: Added, replace previous main.cc

	* src/lib/fileutil.cc: Added, contain util functions for files,
	previously in main

	* src/lib/genfun.cc: Added, contain the gen functions, previously
	in main

	* src/main.cc: removed 

2001-03-15  Lorenzo Bettini  <bettini@dsi.unifi.it>

	* common files for cpp2html and java2html have been moved to 
	directory lib, and are linked into a library
	
	* configure.in: added check for ranlib

2001-02-11  Geurt Vos  <g.vos@rohill.nl>

	* src/tags.h (class Tag): Added DirectColor and for handling colors
	specified with # format 

	* src/optscanner.ll: Added keywords and colors for... see below
	and for for handling colors specified with # format

	* src/main.cc: Added functions for... see below

	* src/generators.cc: Added generators for preproc, function,
	symbols and bracket

	* src/colors.h: Added teal, gray and darkblue 

