CVS update: gnucash/src/import-export/qif-import

Derek Atkins warlord at linas.org
Fri Jan 31 10:38:22 CST 2003


Date:	Friday January 31, 2003 @ 10:38
Author:	warlord

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

Modified Files:
	druid-qif-import.c qif-file.scm qif-import.scm 
Log Message:
	* src/import-export/qif-import/qif-file.scm: change the way that
	  parse-fields reports an error or warning.  In particular, return
	  a list such that the error is tied to the actual type.  This will
	  allow us to differentiate a date-parse ambiguity from any other
	  type of ambiguity.  Also add a new procedure that, when given the
	  (cdr parse-results) and a 'type' will return the actual error for
	  that particular type.
  	* src/import-export/qif-import/qif-import.scm: export the new symbol
	* src/import-export/qif-import/druid-qif-import.c: change the logic
	  to use the new parse results and only try to fill the date dialog if
	  there is actually a date parsing ambiguity.

	  Fixes Morrison J. Chang's QIF import problem.




More information about the gnucash-patches mailing list