CVS update: gnucash/src/business/business-gnome

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


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

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

Modified Files:
	Makefile.am business-gnome.scm businessmod-gnome.c 
	dialog-customer.c dialog-date-close.c dialog-invoice.c 
	dialog-job.c dialog-order.c dialog-payment.c dialog-vendor.c 
	search-owner.c 
Added Files:
	business-gnome-utils.c business-gnome-utils.h 
	business-options-gnome.c business-options-gnome.h 
Removed Files:
	business-options.c business-options.h business-options.scm 
	business-prefs.scm business-utils.c business-utils.h 
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.