VERSION 0.6.2
2000-09-30
	* fixed accounts not displaying parent-child order in accountchooser

	
VERSION 0.6.1
2000-09-15
	* added reporting from command line
	* fixed incorrectly incrementing numbers for checking accounts
	* fixed transactions not being deleted by deleting accounts
	* fixed instability in split transaction dialog with many splits
	* fixed memorized transactions not restoring after a save
	* removed NUMACCTS from config file
	* removed QHaccTransactionManager class
	
VERSION 0.6
2000-08-26
	* added customizable default transaction type per account
	* added rudimentary reporting
	* fixed split transaction dialog summations
	* fixed occasional segfaulting in pie charts
	* fixed focus bug in date fields when using European date formats
	* fixed wrong balance calculation in reconcile window
	* changed QHaccAccountManager object into a singleton
	* changed return type of Prefs::getTransTypes() and getSymbol()
	* changed transaction vs account architecture
	* changed all account types to mimic accepted accounting principles
	* removed maxsplits restriction from all dialogs (unstable)
	
VERSION 0.5.3
2000-07-16
	* fixed delayed repaint in account chooser when changing alt color
	* fixed confusing display for predefined transaction types
	* changed qt2 search path in configure.in to include /usr/local/qt2
	* changed Prefs object into a singleton
	
VERSION 0.5.2
2000-06-12
	* fixed reconcile window account balances
	* fixed date-display bug in reconcile window when changing date format
	* fixed highlighting problem in account chooser when changing font
	* fixed broken cron mode when not explicitly calling a split trans
	
VERSION 0.5.1
2000-06-03
	* added support for copy and paste transactions
	* added user-configurable transaction types
	
VERSION 0.5
2000-04-12
	* added ability for scheduled transactions to have amounts based on
	  account balance
	* fixed intermittant segfaulting on destruction
	
VERSION 0.4.3a
2000-04-10
	* fixed bug that made interface unusable if the config file did not
	  exist

VERSION 0.4.3
2000-04-10
	* added support for sub-accounts
	* added --balances to command line
	* fixed "cannot connect to X Server" in --cron and --archive modes
	* fixed bad balance calc on expense accounts after restores
	* fixed account contact information not being saved
	* improved command line flexibility
	
VERSION 0.4.2
2000-03-30
	* added -f option to set QHACC_HOME from command-line
	* added --restore mode for restoring archived transactions
	* fixed archives being placed in pwd instead of QHACC_HOME
	* fixed duplicate IDs when creating new accounts
	* changed most command line arguments

VERSION 0.4.1
2000-03-20
	* added bar, twobar (income vs. expense), and pie graphs
	* added graph decoration variable to preferences
	* changed default graph dates to current year instead of current day
	
VERSION 0.4
2000-03-16
	* added autoconf support
	* added --archive mode for archiving old transactions
	* added graphing framework and line graph
	* improved QHaccDateEdit to emit dateChanged() signal
	* changed tab order on reconcile window
	* changed args to qhaccvector::length() to support graphing
	* changed html dir to docs
	* removed MAJOR_, MINOR_, and MICRO_ VERSION from globals.h (replaced
	  by VERSION in config.h)

VERSION 0.3.1
2000-02-23
	* added some documentation webpages
	* fixed small bug in relinking split transactions
	* fixed segfault when deleting some transactions
	* fixed bug that allowed user to delete off-screen transactions via
	  the keyboard
	* fixed bug that made recovery from a crash while saving very difficult
	* fixed segfaulting when deleting the last account
	* fixed recalculation of expense account balances
	* fixed currency symbol not getting saved
	* changed behaviour of "edit account" in account chooser popup
	* changed behaviour of split transactions in displaying their sums
	* changed reconcile window so that changing the ending date changes the
	  opening balance
	
VERSION 0.3
2000-02-20
	* added --cron mode to faciltate scheduled transactions
	* added preferences dialog for font, colors, date format,
	  currency symbol, and max splits per transaction
	* fixed highlighting bug in the account chooser
	* removed unnecessary repaints from account chooser
	* removed unnecessary repaints from account viewers
	* removed all global variables
	
VERSION 0.2.8
2000-02-15
	* added CSYM to globals.h to allow different currency symbols (I'm
	  going to move it to the preferences dialog, whenever I get one.)
	* fixed bug that crashed system if an account was deleted while it was
	  being reconciled.
	* fixed bug that omitted double-entry account from memorized
	  transactions in some instances.
	* removed obsolete QHaccClickableLabel class
	* improved type-ahead textbox functionality
	* improved date box functionality for easy date selections
	* changed behaviour of double-entry transactions when switching to
	  single-entry bookkeeping
	
VERSION 0.2.7
2000-02-13
	* fixed bug that made split transactions unstable
	* removed spaghetti code from the transaction-editing flow
	
2000-01-28
	* removed unnecessary calculations from accounts
	* fixed bug that made chooser ignore new account created
	
VERSION 0.2.6a
2000-01-25
	* fixed bug that crashed program if a memorized transaction was
	  inserted into a newly created account

VERSION 0.2.6
2000-01-24
	* added account chooser
	* added support for memorized transactions
	* removed account manager dialog
	* removed side buttons in main display
	* removed differentiation between showing and non-showing accounts
	* removed redundant pair-checking during load

2000-01-18
	* changed reconcile window layout and functionality
	* removed extra refreshes from after a reconcile window closed
	
VERSION 0.2.5
2000-01-16
	* added guidelines to account view
	* removed all functionality from QHaccTransactionManager except load

2000-01-14
	* added split transaction capability
	* added window geometry to the config file for the main window
	* changed transaction file format slightly to facilitate split
	  transactions. This is the last format change, I swear!
	
2000-01-10 
	* reorganized header and source files to make classes more obvious

2000-01-07 
	* removed resort from QhaccTransactionManager::load
	
VERSION 0.2.1
1999-12-30
	* added MICRO_VERSION to qhacc.h
	* changed transaction save file to include pair and pair owner
	information. This is used to speed up loading.
	
VERSION 0.2
	inital release
