Mon Jul 21 07:31:06 GMT 2008  Richard Boulton <richard@lemurconsulting.com>

	* setup.py: Update for a new release (0.7).

Mon Jul 21 07:26:46 GMT 2008  Richard Boulton <richard@lemurconsulting.com>

	* src/myhtmlparse.cc,src/myhtmlparse.h,src/pyhtmltotext.cc: Extract
	  links, together with their context.  Proper documentation still
	  needed.
	* test/test.py: Test new parsing features.

Sun Jul 20 22:57:13 GMT 2008  Richard Boulton <richard@lemurconsulting.com>

	* configutils/config.py: Some improvements to the configuration
	  system.

Thu Mar 13 17:44:04 GMT 2008  Richard Boulton <richard@lemurconsulting.com>

	* configutils/__init__.py,configutils/build.py,
	  configutils/config.py,setup.py,src/config.h: Reword configuration
	  system.  Now tests for the locations required for using iconv on
	  a per-system basis.

Wed Jan 16 12:19:06 UTC 2008  Tom Mortimer <tom@lemurconsulting.com>

	* setup.py: fixed again for Windows (I hope)

Wed Jan 16 12:12:50 UTC 2008  Tom Mortimer <tom@lemurconsulting.com>

	* setup.py: fixed to build on Mac

Thu Jan 10 15:34:11 UTC 2008  Richard Boulton <richard@lemurconsulting.com>

	* ChangeLog,setup.py: Move hardcoded, but system dependent, paths
	  to separate variables at start of script, and mark with a FIXME -
	  we'll need to write a configure step to determine this sort of
	  thing at some point.

Thu Jan 10 15:32:15 GMT 2008  Richard Boulton <richard@lemurconsulting.com>

	* setup.py: Move hardcoded, but system dependent, paths to separate
	  variables at start of script, and mark with a FIXME - we'll need
	  to write a configure step to determine this sort of thing at some
	  point.

Thu Jan 10 15:26:25 UTC 2008  Charlie Hull <charlie@lemurconsulting.com>

	* setup.py,src/config.h: Now uses iconv to fix issues with
	  different character sets (#162)

Tue Oct 09 18:34:43 BST 2007  Richard Boulton <richard@lemurconsulting.com>

	* src/pyhtmltotext.cc: Don't use a zero size array - MSVC doesn't
	  like it.

Sat Oct 06 09:57:05 BST 2007  Richard Boulton <richard@lemurconsulting.com>

	* setup.py: Make download URL point directly to the package to
	  download.

Sat Oct 06 09:52:54 BST 2007  Richard Boulton <richard@lemurconsulting.com>

	* src/pyhtmltotext.cc,test/test.py: Fix a bug where we were
	  ignoring the content of the document, and only reporting the
	  content of meta-description fields.  Rename the "sample" output
	  field to "description", and add a "content" output field.
	* setup.py: Update for release 0.6
	* MANIFEST.in,ChangeLog: Add a ChangeLog to keep track of changes.

Fri Oct 05 17:57:35 UTC 2007  Richard Boulton <richard@lemurconsulting.com>

	* .,MANIFEST.in,README,eggsetup.py,setup.py,src/config.h,test,
	  test/__init__.py: Finish packaging for 0.5

Fri Oct 05 15:02:20 UTC 2007  Richard Boulton <richard@lemurconsulting.com>

	* .,src,src/config.h,src/pyhtmltotext.cc,trunk/libs/htmlparser:
	  Rename htmlparser module.

Fri Oct 05 15:01:27 UTC 2007  Richard Boulton <richard@lemurconsulting.com>

	* trunk/libs/htmlparser,trunk/libs/htmlparser/MANIFEST.in,
	  trunk/libs/htmlparser/setup.py,
	  trunk/libs/htmlparser/src/config.h,
	  trunk/libs/htmlparser/src/pyhtmltotext.cc,
	  trunk/libs/htmlparser/test,trunk/libs/htmlparser/test/test.py:
	  Basic python module around html parser for extracting text.

Fri Oct 05 14:36:50 UTC 2007  Richard Boulton <richard@lemurconsulting.com>

	* trunk/libs/htmlparser/src/myhtmlparse.cc,
	  trunk/libs/htmlparser/src/myhtmlparse.h: Add a method allowing
	  the character set to be fixed (which will cause any character set
	  information in the document to be ignored).

Thu Oct 04 14:40:48 UTC 2007  Richard Boulton <richard@lemurconsulting.com>

	* trunk/libs/htmlparser/src/unicode.h,
	  trunk/libs/htmlparser/src/xapian,
	  trunk/libs/htmlparser/src/xapian/unicode.h,
	  trunk/libs/htmlparser/src/xapian/visibility.h,
	  trunk/libs/htmlparser/src/xapian.h: Move xapian header files to a
	  subdirectory called xapian, and add a stub "xapian.h" file which
	  includes the neccessary header files.

Thu Oct 04 14:11:42 UTC 2007  Richard Boulton <richard@lemurconsulting.com>

	* trunk/libs/htmlparser/src/namedentities.h,
	  trunk/libs/htmlparser/src/safeerrno.h,
	  trunk/libs/htmlparser/src/strcasecmp.h,
	  trunk/libs/htmlparser/src/unicode.h,
	  trunk/libs/htmlparser/src/utf8convert.cc,
	  trunk/libs/htmlparser/src/utf8convert.h,
	  trunk/libs/htmlparser/src/utf8itor.cc: More files needed from
	  Xapian, unedited.

Thu Oct 04 13:51:27 UTC 2007  Richard Boulton <richard@lemurconsulting.com>

	* trunk/: Add htmlparser source files, exactly as lifted from
	  Xapian HEAD.
