CVS update: gnucash

Dave Peticolas peticolas@linas.org
Thu, 1 Mar 2001 05:06:28 -0600 (CST)


Date:	Thursday March 1, 2001 @ 5:06
Author:	peticolas

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

Modified Files:
	ChangeLog 
Log Message:
	* src/register/gnome/gnucash-sheet.c: if input is cancelled by
	user during delete, ignore the insert callback.

	* src/MultiLedger.c: update for new view api

	* src/register/recncell.{ch}: allow setting a parent to be used
	for the dialog.

	* src/gnome/query-user.c (gnc_verify_dialog_parented): handle null
	parent by using gnc_get_ui_data.

	* src/gnome/window-register.c: eliminate calls to
	xaccSRCheckReconciled. confirmation is done in SplitLedger.c now.

	* src/SplitLedger.c: use new data entry confirmation callback
	to confirm changes to a reconciled split.

	* src/register/splitreg.{ch}: mod for table-allgui changes

	* src/register/table-allgui.{ch}: encapsulate 'view' callbacks
	into a struct. add a callback for confiming data entry.