2009-01-17  Bruce Korb  <bkorb@gnu.org>
	
	* autoopts/autoopts.c (nextOption): too large, split it up.
	* autoopts/environment.c (doPrognameEnv): remove redundant test,
	clarify the processing for the various settings of "type".
	* autoopts/numeric.c (optionShowRange): clean up indentation
	* autoopts/opt-state.def (deprecated): new option attribute
	(no-usage): three flag bits now suppress option description.
	* autoopts/optcode.tpl (disable-load): suppress stuff when present
	(disable-save): similar
	* autoopts/opthead.tpl: ditto, plus code cleanup
	* autoopts/optlib.tpl: more of same
	* autoopts/proc-state.def (has-immed): removed.  Not used.
	* getdefs/*.c: add "die()" function and use it throughout.
	* autoopts/configfile.c (internalFileLoad): turn off error stops when
	processing config files.
	* autoopts/optcode.tpl (save-opts): no value with disable-save attr.
	(load-opts): no value with disable-load attr.
	* autoopts/test/rc.test: test these disable-load/save things.
	* columns/columns.c: clean up error messages

2009-01-08  Bruce Korb  <bkorb@gnu.org>
	
	* config/libopts.def (wchar_t): someone says they still need this for
	the libopts tear-off library.  wchar_t is no longer used there. ???

2009-01-07  Leo Davis  <ldav1s@users.sourceforge.net>

        * autoopts/usage.tpl: sometimes (on a Mac?), the option in error is
	not reproduced, so the sed-it-away expression doesn't match.
	* agen5/test/error.test: cope with guile 1.6.4 error messages
	* autoopts/configfile.c (handleStructure): correct the place where
	the argument type is found.
	* autoopts/usage.tpl: sometimes (when?) the bad option is not printed.
	
2008-12-31  Bruce Korb  <bkorb@gnu.org>

	5.9.7 release
