2003-03-15  Bruce Korb  <bkorb@gnu.org>

	* pkg/mkpkg.linux: Finished.
	* pkg/spec.tpl(BuildRoot): It must not conflict with %topdir.
	(strip_binaries): doesn't work for me
	(gzip_man): this either

2003-03-13  Bruce Korb  <bkorb@gnu.org>

	* agen5/opts.def(version): some egreps require '^'-s to be quoted
	* autoopts/usage.c: initial space in absence of short option needs
	to vary by non-gnu-style vs. standard
	* autoopts/test/usage.test: accommodate

2003-03-12  Bruce Korb  <bkorb@gnu.org>

	* agen5/test/Makefile.am: some shells like to echo after a cd.
	* agen5/test/opts.test: same issue
	* autoopts/test/Makefile.am: and again + set LD_LIBRARY_PATH for Guile
	* config/confmacs.tpl: Pass through the 'withlib' library directory so
	the executables can have LD_LIBRARY_PATH set.
	* getdefs/getdefs.c: Don't set a hard limit on the template name.
	* getdefs/getdefs.h: Remove the template name with the hard coded len.
	* getdefs/opts.def: the --template option is now settable

2003-03-11  Bruce Korb  <bkorb@gnu.org>

	* autoopts/usage.c(printBareUsage): give arg handling type precedence
	in the argument description over the argument format type.  Display
	optional option arguments as "arg" instead of "opt".
	* autoopts/test/equiv.test: accommodate
	* autoopts/test/usage.test: accommodate
	* autoopts/options.tpl: "usage" and "gnu-usage" conflict
	* doc/autogen.texi: doc this new stuff
	(information attributes): split the description attributes

2003-03-10  Bruce Korb  <bkorb@gnu.org>

	* VERSION: clean out cruft
	* autoopts/usage.c: break up monolithic procedure & rework option
	argument handling for GNU format usage.
	* autoopts/test/usage.test: accommodate changes

2003-03-09  Bruce Korb  <bkorb@gnu.org>

	* autoopts/usage.c(optionUsage): Separate more completely the GNU vs.
	std option description format strings.
	* autoopts/test/*.test: formatting tweaks
	* AUTHORS: added Daniel Schregenberger as a new contributor
	* agen5/expPrint.c: use asprintfv instead of trying to compute buf size
	* snprintfv/printf.in(SNV_EMIT): force characters to be unsigned so we
	don't confuse ourselves with error results.

2003-03-08  Bruce Korb  <bkorb@gnu.org>

	* autoopts/optcode.tpl(OPTPROC_GNUUSAGE): set the flag when needed.
	* autoopts/options_h.tpl(OPTPROC_GNUUSAGE): define the flag
	* autoopts/test/Makefile.am(usage.test): new test
	* autoopts/test/usage.test: new test script
	* autoopts/test/equiv.test: clean up short/long option description
	* autoopts/test/errors.test: likewise
	* autoopts/test/keyword.test: likewise
	* autoopts/test/rc.test: likewise
	* autoopts/test/shell.test: likewise
	* autoopts/test/stdopts.test: likewise
	* autoopts/usage.c(optionUsage): likewise + incorporate changes for
	GNU-style usage message + ensure the paged usage text gets flushed

2003-03-07  Bruce Korb  <bkorb@gnu.org>

	* autoopts/optcode.tpl(usage-proc): define Guile symbol in one place and
	use it elsewhere instead of recomputing.
	* autoopts/options.tpl(disabling flags): this is illegal.
	You get arrested for it.

2003-03-02  Bruce Korb  <bkorb@gnu.org>

	* Makefile.am(package): propagate $(pkgtype)
	* pkg/...: more work, RPM's still wont work in alternate directory.
	Followed the docs, tho....

2003-02-28  Bruce Korb  <bkorb@gnu.org>

	* Makefile.am: added rule for making packages in the pkg directory
	* agen5/defReduce.c: allocation counts assumed 4 byte pointers
	* agen5/expGuile.c: gh_scm2newstr takes a size_t* argument, not int*
	* lcl-ag/agen5/funcFor.c: ditto
	* agen5/opts.def: only evaluate the AG_* assignments
	* autoopts/enumeration.c(optionEnumerationVal): the result must be
	a pointer sized int.
	* autoopts/save.c(optionSaveFile): when putting a pointer into a
	scalar, ensure the scalar is as wide as a pointer.
	* pkg/...: make packaging rules for Sun
	* pkg/libopts/README: cleanup
	* snprintfv/compat.h: undefine _STR and _CONC in case of conflict
	* snprintfv/printf.c: allocate more than we need for our purposes.
	This is still an snprintfv bug....

2003-02-16  Bruce Korb  <bkorb@gnu.org>

	5.5.2 released.  Older changes retired to ChangeLog.3
