r15597 - gnucash/branches/2.0 - The New Turkish Lira changes from TRL to TRY in 2005. Fix #408442.

Derek Atkins warlord at cvs.gnucash.org
Sun Feb 18 00:22:54 EST 2007


Author: warlord
Date: 2007-02-18 00:22:54 -0500 (Sun, 18 Feb 2007)
New Revision: 15597
Trac: http://svn.gnucash.org/trac/changeset/15597

Modified:
   gnucash/branches/2.0/
   gnucash/branches/2.0/ChangeLog
   gnucash/branches/2.0/src/engine/gnc-commodity.c
   gnucash/branches/2.0/src/engine/iso-4217-currencies.scm
Log:
The New Turkish Lira changes from TRL to TRY in 2005.  Fix #408442.

Audit by hampton
Merge from r15581.



Property changes on: gnucash/branches/2.0
___________________________________________________________________
Name: svk:merge
   - 3889ce50-311e-0410-a464-f059747ec5d1:/local/gnucash/branches/2.0:697
d2ab10a8-8a95-4986-baff-8d511d9f15b2:/local/gnucash/branches/2.0:14162
d2ab10a8-8a95-4986-baff-8d511d9f15b2:/local/gnucash/trunk:13282
   + 3889ce50-311e-0410-a464-f059747ec5d1:/local/gnucash/branches/2.0:697
d2ab10a8-8a95-4986-baff-8d511d9f15b2:/local/gnucash/branches/2.0:14163
d2ab10a8-8a95-4986-baff-8d511d9f15b2:/local/gnucash/trunk:13282

Modified: gnucash/branches/2.0/ChangeLog
===================================================================
--- gnucash/branches/2.0/ChangeLog	2007-02-18 05:22:42 UTC (rev 15596)
+++ gnucash/branches/2.0/ChangeLog	2007-02-18 05:22:54 UTC (rev 15597)
@@ -1,3 +1,7 @@
+2007-02-18  Derek Atkins  <derek at ihtfp.com>
+
+	The New Turkish Lira changes from TRL to TRY in 2005.  Fix #408442.
+
 2007-02-18  Andreas Köhler  <andi5.py at gmx.net>
 
 	Make new windows the same size as the active one. Fix #341968.

Modified: gnucash/branches/2.0/src/engine/gnc-commodity.c
===================================================================
--- gnucash/branches/2.0/src/engine/gnc-commodity.c	2007-02-18 05:22:42 UTC (rev 15596)
+++ gnucash/branches/2.0/src/engine/gnc-commodity.c	2007-02-18 05:22:54 UTC (rev 15597)
@@ -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/branches/2.0/src/engine/iso-4217-currencies.scm
===================================================================
--- gnucash/branches/2.0/src/engine/iso-4217-currencies.scm	2007-02-18 05:22:42 UTC (rev 15596)
+++ gnucash/branches/2.0/src/engine/iso-4217-currencies.scm	2007-02-18 05:22:54 UTC (rev 15597)
@@ -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