[Gnucash-changes] Add the new Romanian Leu.

David Hampton hampton at cvs.gnucash.org
Sun Jul 10 20:26:12 EDT 2005


Log Message:
-----------
Add the new Romanian Leu.

Modified Files:
--------------
    gnucash:
        ChangeLog
    gnucash/src/engine:
        iso-4217-currencies.scm

Revision Data
-------------
Index: ChangeLog
===================================================================
RCS file: /home/cvs/cvsroot/gnucash/ChangeLog,v
retrieving revision 1.1908
retrieving revision 1.1909
diff -LChangeLog -LChangeLog -u -r1.1908 -r1.1909
--- ChangeLog
+++ ChangeLog
@@ -1,3 +1,7 @@
+2005-07-10  David Hampton  <hampton at employees.org>
+
+	* src/engine/iso-4217-currencies.scm: Add the new Romanian Leu.
+
 2005-05-23  Christian Stimming  <stimming at tuhh.de>
 
 	* src/import-export/hbci/dialog-hbcitrans.c: Fix handling of debit
Index: iso-4217-currencies.scm
===================================================================
RCS file: /home/cvs/cvsroot/gnucash/src/engine/iso-4217-currencies.scm,v
retrieving revision 1.12
retrieving revision 1.13
diff -Lsrc/engine/iso-4217-currencies.scm -Lsrc/engine/iso-4217-currencies.scm -u -r1.12 -r1.13
--- src/engine/iso-4217-currencies.scm
+++ src/engine/iso-4217-currencies.scm
@@ -143,7 +143,8 @@
 ( "Polish Zloty" "zloty" "groszy" "ISO4217" "PLN" "985" 100 100 )
 ( "Portuguese Escudo" "escudo" "centavo" "ISO4217" "PTE" "620" 100 100 ) ;; through 1998
 ( "Qatari Rial" "rial" "dirham" "ISO4217" "QAR" "634" 100 100 )
-( "Romanian Leu" "leu" "bani"  "ISO4217" "ROL" "642" 100 100 )
+( "Romanian Leu" "leu" "bani"  "ISO4217" "ROL" "642" 100 100 ) ;; through 2005-06
+( "Romanian Leu" "leu" "bani"  "ISO4217" "RON" "946" 100 100 ) ;; from 2005-07
 ( "Russian Rouble" "rouble" "kopek" "ISO4217" "RUR" "810" 100 100 )
 ( "Rwanda Franc" "franc" "centime" "ISO4217" "RWF" "646" 100 100 )
 ( "Samoan Tala" "tala" "sene" "ISO4217" "WST" "882" 100 100 )


More information about the gnucash-changes mailing list