CVS update: gnucash
Derek Atkins
warlord at linas.org
Fri Jan 31 10:38:12 CST 2003
Date: Friday January 31, 2003 @ 10:38
Author: warlord
Update of /home/cvs/cvsroot/gnucash
In directory www.linas.org:/tmp/cvs-serv1153
Modified Files:
ChangeLog
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