Sophie

Sophie

distrib > Mandriva > 8.1 > i586 > by-pkgid > 43e62e4b0b50652c9653cda462001ebd > files > 4

java2html-1.7-2mdk.i586.rpm

2001-01-11  Lorenzo Bettini  <lorenzo.bettini@penteres.it>

	* Version 1.7 finished and released
	
	* src/scanner.ll: fixed bug in number scanning

	* TODO.txt: Added

	* src/tags.h: include string.h

2000-09-29  Lorenzo Bettini (LAP)  <bettini@dsi.unifi.it>

	* src/main.cc (read_file): open the file as binary otherwise we'd
	have problems under windows, as the number of char read could be
	less then the total number of char.

2000-09-28  Lorenzo Bettini (LAP)  <bettini@dsi.unifi.it>

	* Version 1.6 finished and released

	* doc/java2html.html.in: added, version number is automatically
	substituted during configuration

	* doc/footer.html: added, used with --footer

	* doc/header.html: added, used with --header

	* doc/Makefile.am (check): also build an html using --header and
	--footer options

	* src/main.cc (readFile): read a file and return the contents in
	a char *.
	(print_top): it is assumed that if header is specified, the colors
	are defined there
	(main): handle header and footer options

	* src/helptext.text: removed, no longer needed, help is generated
	by the command line parser
	
	* src/cmdline.ggo: added, used by gengetopt to generate the
	command line parser.

	* src/cmdline.c: created automatically by gengetopt.

2000-07-21 Xavier Outhier <xouthier@yahoo.fr> or <d2set@multimania.com> 
 
	* src/cmdline.h: Added header and footer options. 
	
	* src/cmdline.c: Added header and footer options.
	Added an if ( optarg ) that was missing for case 't' 

	* src/main.h: Added header and footer options. 

	* src/main.cc: Added header and footer options. 

	* src/helptext.text: Added header and footer options. 
	Added missing -h, --help 

	* THANKS: Added myself :D 

	* AUTHORS: Added myself :D

2000-04-23  Tom Hull <thull@kscable.com>
	
	* src/scanner.ll: treat as numbers also hexadecimal integer constants
	and also floadting point numbers.
	
2000-04-23  Lorenzo Bettini (LAP)  <lorenzo.bettini@penteres.it>

	* doc/java2html.texi: Started texinfo documentation 

	* src/scanner.ll: /* */ comments only in INITIAL STATE, bug fixed,
	bug notified by Michael Gasche <mgasche@datacomm.ch>

2000-04-02  Lorenzo Bettini (LAP)  <lorenzo.bettini@penteres.it>

	* src/main.cc: this file replaces java2html.cc, erased, to avoid
	to cite the name of the program in order to be usable also by
	other translators

2000-03-21  Lorenzo Bettini (LAP)  <lorenzo.bettini@penteres.it>

	* Version 1.5 finished and released
	
	* configure.in: --enable-warnings added

	* src/optscanner.ll: brightgreen corrected to darkgreen

	* src/helptext.text: Added tab option 

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