Changes in Version 0.6.1
-------------------------

Tue Oct 12 17:17:12 EDT 1999  root  <strabo@bellatlantic.net>

	* Quicken Interchange Format support has been added in this version.
	* Bank Account Transactions are only supported in this version.  This means
	* that the first line at the top of the file must be "!Type:Bank".
	* To import a QIF file, click on the File Menu and then select Import->
	* Quicken Interchange Format. 

Changes in Version 0.6.0b
-------------------------

Changes in Version 0.6.0
-------------------------

Tue Jul 20 18:17:07 PDT 1999  Darin Fisher  <dfisher@jagger.me.berkeley.edu>

	* sped up file loading by eliminating excessive redrawing of the main window.

Tue Jul 20 16:32:09 PDT 1999  Darin Fisher  <dfisher@jagger.me.berkeley.edu>

	* merged in patch from Ted Lemon to fix a numerical round-off problem associated
	  with storing account balances as 32-bit floating point numbers.  gnofin now
	  stores all monetary values using fixed precision (2-decimal places) integer
	  values.  this change required modification to the file format (now version 0.4).

Tue Jul 20 02:34:15 PDT 1999  Darin Fisher  <dfisher@jagger.me.berkeley.edu>

	* last record in each account is now initially selected, when a new file
	  is loaded, instead of the first record.
	* removed unnecessary namespace (fin_) to many static functions

Mon Jul 19 18:46:39 PDT 1999  Darin Fisher  <dfisher@jagger.me.berkeley.edu>

	* gnofin now prunes info string list before saving, eliminating unused info strings.

Changes in Version 0.5.10
-------------------------

Sat Jul  3 11:12:59 PDT 1999  Darin Fisher  <dfisher@jagger.me.berkeley.edu>

	* fixed bug that caused gnofin to segfault when an error parsing the date
	  field of the first record inserted into the first account in a new 
	  account set.

Mon Jun 28 09:22:07 PDT 1999  Darin Fisher  <dfisher@jagger.me.berkeley.edu>

	* Fixed bug in latex export to make last two columns right-aligned.


Changes in Version 0.5.9
------------------------

Sun Jun 27 17:00:02 PDT 1999  Darin Fisher  <dfisher@jagger.me.berkeley.edu>

	* Added code to export data as tab-delimited text, HTML, or LaTeX.  The
	  idea being that now the checkbook data can actually be viewed and/or
	  printed from a spread-sheet (like gnumeric), netscape, or with latex
	  and dvips.
	* Fixed more of the info string completion code.  Should only pattern
	  match, now, when the text changes.

Sun Jun 20 20:40:30 PDT 1999  Darin Fisher  <dfisher@jagger.me.berkeley.edu>

	* Added code to remember width, height, and column sizes.
	  These are stored in ~/.gnome/gnofin using gnome_config routines.
	* Cleaned up file read/write code considerably, moved to file.[hc].
	* List view is scrolled to make inserted records visible (centered
	  vertically, if possible).

Thu Jun 17 22:33:30 PDT 1999  Darin Fisher  <dfisher@jagger.me.berkeley.edu>

	* Integrated Torsten's patch to permit gnofin to run on systems not
	  using the default locale.  i18n is coming!
	* Info strings are now case sensitive
	* Tooltips indicate keyboard short cuts

Tue Jun  8 23:21:03 PDT 1999  Darin Fisher  <dfisher@jagger.me.berkeley.edu>

	* Fixed up some of the info string completion rules (e.g., deleting
	  all characters matches nothing instead of first string in list)
	* Improved account refreshing symantics (e.g., eliminated unnecessary 
	  refreshes).

Mon Jun  7 22:33:40 PDT 1999  Darin Fisher  <dfisher@jagger.me.berkeley.edu>
	
	* The main window can now be shrunk down below the default size.
	* Date is now nicely synchronized between the entry box and calendar.

Sat May 29 01:01:00 PDT 1999  Darin Fisher  <dfisher@jagger.me.berkeley.edu>

	* Fixed a bug introduced by the last "fix" to the file format that
	  prevented the optional header line from working.
	* Fixed a bug that caused gnofin to fail on loading files that have 
	  accounts without any records.
	* Fixed a bug that caused gnofin to SEGV when deleting an account.
	* Added a read-out of the current "cleared" balance to help with
	  reconciling accounts.

Thu May 27 01:06:18 PDT 1999  Darin Fisher  <dfisher@jagger.me.berkeley.edu>

	* Fixed a serious bug in the file format (thanks to everyone who 
	  helped me uncover this bug)
	* Fixed problems in the transfer code.. now it only permits 
	  transfers when there are two or more accounts.

Sun May 23 20:51:49 PDT 1999  Darin Fisher  <dfisher@jagger.me.berkeley.edu>

	* Added transfer support (this is an initial attempt.. hope it works)
	* Extensive overhaul of much of the internals to support transfers
	* Fixed several nasty bugs (would SEGV in very particular situations)

Sat May 22 --:--:-- PDT 1999  Darin Fisher  <dfisher@jagger.me.berkeley.edu>

	* Incorporated Torsten's patch for debian support and executable 
	  gnofin accounts files --> see the man file for info
	* Various small bug fixes

Wed May 19 02:49:26 PDT 1999  Darin Fisher  <dfisher@jagger.me.berkeley.edu>
	
	* Added overwrite check/prompt when saving
	* Added code for undo/redo of changes to the account properties

Tue May 18 19:49:41 PDT 1999  Darin Fisher  <dfisher@jagger.me.berkeley.edu>

	* More bug fixes
	* Dirty flag now works... added a '*' to the title to indicate that
	  unsaved changes exist

Mon May 17 01:12:44 PDT 1999  Darin Fisher  <dfisher@jagger.me.berkeley.edu>

	* Fixed many many bugs
	* Added spec file

Tue May 11 01:09:24 PDT 1999  Darin Fisher  <dfisher@jagger.me.berkeley.edu>
	
	* Fixed up the file load/save error reporting
	* Fixed an annoying bug that prevented canceling the exit dialog
	* Added GNOME/GTK+ checking to the configure script

Sun May  9 01:24:41 PDT 1999  Darin Fisher  <dfisher@jagger.me.berkeley.edu>
	
	* Started ChangeLog
