CVS update: gnucash/src/import-export

Benoit Gr?goire bock@linas.org
Mon, 25 Nov 2002 02:43:19 -0600 (CST)


Date:	Monday November 25, 2002 @ 2:43
Author:	bock

Update of /home/cvs/cvsroot/gnucash/src/import-export
In directory www.linas.org:/tmp/cvs-serv2207/src/import-export

Modified Files:
	Account-matcher.c Account-matcher.h generic-import.glade 
	gnc-gen-transaction.c 
Log Message:
2002-11-25  Benoit Grégoire  <bock@step.polymtl.ca>
	* src/import-export/Account-matcher.[c,h]: Minor changes to make
	the matcher more generic:  Improved text handling, default account
	support, enable account description, disable showing Online ID 
	column if online_id isn't specified in the function call.
	* src/import-export/generic-import.glade: Adjust text for above 		changes.
	* src/import-export/gnc-gen-transaction.c:  Use the more feature		 complete Account-matcher.h from the generic import module instead
	 of dialog-account-pick.h.  Christian, tell me you didn't implement
	a fourth account picker from scratch. 
	* src/import-export/ofx/gnc-ofx-import.c: Adapt text to 
	Account-matcher changes.