Add two new (well... changed) currencies.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@10967 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
David Hampton 2005-04-14 21:59:51 +00:00
parent 6143b19bf0
commit d0dc5e78bb
3 changed files with 23 additions and 2 deletions

View File

@ -1,8 +1,25 @@
2005-04-14 David Hampton <hampton@employees.org>
* src/engine/iso-4217-currencies.scm:
* src/engine/gnc-commodity.c: Update the Bulgarian Lev and add the
Malagasy Ariary.
2005-04-06 Christian Stimming <stimming@tuhh.de>
* po/rw.po, po/glossary/rw.po: Add Kinyarwanda translation by
Steven Michael Murphy <murf@e-tools.com>
2005-04-06 David Hampton <hampton@employees.org>
* src/bin/generate-gnc-script: Be vocal when using deprecated
guile functions.
* src/report/report-system/report-system.scm:
* src/report/utility-reports/utility-reports.scm:
* src/business/business-reports/business-reports.scm: Use
re-export instead of export for one function.
2005-04-02 Christian Stimming <stimming@tuhh.de>
* src/import-export/hbci/dialog-hbcitrans.c: Fix warning about

View File

@ -87,6 +87,8 @@ struct gnc_new_iso_code
{"PLZ", "PLN"}, /* Polish Zloty */
{"UAG", "UAH"}, /* Ukraine Hryvnia */
{"ILS", "NIS"}, /* New Israeli Shekel */
{"BGL", "BGN"}, /* Bulgarian Lev */
{"MGF", "MGA"}, /* Malagasy Ariary */
};
#define GNC_NEW_ISO_CODES \
(sizeof(gnc_new_iso_codes) / sizeof(struct gnc_new_iso_code))

View File

@ -37,7 +37,8 @@
( "Brazilian Real" "real" "centavo" "ISO4217" "BRL" "986" 100 100 ) ;; 1994 on
( "British Pound" "pound" "pence" "ISO4217" "GBP" "826" 100 100 )
( "Brunei Dollar" "dollar" "cent" "ISO4217" "BND" "096" 100 100 )
( "Bulgarian Lev" "lev" "stotinki" "ISO4217" "BGL" "100" 100 100 )
( "Bulgarian Lev" "lev" "stotinki" "ISO4217" "BGL" "100" 100 100 ) ;; replaced 1999
( "Bulgarian Lev" "lev" "stotinki" "ISO4217" "BGN" "975" 100 100 )
( "Burundi Franc" "franc" "centime" "ISO4217" "BIF" "108" 100 100 )
( "CFA Franc BEAC" "franc" "centime" "ISO4217" "XAF" "950" 100 100 )
( "CFA Franc BCEAO" "franc" "centime" "ISO4217" "XOF" "952" 100 100 )
@ -110,7 +111,8 @@
( "Luxembourg Franc" "franc" "centime" "ISO4217" "LUF" "442" 100 100 ) ;; through 1998
( "Macau Pataca" "pataca" "avo" "ISO4217" "MOP" "446" 100 100 )
( "Macedonian Denar" "denar" "deni" "ISO4217" "MKD" "807" 100 100 )
( "Malagasy Franc" "franc" "centime" "ISO4217" "MGF" "450" 500 500 )
( "Malagasy Ariary" "ariary" "iraimbilanja" "ISO4217" "MGA" "969" 200 200 )
( "Malagasy Franc" "franc" "centime" "ISO4217" "MGF" "450" 500 500 ) ;; replaced 2003-07-31
( "Malawi Kwacha" "kwacha" "tambala" "ISO4217" "MWK" "454" 100 100 )
( "Malaysian Ringgit" "ringgit" "sen" "ISO4217" "MYR" "458" 100 100 )
( "Maldive Rufiyaa" "rufiyaa" "lari" "ISO4217" "MVR" "462" 100 100 )