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

	* Version 2.3

	* tests/Makefile.am (TESTS): Added tests

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

	* src/gm.c (generate_cmdline_parser): gengetopt_strdup is only
	generated if a string option is used or --unamed-opt was
	specified

	* tests/Makefile.am: Added

	* src/gm.c (generate_cmdline_parser): for inputs gengetopt_strdup,
	instead of standard strdup, is used.

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

	* doc/no_getopt_long.txt: Added alloca instructions 

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

	* src/gengetopt.c (main): handle --help and --version

	* src/copyright.text: Added to be processed by txtc compiler

	* configure.in: use TXTC

	* src/gm.c (generate_cmdline_parser): if previous options are given
	do not print help and version automatically and exit. Provide
	the functions for print_help and print_version prefixing with
	function_name parameter

	* src/cmdline.ggo: Added --no-handle-help and --no-handle-version not
	to handle --help and --version automatically

	* doc/Makefile.am (check): diff with the previous output

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

	* src/gm.c (generate_cmdline_parser): generate print also if no
	purpose is specified (bug fixed)

2001-02-06  Lorenzo Bettini  <lorenzo.bettini@penteres.it>

	* acinclude.m4 (AC_NONGNU_FLAGS): Added to check if it is a non-GNU
	compiler and if it handles -Aa option

	* src/cxxconfig.h: Added to make const work for C++ compilers even if
	it doesn't work for C compilers

	* configure.in: Added test for AC_C_CONST

2001-02-04  Lorenzo Bettini  <lorenzo.bettini@penteres.it>

	* src/alloca.c: Added taken from GNU hello

	* configure.in: Added AC_FUNC_ALLOCA

	* src/cmdline.ggo: Added purpose

	* src/gm.c (generate_cmdline_parser): print_version and print_help
	are public

2001-01-30  Berthold Hllmann <hoel@germanlloyd.org>

	* src/gm.c (generate_cmdline_parser): purpose is generated in
	print_help
	
	* src/parser.y: PURPOSE added to the syntax

	* src/scanner.l: TOK_MLSTRING for strings with newline

	* src/gengetopt.c (gengetopt_define_purpose): 

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

        * NEWS: version 2.2 released
	
	* doc/no_getopt_long.txt: Added AC_SUBST when you use AC_CHECK_FUNCS

	* src/gm.c (generate_cmdline_parser): changed the style of all
	printf, when strings are in more than one line

2000-12-04  Robert Walsh <Robert.J.Walsh@eng.sun.com>

	* src/gm.c: changed the style of printf strings, removed C++ comment,
	now compile without warning under Sun compiler.

2000-11-01  Richard Heggs <richard@virtua-web.co.uk>

	* src/gm.c: VERSION and PACKAGE are generated in cmdline.h instead of
	cmdline.c

2000-10-10  Person or Persons Unknown <damned@world.std.com>

	* src/gengetopt.c: handle long options with no short option.

	* src/gm.c: handle long options with no short option.
	
2000-10-09  Scott Haug <scott@id3.org>

	* src/gm.c: change argv's type from 'char**' to 'char * const *'. 
	This better matches the type signature of getopt_long, 
	and it prevents compiler warnings.
	#undef's PACKAGE and VERSION before setting them, in case they
	are defined in the .ggo file.

2000-09-26  N. Becker <nbecker@fred.net>

	* src/scanner.l: now accepts any string 

	* src/parser.y: exp_str is only TOK_STRING

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

	* NEWS: version 2.1 released

	* doc/Makefile.am: examples are installed in a subdirectory
	under doc

	* doc/gengetopt.html.in: the version number is substituted by
	configure

	* src/gm.c: (generate_cmdline_parser) fixed a bug for the generated
	code, a malloc was not casted

	* doc/gengetopt.1.in: modified by James R. Van Zandt
	<jrv@vanzandt.mv.com>

	* doc/gengetopt.html: we do not include sections from the GNU
	coding standards.

	* LICENSE: the generated code is not under any license

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

	* NEWS: version 2.0 released

	* doc/gengetopt.html: warning for win32 users, and md5sum and
	gpg signed

	* doc/Makefile.am (cmdline1.c.html): bug fixed for win

	* src/Makefile.am: check if gengetopt is already build before
 	trying to build cmdline.c

2000-07-31  Lorenzo Bettini  <lorenzo.bettini@penteres.it>

	* doc/Makefile.am (cmdline1.c.html): no recompilation if cpp2html is
	not installed

	* configure.in (NO_CPP2HTML): if cpp2html is not installed

2000-07-30  Lorenzo Bettini (LAP)  <lorenzo.bettini@penteres.it>

	* doc/gengetopt.1.in: made it obsolete

	* doc/no_getopt_long.txt: how to check if getopt_long is in the
	standard library and what to do if it is not.

	* doc/gengetopt.html: mailing lists

	* LICENSE: Copyright is assigned in behalf of the Free 
	Software Foundation.

2000-07-23  Lorenzo Bettini (LAP)  <lorenzo.bettini@penteres.it>

	* doc/man_getopt.html: added, it is the man page of getopt

	* doc/Makefile.am (gengetoptdoc_DATA): also examples are in doc dir

	* configure.in (CPP2HTML): use cpp2html to format sample files 

	* src/cmdline.ggo: no option is required

	* src/gm.c: generate the test for required options

	* src/ggos.h (struct gengetopt_option): field for flagstat and
	for required

	* src/gm.c (generate_cmdline_parser): initialize flags and strings

	* Makefile.am (gengetoptdoc_DATA): install ChangeLog and other files
	in doc dir

	* src/gm.c (generate_cmdline_parser): fixed a bug about wrong
	indentation in .h generated file.

2000-07-09  Lorenzo Bettini  <lorenzo.bettini@penteres.it>

	* src/gm.c (indent): Added for indenting like GNU standards
	(check_option_given): function instead of macro
	(generate_cmdline_parser): now indent according to GNU standards

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

	* src/gm.c (generate_cmdline_parser): "redeclared" error message
	renamed in "given more than once"

	* configure.in (gengetoptdocdir): use $datadir instead of $prefix 

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

	* doc/Makefile.am (man_MANS): man page installed, and html pages

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

	* doc/Makefile.am: check for NO_GETOPTLONG and NO_STRDUP, and in
	case link with .o in src dir

	* configure.in (TAR): check for tar program. 
	(NO_GETOPTLONG): a conditional for check 

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

	* doc/Makefile.am: added sample1 and sample2, two test programs
	sample1 is a C++ prog, and uses unamed options

	* configure.in: (AC_PROG_CXX) we use C++ in a test file

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

	* src/cmdline.ggo: it contains gengetopt command line

	* src/gengetopt.c (gengetopt_strdup) (gengetopt_strcmp): erased.
 	(main): handles command line options

	* configure.in (strdup): if not found we use our strdup.c 
	(const): check if const is supported 

	* src/gm.c (generate_cmdline_parser): gets unamed_options param
	to generate unamed_options fields in the structure.
	char **inputs and inputs_num added to the structure to hold
	unamed options.
	string.h included.
	create an header file and an output file.
	the header file can used in C++ as well.
	for ARG_NO options a _given field is generated and handled.
	a comment can be passed, e.g. the command line used to generate file,
	to be printed in the comment at the top of generated file.

2000-01-09  Lorenzo Bettini (LAP)  <lorenzo.bettini@penteres.it>

	* src/gm.c: a struct is generated for args info, instead of
	using variables

2000-01-08  Lorenzo Bettini (LAP)  <lorenzo.bettini@penteres.it>

	* src/gm.h : Added 

	* src/gm.c (generate_cmdline_parser): generate_main renamed 
	config.h is included with " instead of <>.
	the name of the function to generate is passed.

	* src/ggos.h: config.h included: VERSION and PACKAGE are defined there

	* configure.in: (--enable-warnings) option added to configure
	this way -Wall is added to compiler options.

	* src/gengetopt.h: added with functions exported by gengetopt.c  

	* src/parser.y: inclusion of stdlib for malloc and free, and string.h
	extern yyerror and yylex, include gengetopt.h.
	automake renames y.tab.c in parser.c

	* src/yyerror.c (yyerror): made it void

	* src/scanner.l: scanner.lex renamed scanner.l, and it includes
	parser.h, renamed by automake.
	automake renames the c file to scanner.c

	* started to use automake and autoconf; created src and doc dir 

