haskell-ugly (1.16) unstable; urgency=low

  * Add a separate Ugly.Encoding.HaXml module.

 -- David Fox <dsf@seereason.com>  Thu, 13 Mar 2008 09:33:37 -0700

haskell-ugly (1.15) unstable; urgency=low

  * haskell-unixutils api changes

 -- David Fox <dsf@seereason.com>  Sun, 02 Mar 2008 10:23:39 -0800

haskell-ugly (1.14) unstable; urgency=low

  * Fix bug in insert1.
  * Fix insert commands so they insert to the right of the current node
  * Set the top node filename on load.  This is a workaround for a bug in
    the data structure, the name of the top node should not be recorded.
  * Re-arrange the unit tests.
  * Modify the code to generate insert buttons so it always puts the new
    node to the right of the old.    

 -- David Fox <dsf@seereason.com>  Thu, 28 Feb 2008 05:13:30 -0800

haskell-ugly (1.13) unstable; urgency=low

  * Fixed Ugly.CGI.TreeHtml.TreeHtml.parsePosition, it couldn't 
    parse the root address ("pos").
  * Two unit tests for move1
  * Error reporting changes - return Either Exception x instead of Maybe x
    in several functions.
  * Fix off by one error in adjustInsert.
  * Use System.IO.Error instead of GHC.IOBase
  * Don't add debugging output to web page unless debug=1 is set.

 -- David Fox <dsf@seereason.com>  Sat, 23 Feb 2008 08:44:08 -0800

haskell-ugly (1.12) unstable; urgency=low

  * Re-implementation of CGI stuff.

 -- David Fox <dsf@seereason.com>  Thu, 21 Feb 2008 05:39:06 -0800

haskell-ugly (1.11.1) unstable; urgency=low

  * Add install dependency on mtl

 -- Jeremy Shaw <jeremy@n-heptane.com>  Mon, 11 Feb 2008 22:44:49 -0800

haskell-ugly (1.11) unstable; urgency=low

  * Use a derived Ord for comparing URI

 -- David Fox <dsf@seereason.com>  Wed, 06 Feb 2008 16:56:42 -0800

haskell-ugly (1.10) unstable; urgency=low

  * Move uriToString' :: URI -> String from URIQuery to URI

 -- David Fox <ddssff@gmail.com>  Wed, 06 Feb 2008 12:16:05 -0800

haskell-ugly (1.9) unstable; urgency=low

  * Added build-depends on cpphs
  * remove 'License-File: debian/changelog' from .cabal because it breaks
    build
  * updates for ghc 6.8

 -- Jeremy Shaw <jeremy@n-heptane.com>  Mon, 04 Feb 2008 13:04:10 -0800

haskell-ugly (1.8) unstable; urgency=low

  * Remove redundant field from Info, use URI data type instead
    of FilePath.

 -- David Fox <ddssff@gmail.com>  Wed,  5 Dec 2007 17:25:52 -0800

haskell-ugly (1.7) unstable; urgency=low

  * Fix name of top navigation HTML element so it finds the right
    list element.
  * Add the Ugly.HtmlParse module, which uses HaXml to parse HTML
    and then converts it back to the Text.XHtml data type.

 -- David Fox <ddssff@gmail.com>  Tue,  4 Dec 2007 05:45:55 -0800

haskell-ugly (1.6) unstable; urgency=low

  * Fix argument order of htmlForm method
  * Add Ugly.URI, an exact copy of Network.URI except that Read
    and Show are automatically derived.  This means that show
    returns haskell code rather than the text of the URI.  The
    standard URI is not an instance of Read.
  * Add Ugly.Traverse, a module to manage HTML forms that are
    structured as nested lists.

 -- David Fox <ddssff@gmail.com>  Thu, 29 Nov 2007 12:24:27 -0800

haskell-ugly (1.5) unstable; urgency=low

  * Rename some type classes in all caps to avoid conflicts with similarly named types,
    remove the "Text" suffix from some types:
      Wiki -> WIKI, HtmlForm -> HTMLFORM, LaTeX -> LATEX
      WikiText -> Wiki, LaTeXText -> LaTeX
  * Rewrite wiki text parser, new module has lexer and parser in Ugly.Encoding.Wiki.Parser

 -- David Fox <ddssff@gmail.com>  Tue, 27 Nov 2007 11:19:13 -0800

haskell-ugly (1.4) unstable; urgency=low

  * Replace Ugly.Text modules with new Ugly.Encoding modules.
    This is a re-implementation based on my improved understanding
    of the use of type classes.

 -- David Fox <dsf@seereason.org>  Sat, 17 Nov 2007 07:19:10 -0800

haskell-ugly (1.3) unstable; urgency=low

  * Add a server folder parameter to the methods of HtmlForm
    so we can create and refer to files on the server, such as
    images.
  * Export Text.Wiki.Parser2 and similar.  They define the data
    structures produced by the wiki lexer and parser.

 -- David Fox <dsf@seereason.org>  Fri, 16 Nov 2007 13:19:32 -0800

haskell-ugly (1.2) unstable; urgency=low

  * Add my ugly text encoding and decoding modules.

 -- David Fox <dsf@seereason.org>  Fri, 16 Nov 2007 12:29:15 -0800

haskell-ugly (1.1) unstable; urgency=low

  * Fix a type error in HtmlForm.

 -- David Fox <dsf@seereason.org>  Fri, 16 Nov 2007 11:53:40 -0800

haskell-ugly (1.0) unstable; urgency=low

  * Initial Debian package.

 -- David Fox <dsf@seereason.org>  Fri, 16 Nov 2007 11:19:42 -0800
