==================== 2.22.1 ====================

2007-10-14  Callum McKenzie  <callum@spooky-possum.org>

	* invest/quotes.py (QuoteUpdater.populate): 
	* invest/preferences.py (PrefsDialog.__init__): Sort the stocks
	list so we aren't stuck with the random list given by python's
	dict iterator. As per Matt Chisholm's patch in bug #460080. Also
	removed some commented-out old versions of some code (svn is for
	storing that sort of thing).

2007-10-13  Callum McKenzie  <callum@spooky-possum.org>

	* invest/quotes.py (QuoteUpdater.populate): Avoid a division by
	zero when nothing was paid for stocks. (Bug #459116)

	* invest/about.py (show_about): Removed a dead URL from the about
	dialog. Matt Chisholm/Andrew Burton (Bug #460087).

	* invest/applet.py (ProgramWindow.__init__): Make the pop-up
	window non-resizeable at the suggestion of Matt Chisholm (Bug
	#461345). This means that the window auto-sizes and takes into
	account space left by stocks removed from the drop-down list.

2007-07-30  Claude Paroz <claude@2xlibre.net>

	* invest/about.py: Corrected utf8 to utf-8. Fixes bug #459086.

2007-07-17  Jaap Haitsma  <jaap@haitsma.org>

	* invest/about.py: Use "program-name" property of GtkAboutdDialog.
	"name" does not work anymore in gtk 2.12

2007-05-07  Raphael Slinckx  <rslinckx@cvs.gnome.org>

	* invest/about.py:
	Update the encoding to be utf8

2007-05-07  Raphael Slinckx  <rslinckx@cvs.gnome.org>

	* invest/quotes.py:
	Fix error when yahoo returns N/A. Fixes bug #413603

2007-05-07  Raphael Slinckx  <rslinckx@cvs.gnome.org>

	* invest/widgets.py:
	Fix division by zero, and bug #397941.

2007-05-07  Raphael Slinckx  <rslinckx@cvs.gnome.org>

	* data/Makefile.am:
	* data/invest-chart.desktop.in:
	Remove installation of the desktop file. We're an applet after all.
	Fixes #372706.

2006-11-19  Kjartan Maraas  <kmaraas@gnome.org>

	* invest/applet.py: Fix a typo in a comment.

2006-11-11  Davyd Madeley  <davyd@madeley.id.au>

	* invest/chart.py:
	* invest/widgets.py:
	* invest/quotes.py:
	- don't import egg.trayicon, which is seemingly unused

2006-08-13  Davyd Madeley  <davyd@madeley.id.au>

	* data/Makefile.am:
	- correct location of executable in server file

	* data/art/Makefile.am:
	- change install location

	* invest/__init__.py:
	* invest/defs.py.in:
	- set GLADEDIR appropriately. Fixes #350412.

	* invest/about.py:
	- make Close button work, fixes #348684. Thanks to Ray Strode
	  <rstrode@redhat.com>
	
	* invest/applet.py:
	- get GConfClient before attempting to use it. Fixes #350445.

2006-08-12  Wouter Bolsterlee  <uws+gnome@xs4all.nl>

	* invest/defs.py.in:
	* invest/invest-applet.py:
	* invest/invest-chart:
	Added constants needed for gettext/localization and
	fixed the gettext initialization in the two main
	scripts. Fixes bug #350875.

2006-08-11  Wouter Bolsterlee  <uws+gnome@xs4all.nl>

	* data/invest-chart.desktop.in: Mark the application
	name for translation.

2006-07-09  Raphael Slinckx  <rslinckx@cvs.gnome.org>

	* invest/__init__.py:
	* invest/applet.py:
	* invest/preferences.py:
	* invest/quotes.py:
	* invest/widgets.py:
	Import old gtik settings when upgrading.
	Allow to use only for displaying ticker symbols (without portfolio values)
	by setting amout to 0

2006-05-22  Raphael Slinckx  <rslinckx@cvs.gnome.org>

	* data/Invest_Applet.xml:
	* data/financialchart.glade:
	* invest/__init__.py:
	* invest/applet.py:
	* invest/preferences.py:
	* invest/quotes.py:
	* invest/widgets.py:
	Change the applet aspect to not reveal sensitive infos. Use a colored
	square instead to indicate daily evolution.
	Allow more than one stock symbol in the pref list (one can have two goog
	stock, bought at different prices)
	Removed the $ appearence everywhere. This allows other currencies to play
	nicely. (There is still a problem when mixing currencies)
	Various fixes, typos.

 2006-04-13  Dennis Cranston  <dennis_cranston@yahoo.com>

 	* data/financialchart.glade:  HIG fixes: capitalization and
 	menmonics.

2006-04-17  Raphael Slinckx  <rslinckx@cvs.gnome.org>

	* invest/__init__.py:
	* invest/applet.py:
	* invest/chart.py:
	* invest/defs.py.in:
	More build fixes, add glade path where needed, find the applet menu xml
	file

2006-04-13  Raphael Slinckx  <rslinckx@cvs.gnome.org>

	* invest/Makefile.am:
	* invest/__init__.py:
	* invest/defs.py.in:
	* invest/invest-applet.py:
	Build fixes

2006-04-13  Raphael Slinckx  <rslinckx@cvs.gnome.org>

	* AUTHORS:
	* COPYING:
	* INSTALL:
	* Makefile.am:
	* README:
	Remove unneeded files

