2010-03-07 Sun  Jari Aalto  <jari.aalto@cante.net>

	* Makefile: (dist-*): Run 'doc'.

	* bin/copyright-update.pl (HandleCommandLineArgs): In --auto
	options, check NAME and EMAIL more carefully.
	(Help::EMAIL): Document email address in more detail.

2010-03-03 Wed  Jari Aalto  <jari.aalto@cante.net>

	* bin/copyright-update.pl (HandleCommandLineArgs):
	Accept -r as a shorthand to --recursive.
	(HandleFile): Detect manual page style: YYYY\-YYYY
	(HandleCommandLineArgs): Add new option --auto. DEfine -d for
	--debug.
	(Help::ENVIRONMENT): Document NAME and EMAIL.
	(HandleFile): Add support for U+00A9 UTF copyright sign.
	(HandleCommandLineArgs): Add options --all, --include
	and --exclude (was: --ignore).
	(IsInclude):  New.
	(IsExclude): New.
	(wanted): Add include and exclude tests.

2010-03-02 Tue  Jari Aalto  <jari.aalto@cante.net>

	* bin/copyright-update.pl: (Help::AVAILABILITY): Add Homepage.
	(Help::SYNOPSIS): Add section.
	(FsfAddress): Change s// dereferencing \1 to $1 in REPLACEMENT side.

	* Makefile (dist-git): Run 'test'.
	(dist-snap): Run 'test'.

2010-03-01 Mon  Jari Aalto  <jari.aalto@cante.net>

	* INSTALL: Update requirements and manual install.

	Make a standalone project. This program has been part of the Emacs Tiny
	Tools project. See http://freshmeat.net/projects/emacs-tiny-tools

	* copyright-update.pl: (top level): update Copyright template.
	(Help): reorder manual page into sections.
	(HandleCommandLineArgs): Change all mixed case long options into
	standard lowercase option. Like --Version is not --version.

