2000-01-04  Lorenzo Bettini  <bettini@gdn.dsi.unifi.it>

	* Version 1.4 finished and released

	* doc/Makefile.am (PROGNAME): added $EXEEXT

	* configure.in: (AC_EXEEXT) moved after C compiler test
	now it works under Win32 as well

2000-01-04  Lorenzo Bettini  <lorenzo.bettini@penteres.it>

	* src/cmdline.c (cmdline): Added, to parse command line using
	getopt_long

2000-01-03  Lorenzo Bettini  <bettini@gdn.dsi.unifi.it>

	* configure.in: check for getopt_long, getopt.c getop1.c getopt.h
	added to src

1999-12-30  Lorenzo Bettini  <lorenzo.bettini@penteres.it>

	* configure.in: AC_REPLACE_FUNCS(yywrap)

1999-12-27  Lorenzo Bettini  <lorenzo.bettini@penteres.it>

	* src/yywrap.c (yywrap): New file; this way flex library should
	not be needed anymore, maybe...

	* src/java2html.cc (print_version): New function

	* configure.in: (LF_PROG_TXTC) txtc (autotools) text-to-c compiler

	* src/Makefile.am (MAINTAINERCLEANFILES): automake doesn't seem to
	clean bison and flex generated files; so I specified them
	(ETAGS_ARGS): -C to build tags for C++ sources

1999-12-19  Lorenzo Bettini  <lorenzo@localhost.localdomain>

	* optparser.yy: tags.j2h is searched in ./ and then in $(java2htmldatadir)

	* Now I started to record changes in ChangeLog (Version 1.4) started