CVS update: gnucash/src/business

Derek Atkins warlord@linas.org
Sat, 18 Jan 2003 17:36:32 -0600 (CST)


Date:	Saturday January 18, 2003 @ 17:36
Author:	warlord

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

Modified Files:
	Makefile.am 
Log Message:
	move code around a lot.
	* Rename a bunch of files:
	  business-options to business-options-gnome
	  business-utils to business-gnome-utils
	  - this required changes to a bunch of files in business-gnome
	* move business-options.scm and business-prefs.scm to business-utils
	* create a business-utils gnc-module
	  - required changes to configure.in, business/Makefile.am
	  - added a bunch of files (generally moved from business-gnome)
	* moved a bunch of other non-gnome definitions out of the gnome-specific
	  locations (gnome-utils -> app-utils, or business-gnome -> business-utils)

	* gncEntryLedgerLoad.c: commented-out code to load tax-tables from
	  the options; waiting until code is actually written.