Version history:
------- -------
 1.0.18 - 14 June 98
         o Fix Quicken QIF import to recognize "transaction cleared" flag.
         o Add RedHat RPM spec files.
         o Fix a bug in configure.in re. motif flags.
         o Enable European-style dates with --enable-eurodates
         o Fix core dump reading QIF files
         o Fix core dump closing certain windows
         o enable prompt to save to file when WM closes window
         o fix garbling to description field when cancel button hit

 1.0.17 - 14 Feb 98
         o Fix core dump when deleting account with open register windows.
         o Fix core dump when transfering money to deleted (non-existant) account.
         o Fix tabbing between ledger entry and record/cancel/close buttons.
         o MS Money QIF import fixes.
         o obscure fix to Xbae table widget that may fix some mystery core dumps.
         o add CBB, MS-Money QIF export sample files
         o add SCO UnixWare, OpenServer build files
         o precompiled SCO UnixWare 7 and OpenServer 5 binaries

 1.0.16 - 7 Jan 98
         o Leap year fix
         o Solaris compile patches
         o precompiled AIX 4.1 for IBM RS/6000 binary

 1.0.14 - 6 Jan 98
         o Debian package version
         o QIF File format patch for reading CBB-exported QIF's
         o Date bug fix

 1.0.11 - 11 Dec 97
         o large variety of bug fixes, patches, enhancements.

 1.0b1 - 29 Nov 97
         o  Many, many changes by Linas Vepstas to give double entry
            bookkeeping, sub-accounts, income/expense account types, and
            the beginnings of support for the QIF data format.
         o  All "non-standard" libraries needed for xacc (xbae, libhtmlw,
            and libComboBox) are now part of the xacc distribution, to
            make it easier to build xacc.
         o  Applied XbaeMatrixSetCursorPosition patch (needed for quickfill)
            to Linas's modified xbae src.  (So quickfill works again.)
         o  configure script to make it easier to build xacc.
         o  The environment variable XACC_HELP will tell xacc where to
            find the files for the hypertext help.  If XACC_HELP isn't
            set, xacc will default to "./Docs" as the help path.

 0.9 - 08 Sep 97
         o  Lots of code-cleanup.
         o  Adjust Balance window.
         o  Reconcile window!  Makes it easy to reconcile your account
            at the end of the month when you get your new bank statement.
         o  Hypertext, context sensitive help.  A pretty nice add-on,
            thanks to libhtmlw, from NCSA Mosaic.  (Now someone just
            has to write some decent help pages!)
         o  Fixed busy cursor.  Previously the code the switched cursors
            caused the program to crash, so it wasn't enabled.  Now it
            works, and is enabled.

 0.7 - 14 Jul 97
         o  Started adding support for account types other than "BANK".
            Still no support for Portfolio and Mutual accounts.  (They
            are greyed out in the "New Account" window for now.)
         o  Changed the balance field to use red/black text to denote
            negative/positive balance (instead of using a sign... If you
            define USE_NO_COLOR when compiling, it will revert to the
            old method of displaying a '-' in front of negative balances)
         o  Fixed bug in automatic transfers that cause the "From"
            account to always be the first account, and the "To" account
            to possibly be incorrect.  Also, added "[To: ]" "[From: ]"
            (with to account name, and from account name) to the start
            of the memo field, so you can keep track of where the money
            comes from/goes to.

 0.6 - 28 Jun 97
         o  Fixed balance/reconciled field (in bottom right corner
            of register window.  (It sorta works now, with lesstif.
            I don't know about motif... you have to leave the current
            transaction for the balances to be recalculated.)
         o  Rearranged directory structure... the source was growing
            to too many files to have it all in one directory.

 0.5 - 6 Jun 97    Mostly, minor bug fixes
         o  verifyDate  -- affects when accelerator keys in the
            register window cause the date to cross a year boundary
         o  Fixed handling of the date in the transfer window.  Before
            if the user pressed the "transfer" button with an incomplete
            date in the date field, the resulting date would be
            undefined.
         o  If the user doesn't enter data in the description field,
            The number field, the memo field, or one of the amount
            fields, the the new transaction isn't added when the
            user leaves the new transaction, or presses "Record"
         o  Now user is prevented from entering more than one '.'
            in the amount fields in the register and transfer windows.
            Also, the user is prevented from entering more than two
            '/' in the date field in the transfer window.
         o  Fixed a (very small) memory leak in the transfer window.
         o  Fixed a bug in the transfer window that resulted in a
            different amount subtracted from the "from" account as was
            added to the "to" account.
         o  Fixed bug that caused a segfault when deleting the last
            transaction in the register window.
         o  Now if the user is in the last transaction (the empty
            transaction) in the register window, the "Delete" button
            does not do anything.
 
 0.4 - 3 Jun 97
         o  Added "Balance" and "Reconciled" balance to the bottom
            right corner of the register window.  
         o  The main window uses an Xbae-Matrix widget now, instead
            of a list, in order to line up the account names, types,
            and balances in nice columns.
	
 0.2 - First (mostly) functional release.  Most of the buttons,
       and menu bar choices actually do something now.

 0.1 - First demo release.  Lots of buttons, and menu bar choices
       Don't do anything.  The register window is still pretty
       buggy.


