haskell-html-entities (1.4.2) unstable; urgency=low

  * Don't make the Char -> LaTeX map elements sets, we need to
    know which of the representations is preferred.
  * Add an identity mapping for ` (chr 96).  TeX and LaTeX turn
    two of these into a proper left double quote.

 -- David Fox <dsf@seereason.com>  Wed, 20 Mar 2013 05:53:44 -0700

haskell-html-entities (1.4.1) unstable; urgency=low

  * Actually change the public interface of Text.LaTeX.Entities
    to use LaTeX instead of Text.

 -- David Fox <dsf@seereason.com>  Sun, 17 Mar 2013 12:41:29 -0700

haskell-html-entities (1.4) unstable; urgency=low

  * Use HaTeX types for LaTeX instead of our ad-hoc ones
  * Clean up the LaTeX entity list and have it produce a test
    document showing its capabilities.

 -- David Fox <dsf@seereason.com>  Sun, 17 Mar 2013 09:24:42 -0700

haskell-html-entities (1.3.1) unstable; urgency=low

  * Add unicode 146 (hex 92) which should be an apostrophe or right single
    quote.

 -- David Fox <dsf@seereason.com>  Wed, 13 Mar 2013 15:56:10 -0700

haskell-html-entities (1.3) unstable; urgency=low

  * Change the unicodeToLaTeX return type from Maybe String to [String],
    because there can be multiple latex versions of some unicode characters.

 -- David Fox <dsf@seereason.com>  Tue, 11 Dec 2012 08:15:51 -0800

haskell-html-entities (1.2) unstable; urgency=low

  * Turn on -O2, restore the doc package, regenerate debianization.

 -- David Fox <dsf@seereason.com>  Wed, 01 Feb 2012 10:33:19 -0800

haskell-html-entities (1.1) unstable; urgency=low

  * Add Text.LaTeX.Entities, including latexEntities and unicodeToLatex.

 -- David Fox <dsf@seereason.com>  Fri, 04 Sep 2009 10:11:36 -0700

haskell-html-entities (1.0) unstable; urgency=low

  * Debianization generated by cabal-debian

 -- David Fox <david@seereason.com>  Mon, 24 Aug 2009 16:00:31 -0700

