2010-03-03 Wed Jari Aalto * 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 * 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 * 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.