23/1/2003  Benoit Grégoire  <bock@step.polymtl.ca>
	* lib/ofx_container_transaction.cpp: Explicitely ignore <MKTVAL> since it should always be equal to UNiTS*UNITPRICE, and using it may lead to rounding errors.

22/1/2003  Benoit Grégoire  <bock@step.polymtl.ca>
	* autogen.sh: Run libtoolize, and reorder the commands.  The order is now: libtoolize,aclocal, autoheader, automake, autoconf and configure

11/1/2003  Benoit Grégoire  <bock@step.polymtl.ca>
	* lib/ofx_utilities.cpp: Really fix problems for big endian machines.
	* INSTALL:  Document the --with-opensp-multibyte workaround for when headers in package lie about the compile option of OpenSP (usually because they were not compiled at the same time).  This is the case with the OpenJade package distributed in Mandrake cooker, and perhaps others. 
	* configure.in: add --with-opensp-multibyte option
	
10/1/2003  Benoit Grégoire  <bock@step.polymtl.ca>
	* lib/ofx_utilities.cpp: Try to fix problems for big endian machines.

9/1/2003  Benoit Grégoire  <bock@step.polymtl.ca>
	* configure.in: Add /usr/local/include to OpenSP's include search path.
	* INSTALL: Add FAQ for "bug" http://sourceforge.net/tracker/index.php?func=detail&aid=654591&group_id=61170&atid=496353

9/1/2003  Benoit Grégoire  <bock@step.polymtl.ca>
	* lib/ofx_utilities.cpp: Remove the ugly get_sp_char_size() hack and use SP_MULTI_BYTE in config.h instead.  This probably fixes the "libofx not working on big endian machines" bug.

9/1/2003  Benoit Grégoire  <bock@step.polymtl.ca>
	* configure.in: Now detect if OpenSP was compiled with SP_MULTI_BYTE, and put the result in config.
	* INSTALL: Update for GNU build system.

04/12/2002  Peter O'Gorman <ogorman@users.sourceforge.net>
	* doc/Makefile.am: Make DESTDIR work
	* lib/Makefile.am: Changed version_info to version-info and modified the version to be what libtool expects.

24/11/2002  Chris Lyttle  <chris@wilddev.net>
	* libofx.spec.in: updated for new docs

24/11/2002  Benoit Grégoire  <bock@step.polymtl.ca>
	* configure.in, doc/Makefile.am: Improve doxygen doc generation, and enable make install without the doc.

24/11/2002  Benoit Grégoire  <bock@step.polymtl.ca>
	* ofx_sgml.cpp: Hopefully fix incompatibilities with BOTH OpenSP 1.3.x and OpenSP >= 1.4
	* Makefile.am, doc/Makefile.am: Doxygen API and internal doc now integrated in the build system.  It will be distributed and install with the tarballs,	and can be build in libofx-cvs using make doc.
	* autogen.sh: Re-enable maintainer-mode. 
	* doc/Makefile: Deleted
	* doc/resume_presentation.pdf:  Deleted, too outdated.  See project report on the libofx website instead.
	
23/11/2002  Chris Lyttle  <chris@wilddev.net>
	* libofx.spec.in: added for rpm builds
	* Makefile.am: added lines spec to EXTRA_DIST
	* configure.in: added spec.in line
	* autogen.sh: changed configure line to see arguments
	
18/11/2002  Benoit Grégoire  <bock@step.polymtl.ca>
	* ofx_sgml.cpp:  Fix critical bug.  Parsing of a file would fail and hang for users of OpenSP 1.5pre5 (and possibly others).  Simplify workaround of OpenSP 1.3 bugs, more code is now shared.
	* configure.in:  Update for release 0.6.1

18/11/2002  Benoit Grégoire  <bock@step.polymtl.ca>
	* Update build files for release of libofx 0.6.0

30/10/2002  Benoit Grégoire  <bock@step.polymtl.ca>
	* inc/libofx.h lib/ofx_container_transaction.cpp ofxdump/ofxdump.cpp: Created a new invtransactiontype enum to replace the invtranstype string

30/10/2002  Benoit Grégoire  <bock@step.polymtl.ca>
	* lib/ofx_sgml.cpp: Added yet more spagetti code and global variables to improve the work around for OpenSP 1.3 bugs.  I beg of you, please convince your distro to make openjade and the OpenSP library independently upgradable.

30/10/2002  Benoit Grégoire  <bock@step.polymtl.ca>
	* configure.in: 
	Apply Derek Atkins <warlord@MIT.EDU> patch needed to build on
> RH7.3 using the "distributed" version of openjade.

29/10/2002  Benoit Grégoire  <bock@step.polymtl.ca>
	* lib/ofx_preproc.cpp doc/tag_striper_test.txt: 
	Proprietary tag striper is now much smarter and read routines have been fixed.  Importing a file written on a single line should now be possible.  
	Added a test file for the proprietary tag striper .

29/10/2002  Benoit Grégoire  <bock@step.polymtl.ca>
	* configure.in: Work around autoconf 2.1 not supporting AC_LANG()

21/10/2002  Benoit Grégoire  <bock@step.polymtl.ca>
	* ofxdump/ofxdump.cpp: Add support for invtranstype in ofx_proc_transaction_cb()

21/10/2002  Benoit Grégoire  <bock@step.polymtl.ca>
	* lib/ofx_preproc.cpp: Abort if DTD was not found
	
20/10/2002  Benoit Grégoire  <bock@step.polymtl.ca>
	* Fix debug output
	* Begin fixing ofx2qif for the new transaction ordering code
	
17/10/2002  Benoit Grégoire  <bock@step.polymtl.ca>
	* Implemented internal container trees, allowing transaction reordering and security lookups
	* Complete investment transaction support
	* Converted the build system to automake/autoconf, mostly contributed by "Peter O'Gorman" <peter@pogma.com>
	
LibOFX 0.?????????:
	-Add an account_name to the OfxAccountData struct.  It contains a human readable identifier of the account.
	-Include file location seems to have changed in recent versions of OpenSP.  Included old and new case.
	-Profiling now possible.  It is now posible to use "make static".  Statically linked ofxdump and ofx2qif will be created, with profiling enabled.
LibOFX 0.3:
	-MUCH improved documentation.  Full API and internals reference in doc/html/
	-Major update to ofx2qif.  It will now generate the !Account QIF construct, which should improbe compatibility with other accounting software. 
	-gcc3.2 caused problems with ld, now use gcc to link.  Should solve the "undefined symbol:__dso_handle" runtime problem with Mandrake cooker.
	-There is now a workaround in the code to make it work with the OpenSP version (1.3.4) distributed with OpenJADE.  However, this is not guaranteed to work, and it might cause errors in your financial data, and might not be present in future versions.  Use at your own risk, you've been warned.
	-LibOFX can now be installed in "unorthodox" directories, such as ~/experimental, and still find it's dtd.  You must modify the prefix in common.m (recommended) or put it in the command line of BOTH make and make install. 
	-LibOFX is now officially in beta.  Since one application now uses it (GnuCash), from now on, the library soname will be bumped if binary compatibility is broken.
LibOFX 0.24:
	-Fix include files for gcc2
LibOFX 0.23:
	-Hacked in runtime detection of OpenSP's SGMLApplication::Char size.  This should fix the hairy problems some people were experiencing with garbled Output with some versions of OpenSP.
	-Installation instruction have been improved.
	-OpenSP include files are no longer distributed with LibOFX.
LibOFX 0.22:
	-make install will now copy libofx.h in the appropriate include directory.
LibOFX 0.21:
	-Files were still created in current directory.  Now force /tmp to be used
LibOFX 0.2:
	-The input OFX file's directory no longer need to be writable, and no stale files are left behind.
	-Prefixed all enum names with OFX to avoid collision with client software (Gnucash in particular)
	-Changed all money amounts from float to double
	-Fixed constructors to avoid some "holdover" data
LibOFX 0.122:
	-Always show two decimals for money in ofxdump.
	-Fix dates off by two month (Scott Drennan)
	-Fix ofx2qif account type for CREDITCARD (Scott Drennan)
LibOFX 0.121:
	-Fix makefiles for users who do not have ldconfig in their path to create local links.
LibOFX 0.12:
	-LibOFX can now be transparently used by both C and C++, using the same include file (libofx.h)
	-ofx2qif rewritten in C, to ensure that C compatibility will be maintained and tested.
	-Added target uninstall to all makefiles
	-Various other makefile improvements
LibOFX 0.11:
	-Added ofx sample files extracted from the OFX 1.60 and 2.01 specifications in DOC.
	-Fix compile problems with G++2.9.6
	-Makefiles updated
	-Require a recent version of OpenSP, doesn't work well the one included in OpenJADE (At least on Mandrake).
	-Fixed the algorithm for proprietary tag striping.
LibOFX 0.1:
	-Initial public release
