CVS update: gnucash/src/import-export

Christian Stimming cstim@linas.org
Fri, 22 Nov 2002 18:55:53 -0600 (CST)


Date:	Friday November 22, 2002 @ 18:55
Author:	cstim

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

Modified Files:
	Account-matcher.c Transaction-matcher.c Utilities.c 
	generic-import.glade gnc-generic-import.h 
Added Files:
	Transaction-matcher.h 
Log Message:
2002-11-23  Christian Stimming  <stimming@tuhh.de>

	* src/import-export/Transaction-matcher.c: Refactor *a lot* of the
	code -- try to separate GUI-dependent tasks from GUI-independent
	ones, and make many functions publically reachable by declaring
	them in the header file.

	* src/import-export/gnc-generic-import.h, *.h: Move some function
	into new Transaction-Matcher.h (which is included from here for
	now), and add some const's at the kvp functions.

	* src/gnome-utils/dialog-utils.h: Added many comments for docs.