[Gnucash-changes] Added quote sources for Indian Mutual Funds.

David Hampton hampton at cvs.gnucash.org
Sat May 8 01:27:29 EDT 2004


Log Message:
-----------
Added quote sources for Indian Mutual Funds.

Modified Files:
--------------
    gnucash:
        ChangeLog
    gnucash/src/engine:
        gnc-commodity.c

Revision Data
-------------
Index: ChangeLog
===================================================================
RCS file: /home/cvs/cvsroot/gnucash/ChangeLog,v
retrieving revision 1.1808
retrieving revision 1.1809
diff -LChangeLog -LChangeLog -u -r1.1808 -r1.1809
--- ChangeLog
+++ ChangeLog
@@ -1,3 +1,8 @@
+2004-05-07  David Hampton  <hampton at employees.org>
+
+	* src/engine/gnc-commodity.c: Added quote sources for Indian
+	Mutual Funds.
+
 2004-05-05  Derek Atkins  <derek at ihtfp.com>
 
 	* src/engine/iso-currencies-to-c: don't automatically try to
Index: gnc-commodity.c
===================================================================
RCS file: /home/cvs/cvsroot/gnucash/src/engine/gnc-commodity.c,v
retrieving revision 1.65
retrieving revision 1.66
diff -Lsrc/engine/gnc-commodity.c -Lsrc/engine/gnc-commodity.c -u -r1.65 -r1.66
--- src/engine/gnc-commodity.c
+++ src/engine/gnc-commodity.c
@@ -106,6 +106,7 @@
 
 static gnc_quote_source single_quote_sources[] = {
   { FALSE, 0, 0, "AEX", "AEX", "aex" },
+  { FALSE, 0, 0, "AMFI India", "AMFIINDIA", "amfiindia" },
   { FALSE, 0, 0, "ASX", "ASX", "asx" },
   { FALSE, 0, 0, "DWS", "DWS", "dwsfunds" },
   { FALSE, 0, 0, "Fidelity Direct", "FIDELITY_DIRECT", "fidelity_direct" },
@@ -131,6 +132,7 @@
   { FALSE, 0, 0, "Canada Mutual (Fund Library, ...)", "CANADAMUTUAL", "canadamutual" },
   { FALSE, 0, 0, "Dutch (AEX, ...)", "DUTCH", "dutch" },
   { FALSE, 0, 0, "Europe (Yahoo, ...)", "EUROPE", "europe" },
+  { FALSE, 0, 0, "India Mutual (AMFI, ...)", "INDIAMUTUAL", "indiamutual" },
   { FALSE, 0, 0, "Fidelity (Fidelity, ...)", "FIDELITY", "fidelity" },
   { FALSE, 0, 0, "Nasdaq (Yahoo, ...)", "NASDAQ", "nasdaq" },
   { FALSE, 0, 0, "NYSE (Yahoo, ...)", "NYSE", "nyse" },


More information about the Gnucash-changes mailing list