changelog updated
authorDaniel Martin Yerga <yerga@debian.(none)>
Thu, 21 May 2009 17:01:39 +0000 (19:01 +0200)
committerDaniel Martin Yerga <yerga@debian.(none)>
Thu, 21 May 2009 17:01:39 +0000 (19:01 +0200)
debian/changelog
stockthis.py

index 9febbfb..b618e66 100644 (file)
@@ -1,3 +1,25 @@
+stockthis (0.2-1) unstable; urgency=low
+
+  * Added some instruments suggested by M. W.
+
+  * Changed the name for Instruments, Quote, Graph.
+
+  * Replacing & character setting the title of the quotes view. Else pango fails.
+
+  * Fix the bad calculated percent value.
+
+  * Fix Fremantle menu, its signal it's 'clicked'.
+
+  * Smaller font for Instruments view.
+
+  * Show error if fails to get internet data.
+
+  * Added grid lines to the components treeview.
+
+  * Added mibtel, ftse250 markets.
+
+ -- Daniel Martin Yerga <dyerga@gmail.com>  Wed, 20 May 2008 19:30:33 +0200
+
 stockthis (0.1-1) unstable; urgency=low
 
   * First Version
 stockthis (0.1-1) unstable; urgency=low
 
   * First Version
index 33de384..0fa9352 100644 (file)
@@ -38,7 +38,7 @@ except:
 from marketdata import markets, idmarket, localmarkets, localids
 
 #TODO: detect if running in Fremantle
 from marketdata import markets, idmarket, localmarkets, localids
 
 #TODO: detect if running in Fremantle
-FREMANTLE=False
+FREMANTLE=True
 
 #detect if is ran locally or not
 import sys
 
 #detect if is ran locally or not
 import sys