2015-01-24  Alex Manoussakis <amanou@savannah.gnu.org>
	* NEWS, TODO: Updated in preparation for the 4.2.0 release

2015-01-10  Alex Manoussakis <amanou@savannah.gnu.org>
	* common.am: Remove unused substitutions from the do_subst sed call.
	* configure.ac: Just warn instead of aborting if sendmail not found.
	Remove unused GNATS_PREFIX variable. Run the -Wpedantic test with
	-Werror turned on to catch the fact it's not supported on clang 3.1

2015-01-06  Alex Manoussakis <amanou@savannah.gnu.org>
	* configure.ac: Add back -Wwrite-strings gcc switch unless we have a bad
	struct option in getopt.h (added a test for it) such as in solaris 10.

2014-12-28  Alex Manoussakis <amanou@savannah.gnu.org>
	Updates that allow building with clang compiler tested on linux and OSX.

	* configure.ac: Add check for -Qunused-arguments needed by clang to
	silence a warning happening for some objects about -ansi not being used.
	Add check for -Wextra vs -W

2014-12-27  Chad Walstrom <chewie@wookimus.net>
	* common.am: Included pkglibexecdir, pkgdatadir, pkgincludedir,
	and pkglibdir for substitutions.
	* configure.ac: do not build shell scripts here
	* .cvsignore: Try to ignore more autoconf/automake created files

2014-12-26  Alex Manoussakis <amanou@savannah.gnu.org>
	* configure.ac: Since AC_USE_SYSTEM_EXTENSIONS is supposed to replace
	  things like AC_AIX, AC_MINIX, move them into the macro we are
	  defining for autoconf < 2.60, so they are only called for 2.59.
	  Also remove unneeded and totally obsolete cposix and const checks.

2014-12-23  Alex Manoussakis <amanou@savannah.gnu.org>
	* configure.ac:
	  - Move AC_AIX etc checks higher up, to avoid newer autoconf warnings.
	  - Fix the --enable-ds-type handling and set DSLIB_DIR here.
	  - Change the -Wno-pedantic test to -Wpedantic, and use it if available
	  instead of -pedantic which is being deprecated with gcc-4.8. Along
	  with using -Wpedantic, replace -Wno-format with -Wno-error=format
	  which allows reintroducing pedantic checking in this gcc version.
	  - Remove unused BUILD_FILE and add new DSLIB_DIR substitution.

	* Makefile.am: Don't set DSLIB_DIR here, we are setting in configure.ac

2014-12-22  Alex Manoussakis <amanou@savannah.gnu.org>
	These changes allow building with gcc-4.8 without breaking older ones.

	* ax_check_compile_flag.m4: New file which provides the handy
	  AX_CHECK_COMPILE_FLAG macro for testing availability of gcc options.

	* configure.ac:
	  - Add back AC_USE_SYSTEM_EXTENSIONS, but if it's not available define
	  it as an empty macro which allows us to keep AC_PREREQ to 2.59
	  for wider compatibility.
	  - Disable unit-at-a-time optimization due to solaris runtime issues.
	  - Avoid -pedantic option if -Wno-pedantic is available (gcc-4.8) to
	  allow using testing strftime() with %z in misc.c. At the same time
	  use -Wno-unused-result to allow asprintf() without checking the
	  return value (these checks were introduced in the same gcc version).

2014-12-22  Alex Manoussakis <amanou@savannah.gnu.org>

	These changes allow building with -Werror turned back on all the way
	up to gcc-4.7.

	* configure.ac:
	  - Move -Wno-format after -Wall so that it actually takes effect.
	  We don't want valid %m in syslog statements to produce format
	  warnings.
	  - Add back -Werror since we are avoiding fatal errors elsewhere.

2014-12-21  Alex Manoussakis <amanou@savannah.gnu.org>

	* configure.ac: Remove AC_USE_SYSTEM_EXTENSIONS macro (introduced in
	  autoconf version 2.60) allowing to move AC_PREREQ from 2.67 back to
	  2.59 for wider compatibility with older systems such as RHEL/CentOS 5.

2012-01-07  Chad Walstrom  <chewie@wookimus.net>

	* configure.ac: Updated prerequisite autoconf. Added
	FLEX_LFLAGS to provide options to the 'flex' application.
	Updated the variable name for gnats_really_working_const to
	all cacheing. Added fileno to function checking. Updated the
	GCC_CFLAGS variable to pull out "-Werror".

2009-05-17  Chad Walstrom  <chewie@wookimus.net>

	* configure.ac: Version update.

2007-09-22  Chad Walstrom  <chewie@wookimus.net>

	* NEWS: Cleaned up to reflect actual release number for the
	alpha release.

2007-09-05  Chad Walstrom  <chewie@wookimus.net>

	* acinclude.m4: cleaned up formatting that was causing a
	syntax error.
	
	* configure.ac: Fixed tests for with-kerberos checks.

2007-08-29  Chad Walstrom  <chewie@wookimus.net>

	* acinclude.m4, configure.ac, common.am, Makefile.am:
	Updated headers to specify GNU GPL v3.

	* COPYING, COPYING.LIB: New GNU General Public License and GNU
	Library General Public License versions 3.

2007-03-01  Chad Walstrom  <chewie@wookimus.net>

	* acinclude.m4: formatting cleanup (mainly whitespace)
	(G_KRB4): fixed typos and retrofitted for use with automake.

	* configure.ac: uncommented test for --with-kerberos

2006-10-04  Chad Walstrom  <chewie@wookimus.net>

	* configure.ac(AC_CHECK_DECLS): Added to replace custom
	unsetenv macro and include a check for AF_INET6.
	Closes: PR#615

2006-09-29  Chad Walstrom  <chewie@wookimus.net>

	* configure.ac(AC_CONFIG_FILES): Added shell scripts in
	./gnats directory to the this variable, giving us the correct
	variable substitution and escaping.

	* common.am(do_subst): Added missing keyword substitution
	directives.

2006-06-30  Stephane Chazelas  <Stephane@artesyncp.com>

	* configure.ac:  There's a missing "d" in configure.ac that
	causes the gnats host access file to be defined as "no".
	Closes: PR#614.

2006-05-25  Alexandros Manoussakis  <amm2@andrew.cmu.edu>

	* ChangeLog: Moved pre-v4 messages to ChangeLog.old
	Also moved gnats subdirectory messages to gnats/ChangeLog

2006-05-24  Chad Walstrom  <chewie@wookimus.net>

	* AUTHORS: Updated to contain recent patch submissions.

2005-12-31  Chad C. Walstrom <chewie@wookimus.net>

	* Makefile.am: Added the debian directory to the distribution
	target.  Added a dist-hook to remove CVS and backup files from
	the distribution directory.

	* doc/Makefile.am: Added the common.am

	* doc/man/Makefile.am: Listed each of the *.man.in files in
	EXTRA_DIST.

	* TODO: Updated.

	* configure.ac: Noted default values in the AC_HELP_STRING for
	each "--enable-" option.  Switched "--with-PACKAGE" options to
	"--enable-FEATURE" options to better reflect what they really
	are.  Moved setting default values from AC_ARG_ENABLE
	directives to the AC_MESSAGE_CHECKING portion of the script
	(more flexible).

	* doc/man/databases.man.in, doc/man/gnats.man.in,
	doc/man/mkdb.man.in, doc/man/send-pr.man.in,
	gnats/send-pr.conf: Updated pathname substitution to reflect
	reality, using @sysconfdir@ instead of @prefix@/gnats/, for
	example.

2005-12-22  Chad C. Walstrom  <chewie@wookimus.net>

	* TODO: Added kerberos build cleanup.

2005-11-11  Chad C. Walstrom  <chewie@wookimus.net>

	* TODO, todo: Removed .todo file and reformatted TODO.

2005-11-07  Chad C. Walstrom  <chewie@wookimus.net>

        * AUTHORS: Added entry for Alex and Oli.

2005-10-30  Chad C. Walstrom  <chewie@wookimus.net>

	* Makefile.in, config.guess, config.sub, configure, doc/Makefile.in,
	doc/configure, doc/man/Makefile.in, install-sh, ltconfig, ltmain.sh,
	missing, mkinstalldirs, move-if-change,
	send-pr/.cvsignore, send-pr/COPYING,
	send-pr/INSTALL, send-pr/Makefile.in, send-pr/acinclude.m4,
	send-pr/aclocal.m4, send-pr/configure, send-pr/configure.in,
	symlink-tree, ylwrap: Deleted files that are generated or provided by
	automake, autoconf, and aclocal.

	* INSTALL -> README, configure.in -> configure.ac,
	send-pr/ChangeLog -> gnats/ChangeLog.send-pr,
	send-pr/README -> doc/README.send-pr,
	send-pr/install-sid.man -> doc/man/install-sid.man,
	send-pr/install-sid.sh -> gnats/install-sid.sh,
	send-pr/send-pr.conf -> gnats/send-pr.conf,
	send-pr/send-pr.man -> doc/man/send-pr.man,
	send-pr/send-pr.sh -> gnats/send-pr.sh,
	doc/man/*.man -> doc/man/*.man.in:
	Renamed files.  Moved manpages over to *.man.in files to make the make
	rule cleaner.  Updated variable substitution for path names.

	* acinclude.m4: Added to move custom M4 macros out of configure.ac.
	Kerberos macro still needs updating.

	* AUTHORS: Added file required by automake, constructed by hand from
	various ChangeLog entries.

	* common.am: Added. Common Makefile.am routines (do_subst).

	* configure.ac: Major cleanup.  "autoconf -Wall" with version 2.59
	produces no errors.  Added version check option for automake and
	compiler program checking.  Updated macros to newer equivalents.

	* doc/gnats-faq.texi: Fixed setfilename directive

	* doc/man/send-pr.conf.man: Older manpage by Yngve that hadn't been
	included for some reason.

	* Makefile.am, doc/Makefile.am, doc/man/Makefile.am:
	New automake configuration files.

2005-03-06  Chad Walstrom  <chewie@wookimus.net>

	* NEWS: A few editorial changes before the Official release of 4.1.0.

	* .todo, TODO: Added automake/autoconf cleanup item for 4.2

2005-02-24  Chad Walstrom  <chewie@wookimus.net>

	* NEWS: Updated to reflect new enhancements added.

2005-02-24  Chad Walstrom  <chewie@wookimus.net>

	* texinfo/texinfo.tex: Updated to version 4.7

2005-02-22  Mike M. Volokhov  <mishka@apk.od.ua>

	* libiberty/*, include/*: Removed.

	* Makefile.in, configure, configure.in: Remove libiberty stuff.

2004-11-17  Chad Walstrom  <chewie@wookimus.net>

	* libiberty/*, include/*: Updated from GCC 3.4.2 release.

	* configure.in: Updated to version 4.1.0

	* configure: regenerated

	* NEWS: Entry for 4.1.0, development release.

2004-11-03  Chad Walstrom  <chewie@wookimus.net>

	* NEWS: Entry for 4.1 added.

	* TODO, .todo: Updated todo list, indicating release 4.1 is finished.

	* Makefile.in (VERSION): replaced version string with
	@PACKAGE_VERSION@ substitution variable from configure.in.

	* configure.in (AC_INIT): Updated to use autoconf v2.50 to specify
	PACKAGE_NAME, PACKAGE_VERSION, and PACKAGE_BUG.  Set version to 4.1.
	(AC_CONFIG_FILES, AC_OUTPUT): Updated use of these macros to v2.50

	* configure: regenerated

2004-06-11  Chad Walstrom <chewie@wookimus.net>

	* .todo, TODO: Added DevTodo database file and generated new TODO in
	  outline format

2003-07-27  Andrew J. Gray  <andrewg@gnu.org>

	* Makefile.in (VERSION): Changed to 4.0.
	* NEWS: Entry for 4.0 added.

2003-01-13  Milan Zamazal  <pdm@zamazal.org>

	* config.guess: Updated, taken from Debian's autotools-dev.
	* config.sub: Likewise.

2002-11-27  Yngve Svendsen  <yngve.svendsen@sun.com>

	* UPGRADING: Note that version 4 tools cannot be used to access
	version 3.x servers.  Remove note about the "preliminariness" (does
	that word exist?) of the upgrade procedure description.

2002-11-24  Andrew J. Gray  <andrewg@gnu.org>

	* Makefile.in (VERSION): Changed to 3.999.2.

2002-11-03  Yngve Svendsen  <yngve.svendsen@sun.com>

	* MANIFEST: Remove it altogether.  It turned out to be completely
	outdated.

	* MANIFEST: Remove PROBLEMS entry.  Tidy up the entries from the
	top-level directory.

	* PROBLEMS: Removed -- it contained nothing of relevance any more.

	* INSTALL: Cosmetic fixes.

	* NEWS: Entry for beta 2 added.

2002-10-27  Hans-Albert Schneider  <Hans-Albert@HA-Schneider.de>

	* MANIFEST, PROBLEMS: Reflect the renaming of gnatsd.conf
	to gnatsd.host_access.

	* INSTALL, MANIFEST, UPGRADING: Reflect the renaming of
	gnatsd.access to gnatsd.user_access.

2002-10-25  Yngve Svendsen  <yngve.svendsen@sun.com>

	* INSTALL: State that GNU make and Texinfo v4.2 (or newer) are
	  needed in order to install GNATS.

2002-05-21  Milan Zamazal  <pdm@zamazal.org>

	* Makefile.in (distclean-here): Remove `#*'.

2001-12-27  Milan Zamazal  <pdm@zamazal.org>

	* Makefile.in (Makefile): New target.
	(VERSION): New variable.
	(dist): Rewritten, creates distribution tarball now.
	(mostlyclean): Remove *.tar and *.tar.gz files.
	(mostlyclean): Remove garbage files created by editors.
	(DISTDIR): New variable.
	(srcdir, VPATH): New variables.
	(distcleanhere): New phony target.
	(maintainer-clean): Depend on `distclean-here' instead of
	`distclean'.

	* NEWS: The beta 1 released actually happened in December.

2001-12-10  Milan Zamazal  <pdm@zamazal.org>

	* libiberty/: Updated from gcc-3.0-3.0.3ds0.

2001-11-28  Yngve Svendsen  <yngve.svendsen@clustra.com>

	* INSTALL MANIFEST Makefile.in NEWS NEWS.old PROBLEMS README TODO
	  TODO.old UPGRADING UPGRADING.old: Moved up from the gnats
	  subdirectory.  README replaces the old build-tools README that was
	  rather irrelevant.
	* CYGNUS: Removed.  No longer relevant.

2001-11-01  Milan Zamazal  <pdm@zamazal.org>

	* Makefile.in (SUBDIRS): Explicit list of subdirectories instead of
	using @subdirs@, to exclude libiberty.
	* configure.in: The previous change reverted; fixes PR gnats/294.
	* configure: Regenerated.

2001-10-29  Milan Zamazal  <pdm@zamazal.org>

	* configure.in (AC_CONFIG_SUBDIRS): `libiberty' removed.
	* configure: Regenerated.

2001-09-06  Milan Zamazal  <pdm@zamazal.org>

	* Makefile.in (install-gnats): New target.
	(install-tools): New target.

	* configure.in: Check for Solaris `const' problems added.
	* configure: Regenerated.

2001-08-29  Milan Zamazal  <pdm@zamazal.org>

	* config.if: Removed.
	* config-ml.in: Removed.

	* config.sub: Updated from automake 1.4-p4.
	* config.guess: Likewise.

2001-08-24  Milan Zamazal  <pdm@zamazal.org>

	* configure.in: Changed to autoconf.
	* configure: Regenerated.
	* Makefile.in: Completely rewritten.

2001-06-24  Milan Zamazal  <pdm@zamazal.org>

	* Makefile.in (install-info): Consider the new `doc' directory.

2001-04-15  Milan Zamazal  <pdm@zamazal.org>

	* config.guess: Support for ia64 architectures added (Debian bug
	fix).

1999-10-26  Jason Molenda  (jsm@bugshack.cygnus.com)

	* mpw-README, mpw-build.in, mpw-config.in, mpw-configure:  These
	files serve no useful purpose in the gnats repository.  Removed.

1999-10-21  Nick Clifton  <nickc@cygnus.com>

	* config-ml.in: Allow suppression of ARM fast multiply multilibs. 

Sun Oct  3 14:20:22 1999  Jeffrey A Law  (law@cygnus.com)

	* configure.in (fr30): Fix typo.

1999-09-23  Brendan Kehoe  <brendan@cygnus.com>

	* Makefile.in (configure-target-libiberty): Depend on
	configure-target-newlib, in order to accurately assess the presence
	or absence of particular headers for the target.

1999-09-22  DJ Delorie  <dj@cygnus.com>

	* configure.in (host_tools): add less

1999-09-21  Nick Clifton  <nickc@cygnus.com>

	* config.sub: Add fr30 target.
	* configure.in: Add fr30 target.
	* MAINTAINERS: Add fr30 maintainer.

Tue Sep  7 23:33:57 1999  Linas Vepstas  <linas@linas.org>

	* config.guess: Add OS/390 match pattern.
	* config.sub: Add mvs, openedition targets.
	* configure.in (i370-ibm-opened*): New.

1999-08-25  Nick Clifton  <nickc@cygnus.com>

	* configure.in: Do not configure or build ld for AIX
	platforms.  ld is known to be broken on these platforms.
