AUDIT: r15581 - gnucash/trunk - The New Turkish Lira changes from TRL to TRY in 2005.

Derek Atkins warlord at cvs.gnucash.org
Thu Feb 15 15:22:51 EST 2007


Author: warlord
Date: 2007-02-15 15:22:49 -0500 (Thu, 15 Feb 2007)
New Revision: 15581
Trac: http://svn.gnucash.org/trac/changeset/15581

Modified:
   gnucash/trunk/
   gnucash/trunk/src/engine/gnc-commodity.c
   gnucash/trunk/src/engine/iso-4217-currencies.scm
Log:
The New Turkish Lira changes from TRL to TRY in 2005.
BP



Property changes on: gnucash/trunk
___________________________________________________________________
Name: svk:merge
   - 3889ce50-311e-0410-a464-f059747ec5d1:/local/gnucash/branches/swig-redo:802
3889ce50-311e-0410-a464-f059747ec5d1:/local/gnucash/trunk:1037
d2ab10a8-8a95-4986-baff-8d511d9f15b2:/local/gnucash/trunk:14082
d2ab10a8-8a95-4986-baff-8d511d9f15b2:/local/gnucash/trunk2:13366
   + 3889ce50-311e-0410-a464-f059747ec5d1:/local/gnucash/branches/swig-redo:802
3889ce50-311e-0410-a464-f059747ec5d1:/local/gnucash/trunk:1037
d2ab10a8-8a95-4986-baff-8d511d9f15b2:/local/gnucash/trunk:14146
d2ab10a8-8a95-4986-baff-8d511d9f15b2:/local/gnucash/trunk2:13366

Modified: gnucash/trunk/src/engine/gnc-commodity.c
===================================================================
--- gnucash/trunk/src/engine/gnc-commodity.c	2007-02-14 14:43:18 UTC (rev 15580)
+++ gnucash/trunk/src/engine/gnc-commodity.c	2007-02-15 20:22:49 UTC (rev 15581)
@@ -89,6 +89,7 @@
   {"UAG", "UAH"}, /* Ukraine Hryvnia */
   {"ILS", "NIS"}, /* New Israeli Shekel */
   {"MXP", "MXN"}, /* Mexican (Nuevo) Peso */
+  {"TRL", "TRY"}, /* New Turkish Lira: changed 2005 */
 
   /* Only add currencies to this table when the old currency no longer
    * exists in the file iso-4217-currencies.scm */

Modified: gnucash/trunk/src/engine/iso-4217-currencies.scm
===================================================================
--- gnucash/trunk/src/engine/iso-4217-currencies.scm	2007-02-14 14:43:18 UTC (rev 15580)
+++ gnucash/trunk/src/engine/iso-4217-currencies.scm	2007-02-15 20:22:49 UTC (rev 15581)
@@ -5,6 +5,11 @@
 ;;
 ;; This file is not currently used at runtime.  It's used to generate
 ;; the contents of iso-4217-currencies.c.
+;;
+;; You can find Currency Information from the following sites: 
+;;   http://www.evertype.com/standards/iso4217/iso4217-en.html
+;;   http://www.xe.com/iso4217.htm
+;;   http://www.thefinancials.com/vortex/CurrencyFormats.html
 
 ( "Afghanistan Afghani" "afghani" "pul" "ISO4217" "AFA" "004" 100 100 )
 ( "Albanian Lek" "lek" "qindarka" "ISO4217" "ALL" "008" 100 100 )
@@ -178,7 +183,7 @@
 ( "Tongan Pa'anga" "Pa'anga" "seniti" "ISO4217" "TOP" "776" 100 100 )
 ( "Trinidad and Tobago Dollar" "dollar" "cent" "ISO4217" "TTD" "780" 100 100 )
 ( "Tunisian Dinar" "dinar" "milleme" "ISO4217" "TND" "788" 1000 1000 )
-( "Turkish Lira" "lira" "kuru" "ISO4217" "TRL" "792" 1 1)
+( "Turkish New Lira" "lira" "kuru" "ISO4217" "TRY" "949" 100 100)
 ( "Turkmenistan Manat" "manat" "tenga" "ISO4217" "TMM" "795" 100 100 )
 ( "US Dollar" "dollar" "cent" "ISO4217" "USD" "840" 100 100 )
 ( "Uganda Shilling" "shilling" "cent"  "ISO4217" "UGX" "800" 100 100  )



More information about the gnucash-changes mailing list