CVS update: gnucash/src/engine

Dave Peticolas peticolas@linas.org
Tue, 7 Aug 2001 18:25:21 -0500 (CDT)


Date:	Tuesday August 7, 2001 @ 18:25
Author:	peticolas

Update of /home/cvs/cvsroot/gnucash/src/engine
In directory www.linas.org:/tmp/cvs-serv26249/src/engine

Modified Files:
	Makefile.am 
Added Files:
	commodity-table.scm engine-helpers.c engine-helpers.h 
	engine-init.scm engine-interface.scm engine-utilities.scm 
	engine.scm glib-helpers.c glib-helpers.h gnc-numeric.scm 
	gncmod-engine.c gw-engine-spec.scm gw-glib-spec.scm 
	iso-4217-currencies.scm 
Removed Files:
	.cvsignore Account.c Account.h AccountP.h Backend.c Backend.h 
	BackendP.h DateUtils.c DateUtils.h FreqSpec.c FreqSpec.h 
	FreqSpecP.h GNCId.c GNCId.h GNCIdP.h Group.c Group.h GroupP.h 
	NetIO.c NetIO.h Query.c Query.h Queue.c Queue.h README 
	README.query-api SchedXaction.c SchedXaction.h Scrub.c Scrub.h 
	TransLog.c TransLog.h Transaction.c Transaction.h 
	TransactionP.h date.c date.h design.txt extensions.txt 
	gnc-account-xml-v2.c gnc-associate-account.c 
	gnc-associate-account.h gnc-book-file.c gnc-book-p.h 
	gnc-book.c gnc-book.h gnc-commodity-xml-v2.c gnc-commodity.c 
	gnc-commodity.h gnc-common.h gnc-engine-util.c 
	gnc-engine-util.h gnc-engine.c gnc-engine.h gnc-event-p.h 
	gnc-event.c gnc-event.h gnc-freqspec-xml-v2.c gnc-numeric.c 
	gnc-numeric.h gnc-pricedb-p.h gnc-pricedb-xml-v1.c 
	gnc-pricedb.c gnc-pricedb.h gnc-schedxaction-xml-v2.c 
	gnc-transaction-xml-v2.c gnc-xml-helper.h gnc-xml.h guid.c 
	guid.h io-example-account.c io-example-account.h io-gncbin-r.c 
	io-gncbin.h io-gncxml-gen.c io-gncxml-gen.h io-gncxml-v1.c 
	io-gncxml-v2.c io-gncxml-v2.h io-gncxml.h io-utils.c 
	io-utils.h kvp_doc.txt kvp_frame.c kvp_frame.h md5.c md5.h 
	sixtp-dom-generators.c sixtp-dom-generators.h 
	sixtp-dom-parsers.c sixtp-dom-parsers.h sixtp-parsers.h 
	sixtp-stack.c sixtp-stack.h sixtp-to-dom-parser.c 
	sixtp-utils.c sixtp-utils.h sixtp.c sixtp.h 
Log Message:
2001-08-06  Bill Gribble  <grib@billgribble.com>

	* Added module/plugin system (src/gnc-module/*)

	* reshuffled source code from src/engine, src/register, and some
	from src/guile, src/scm, src/gnome (see src/README.modules).
	engine, backends, register, qif importer are now "modules".

	* unfinished new QIF import/export module (the old one's still
	there and still works)

	* really too many files touched to get into it.