python-pottymouth (2.1.2-0) karmic; urgency=low

  * lots of improvements and bug fixes

 -- Matt Chisholm <matt@theory.org>  Mon, 19 Dec 2011 17:31:44 -0800

python-pottymouth (2.0.0-0) karmic; urgency=low

  * version 2.0 - recursive descent parser

 -- matt <matt@theory.org>  Sat, 17 Apr 2010 20:59:22 -0700

python-pottymouth (1.2.2-0) karmic; urgency=low

  * fix URLs and emails to no longer refer to devsuki and mosuki domains since they are going extinct soon

 -- matt <matt@theory.org>  Wed, 17 Mar 2010 15:21:13 -0700

python-pottymouth (1.2.1-0) karmic; urgency=low

  * fix token for definition lists
  * more robustly handle configuration flags

 -- matt <matt@mosuki.com>  Mon, 18 Jan 2010 14:41:34 -0800

python-pottymouth (1.2.0-0) karmic; urgency=low

  * adding support for definition lists
  * fixing bug in interactive mode

 -- matt <matt-pottymouth@theory.org>  Mon, 30 Nov 2009 23:25:53 -0800

python-pottymouth (1.1.5-0) karmic; urgency=low

  * fix __repr__() to always return strings
  * move to mercurial
  * move to nosetests

 -- matt <matt@mosuki.com>  Fri, 06 Nov 2009 19:10:32 -0800

python-pottymouth (1.1.4-0) jaunty; urgency=low

  * output UTF-8, not ASCII, xHTML

 -- matt <matt@mosuki.com>  Fri, 27 Feb 2009 22:56:26 -0800

python-pottymouth (1.1.3-0) jaunty; urgency=low

  * don't create span nodes unless they are required.

 -- matt <matt@mosuki.com>  Sat, 14 Feb 2009 12:30:28 -0800

python-pottymouth (1.1.2-0) intrepid; urgency=low

  * do all escaping and encoding at __str__ time; internal objects store pure unicode

 -- matt <matt@mosuki.com>  Wed, 24 Sep 2008 00:09:03 -0700

python-pottymouth (1.1.1-0) intrepid; urgency=low

  * restructuring to allow easier iteration over returned Node objects
  * __repr__ no longer overridden to return Unicode objects

 -- matt <matt@mosuki.com>  Mon, 22 Sep 2008 23:15:33 -0700

python-pottymouth (1.1.0-0) gutsy; urgency=low

  * added syntax configuration

 -- matt <matt@mosuki.com>  Fri, 11 Apr 2008 17:29:44 -0700

python-pottymouth (1.0.2-0) gutsy; urgency=low

  * some minor structural changes inspired by the port to Ruby

 -- matt <matt@mosuki.com>  Sun, 06 Apr 2008 11:10:16 -0700

python-pottymouth (1.0.1-0) gutsy; urgency=low

  * fixing security hole where bare www.* URLs were treated as external and not checked against whitelist

 -- matt <matt@mosuki.com>  Thu, 14 Feb 2008 13:38:59 -0800

python-pottymouth (1.0.0-0) feisty; urgency=low

  * Added support for literal lists
  * This is now ready for 1.0

 -- matt <matt@mosuki.com>  Tue, 30 Oct 2007 13:49:10 -0700

python-pottymouth (0.9.11-0) feisty; urgency=low

  * make image and YouTube into first-class tokens
  * image pattern is now usable by external code

 -- matt <matt@mosuki.com>  Tue, 23 Oct 2007 17:18:09 -0700

python-pottymouth (0.9.10) feisty; urgency=low

  * fix subtle missing space between two adjacent non-text inline tokens
  * replace --, ..., and :) with context-insensitive Token() instead of 
    context-sensitive Replacer
  * YouTube URLs can have - in them
  * better interactive prompt
  * removed legacy code that was supposed to be removed in 0.9.8
  * <hr> comment
  * fixed some code formatting

 -- matt <matt@mosuki.com>  Fri,  7 Sep 2007 16:55:11 -0700

python-pottymouth (0.9.9-0) feisty; urgency=low

  * identify URLs that begin with just www. , put http:// on the front,
    and treat them like ordinary URLs
  * url detection is now case-insensitive

 -- matt <matt@mosuki.com>  Tue, 14 Aug 2007 19:21:32 -0700

python-pottymouth (0.9.8-0.0) unstable; urgency=low

  * two extremely minor bug fixes to email and youtube embedding

 -- matt <matt@mosuki.com>  Tue, 15 May 2007 18:06:44 -0700

python-pottymouth (0.9.7-0.1) unstable; urgency=low

  * Non-maintainer upload.
  * Built against latest head: b8de

 -- Jeremy Avnet <brainsik@devsuki.com>  Mon, 14 May 2007 19:15:03 -0700

python-pottymouth (0.9.7-0) unstable; urgency=low

  * Fixed buggy output of <br/> tags
  * Fixed subtle * and _ nesting bugs 
  * Removed ~devsuki1 from versions
  * Added readme.html and demo web script 
  * Handle backticks, doubled backticks and doubled single quotes

 -- matt <matt@mosuki.com>  Mon, 14 May 2007 18:03:37 -0700

python-pottymouth (0.9.6-0) unstable; urgency=low

  * Added smart identification of quotes, ellipsis, and emdash
  * Fixed bug with hyperlinks inside bold/italic

 -- matt <matt@mosuki.com>  Sat, 12 May 2007 12:37:19 -0700

python-pottymouth (0.9.5-0.1) unstable; urgency=low

  * Set pyversions to "2.4-" to allow installing with Python > v2.4.

 -- Jeremy Avnet <brainsik@devsuki.com>  Tue, 10 Apr 2007 17:56:23 -0700

python-pottymouth (0.9.5-0) unstable; urgency=low

  * allow YouTube video embedding

 -- matt <matt@mosuki.com>  Tue,  3 Apr 2007 12:22:03 -0700

python-pottymouth (0.9.4-0) unstable; urgency=low

  * bug fix for ImageNode object;  allow jpEg images too

 -- matt <matt@mosuki.com>  Fri, 16 Mar 2007 16:38:37 -0700

python-pottymouth (0.9.3-0) unstable; urgency=low

  * optionally generate <img> tags for png, jpg, gif URLs

 -- matt <matt@mosuki.com>  Fri, 16 Mar 2007 16:03:39 -0700

python-pottymouth (0.9.2-0) unstable; urgency=low

  * generate all HTML nodes as lowercase to be compatible with XHTML

 -- matt <matt@mosuki.com>  Fri, 16 Mar 2007 15:24:45 -0700

python-pottymouth (0.9.1-0) unstable; urgency=low

  * Token.escape is a staticmethod for easier escaping

 -- Matt Chisholm <matt@mosuki.com>  Tue, 20 Feb 2007 15:27:32 -0800

python-pottymouth (0.9-0) unstable; urgency=low

  * Initial release.

 -- Matt Chisholm <matt@mosuki.com>  Thu, 15 Feb 2007 15:26:44 -0800
