CVS update: gnucash/src/register/register-core

Derek Atkins warlord@linas.org
Thu, 17 Oct 2002 22:27:53 -0500 (CDT)


Date:	Thursday October 17, 2002 @ 22:27
Author:	warlord

Update of /home/cvs/cvsroot/gnucash/src/register/register-core
In directory www.linas.org:/tmp/cvs-serv31666/src/register/register-core

Modified Files:
	table-allgui.c table-model.h 
Log Message:
	* table-model.h -- add a flag for "READ_ONLY" cells, to all you to
	  specify a cell as readonly.
	* table-allgui.c -- allow the cursor to enter a READ_ONLY cell.  Make
	  sure "editable" is FALSE for READ_ONLY cells.
	* split-register-model.c -- If the TxnType != NONE, set all cells as
	  READ_ONLY.
	* fixes bugs 96024 and 96028 by making posted invoices and payments
	  read-only.