* (2005/11/16)
	Adapted to newer autoconf and automake versions.

* (2005/07/28)
	With the aim of integrating into the Debian GNU/Linux project trans
	has been renamed to leo because of a name clash.

* (2003/08/04)
	* trans.in:
		* Did not handle locales C and POSIX correctly.

* (2003/06/02)

	* trans.in:
		* $^W for warnings make -w switch superfluous.

* (2003/02/19)

	* trans.in:
		* Support for umlaut tolerance added.
		* Removed morphology search.

* (2002/07/30)

	* trans.in:
		* Flag for mono-/bidirectional search added.
		* Flag for morphology search added.

* (2002/05/24)

	* trans.in:
		* Completely rewritten.  The request and parsing
		  is now done in a module called Net::Dict::Leo.
		  This script only provides the user interface.
	
	* acinclude.m4:
		* Added check for version number to the perl
		  module check.
	
	* configure.in:
		* Added check for Net::Dict::Leo.
		* Removed checks for modules now only used in
		  Net::Dict::Leo.
		* Check Getopt::Long for version >=2.24


* (2002/02/13)

	* trans.in:
		* Repeated <font> tags now work.  (really??)

	* configure.in:
		* Increased patch level.


* (2001/09/19)

	* trans.in:
		* Leo added fourth column.  Fixed.

	* configure.in:
		* Increased patch level.


* (2001/09/13)

	* trans.in:
		* Lines are now split instead of cut off if an
		  entry does not fit on a single line.
		* Output width bug when using pipe fixed.
		* Simplified custom user agent code.
		* --version output broken, fixed.

	* configure.in:
		* Changed UserAgent standard value.
		* Increased patch level.


* (2001/08/17)

	* trans.in:
		* Calculation of column width had an error.  Fixed.
		* Improved some phrases in the man page.

	* configure.in:
		* Increased patch level.


* (2001/08/16)

	* trans.in:
		* Now recognizes the terminal width,
		  use Term::Size for it,
		  dynamic format.
		* use integer pragma.

	* configure.in:
		* Added test for the integer pragma.
		* Added test for module Term::Size.
		* Increased patch level.


* (2001/08/09)

	* trans.in:
		* Now use Getopt::Long for command line arguments.
		* New options -h|--help and -V|--version.
		* Optimized regular expressions.
		* Convert &reg; to .
		* Made $VERSION global variable.

	* configure.in:
		* Added test for module Getopt::Long
		* Increased version number


* (2001/07/13)	Fixed rendering engine.

* (2001/07/10)	Fixed rendering engine.
		Fixed handling of additional module path.
		Manpage: trans is written in bold.

		Check for host system.
		Warn if cache is for different system.
		AC_PROG_INSTALL is already run by AM_INIT_AUTOMAKE.
		Warn if #! interpreter selection is not supported.

* (2001/06/25)	Reorganized configure.in
		Added simple test AC_PROG_PERL
		Removed this overkill with AC_PATH_PROG_OVERRIDE

* (2001/05/23)	Yesterday's version still had bugs.  Fixed.

* (2001/05/22)	Leo changed its code.  Adapted.

* (2001/01/25)	Changed rendering engine to perl formats.
		Removed superfluous list2form subroutine.
		Added POD documentation.
		Added --with-perl switch to configure.in
		Added test for module lib.
		Added AC_PATH_PROG_OVERRIDE macro in
		acinclude.m4
