2017-12-19         Andrew J. Schorr     <ajschorr@fedoraproject.org>

	* doc/nl_langinfo.3am: Fix comment to eliminate rpmlint complaint.
	* packaging/gawk-nl_langinfo.spec.in: Change summary to please
	rpmlint.

2017-12-18         Andrew J. Schorr     <ajschorr@fedoraproject.org>

	* NEWS: Update for version 1.1.0.
	* configure.ac (AC_INIT): Bump version to 1.1.0.
	Replace AC_GAWK_EXTENSION with AC_PURE_GAWK_EXTENSION, since we do
	not use gawkextlib.
	* nl_langinfo.c: Define GAWKEXTLIB_NOT_NEEDED to eliminate the
	requirement for gawkextlib.h in the build environment.
	* packaging/gawk-nl_langinfo.spec.in: Upgrade to Fedora standards.
	* po/LINGUAS: Remove "fr", since we don't actually have a French
	translation.
	* po/fr.po: Delete file, since it contains nothing useful.

2017-12-07         Arnold D. Robbins     <arnold@skeeve.com>

	* doc/nl_langinfo.3am: Adjust vim mode line so that it
	will (we hope) get through rpmlint.

2017-11-30         Andrew J. Schorr     <ajschorr@fedoraproject.org>

	* nl_langinfo.c (do_nl_langinfo): If we are unable to retrieve a
	numeric argument value, we must set the result explicitly to an empty
	string, since there is no default return value.
	* test/nl_langinfo.awk: Pass an array argument to nl_langinfo to test
	error handling.
	* test/nl_langinfo.ok: Update with error output.

2017-11-25         Andrew J. Schorr     <ajschorr@fedoraproject.org>

	* nl_langinfo.c (do_nl_langinfo): Use API_FINFO_ARG macro to achieve
	compatibility with API versions 1 and 2. For API version >= 2, disable
	redundant lint warning.
	(func_table): Use API_FUNC macro for compatibility.

2017-11-20         Arnold D. Robbins     <arnold@skeeve.com>

	* nl_langinfo.c (do_nl_langinfo): Update to gawk 4.2 API.
	(func_table): Same.

2017-10-07         Andrew J. Schorr     <ajschorr@fedoraproject.org>

	* packaging/gawk-nl_langinfo.spec.in: Change email address in changelog.

2016-07-30         Andrew J. Schorr     <ajschorr@fedoraproject.org>

	* packaging/gawk-nl_langinfo.spec.in: Use %{url} in Source0.

2016-07-23         Andrew J. Schorr     <ajschorr@fedoraproject.org>

	* nl_langinfo.c: Fix FSF address.
	* packaging/gawk-nl_langinfo.spec.in: Upgrade to Fedora standards.

2016-07-22         Andrew J. Schorr     <ajschorr@fedoraproject.org>

	* packaging/gawk-nl_langinfo.spec.in: Fix some rpmlint complaints.

2015-06-03         Andrew J. Schorr      <ajschorr@fedoraproject.org>

	* doc/nl_langinfo.3am: Yet another fix to the example.  Now it should
	be correct.
	* configure.ac (AC_INIT): Bump version.
	* NEWS: Update for new release.

2015-06-01         Andrew J. Schorr      <ajschorr@fedoraproject.org>

	* doc/nl_langinfo.3am: Fix typo.

2015-06-01         Arnold D. Robbins     <arnold@skeeve.com>

	* Further improvements, including the test suite.

2015-05-31         Arnold D. Robbins     <arnold@skeeve.com>

	* First version.
