diff --git a/ChangeLog b/ChangeLog index d3f274f9f1..b48b018b37 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,8 +1,25 @@ +2005-04-14 David Hampton + + * 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 * po/rw.po, po/glossary/rw.po: Add Kinyarwanda translation by Steven Michael Murphy +2005-04-06 David Hampton + + * 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 * src/import-export/hbci/dialog-hbcitrans.c: Fix warning about diff --git a/src/engine/gnc-commodity.c b/src/engine/gnc-commodity.c index e028cddd03..bb021653d7 100644 --- a/src/engine/gnc-commodity.c +++ b/src/engine/gnc-commodity.c @@ -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)) diff --git a/src/engine/iso-4217-currencies.scm b/src/engine/iso-4217-currencies.scm index d06549b34d..5697a4369f 100644 --- a/src/engine/iso-4217-currencies.scm +++ b/src/engine/iso-4217-currencies.scm @@ -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 )