2001-08-13  Lorenzo Bettini  <bettini@dsi.unifi.it>

	* NEWS: Version 1.1 released

2001-08-04  Lorenzo Bettini  <bettini@dsi.unifi.it>

	* src/java_scanner.ll: idem

	* src/cpp_scanner.ll: removed useless code for single line comments

	* tests/test_comments.java: idem

	* tests/test_comments.cc: Added in order to test only comments

	* tests/Makefile.am: started to modify it in order to handle
	more than one single test per program

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

	* src/lib/genfun.cc (get_input_file_name): Added to use
	CHAROOT_INPUT_DIR
	(processFile): use get_input_file_name to obtain the complete
	path of the input file name

	* configure.in: Added --enable-input-chroot

	* src/lib/fileutil.cc (createOutputFileName): Also check for
	DOS path separator so that it works also under DOS systems

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

	* doc/Makefile.am: moved here

	* src/lib/Makefile.am: removed generation of html from sources

	* src/lib/startapp.cc (start): Pass output-dir to 
	createOutputFileName

	* src/lib/cmdline.ggo: Added --output-dir option

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

	* src/lib/fileutil.cc (createOutputFileName): also get the
	outputDir, but not used yet

	* src/lib/envmapper.c: include ctype for isxdigit

	* src/lib/chartranslator.cc (translate): cast the string character
	to unsigned so that also extended ASCII is handled (e.g. foreign
	characters, such as ).

2001-06-19  Robert Wetzel  <rw8@mail.inf.tu-dresden.de>

	* src/lib/envmapper.c (__convert_char): Added
	(__convert_string): Added
	interpret '%XX' 'characters' of 'QUERY_STRING'
	checks for CGI by scanning REQUEST_METHOD
	'QUERY_STRING' is determined by REQUEST_METHOD
	Both http-methods (GET & POST) are supported now.
	'%'-sequences will be converted, if given correctly.

	* src/lib/envmapper.h: added ENV_REQUEST_METHOD, MAX_QUERY_STRING_LEN,
	REQUEST_METHOD_GET
	
2001-06-13  Lorenzo Bettini (LAP)  <bettini@dsi.unifi.it>

	* src/lib/startapp.cc: Added include stdlib.h

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  <geurt@xosl.org>

	* 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 

