translate (1.1.3) unstable; urgency=medium

  * Allow iconv to ignore characters that cannot be converted instead of
    terminating (and hence stopping translate) when not using an UTF-8
    terminal. (Closes: #1031552) Thanks to Markus Reschke!
  * Declare compliance with Debian Policy 4.6.2. No changes needed.
  * Bump copyright years in debian/copyright. Thanks Lintian!

 -- Axel Beckert <abe@debian.org>  Sat, 18 Feb 2023 19:02:54 +0100

translate (1.1.2) unstable; urgency=medium

  * Replace all occurrences of "egrep" with "grep -E". *sigh*
  * Declare compliance with Debian Policy 4.6.1. (No changes needed.)
  * Drop seemingly unnecessary and superfluous backslashes from long
    package description.

 -- Axel Beckert <abe@debian.org>  Sat, 10 Sep 2022 16:17:46 +0200

translate (1.1.1) unstable; urgency=medium

  * Regression fix: Avoid coloring and especially the unwanted line break
    when prompting for a new entry.

 -- Axel Beckert <abe@debian.org>  Tue, 31 Aug 2021 02:25:01 +0200

translate (1.1.0) unstable; urgency=medium

  [ Axel Beckert ]
  * Fix missing word in previous debian/changelog entry.
  * Highlight the search term in the output with color if output is a
    terminal and not a pipe.
  * Man page:
    + Move from the debian directory into the top directory.
    + Reorder options to the same order as in the usage message.
    + Fix rendering of -h option, also mention --help.
    + Mention maintenance takeover by Debian.
    + Rework FILES section and consistently use bold for file names.
    * Replace xtranslate with ding in the SEE ALSO section.
  * Set Salsa repo page as Homepage.
  * Suggest ding. (More or less replacing the previously removed
    "Suggests: xtranslate".)

  [ Chris Lamb ]
  * Make the build reproducible, use UTC in generated release time stamp.
    (Closes: #992772)

 -- Axel Beckert <abe@debian.org>  Sun, 29 Aug 2021 01:29:37 +0200

translate (1.0.0) unstable; urgency=medium

  * Adopt the package. (Closes: #925043)
  * Use Semantic Versioning and bump the version to 1.0.0.
  * Declare compliance with Debian Policy 4.6.0. (No changes needed.)
  * Stop suggesting the long gone xtranslate package.
  * Run "wrap-and-sort -a".
  * Switch Rules-Requires-Root from "binary-targets" to "no".
  * Change all occurrences of backticks with $(…).
  * debian/copyright:
    + Fix typo in Matthias Kabel's e-mail address.
    + Convert to machine-readable DEP5 format.
  * Drop Makefile, use simpler debian/install instead.
  * translate, debian/rules: Set script version and date at build time.
  * Add a .gitignore file.
  * Recode the translate script from ISO-8859-1 to UTF-8. (Only affects
    comments.)
  * Trim trailing whitespace from the translate script.
  * Declare the package to be "Multi-Arch: foreign".
  * Support --help as alternative to -h. (Closes: #855517)
  * Create ~/.translate/ only before writing to it. (Closes: #422684)
  * Fix typo in error message.

 -- Axel Beckert <abe@debian.org>  Sun, 22 Aug 2021 17:13:22 +0200

translate (0.6.0~debian1) unstable; urgency=low

  * QA upload.

  [ Debian Janitor ]
  * Trim trailing whitespace.
  * Fix day-of-week for changelog entry 0.5-7.

 -- Jelmer Vernooij <jelmer@debian.org>  Sun, 22 Aug 2021 03:33:29 +0100

translate (0.6.0~debian0) unstable; urgency=medium

  * Convert package to "3.0 (native)" format since the upstream has
    long disappeared.
  * Bump version string to "0.6.0~debian0".
  * Bump Standards-Version to 4.5.0, debhelper compat to v13.
  * Set package maintainer to be Debian QA Group.

 -- Boyuan Yang <byang@debian.org>  Sun, 14 Jun 2020 11:50:28 -0400

translate (0.6-11) unstable; urgency=low

  * DH compatibility level is 7
  * Fix debhelper-but-no-misc-depends
  * Fix dh-clean-k-is-deprecated
  * Fix out-of-date-standards-version
  * Fix copyright-refers-to-versionless-license-file
  * Fix manpage-has-bad-whatis-entry

 -- Anibal Monsalve Salazar <anibal@debian.org>  Wed, 10 Feb 2010 09:50:07 +1100

translate (0.6-10) unstable; urgency=low

  * Don't depend on debmake, run dh_make. Closes: #460648
  * Bumped Standards-Version to 3.7.3

 -- Anibal Monsalve Salazar <anibal@debian.org>  Wed, 16 Jan 2008 19:04:00 +1100

translate (0.6-9) unstable; urgency=low

  * Set Standards-Version to 3.7.2.

 -- Anibal Monsalve Salazar <anibal@debian.org>  Sun, 25 Jun 2006 17:24:56 +1000

translate (0.6-8) unstable; urgency=low

  * Fixed "should be 'arch: all'", closes: #357308.

 -- Anibal Monsalve Salazar <anibal@debian.org>  Fri, 17 Mar 2006 09:15:21 +1100

translate (0.6-7) unstable; urgency=low

  * Fixed "utf8 encodes utf8 lines again" (again) and "iconv
    problems in u8 locale", closes: #314158, #318986. Patch by
    Martin Michlmayr <tbm@cyrius.com>.
  * translate.conf: changed "LANG" to "LANGUAGE".
  * Fixed "do not create an empty local configuration directory at
    ~/.translate", closes: #327004. Patch by Jonas Meurer <mejo@debian.org>.
  * Set Standards-Version to 3.6.2.
  * Fixed FSF mail address.

 -- Anibal Monsalve Salazar <anibal@debian.org>  Tue, 29 Nov 2005 23:12:21 +1100

translate (0.6-6) unstable; urgency=low

  * Fixed "utf8 encodes utf8 lines again", closes: #313362.
    Patch by Martin Michlmayr <tbm@cyrius.com>.

 -- Anibal Monsalve Salazar <anibal@debian.org>  Wed, 15 Jun 2005 09:04:28 +1000

translate (0.6-5) unstable; urgency=low

  * Fixed "translate: does not understand locales and UTF-8",
    closes: #219199. Patch by Martin Michlmayr <tbm@cyrius.com>.
  * Fixed "fix logic of global and local dictionary check",
    closes: #307581. Patch by Martin Michlmayr <tbm@cyrius.com>.
  * Fixed "please don't create ~/.translate when it's not needed",
    closes: #307582. Patch by Martin Michlmayr <tbm@cyrius.com>.

 -- Anibal Monsalve Salazar <anibal@debian.org>  Sun, 15 May 2005 19:58:03 +1000

translate (0.6-4) unstable; urgency=low

  * New maintainer's email address.

 -- Anibal Monsalve Salazar <anibal@debian.org>  Sat, 12 Feb 2005 19:52:16 +1100

translate (0.6-3) unstable; urgency=low

  * New maintainer. Closes: #244203
  * New Option -w doesn't work as expected. Closes: #116100
    Patch by Christian Kurz <shorty@debian.org>
  * Says "No matches. Teach me or press Return." even if there are matches. Closes: #182472, #241198
    Patch by Georg Neis <georg@fli4l.de>
    Patch by gerhard oettl <gerhard.oettl@gmx.at>
  * Spelling error in description. Closes: #125431
    Patch by Matt Zimmerman <mdz@debian.org>.
  * Example in synopsis doesn't work. Closes: #193733
  * Cruft in debian.  Bug already fixed. Closes: #82789

 -- Anibal Monsalve Salazar <A.Monsalve.Salazar@IEEE.org>  Wed, 18 Aug 2004 21:59:42 +1000

translate (0.6-2) unstable; urgency=low

  * Fixed build-deps, and a wrong gzip in Makefile closes: Bug #114880

 -- Matthias Kabel <mkabel@debian.org>  Mon, 8 Oct 2001 22:43:22 +0200

translate (0.6-1) unstable; urgency=low

  * New option -w which searches only whole words, closes: Bug #114559

 -- Matthias Kabel <mkabel@debian.org>  Sun, 7 Oct 2001 18:53:32 +0200

translate (0.5-9) unstable; urgency=low

  * tried to remember the ancient changes closes: Bug #82790

 -- Matthias Kabel <mkabel@debian.org>  Sun, 26 Aug 2001 11:44:06 +0200

translate (0.5-8) unstable; urgency=low

  * fixed a bug with inverting languages
    Thanks to Wolfgang Jahrling <wolfgang@pro-linux.de>

 -- Matthias Kabel <mkabel@debian.org>  Sat, 30 Dec 2000 20:13:08 +0200

translate (0.5-7) unstable; urgency=low

  * changed the configuration files

 -- Matthias Kabel <mkabel@debian.org>  Wed, 13 Dec 2000 17:19:13 +0200