CVS update: gnucash/src/guile

Dave Peticolas peticolas@linas.org
Thu, 22 Mar 2001 06:26:38 -0600 (CST)


Date:	Thursday March 22, 2001 @ 6:26
Author:	peticolas

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

Modified Files:
	gnucash.c.in gnucash.h 
Log Message:
	* src/guile/gnucash.c.in (gnc_main): change from main
	function so other executables can link with this lib

	* src/gnc-main.c: new file with gnucash main

	* src/test/test-stuff.c: add api to turn on success printing

	* src/test/test-exp-parser.c: new test file for testing
	expression parser

	* src/scm/report/income-or-expense-pie.scm: display totals
	in legend

	* src/gnome/druid-stock-split.c: check for proper currencies
	on income & asset accounts. allow price to be recorded.

	* src/gnome/account-tree.c: add api for setting selectability
	with a filter function

	* src/engine/Group.c (xaccGroupRemoveAccount): check for
	group/account mismatch