12 AUG 1999 W. Michael Petullo <mike@flyn.org>

	* Fixed PyInt_FromLong and PyFloat_AsDouble bug.  Now check for valid
	Python object using .*_Check (Thanks Steve).

	* Allowed for simultaneous development of Python and GNU build
	processes.  Eventually the Python process (Makefile.pre.in,
	Setup) will be phased out, once automake and autoconf fully
	support Python.

	* Fixed a PyFile_AsFile call.

	* Modified test Python programs to test packing and unpacking
	negative numbers (Thanks Steve -- heh heh).

01 AUG 1999 W. Michael Petullo <mike@flyn.org>

	* Began a spec.in file for generating rpms.

23 JUL 1999 W. Michael Petullo <mike@flyn.org>

	* Began to use GNU build system for ease of building on different
	platforms and ease of installation.  I am currently exploring
	options for automake + Python, so the make rules are currently
	hard coded into Makefile.am.

	* The module to be imported is now pypvm, instead of w_pypvm.
	The C portion of the module has been renamed pypvm_core.
