CVS update: gnucash/src/engine

Derek Atkins warlord@linas.org
Thu, 27 Jun 2002 23:20:54 -0500 (CDT)


Date:	Thursday June 27, 2002 @ 23:20
Author:	warlord

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

Modified Files:
	Query.c Query.h Transaction.c Transaction.h gnc-engine.c 
	gnc-lot-p.h gnc-lot.c gw-engine-spec.scm 
Log Message:
create xaccQueryAddGUIDMatchGL() and wrap it.  This is a special function
that takes a GUID (instead of a const GUID *) and a GList (instead of
a GSList) and performs an gncQueryAddGUIDMatch().

Add Lots to the query infrastructure, so we can add Lot-based lookups
and queries.

Add SPLIT_LOT parameter and wrap it.