2006-09-03 Niklas Knutsson  <nq@altern.org>

	* Manual updates
	* Minor polishing

2006-09-02 Niklas Knutsson  <nq@altern.org>

	* Updated icons

2006-09-01 Niklas Knutsson  <nq@altern.org>

	* German translation (Martin F. Hohenberg <martin.hohenberg@gmail.com>, Elias Probst <elias.probst@gmx.de>)
	* Update cvs.sh for autoconf 2.6
	* Fix de.po

2006-08-27 Niklas Knutsson  <nq@altern.org>

	* Miscellaneous fixes
	* Postpone option in confirm schedule dialog
	* Manual updates
	* Close confirm schedule dialog if no transactions are left

2006-08-22 Niklas Knutsson  <nq@altern.org>

	* QIF export fixes
	* Handle non-standard (local) QIF type names
	* Fix QIF import and export of splits
	* Update Swedish translation
	* Updated french translation (Jérôme Rapinat <gnupower@hotmail.fr>, Antoine Rodriguez <antoiner@gmail.com>)
	* Minor fixes and polishing

2006-08-21 Niklas Knutsson  <nq@altern.org>

	* QIF import of securities
	* Securities type "Other"
	* QIF export
	* Require unique and non-empty names for accounts of the same type
	* Fix crash when selecting initial balance item in ledger dialog
	* Fix and extend date update when current date changes

2006-08-20 Niklas Knutsson  <nq@altern.org>

	* Enhanced splits
	* Join and split up actions
	* Enhanced account ledger
	* Possibility to specify price of share separately, so the total cost/income can include fees
	* Add quantity input to refund/repayment dialog
	* Add percents to legend texts and decrease margins in categories comparison chart
	* QIF import of splits

2006-08-19 Niklas Knutsson  <nq@altern.org>

	* Splits

2006-08-18 Niklas Knutsson  <nq@altern.org>

	* Add comments entry to refund/repayment dialog

2006-08-17 Niklas Knutsson  <nq@altern.org>

	* Refunds and repayments
	* Enhanced date and number format handling for csv import
	* Enhanced QIF import
	* Ask save on quit (use close() instead of kapp->quit())

2006-08-16 Niklas Knutsson  <nq@altern.org>

	* Update securities when account has been deleted
	* Auto-save with crash recovery
	* Fix crash when removing account with security transactions
	* Backup on save
	* Add do not ask again option to save? dialog on exit
	* Revert menu item

2006-08-15 Niklas Knutsson  <nq@altern.org>

	* Continue QIF import work
	* Account ledger dialog
	* Fix balancing crash when to date is in the same month as but before current date
	* Switch securities and accounts period to date to current date if date changes and to date was current date
	* Fix move to account selection

2006-08-14 Niklas Knutsson  <nq@altern.org>

	* Update change column when transaction added or changed
	* Fix changing date of transaction with future date

2006-08-13 Niklas Knutsson  <nq@altern.org>

	* Work on QIF import begun
	* Updated french translation (Jérôme Rapinat <gnupower@hotmail.fr>)
	* French manual (Jérôme Rapinat <gnupower@hotmail.fr>)
	* Use pow(10, x) instead of exp10(x)
	* Fix crash with no from date in accounts view and empty (or no) accounts

2006-08-11 Niklas Knutsson  <nq@altern.org>

	* French translation (Jérôme Rapinat <gnupower@hotmail.fr>)
	* Alternative for credit and debit in different columns
	* Auto first row option for csv import
	* More flexible value and date reading in csv file
	* Miscellaneous...

2006-08-08 Niklas Knutsson  <nq@altern.org>

	* Begin documentation
	* Add option to show Profits line in over time chart

2006-08-07 Niklas Knutsson  <nq@altern.org>

	* i18n fixes
	* Finish Swedish translation

2006-08-04 Niklas Knutsson  <nq@altern.org>

	* Fix calculation of remaining budget when from date is after current date
	* Display as previous budget result the result for the month before selected month

2006-08-03 Niklas Knutsson  <nq@altern.org>

	* Use button menus for period selection, schedule buttons, and security transactions
	* Move next/previous year/month buttons up in accounts view
	* Payees/payers for over time chart

2006-08-02 Niklas Knutsson  <nq@altern.org>

	* Change focus order to put quantity after value
	* Call layout() for KButtonBox

2006-07-31 Niklas Knutsson  <nq@altern.org>

	* Use quantity instead of count
	* Replace "Daily" with "Average" statistic
	* Fix resizing issues
	* More flexible reports

2006-07-30 Niklas Knutsson  <nq@altern.org>

	* More flexible charts
	* Optional Payee/Payer and Quantity parameters for expenses/incomes

2006-07-29 Niklas Knutsson  <nq@altern.org>

	* Budget edit tab in accounts view
	* Select period combo
	* By default set to date to current date
	* Lots more...

2006-07-27 Niklas Knutsson  <nq@altern.org>

	* Normally do not show incomplete months (possibly first and current) in development over time report
	* Ability to set budget separately for each month
	* Budget account property for accounts
	* Show budgeted value (if greater than scheduled transactions) for future value and change of accounts

2006-07-26 Niklas Knutsson  <nq@altern.org>

	* Add option to compare accounts in categories comparison chart

2006-07-25 Niklas Knutsson  <nq@altern.org>

	* Work around Hebrew, Hijri and Jalali addMonths() bug
	* Check length of month names
	* Fix calculation of total change for securities accounts
	* Fix checking of todays schedule

2006-07-24 Niklas Knutsson  <nq@altern.org>

	* Change name to Eqonomize!
	* Make report and chart dialogs non-modal
	* Month selector instead of date edit for over time chart
	* Only confirm scheduled transactions occurring the current date if time is after 18.00
	* Some bug and tweaks fixes

2006-07-23 Niklas Knutsson  <nq@altern.org>

	* Categories comparison chart
	* Over time chart
	* Don't use "words" in date picker popup as future dates is not very useful

2006-07-22 Niklas Knutsson  <nq@altern.org>

	* Use KCalenderSystem everywhere and avoid assumptions based on the gregorian calendar
	* Add some more valid recurrence checks
	* Security trade (buy and sell in the same transaction)

2006-07-21 Niklas Knutsson  <nq@altern.org>

	* Use comma as delimiter and put values in quotes, when saving csv file
	* Import of CSV files

2006-07-20 Niklas Knutsson  <nq@altern.org>

	* "Development Over Time" and "Categories Comparison" reports

2006-07-19 Niklas Knutsson  <nq@altern.org>

	* Add daily average to transactions statisitcs
	* Printing