CVS update: gnucash

Christian Stimming cstim@linas.org
Sat, 23 Nov 2002 12:52:32 -0600 (CST)


Date:	Saturday November 23, 2002 @ 12:52
Author:	cstim

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

Modified Files:
	ChangeLog 
Log Message:
2002-11-23  Christian Stimming  <stimming@tuhh.de>

	* src/import-export/hbci/gnc-hbci-gettrans.c: Use the new generic
	transaction importer.

	* src/import-export/gnc-gen-transaction.[hc],
	generic-importer.glade: Added a new generic transaction importer,
	with GUI as proposed on gnucash-devel (one-page, one-listview).

	* src/import-export/Transaction-matcher.[hc]: Refactor the code
	even more and separate GUI-dependent from -independent tasks.
	(gnc_import_match_picker_run_and_close): Add a new "Match-Picker
	Dialog" for the non-usual case of where the user should pick
	between different possible duplicate matches.
	(matchmap_find_destination): Add automatic destination guessing
	and learning, based on the GncImportMatchMap.
	
	* po/POTFILES.in, de.po: Updated translations.

	* src/engine/Account.h, src/import-export/gnc-import-match-map.h:
	Clarify some comments.