CVS update: gnucash

Benoit Gr?goire bock@linas.org
Thu, 21 Nov 2002 13:27:15 -0600 (CST)


Date:	Thursday November 21, 2002 @ 13:27
Author:	bock

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

Modified Files:
	ChangeLog 
Log Message:
2002-11-21  Benoit Grégoire  <bock@step.polymtl.ca>
	* src/import-export/Transaction-matcher.c: Tweak the matching
	heuristics.
	-Memo and description heuristics now both have a very primitive
	fuzzy match worth +1:  Only the first half of the string is compared.
	The rationale is that this will allow the matcher to skip the
	transaction number sometimes appended after the description by 
	some banks. 
	* src/import-export/ofx/gnc-ofx-import.c:  Transaction memo is
	always written in the split's memo. 
	* src/doc/user-prefs-howto.txt:  Add new file, by Christian Stimmings.