2011-07-31 19:39  Arno Onken  <asnelt@asnelt.org>

	* rrep.in.1: Bugfix for man-page.

2011-07-24 17:08  Arno Onken  <asnelt@asnelt.org>

	* rrep.c, messages.c: Add options for --suffix and --backup with
	  argument.

2011-07-06 18:17  Arno Onken  <asnelt@asnelt.org>

	* rrep.c: Make use of exclude.

2011-07-04 00:46  Arno Onken  <asnelt@asnelt.org>

	* bufferio.c: Add stdbool.
	* messages.c: Add stdbool, progname, propername and yesno.
	* messages.h: Make use of bool.
	* pattern.c: Add stdbool.
	* rrep.c: Add progname, backupfile, copy-file and getopt. Make use
	  of getopt_long
	* rrep.h: Remove boolean constants.
	* lib: Add GNU Gnulib modules.

2011-05-31 13:30  Arno Onken  <asnelt@asnelt.org>

	* rrep.c: Fix --keep-times option to include directories.
	* doc: Add info and man documentation.

2011-04-30 17:58  Arno Onken  <asnelt@asnelt.org>

	* Makefile.am (SUBDIRS): Add po.
	(ACLOCAL_AMFLAGS): New variable.
	(EXTRA_DIST): New variable.
	* configure.ac (AC_CONFIG_FILES): Add po/Makefile.in.
	* rrep.c: Rename option --prompt to --interactive and add option
	  for --binary.

2011-04-24 19:22  Arno Onken  <asnelt@asnelt.org>

	* messages.c, messages.h, rrep.c, rrep.h: Add option for
	  --keep-times.

2011-04-17 18:20  Arno Onken  <asnelt@asnelt.org>

	* messages.c, messages.h, pattern.c, rrep.c, rrep.h: Add options
	  for --include, --exclude, --exclude-dir, --backup, --dry-run and
	  --prompt.

2011-04-10 15:11  Arno Onken  <asnelt@asnelt.org>

	* messages.c, pattern.c, pattern.h, rrep.c, rrep.h: Add options for
	  --word-regexp and --line-regexp.

2011-04-03 10:24  Arno Onken  <asnelt@asnelt.org>

	* messages.c, rrep.c, rrep.h: Add option for --all. Change default
	  behaviour to exclude files starting with '.'.

2011-03-17 15:04  Arno Onken  <asnelt@asnelt.org>

	* messages.c, rrep.c, rrep.h: Add options for --regexp= and
	  --replace-with=.
	  Fix error reporting bug.

2011-03-06 17:42  Arno Onken  <asnelt@asnelt.org>

	* Makefile, README, bufferio.c, bufferio.h, messages.c, messages.h,
	  pattern.c, pattern.h, rrep.c, rrep.h: Add sed-like special
	  character and escape sequences to REPLACEMENT.
	  Add option for fixed strings.

2011-02-19 23:03  Arno Onken  <asnelt@asnelt.org>

	* Makefile, bufferio.c, bufferio.h, messages.c, messages.h, rrep.c,
	  rrep.h: Split read_line function and buffer variables into
	  bufferio module.
	  Extended error messages.
	  Added relative path to replacement confirmation.

2011-02-13 23:35  Arno Onken  <asnelt@asnelt.org>

	* Makefile, messages.c, messages.h, rrep.c, rrep.h: Added option
	  for suppression of normal messages. Tranferred message functions
	  into message.h and message.c.

2011-02-13 19:32  Arno Onken  <asnelt@asnelt.org>

	* README, rrep.c, rrep.h: Added options for recursive processing of
	  directories and for suppression of error messages. Split rrep.c
	  into rrep.c and rrep.h.

2011-02-06 23:01  Arno Onken  <asnelt@asnelt.org>

	* README, rrep.c: Added options for ignoring case and for extended
	  regular expressions.
	  New function process_file_list.

2011-02-06 17:37  Arno Onken  <asnelt@asnelt.org>

	* rrep.c: Adopted GNU coding standards.
	  Unified file writing and file_buffer writing to write_string.

2011-02-06 14:41  Arno Onken  <asnelt@asnelt.org>

	* rrep.c: Added support for basic regular expressions (BRE).

2011-01-30 00:42  Arno Onken  <asnelt@asnelt.org>

	* rrep.c: Fixed file_buffer initialization bug.
	  Improved readability.
	  Improved error messages.

2011-01-29 15:15  Arno Onken  <asnelt@asnelt.org>

	* COPYING, Makefile, README, rrep.c: Added missing header.
	  Shortened replacement confirmation.
	  Added licence, makefile and readme.

2011-01-29 15:11  Arno Onken  <asnelt@asnelt.org>

	* rrep.c: Added file_buffer fall-back for tmpfile failures.

2011-01-29 15:03  Arno Onken  <asnelt@asnelt.org>

	* rrep.c: Removed GNU getline dependency.

2011-01-29 14:52  Arno Onken  <asnelt@asnelt.org>

	* ., rrep.c: Initial version.

