---------------------------------------------------------------------------
--- chsuf 0.9 released!


2002-02-10  Sascha Wilde  <wilde@kenny.southpark.de>

	* configure.in: updated release-version to 0.9

	* chsuf.pl: some small fixes in the man page

2002-01-27  Sascha Wilde  <wilde@kenny.southpark.de>

	* chsuf.pl: updated documentation, now corresponding the latest usage

	* chsuf.pl: merged in Daniels latest documentation correction

2002-01-22  Sascha Wilde  <wilde@kenny.southpark.de>

	* chsuf.pl:
	finally changed the usage again (for the last time I promise...)
	no --any option anymore.  its now implied by using --delete without
	parameter or --to="..." without --from.  to use --delete with
	parameter one _must_ use '='!

	* chsuf.pl:
	fixed a bug which were introduced somewhere between 0.8 and 0.8.3:
	chsuf genererated quotes suffixes
		chsuf --any --to="tar.gz" test
	renamed "test" to "test.tar\.gz"
	now fixed!

2002-01-19  Sascha Wilde  <wilde@kenny.southpark.de>

	* chsuf.pl: added/changed documentation to reflect the new usage

	* chsuf.pl:
	implemented --append and --delete in a new way to get rid of the
	--all/--any confusion.  Thanks Phil for the suggestion!

	SYNOPSIS
		chsuf [OPTION]... [--from=OLDSUFFIX] --to=NEWSUFFIX FILE...
		chsuf [OPTION]... --append=SUFFIX FILE...
		chsuf [OPTION]... --delete[=SUFFIX] FILE...

	thats the way it works from now on.

	
---------------------------------------------------------------------------
--- chsuf 0.8.3 released!

	
2002-01-06  Sascha Wilde  <wilde@kenny.southpark.de>

	* configure.in: updated copyright notice
	set release-version to 0.8.3

	* Makefile.am: updated copyright notice

	* chsuf.pl: added checking if given suffixes are legal.
	added regex-quoting on to-suffix
	changed some error-messages
	corrected manpage: --interactive is now bold in the synopsis

2002-01-06  Sascha Wilde  <wilde@kenny.southpark.de>

	* chsuf.pl: added checking if given suffixes are legal.
	added regex-quoting on to-suffix
	changed some error-messages
	corrected manpage: --interactive is now bold in the synopsis
	added support for symlinks (this might be considered a bugfix)

2002-01-02  Sascha Wilde  <wilde@kenny.southpark.de>

	* chsuf.pl: added documentation for --interactive
	new: --version echos now the package-version (as set in configure.in)
	and no langer the RCS-version.  This is achived by adding a global-var
	($version) during the make-process.

	* Makefile.am:
	a global var holding the current package-version (as set in
	configure.in) is automaticly added to chsuf during generation.

2002-01-02  Sascha Wilde  <wilde@kenny.southpark.de>

	* chsuf.pl: added documentation for --interactive
	new: --version echos now the package-version (as set in configure.in)
	and no longer the RCS-version.  This is achived by adding a global-var
	($version) during the make-process.

	* Makefile.am:
	a global var holding the current package-version (as set in
	configure.in) is automaticly added to chsuf during generation.

2002-01-01  Sascha Wilde  <wilde@kenny.southpark.de>

	* chsuf.pl:
	fixed a nasty bug which made chsuf ignore the thirst given filename.
	added the "--interactive" flag.

2001-12-21  Sascha Wilde  <wilde@kenny.southpark.de>

	* configure.in: *** empty log message ***

	* Makefile.am:
	converted Makefile to Makefile.am for use with GNU autoconf/automake

	* chsuf.pl:
	prepared chsuf for use in autoconf/automake process.  renamed the
	sourcefile to chsuf.pl.

2001-12-21  Sascha Wilde  <wilde@kenny.southpark.de>

	* configure.in:
	initial version - not perfect but works :)

	* Makefile.am:
	converted Makefile to Makefile.am for use with GNU autoconf/automake

	* chsuf.pl:
	prepared chsuf for use in autoconf/automake build process.  renamed the
	sourcefile to chsuf.pl.

2001-12-21  Sascha Wilde  <wilde@kenny.southpark.de>

	* chsuf.pl:
	prepared chsuf for use in autoconf/automake process.  renamed the
	sourcefile to chsuf.pl.

2001-08-18  Sascha Wilde  <wilde@kenny.southpark.de>

	* chsuf:
	fixed a nasty bug which made chsuf interpret the --from arg as regexp
	added --version option

	* Makefile: first fully working makefile

2001-08-16  Sascha Wilde  <wilde@kenny.southpark.de>

	* chsuf: added Daniel's correction for new docs

2001-08-15  Sascha Wilde  <wilde@kenny.southpark.de>

	* chsuf: added the promised features: --any and --delete

	* chsuf: added corrections by Daniel Roberge to pod

2001-08-03  Sascha Wilde  <wilde@kenny.southpark.de>

	* documentation_v0.4.txt: first version posted to extern editors

	* documentation_v0.4.txt: new file.

2001-07-29  Sascha Wilde  <wilde@kenny.southpark.de>

	* chsuf: added documentation

2001-07-15  Sascha Wilde  <wilde@kenny.southpark.de>

	* chsuf: added check for --from and --to being defined!

	* chsuf: first working version.
	only works with UNIX style pathnames.
	no Documentation yet...

