2004-09-17
  Version 0.5.1.
  Clarified README about requirements.
  Include Makefile.am.head in lib and m4 directories in distribution tarball.
  Minor clean ups to the autogen.sh, Makefile.am and configure.ac files.
  Now compiles with --disable-nls as well:
    Don't include <libintl.h> (<gettext.h> is enough).
    Include <locale.h> where setlocale is used.
  Check that locale was set correctly.

2004-08-26
  Version 0.5.0.
  Added deurlname - a program to remove URL-escaped character sequences
  from filenames (such as %20 for space).
  Internationalized renameutils - added support for gettext.
  Removed debian support since renameutils has been in the official
  Debian archives for quite some time.
  Removed show-control-chars variable and option (automaticly assumed
  since we are using gettext).
  Fixed a bug in dual-column editformat that would cause a segfault when
  renaming files with trailing space in their names (reported by Chris
  Jantzen).
  Fixed a bug in qmv that made it impossible to rename files larger than
  2GB (reported by Chris Gentle).
  Corrected makefiles to allow for creation of staticly linked
  executables.
  renameutils now requires a C89-compatible compiler and C library.
  Modules from gnulib are used to improve compatibility.

2002-08-07
  Version 0.4.0.
  Enable autowidth for dual-column by default, for real this time.
  Fixed "Illegal instruction" crash with '-fdc -oseparate'.
  Added more checks for headers and functions to the configure script.

2002-01-15
  Version 0.3.0.
  Added new option `autowidth' to the dual-column edit format,
  which is enabled by default.
  Handle case when the edited file can't be read correctly
  (for whatever reason).
  Fixed bug in imv that made it impossible to overwrite files.
  Now compiles with more error checking (compile with -Wall).
  Fixed some compilation errors.
  Added files for making an RPM package of renameutils.

2001-10-25
  Version 0.2.0.
  Added manual pages for qmv and imv.
  Added files for making a renameutils Debian package.
  The author has changed email-address to oskar@osk.mine.nu.

2001-08-14
  Version 0.1.2.
  Made it possible to compile with readline 4.1 as well as 4.2.
  Added note in README about requirements.

2001-08-13
  Version 0.1.1.
  Fixed a subtle bug regarding order of #includes that would cause build
  to fail in some occasions.

2001-08-13
  Version 0.1.0.
  First public release.
