2018-02-28  Werner LEMBERG  <wl@gnu.org>

	* gdiffmk.am (gdiffmk): Use $(AM_V_GEN) to silence file generation.

2015-08-22  Bernd Warken  <groff-bernd.warken-72@web.de>

	* gdiffmk.1.man: Rename `gdiffmk.man'.

	* gdiffmk.am: Include renaming.

2015-08-05  Bernd Warken  <groff-bernd.warken-72@web.de>

	* gdiffmk.am: Add `Last update'.  Setup Emacs mode.

2015-04-13  Mike Bianchi <MBianchi@Foveal.com>
	More fixes to Savannah bug #44768.

	* gdiffmk.sh:
		replace
			for OPTION   with  while [ $# -gt 0 ]

			test -e ...  with  test -f

			use  ${DIFFCMD}  for the last  diff
		add
			-s SEDCMD  option
			OPTION="$1"

		many other cosmetic changes documented in the bug Discussion.
		especially:
			capitalize variables  e.g.  CMD=`basename $0`

	fix  make check  tests within gdiffmk
	* tests/gdiffmk_tests.sh
		add  set -e
			fails if ${abs_top_builddir} not set or incorrect

	* tests/runtests.sh
		add test 6a
			# Different values for addmark, changemark, deletemark
			# Alternate format of -a -c and -d flag arguments

		add test 9a
			# Test -D  and  -M  options
			# Alternate format of -M argument.

		add printout of failure count
		add exit with failure exit_code if any test fails

2015-04-10  Werner LEMBERG  <wl@gnu.org>

	Fix Savannah bug #44768.

	* gdiffmk.sh: Remove bash's $(...) with classic `...`.
	Patch by Peter Bray.

2015-04-03  Werner LEMBERG  <wl@gnu.org

	* gdiffmk.man: Make it work in compatibility mode.

2014-09-03  Bernd Warken  <groff-bernd.warken-72@web.de>

	* all `gdiffmk' source files: Add and improve the copying
	information.  Remove last update. Add Emacs setting if necessary.

2014-03-30  Steffen Nurpmeso  <sdaoden@yandex.com>

	* Makefile.sub: Put straight error-prevention prefixes for `rm'.

2009-09-22  Colin Watson  <cjwatson@debian.org>

	* gdiffmk.sh: Don't use bash specific syntax.

2008-01-04  Werner LEMBERG  <wl@gnu.org>

	* gdiffmk.man: Replace .URL with .UR/.UE.
	Replace .MTO with .MT/.ME.
	Don't include www.tmac.

2006-09-13  Werner LEMBERG  <wl@gnu.org>

	* tests/test_baseline*: Renamed to...
	* tests/baseline.*: This.

	* tests/runtests.in: Updated.

2006-02-26  Claudio Fontana  <claudio@gnu.org>

	* Makefile.sub: Add DESTDIR to install and uninstall targets
	to support staged installations.

2005-05-16  Keith Marshall  <keith.d.marshall@ntlworld.com>

	* gdiffmk.sh: Add space in shebang, conforming
	to portability recommendation in autoconf docs.
	* tests/runtests.in: Likewise.

2005-01-16  Mike Bianchi  <MBianchi@Foveal.com>

	* gdiffmk.sh (Usage): Fix typos.
	<top>: Allow `-M<arg1> <arg2>' also.

	* gdiffmk.man: Updated.

2005-01-13  Mike Bianchi  <MBianchi@Foveal.com>

	* gdiffmk.sh: Add the -D, -M, and -B options, which provide actions
	akin to nrchbar.
	Thanks to Larry Kollar (http://home.alltel.net/kollar/groff/).

	* gdiffmk.man: Updated.

	* tests/runtests.in: Added tests for gdiffmk's -D, -M, and -B
	options.

	* tests/baseline8, tests/baseline9, tests/baseline10: New files.

2004-12-16  Mike Bianchi  <MBianchi@Foveal.com>

	* tests/runtests.in: Fix typo (s/$(srcdir)/${srcdir}/).

2004-12-15  Werner LEMBERG  <wl@gnu.org>

	The configure script now generates tests/runtests.

	* tests/tests.sh: Renamed to...
	* tests/runtests.in: This.
	Add proper $srcdir prefixes to make it run from build directory.
	* README, Makefile.sub (CLEANADD), tests/test_baseline7: Updated.

2004-12-14  Werner LEMBERG  <wl@gnu.org>

	* gdiffmk.sh: Make sed pattern work with alternate result of GNU
	diff's -D option, using `!' instead of `not' in #endif comments.
	(Exit): Use prefix for each emitted message line.

2004-12-14  Mike Bianchi  <MBianchi@Foveal.com>

	* tests/*: New files for testing gdiffmk.

	* README, gdiffmk.man, gdiffmk.sh: Updated.
	Minor fixes.

2004-12-13  Mike Bianchi  <MBianchi@Foveal.com>

	Add `-x' command line option to select a diff program.

	* gdiffmk.sh: Add code to handle `-x'.
	Move test for working `diff' down.
	Fix sed pattern -- `.mc *' needs to be followed by `.mc .'.
	(Usage): Updated.
	* gdiffmk.man: Updated.

2004-12-12  Mike Bianchi  <MBianchi@Foveal.com>

	* README: New file.

2004-12-11  Mike Bianchi  <MBianchi@Foveal.com>

	First import of gdiffmk files.

Copyright 2004-2009, 2014-2015
  Free Software Foundation, Inc.

Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright
notice and this notice are preserved.

Local Variables:
version-control: never
mode: change-log
coding: latin-1
End:
