CVS update: gnucash/src/scm

Derek Atkins warlord@linas.org
Sat, 24 Nov 2001 23:34:36 -0600 (CST)


Date:	Saturday November 24, 2001 @ 23:34
Author:	warlord

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

Modified Files:
	extensions.scm 
Log Message:
 * Remove the "GncBusiness" object type in preparation to move
   structure registration (GncBusinessObject) into "gncCore" in the
   engine.

 * Change all the Business Objects to take a GNCBook instead of
   GncBusiness; use the GNCEntityTable in the Book for GUID storage.

 * Use xaccGUIDNew() instead of guid_new().

 * Move the object storage tables into the GNCBook via get/set_data.