summaryrefslogtreecommitdiff
path: root/localedata/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'localedata/ChangeLog')
-rw-r--r--localedata/ChangeLog154
1 files changed, 154 insertions, 0 deletions
diff --git a/localedata/ChangeLog b/localedata/ChangeLog
index 0a916809b8..05ccd90dd6 100644
--- a/localedata/ChangeLog
+++ b/localedata/ChangeLog
@@ -1,3 +1,157 @@
+2016-02-08 Mike Frysinger <vapier@gentoo.org>
+
+ * locales/an_ES: Convert to UTF-8 encodings.
+ * locales/cs_CZ: Likewise.
+ * locales/gl_ES: Likewise.
+ * locales/gv_GB: Likewise.
+ * locales/ku_TR: Likewise.
+ * locales/kw_GB: Likewise.
+ * locales/sk_SK: Likewise.
+ * locales/so_DJ: Likewise.
+ * locales/so_ET: Likewise.
+ * locales/so_KE: Likewise.
+ * locales/so_SO: Likewise.
+ * locales/sv_SE: Likewise.
+ * locales/wo_SN: Likewise.
+ * locales/zh_HK: Likewise.
+
+2016-01-08 Mike Frysinger <vapier@gentoo.org>
+
+ [BZ #16495]
+ * locales/nl_NL (date_fmt): Rewrite.
+
+2016-01-07 Marko Myllynen <myllynen@redhat.com>
+
+ * gen-locale.sh: Remove space after shebang.
+ * sort-test.sh: Likewise.
+ * tst-ctype.sh: Likewise.
+ * tst-fmon.sh: Likewise.
+ * tst-langinfo.sh: Likewise.
+ * tst-locale.sh: Likewise.
+ * tst-numeric.sh: Likewise.
+ * tst-rpmatch.sh: Likewise.
+ * tst-trans.sh: Likewise.
+
+2016-01-04 Joseph Myers <joseph@codesourcery.com>
+
+ * All files with FSF copyright notices: Update copyright dates
+ using ../scripts/update-copyrights.
+
+2015-12-29 Mike Frysinger <vapier@gentoo.org>
+
+ [BZ #19198]
+ * locales/nl_NL@euro (LC_MEASUREMENT): Copy from nl_NL.
+
+2015-12-29 Damyan Ivanov <dam+gnu@ktnx.net>
+
+ [BZ #19385]
+ * locales/bg_BG (t_fmt): Change U002C (comma) to U003A (colon).
+ (t_fmt_ampm): Likewise.
+
+2015-12-11 Joseph Myers <joseph@codesourcery.com>
+
+ [BZ #18491]
+ * unicode-gen/unicode_utils.py (to_upper_turkish): New function.
+ (to_lower_turkish): Likewise.
+ * unicode-gen/gen_unicode_ctype.py (output_tables): Support
+ producing output with Turkish case conversions.
+ (--turkish): New command-line option.
+ * unicode-gen/Makefile (GENERATED): Add tr_TR.
+ (tr_TR): New rule.
+ * locales/tr_TR: Regenerate LC_CTYPE.
+
+2015-12-09 Mike FABIAN <mfabian@redhat.com>
+
+ [BZ 18568]
+ * unicode-gen/Makefile (UNICODE_VERSION): Set to 8.0.0.
+ * unicode-gen/UnicodeData.txt: Update to Unicode 8.0.0 release.
+ * unicode-gen/DerivedCoreProperties.txt: Likewise.
+ * unicode-gen/EastAsianWidth.txt: Likewise.
+ * unicode-gen/gen_translit_combining.py (is_combining_remove):
+ Ignore AHOM or SIGNWRITING combining characters.
+ * charmaps/UTF-8: Regenerate.
+ * locales/i18n: Regenerate.
+ * locales/translit_circle: Regenerate.
+ * locales/translit_cjk_compat: Regenerate.
+ * locales/translit_combining: Regenerate.
+ * locales/translit_compat: Regenerate.
+ * locales/translit_font: Regenerate.
+ * locales/translit_fraction: Regenerate.
+
+ [BZ #89]
+ * locales/da_DK: Add more transliteration rules.
+ * locales/nb_NO: Likewise.
+ * locales/sv_SE: Likewise.
+
+ [BZ #16061]
+ * unicode-gen/unicode_utils.py: New file.
+ * unicode-gen/gen_translit_circle.py: New file.
+ * unicode-gen/gen_translit_cjk_compat.py: New file.
+ * unicode-gen/gen_translit_combining.py: New file.
+ * unicode-gen/gen_translit_compat.py: New file
+ * unicode-gen/gen_translit_font.py: New file.
+ * unicode-gen/gen_translit_fraction.py: New file.
+ * unicode-gen/gen_unicode_ctype.py: Use unicode_utils.py.
+ * unicode-gen/utf8_compatibility.py: Likewise.
+ * unicode-gen/utf8_gen.py: Likewise.
+ * unicode-gen/Makefile (GENERATED): Add translit_combining
+ translit_compat translit_circle translit_cjk_compat translit_font
+ translit_fraction.
+ (install): Install translit_combining translit_compat translit_circle
+ translit_cjk_compat translit_font translit_fraction.
+ (UTF-8-report): Reference UnicodeData.txt and EastAsianWidth.txt.
+ (translit_combining): New target.
+ (translit_compat): New target.
+ (translit_circle): New target.
+ (translit_cjk_compat): New target.
+ (translit_font): New target.
+ (translit_fraction): New target.
+ * locales/translit_circle: Regenerate.
+ * locales/translit_cjk_compat: Regenerate.
+ * locales/translit_combining: Regenerate.
+ * locales/translit_compat: Regenerate.
+ * locales/translit_font: Regenerate.
+ * locales/translit_fraction: Regenerate.
+
+2015-12-09 Mike FABIAN <mfabian@redhat.com>
+ Marko Myllynen <myllynen@redhat.com>
+
+ * locales/translit_neutral: Change Ö U+00D6 LATIN CAPITAL LETTER O WITH
+ STROKE → O (instead of → OE). Change ö U+00F6 LATIN SMALL LETTER O WITH
+ STROKE → o (instead of → oe). Add ₹ U+20B9 INDIAN RUPEE SIGN → INR.
+ Add ₫ U+20AB DONG SIGN → Dong (in addition to "₫ → Đồng").
+ Synchronize with CLDR Latin-ASCII.xml, and community suggestions.
+
+2015-10-17 Gunnar Hjalmarsson <gunnarhj@ubuntu.com>
+
+ [BZ #18953]
+ * locales/lt_LT: Change currency to the Euro.
+
+2015-10-17 Egmont Koblinger <egmont@gmail.com>
+
+ [BZ #18918]
+ * locales/hu_HU: Change time separator to colon.
+
+2015-08-18 Marko Myllynen <myllynen@redhat.com>
+
+ [BZ #16973]
+ * locales/eu_ES: Fix lang_lib.
+ * locales/lb_LU: Likewise.
+ * locales/my_MM: Likewise.
+ * locales/sr_ME: Likewise.
+ * locales/sr_RS: Likewise.
+ * locales/sr_RS@latin: Likewise.
+ * locales/tr_TR: Likewise.
+ * locales/lo_LA: Fix lang_term.
+ * locales/km_KH: Fix lang_ab, lang_term, lang_lib.
+
+2015-08-07 Arslanbek Astemirov <astemirow@mail.ru>
+
+ [BZ #18618]
+ * locales/ce_RU (LC_IDENTIFICATION): Fix language.
+ (LC_TIME): Set first_weekday and first_workday.
+ (LC_NUMERIC): Copy ru_RU.
+
2015-07-21 Khem Raj <raj.khem@gmail.com>
[BZ #17475]