2002-08-27  Bernhard Herzog  <bh@intevation.de>

	* dbflib.i: Raise an exception if open or create fails.

	* shapelib.i: Slightly better wording for the IOError exception
	that open and create may raise.

	* shapelib_wrap.c, dbflib_wrap.c: Regenerated

2002-08-22  Bernhard Herzog  <bh@intevation.de>

	* dbflib.i (DBFFile::commit): New method for DBFCommit.

	* dbflib_wrap.c, dbflib.py: Update from dbflib.i

2002-08-15  Bernhard Herzog  <bh@intevation.de>

	* shapelib.i, dbflib.i: Make the NOCHECK trick for the ShapeFile *
	check typemap work with SWIG 1.3.

	* shapelib_wrap.c, dbflib_wrap.c: Regenerate from the .i files.

2002-05-10  Bernhard Herzog  <bh@intevation.de>

	* dbflib.i (DBFInfo_write_record): Only DECREF if the return value
	of PyMapping_GetItemString is not NULL. Also, test the return
	value of PySequence_GetItem
	(write_field): Remove some debug prints

	* dbflib_wrap.c: Updated from dbflib.i

2002-05-07  Bernhard Herzog  <bh@intevation.de>

	* shptreemodule.c (SHPTreeType, initshptree): Set SHPTreeType's
	PyType_Type pointer in the init function.
	(shptree_methods): Use METH_VARARGS
	(shptree_dealloc): Use PyMem_DEL
	(shptree_find_shapes): Add a missing return

2002-05-07  Bernhard Herzog  <bh@intevation.de>

	* shptreemodule.c: New file with a simple wrapper for shapelib's
	quadtree

	* setup.py: Some fixes to use explicit forward slashes as
	directory separators because of distutils.
	(extensions): Add the shptree module.

	* pytest.py (read_shapefile): Add some demo calls for the shptree
	module

	* pyshapelib_api.h (PyShapeLibAPI): Add some of the shptree
	functions.
	(PYSHAPELIB_IMPORT_API): New macro to import the API

	* shapelib.i (the_api): add the tree API functions.

	* shapelib_wrap.c: Updated from shapelib.i with SWIG.

2002-04-11  Bernhard Herzog  <bh@intevation.de>

	* pyshapelib_api.h: New file with a limited C-level API for
	accessing shapilib functions from other Python-extensions.

	* shapelib.i: Export the C-level API with the c_api function.

	* shapelib.py, shapelib_wrap.c: Updated from shapelib.i. Still
	done with a very old version of SWIG, but it's probably not worth
	it to try it with a newer version as long as this still works.

2001-07-18  Bernhard Herzog  <bh@intevation.de>

	* shapelib.i (open_ShapeFile): declare the swig prototype
	correctly with ShapeFile* as return type
	(ShapeFile.cobject): New method returning the SHPHandle* as a
	CObject

	* Makefile (VERSION): Increase to 0.3

	* setup.py, MANIFEST.in: New files for python distutils. 

2001-06-15  Bernhard Herzog  <bh@intevation.de>

	* Makefile (VERSION): Increase to 0.2

2001-06-14  Bernhard Herzog  <bh@intevation.de>

	* shapelib.i: Add the functions SHPTypeName as type_name and
	SHPPartTypeName as part_type_name
	(SHPObject_vertices):
	(build_vertex_list): Put building a list of vertices into the
	separate function build_vertex_list so that SHPObject_vertices can
	support SHPT_POINT too.

	* ChangeLog: create ChangeLog

