_nl_find_locale: Improve handling of crafted locale names [BZ #17137]
[platform/upstream/linaro-glibc.git] / localedata / ChangeLog
1 2014-07-02  Florian Weimer  <fweimer@redhat.com>
2
3         * tst-setlocale3.c: New file.
4         * Makefile (tests): Add tst-setlocale3.
5         (tst-setlocale3-ENV): New variable.
6
7 2014-06-20  Stefan Liebler  <stli@linux.vnet.ibm.com>
8
9         * Makefile (LOCALES): Add en_GB.UTF-8.
10
11 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
12
13         * Makefile (LOCALEDEF): Use $(rtld-prefix).
14
15 2014-06-09  Joseph Myers  <joseph@codesourcery.com>
16
17         * Makefile (test-srcs): Remove tst-mbswcs1, tst-mbswcs2,
18         tst-mbswcs3, tst-mbswcs4, tst-mbswcs5 and tst-wctype.
19         (generated): Remove tst-mbswcs.out.
20         (tests): Add tst-mbswcs1, tst-mbswcs2, tst-mbswcs3, tst-mbswcs4,
21         tst-mbswcs5 and tst-wctype.
22         (tests-special): Remove $(objpfx)tst-mbswcs.out and
23         $(objpfx)tst-wctype.out.
24         ($(objpfx)tst-mbswcs.out): Remove rule.
25         ($(objpfx)tst-wctype.out): Likewise.
26         (tst-wctype-ENV): New variable.
27         * tst-mbswcs.sh: Remove file.
28         * tst-wctype.sh: Likewise.
29
30 2014-06-07  Joseph Myers  <joseph@codesourcery.com>
31
32         * tst-fmon.sh: Don't set LANGUAGE.
33         * tst-locale.sh: Likewise.
34
35 2014-06-06  Joseph Myers  <joseph@codesourcery.com>
36
37         * Makefile ($(addprefix $(objpfx),$(CTYPE_FILES))): Use
38         $(built-program-cmd-before-env), $(run-program-env) and
39         $(built-program-cmd-after-env).
40         ($(objpfx)sort-test.out): Use $(test-program-prefix-before-env),
41         $(run-program-env) and $(test-program-prefix-after-env).
42         ($(objpfx)tst-fmon.out): Use $(run-program-prefix-before-env),
43         $(run-program-env) and $(run-program-prefix-after-env).
44         ($(objpfx)tst-locale.out): Use $(built-program-cmd-before-env),
45         $(run-program-env) and $(built-program-cmd-after-env).
46         ($(objpfx)tst-trans.out): Use $(run-program-prefix-before-env),
47         $(run-program-env), $(run-program-prefix-after-env),
48         $(test-program-prefix-before-env) and
49         $(test-program-prefix-after-env).
50         ($(objpfx)tst-ctype.out): Use $(test-program-cmd-before-env),
51         $(run-program-env) and $(test-program-cmd-after-env).
52         ($(objpfx)tst-wctype.out): Likewise.
53         ($(objpfx)tst-langinfo.out): Likewise.
54         ($(objpfx)tst-langinfo-static.out): Likewise.
55         * gen-locale.sh: Use localedef_before_env, run_program_env and
56         localedef_after_env arguments.
57         * sort-test.sh: Use test_program_prefix_before_env,
58         run_program_env and test_program_prefix_after_env arguments.
59         * tst-ctype.sh: Use tst_ctype_before_env, run_program_env and
60         tst_ctype_after_env arguments.
61         * tst-fmon.sh: Use run_program_prefix_before_env, run_program_env
62         and run_program_prefix_after_env arguments.
63         * tst-langinfo.sh: Use tst_langinfo_before_env, run_program_env
64         and tst_langinfo_after_env arguments.
65         * tst-locale.sh: Use localedef_before_env, run_program_env and
66         localedef_after_env arguments.
67         * tst-mbswcs.sh: Do not set environment variables explicitly.
68         * tst-numeric.sh: Likewise.
69         * tst-rpmatch.sh: Likewise.
70         * tst-trans.sh: Use run_program_prefix_before_env,
71         run_program_env, run_program_prefix_after_env,
72         test_program_prefix_before_env and test_program_prefix_after_env
73         arguments.
74         * tst-wctype.sh: Use tst_wctype_before_env, run_program_env and
75         tst_wctype_after_env arguments.
76
77 2014-06-05  Andreas Schwab  <schwab@suse.de>
78
79         [BZ #16095]
80         * SUPPORTED: Add uz_UZ.UTF-8/UTF-8.
81
82 2014-06-05  Joseph Myers  <joseph@codesourcery.com>
83
84         * Makefile (TEST_MBWC_ENV): Remove variable.
85         (tst_iswalnum-ENV): Likewise.
86         (tst_iswalpha-ENV): Likewise.
87         (tst_iswcntrl-ENV): Likewise.
88         (tst_iswctype-ENV): Likewise.
89         (tst_iswdigit-ENV): Likewise.
90         (tst_iswgraph-ENV): Likewise.
91         (tst_iswlower-ENV): Likewise.
92         (tst_iswprint-ENV): Likewise.
93         (tst_iswpunct-ENV): Likewise.
94         (tst_iswspace-ENV): Likewise.
95         (tst_iswupper-ENV): Likewise.
96         (tst_iswxdigit-ENV): Likewise.
97         (tst_mblen-ENV): Likewise.
98         (tst_mbrlen-ENV): Likewise.
99         (tst_mbrtowc-ENV): Likewise.
100         (tst_mbsrtowcs-ENV): Likewise.
101         (tst_mbstowcs-ENV): Likewise.
102         (tst_mbtowc-ENV): Likewise.
103         (tst_strcoll-ENV): Likewise.
104         (tst_strfmon-ENV): Likewise.
105         (tst_strxfrm-ENV): Likewise.
106         (tst_swscanf-ENV): Likewise.
107         (tst_towctrans-ENV): Likewise.
108         (tst_towlower-ENV): Likewise.
109         (tst_towupper-ENV): Likewise.
110         (tst_wcrtomb-ENV): Likewise.
111         (tst_wcscat-ENV): Likewise.
112         (tst_wcschr-ENV): Likewise.
113         (tst_wcscmp-ENV): Likewise.
114         (tst_wcscoll-ENV): Likewise.
115         (tst_wcscpy-ENV): Likewise.
116         (tst_wcscspn-ENV): Likewise.
117         (tst_wcslen-ENV): Likewise.
118         (tst_wcsncat-ENV): Likewise.
119         (tst_wcsncmp-ENV): Likewise.
120         (tst_wcsncpy-ENV): Likewise.
121         (tst_wcspbrk-ENV): Likewise.
122         (tst_wcsrtombs-ENV): Likewise.
123         (tst_wcsspn-ENV): Likewise.
124         (tst_wcsstr-ENV): Likewise.
125         (tst_wcstod-ENV): Likewise.
126         (tst_wcstok-ENV): Likewise.
127         (tst_wcstombs-ENV): Likewise.
128         (tst_wcswidth-ENV): Likewise.
129         (tst_wcsxfrm-ENV): Likewise.
130         (tst_wctob-ENV): Likewise.
131         (tst_wctomb-ENV): Likewise.
132         (tst_wctrans-ENV): Likewise.
133         (tst_wctype-ENV): Likewise.
134         (tst_wcwidth-ENV): Likewise.
135         (tst-digits-ENV): Likewise.
136         (tst-mbswcs6-ENV): Likewise.
137         (tst-xlocale1-ENV): Likewise.
138         (tst-xlocale2-ENV): Likewise.
139         (tst-strfmon1-ENV): Likewise.
140         (tst-strptime-ENV): Likewise.
141         (tst-setlocale-ENV): Don't set LOCPATH.
142         (bug-iconv-trans-ENV): Remove variable.
143         (tst-sscanf-ENV): Likewise.
144         (tst-leaks-ENV): Don't set LOCPATH.
145         (bug-setlocale1-ENV): Remove variable.
146         (bug-setlocale1-static-ENV): Likewise.
147         (tst-setlocale2-ENV): Likewise.
148
149 2014-05-21  Joseph Myers  <joseph@codesourcery.com>
150
151         * Makefile (LOCALEDEF): Use $(elf-objpfx) instead of
152         $(common-objpfx)elf/.
153
154 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
155
156         * Makefile (LOCALES): Move definition above include of Rules.
157         (LOCALE_SRCS): Likewise.
158         (CHARMAPS): Likewise.
159         (CTYPE_FILES): Likewise.
160         (tests-special): Add locale files.
161         ($(addprefix $(objpfx),$(CTYPE_FILES))): Use $(evaluate-test).
162
163         * Makefile (generated): Rename tests to end with .out.
164         (tests-special): Likewise.
165         ($(objpfx)mtrace-tst-leaks): Likewise.
166
167 2014-03-06  Joseph Myers  <joseph@codesourcery.com>
168
169         * Makefile (tests): Change dependencies to ....
170         (tests-special): ... additions to this variable.
171
172 2014-02-28  Roland McGrath  <roland@hack.frob.com>
173
174         * Makefile (generated, generated-dirs): Use += rather than =.
175
176 2014-02-26  Joseph Myers  <joseph@codesourcery.com>
177
178         * Makefile: Include Makeconfig immediately after defining subdir.
179         (all): Remove target.
180
181 2014-02-21  Joseph Myers  <joseph@codesourcery.com>
182
183         * Makefile ($(objpfx)sort-test.out): Use $(evaluate-test).
184         ($(objpfx)tst-fmon.out): Likewise.
185         ($(objpfx)tst-numeric.out): Likewise.
186         ($(objpfx)tst-locale.out): Likewise.
187         ($(objpfx)tst-rpmatch.out): Likewise.
188         ($(objpfx)tst-trans.out): Likewise.
189         ($(objpfx)tst-mbswcs.out): Likewise.
190         ($(objpfx)tst-ctype.out): Likewise.
191         ($(objpfx)tst-wctype.out): Likewise.
192         ($(objpfx)tst-langinfo.out): Likewise.
193         ($(objpfx)mtrace-tst-leaks): Likewise.
194
195 2013-12-26  Chris Leonard  <cjl@sugarlabs.org>
196
197         * locales/sa_IN: Add lang_name.
198         * locales/sat_IN: Likewise.
199         * locales/sc_IT: Likewise.
200         * locales/se_NO: Likewise.
201         * locales/si_LK: Likewise.
202         * locales/sl_SI: Likewise.
203         * locales/sq_AL: Likewise.
204         * locales/sq_MK: Likewise.
205         * locales/sv_FI: Likewise.
206         * locales/sv_SE: Likewise.
207         * locales/szl_PL: Likewise.
208
209 2013-12-20  Chris Leonard  <cjl@sugarlabs.org>
210
211         * locales/oc_FR: Add lang_name.
212         * locales/or_IN: Likewise.
213         * locales/pa_IN: Likewise.
214         * locales/pa_PK: Likewise.
215         * locales/pap_AW: Likewise.
216         * locales/pap_CW: Likewise.
217         * locales/pl_PL: Likewise.
218         * locales/pt_BR: Likewise.
219         * locales/pt_PT: Likewise.
220         * locales/quz_PE: Likewise.
221
222 2013-12-12  Toke Høiland-Jørgensen <toke@toke.dk>
223
224         [BZ #15593]
225         * locales/translit_neutral: Add entries for U00D8 and U00F8.
226
227 2013-12-12  Marko Myllynen  <myllynen@redhat.com>
228
229         * locales/fi_FI: Fix Charset comment.
230         * locales/fi_FI@euro: Likewise.
231
232 2013-12-01  Chris Leonard  <cjl@sugarlabs.org>
233
234         * locales/mag_IN: Add lang_name.
235         * locales/mai_IN: Likewise.
236         * locales/mg_MG: Likewise.
237         * locales/mi_NZ: Likewise.
238         * locales/mk_MK: Likewise.
239         * locales/ml_IN: Likewise.
240         * locales/mn_MN: Likewise.
241         * locales/mni_IN: Likewise.
242         * locales/mr_IN: Likewise.
243         * locales/ms_MY: Likewise.
244         * locales/mt_MT: Likewise.
245         * locales/nb_NO: Likewise.
246         * locales/ne_NP: Likewise.
247         * locales/nhn_MX: Likewise.
248         * locales/nl_AW: Likewise.
249         * locales/nl_BE: Likewise.
250         * locales/nl_NL: Likewise.
251         * locales/nn_NO: Likewise.
252
253 2013-11-26  Chris Leonard  <cjl@sugarlabs.org>
254
255         * locales/ka_GE: Add lang_name.
256         * locales/kl_GL: Likewise.
257         * locales/kn_IN: Likewise.
258         * locales/ko_KR: Likewise.
259         * locales/kok_IN: Likewise.
260         * locales/ks_IN: Likewise.
261         * locales/ks_IN@devanagari: Likewise.
262         * locales/kw_GB: Likewise.
263         * locales/ky_KG: Likewise.
264         * locales/lg_UG: Likewise.
265         * locales/li_BE: Likewise.
266         * locales/li_NL: Likewise.
267         * locales/lij_IT: Likewise.
268         * locales/lt_LT: Likewise.
269         * locales/lv_LV: Likewise.
270
271 2013-11-25  Chris Leonard  <cjl@sugarlabs.org>
272
273         * locales/ga_IE: Add lang_name.
274         * locales/gl_ES: Likewise.
275         * locales/gu_IN: Likewise.
276         * locales/gv_GB: Likewise.
277         * locales/hi_IN: Likewise.
278         * locales/hne_IN: Likewise.
279         * locales/hr_HR: Likewise.
280         * locales/hu_HU: Likewise.
281         * locales/id_ID: Likewise.
282         * locales/ik_CA: Likewise.
283         * locales/is_IS: Likewise.
284         * locales/it_CH: Likewise.
285         * locales/it_IT: Likewise.
286         * locales/ja_JP: Likewise.
287
288 2013-11-24  Chris Leonard  <cjl@sugarlabs.org>
289
290         * locales/bs_BA: Add lang_name.
291         * locales/ca_AD: Likewise.
292         * locales/ca_ES: Likewise.
293         * locales/ca_FR: Likewise.
294         * locales/ca_IT: Likewise.
295         * locales/crh_UA: Likewise.
296         * locales/csb_PL: Likewise.
297         * locales/cv_RU: Likewise.
298         * locales/da_DK: Likewise.
299         * locales/doi_IN: Likewise.
300         * locales/dv_MV: Likewise.
301         * locales/el_CY: Likewise.
302         * locales/el_GR: Likewise.
303         * locales/el_GR@euro: Likewise.
304         * locales/eu_ES: Likewise.
305         * locales/fi_FI: Likewise.
306         * locales/fil_PH: Likewise.
307         * locales/fo_FO: Likewise.
308         * locales/fur_IT: Likewise.
309         * locales/fy_DE: Likewise.
310         * locales/fy_NL: Likewise.
311
312 2013-11-23  Chris Leonard  <cjl@sugarlabs.org>
313
314         * locales/be_BY: Add lang_name.
315         * locales/be_BY@latin: Likewise.
316         * locales/ber_DZ: Likewise.
317         * locales/ber_MA: Likewise.
318         * locales/bg_BG: Likewise.
319         * locales/bho_IN: Likewise.
320         * locales/bn_BD: Likewise.
321         * locales/bn_IN: Likewise.
322         * locales/br_FR: Likewise.
323
324 2013-11-23  Chris Leonard  <cjl@sugarlabs.org>
325
326         * locales/an_ES: Add lang_name.
327         * locales/anp_IN: Likewise.
328         * locales/as_IN: Likewise.
329         * locales/ast_ES: Likewise.
330         * locales/ayc_PE: Likewise.
331         * locales/az_AZ: Likewise.
332
333 2013-11-22  Chris Leonard  <cjl@sugarlabs.org>
334
335         * locales/de_AT: Add lang_name to German, English, Spanish, French locales.
336         * locales/de_BE: Likewise.
337         * locales/de_CH: Likewise.
338         * locales/de_DE: Likewise.
339         * locales/de_LU: Likewise.
340         * locales/en_AG: Likewise.
341         * locales/en_AU: Likewise.
342         * locales/en_BW: Likewise.
343         * locales/en_CA: Likewise.
344         * locales/en_DK: Likewise.
345         * locales/en_GB: Likewise.
346         * locales/en_HK: Likewise.
347         * locales/en_IE: Likewise.
348         * locales/en_IN: Likewise.
349         * locales/en_NZ: Likewise.
350         * locales/en_PH: Likewise.
351         * locales/en_SG: Likewise.
352         * locales/en_US: Likewise.
353         * locales/en_ZM: Likewise.
354         * locales/en_ZW: Likewise.
355         * locales/es_AR: Likewise.
356         * locales/es_BO: Likewise.
357         * locales/es_CL: Likewise.
358         * locales/es_CO: Likewise.
359         * locales/es_CR: Likewise.
360         * locales/es_CU: Likewise.
361         * locales/es_DO: Likewise.
362         * locales/es_EC: Likewise.
363         * locales/es_ES: Likewise.
364         * locales/es_GT: Likewise.
365         * locales/es_HN: Likewise.
366         * locales/es_MX: Likewise.
367         * locales/es_NI: Likewise.
368         * locales/es_PA: Likewise.
369         * locales/es_PE: Likewise.
370         * locales/es_PR: Likewise.
371         * locales/es_PY: Likewise.
372         * locales/es_SV: Likewise.
373         * locales/es_US: Likewise.
374         * locales/es_UY: Likewise.
375         * locales/es_VE: Likewise.
376         * locales/fr_BE: Likewise.
377         * locales/fr_CA: Likewise.
378         * locales/fr_CH: Likewise.
379         * locales/fr_FR: Likewise.
380         * locales/fr_LU: Likewise.
381
382 2013-11-21  Chris Leonard  <cjl@sugarlabs.org>
383
384         * locales/ar_AE: Add lang_name to Arabic locales.
385         * locales/ar_BH: Likewise.
386         * locales/ar_DZ: Likewise.
387         * locales/ar_EG: Likewise.
388         * locales/ar_IN: Likewise.
389         * locales/ar_IQ: Likewise.
390         * locales/ar_JO: Likewise.
391         * locales/ar_KW: Likewise.
392         * locales/ar_LB: Likewise.
393         * locales/ar_LY: Likewise.
394         * locales/ar_MA: Likewise.
395         * locales/ar_OM: Likewise.
396         * locales/ar_QA: Likewise.
397         * locales/ar_SA: Likewise.
398         * locales/ar_SD: Likewise.
399         * locales/ar_SS: Likewise.
400         * locales/ar_SY: Likewise.
401         * locales/ar_TN: Likewise.
402         * locales/ar_YE: Likewise.
403
404 2013-11-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
405
406         [BZ #15601]
407         * locales/or_IN: Rename Oriya to Odia.
408
409 2013-11-18  Chris Leonard  <cjl@sugarlabs.org>
410
411         [BZ #16144]
412         * locales/tk_TM: Duplicated abday value for tk_TM.
413
414 2013-11-18  OndÅ™ej Bílka  <neleai@seznam.cz>
415
416         * tests-mbwc/tst_mbrtowc.c (tst_mbrtowc): Remove unused t_ini variable.
417
418 2013-11-17  Chris Leonard  <cjl@sugarlabs.org>
419
420         [BZ #16146]
421         * locales/wae_CH: Correct wae_CH to UTF-8 encoding.
422
423 2013-11-15  Arun Kumar Pyasi <arun@chitwanix.com>
424
425         [BZ #16172]
426         * locales/the_NP: New locale for the_NP.
427         * SUPPORTED: Add the_NP.
428
429 2013-11-14  Chris Leonard  <cjl@sugarlabs.org>
430
431         [BZ #16143]
432         * locales/pap_AN: pap_* locales have duplicated LC_NUMERIC section.
433         * locales/pap_AW: Likewise.
434         * locales/pap_CW: Likewise.
435
436 2013-11-08  Chris Leonard  <cjl@sugarlabs.org>
437
438         [BZ #16103]
439         * locales/aa_DJ: LC_MEASUREMENT review and standardization
440         * locales/aa_ER: Likewise.
441         * locales/aa_ER@saaho: Likewise.
442         * locales/aa_ET: Likewise.
443         * locales/af_ZA: Likewise.
444         * locales/ak_GH: Likewise.
445         * locales/am_ET: Likewise.
446         * locales/an_ES: Likewise.
447         * locales/anp_IN: Likewise.
448         * locales/ar_AE: Likewise.
449         * locales/ar_BH: Likewise.
450         * locales/ar_DZ: Likewise.
451         * locales/ar_EG: Likewise.
452         * locales/ar_IN: Likewise.
453         * locales/ar_IQ: Likewise.
454         * locales/ar_JO: Likewise.
455         * locales/ar_KW: Likewise.
456         * locales/ar_LB: Likewise.
457         * locales/ar_LY: Likewise.
458         * locales/ar_MA: Likewise.
459         * locales/ar_OM: Likewise.
460         * locales/ar_QA: Likewise.
461         * locales/ar_SA: Likewise.
462         * locales/ar_SD: Likewise.
463         * locales/ar_SS: Likewise.
464         * locales/ar_SY: Likewise.
465         * locales/ar_TN: Likewise.
466         * locales/ar_YE: Likewise.
467         * locales/as_IN: Likewise.
468         * locales/ast_ES: Likewise.
469         * locales/ayc_PE: Likewise.
470         * locales/az_AZ: Likewise.
471         * locales/be_BY: Likewise.
472         * locales/be_BY@latin: Likewise.
473         * locales/bem_ZM: Likewise.
474         * locales/ber_DZ: Likewise.
475         * locales/ber_MA: Likewise.
476         * locales/bg_BG: Likewise.
477         * locales/bho_IN: Likewise.
478         * locales/bn_BD: Likewise.
479         * locales/bn_IN: Likewise.
480         * locales/bo_CN: Likewise.
481         * locales/bo_IN: Likewise.
482         * locales/br_FR: Likewise.
483         * locales/br_FR@euro: Likewise.
484         * locales/brx_IN: Likewise.
485         * locales/bs_BA: Likewise.
486         * locales/byn_ER: Likewise.
487         * locales/ca_AD: Likewise.
488         * locales/ca_ES: Likewise.
489         * locales/ca_ES@euro: Likewise.
490         * locales/ca_FR: Likewise.
491         * locales/ca_IT: Likewise.
492         * locales/cmn_TW: Likewise.
493         * locales/crh_UA: Likewise.
494         * locales/cs_CZ: Likewise.
495         * locales/csb_PL: Likewise.
496         * locales/cv_RU: Likewise.
497         * locales/cy_GB: Likewise.
498         * locales/da_DK: Likewise.
499         * locales/de_AT: Likewise.
500         * locales/de_AT@euro: Likewise.
501         * locales/de_BE: Likewise.
502         * locales/de_BE@euro: Likewise.
503         * locales/de_CH: Likewise.
504         * locales/de_DE: Likewise.
505         * locales/de_DE@euro: Likewise.
506         * locales/de_LU: Likewise.
507         * locales/de_LU@euro: Likewise.
508         * locales/doi_IN: Likewise.
509         * locales/dv_MV: Likewise.
510         * locales/dz_BT: Likewise.
511         * locales/el_CY: Likewise.
512         * locales/el_GR: Likewise.
513         * locales/el_GR@euro: Likewise.
514         * locales/en_AG: Likewise.
515         * locales/en_AU: Likewise.
516         * locales/en_BW: Likewise.
517         * locales/en_CA: Likewise.
518         * locales/en_DK: Likewise.
519         * locales/en_GB: Likewise.
520         * locales/en_HK: Likewise.
521         * locales/en_IE: Likewise.
522         * locales/en_IE@euro: Likewise.
523         * locales/en_IN: Likewise.
524         * locales/en_NG: Likewise.
525         * locales/en_NZ: Likewise.
526         * locales/en_PH: Likewise.
527         * locales/en_SG: Likewise.
528         * locales/en_US: Likewise.
529         * locales/en_ZA: Likewise.
530         * locales/en_ZM: Likewise.
531         * locales/en_ZW: Likewise.
532         * locales/es_AR: Likewise.
533         * locales/es_BO: Likewise.
534         * locales/es_CL: Likewise.
535         * locales/es_CO: Likewise.
536         * locales/es_CR: Likewise.
537         * locales/es_CU: Likewise.
538         * locales/es_DO: Likewise.
539         * locales/es_EC: Likewise.
540         * locales/es_ES: Likewise.
541         * locales/es_ES@euro: Likewise.
542         * locales/es_GT: Likewise.
543         * locales/es_HN: Likewise.
544         * locales/es_MX: Likewise.
545         * locales/es_NI: Likewise.
546         * locales/es_PA: Likewise.
547         * locales/es_PE: Likewise.
548         * locales/es_PR: Likewise.
549         * locales/es_PY: Likewise.
550         * locales/es_SV: Likewise.
551         * locales/es_US: Likewise.
552         * locales/es_UY: Likewise.
553         * locales/es_VE: Likewise.
554         * locales/et_EE: Likewise.
555         * locales/eu_ES: Likewise.
556         * locales/eu_ES@euro: Likewise.
557         * locales/fa_IR: Likewise.
558         * locales/ff_SN: Likewise.
559         * locales/fi_FI: Likewise.
560         * locales/fi_FI@euro: Likewise.
561         * locales/fil_PH: Likewise.
562         * locales/fo_FO: Likewise.
563         * locales/fr_BE: Likewise.
564         * locales/fr_BE@euro: Likewise.
565         * locales/fr_CA: Likewise.
566         * locales/fr_CH: Likewise.
567         * locales/fr_FR: Likewise.
568         * locales/fr_FR@euro: Likewise.
569         * locales/fr_LU: Likewise.
570         * locales/fr_LU@euro: Likewise.
571         * locales/fur_IT: Likewise.
572         * locales/fy_DE: Likewise.
573         * locales/fy_NL: Likewise.
574         * locales/ga_IE: Likewise.
575         * locales/ga_IE@euro: Likewise.
576         * locales/gd_GB: Likewise.
577         * locales/gez_ER: Likewise.
578         * locales/gez_ER@abegede: Likewise.
579         * locales/gez_ET: Likewise.
580         * locales/gez_ET@abegede: Likewise.
581         * locales/gl_ES: Likewise.
582         * locales/gl_ES@euro: Likewise.
583         * locales/gu_IN: Likewise.
584         * locales/gv_GB: Likewise.
585         * locales/ha_NG: Likewise.
586         * locales/hak_TW: Likewise.
587         * locales/he_IL: Likewise.
588         * locales/hi_IN: Likewise.
589         * locales/hne_IN: Likewise.
590         * locales/hr_HR: Likewise.
591         * locales/hsb_DE: Likewise.
592         * locales/hu_HU: Likewise.
593         * locales/hy_AM: Likewise.
594         * locales/ia_FR: Likewise.
595         * locales/id_ID: Likewise.
596         * locales/ig_NG: Likewise.
597         * locales/ik_CA: Likewise.
598         * locales/is_IS: Likewise.
599         * locales/it_CH: Likewise.
600         * locales/it_IT: Likewise.
601         * locales/it_IT@euro: Likewise.
602         * locales/iu_CA: Likewise.
603         * locales/ja_JP: Likewise.
604         * locales/ka_GE: Likewise.
605         * locales/kk_KZ: Likewise.
606         * locales/kl_GL: Likewise.
607         * locales/km_KH: Likewise.
608         * locales/kn_IN: Likewise.
609         * locales/ko_KR: Likewise.
610         * locales/kok_IN: Likewise.
611         * locales/ks_IN: Likewise.
612         * locales/ks_IN@devanagari: Likewise.
613         * locales/ku_TR: Likewise.
614         * locales/kw_GB: Likewise.
615         * locales/ky_KG: Likewise.
616         * locales/lb_LU: Likewise.
617         * locales/lg_UG: Likewise.
618         * locales/li_BE: Likewise.
619         * locales/li_NL: Likewise.
620         * locales/lij_IT: Likewise.
621         * locales/lo_LA: Likewise.
622         * locales/lt_LT: Likewise.
623         * locales/lv_LV: Likewise.
624         * locales/lzh_TW: Likewise.
625         * locales/mag_IN: Likewise.
626         * locales/mai_IN: Likewise.
627         * locales/mg_MG: Likewise.
628         * locales/mhr_RU: Likewise.
629         * locales/mi_NZ: Likewise.
630         * locales/mk_MK: Likewise.
631         * locales/ml_IN: Likewise.
632         * locales/mn_MN: Likewise.
633         * locales/mni_IN: Likewise.
634         * locales/mr_IN: Likewise.
635         * locales/ms_MY: Likewise.
636         * locales/mt_MT: Likewise.
637         * locales/my_MM: Likewise.
638         * locales/nan_TW: Likewise.
639         * locales/nan_TW@latin: Likewise.
640         * locales/nb_NO: Likewise.
641         * locales/nds_DE: Likewise.
642         * locales/nds_NL: Likewise.
643         * locales/ne_NP: Likewise.
644         * locales/nhn_MX: Likewise.
645         * locales/niu_NU: Likewise.
646         * locales/niu_NZ: Likewise.
647         * locales/nl_AW: Likewise.
648         * locales/nl_BE: Likewise.
649         * locales/nl_BE@euro: Likewise.
650         * locales/nl_NL: Likewise.
651         * locales/nl_NL@euro: Likewise.
652         * locales/nn_NO: Likewise.
653         * locales/nr_ZA: Likewise.
654         * locales/nso_ZA: Likewise.
655         * locales/oc_FR: Likewise.
656         * locales/om_ET: Likewise.
657         * locales/om_KE: Likewise.
658         * locales/or_IN: Likewise.
659         * locales/os_RU: Likewise.
660         * locales/pa_IN: Likewise.
661         * locales/pa_PK: Likewise.
662         * locales/pap_AN: Likewise.
663         * locales/pap_AW: Likewise.
664         * locales/pap_CW: Likewise.
665         * locales/pl_PL: Likewise.
666         * locales/ps_AF: Likewise.
667         * locales/pt_BR: Likewise.
668         * locales/pt_PT: Likewise.
669         * locales/pt_PT@euro: Likewise.
670         * locales/quz_PE: Likewise.
671         * locales/ro_RO: Likewise.
672         * locales/ru_RU: Likewise.
673         * locales/ru_UA: Likewise.
674         * locales/rw_RW: Likewise.
675         * locales/sa_IN: Likewise.
676         * locales/sat_IN: Likewise.
677         * locales/sc_IT: Likewise.
678         * locales/sd_IN: Likewise.
679         * locales/sd_IN@devanagari: Likewise.
680         * locales/se_NO: Likewise.
681         * locales/shs_CA: Likewise.
682         * locales/si_LK: Likewise.
683         * locales/sid_ET: Likewise.
684         * locales/sk_SK: Likewise.
685         * locales/sl_SI: Likewise.
686         * locales/so_DJ: Likewise.
687         * locales/so_ET: Likewise.
688         * locales/so_KE: Likewise.
689         * locales/so_SO: Likewise.
690         * locales/sq_AL: Likewise.
691         * locales/sq_MK: Likewise.
692         * locales/sr_ME: Likewise.
693         * locales/sr_RS: Likewise.
694         * locales/sr_RS@latin: Likewise.
695         * locales/ss_ZA: Likewise.
696         * locales/st_ZA: Likewise.
697         * locales/sv_FI: Likewise.
698         * locales/sv_FI@euro: Likewise.
699         * locales/sv_SE: Likewise.
700         * locales/sw_KE: Likewise.
701         * locales/sw_TZ: Likewise.
702         * locales/szl_PL: Likewise.
703         * locales/ta_IN: Likewise.
704         * locales/ta_LK: Likewise.
705         * locales/te_IN: Likewise.
706         * locales/tg_TJ: Likewise.
707         * locales/th_TH: Likewise.
708         * locales/ti_ER: Likewise.
709         * locales/ti_ET: Likewise.
710         * locales/tig_ER: Likewise.
711         * locales/tk_TM: Likewise.
712         * locales/tl_PH: Likewise.
713         * locales/tn_ZA: Likewise.
714         * locales/tr_CY: Likewise.
715         * locales/tr_TR: Likewise.
716         * locales/ts_ZA: Likewise.
717         * locales/tt_RU: Likewise.
718         * locales/tt_RU@iqtelif: Likewise.
719         * locales/ug_CN: Likewise.
720         * locales/uk_UA: Likewise.
721         * locales/unm_US: Likewise.
722         * locales/ur_IN: Likewise.
723         * locales/ur_PK: Likewise.
724         * locales/uz_UZ: Likewise.
725         * locales/uz_UZ@cyrillic: Likewise.
726         * locales/ve_ZA: Likewise.
727         * locales/vi_VN: Likewise.
728         * locales/wa_BE: Likewise.
729         * locales/wa_BE@euro: Likewise.
730         * locales/wae_CH: Likewise.
731         * locales/wal_ET: Likewise.
732         * locales/wo_SN: Likewise.
733         * locales/xh_ZA: Likewise.
734         * locales/yi_US: Likewise.
735         * locales/yo_NG: Likewise.
736         * locales/yue_HK: Likewise.
737         * locales/zh_CN: Likewise.
738         * locales/zh_HK: Likewise.
739         * locales/zh_SG: Likewise.
740         * locales/zh_TW: Likewise.
741         * locales/zu_ZA: Likewise.
742
743 2013-11-04  Chris Leonard  <cjl@sugarlabs.org>
744
745         * locales/unm_US: Adjust language-code fields of LC_ADDRESS.
746         * locales/wal_ET: Likewise.
747
748 2013-11-03  Chris Leonard  <cjl@sugarlabs.org>
749
750         * locales/quz_PE: Adjust language-code fields of LC_ADDRESS.
751         * locales/szl_PL: Likewise.
752         * locales/ta_IN: Likewise.
753         * locales/ta_LK: Likewise.
754         * locales/te_IN: Likewise.
755         * locales/tg_TJ: Likewise.
756         * locales/tl_PH: Likewise.
757         * locales/tn_ZA: Likewise.
758         * locales/tr_CY: Likewise.
759         * locales/tr_TR: Likewise.
760         * locales/ts_ZA: Likewise.
761         * locales/tt_RU: Likewise.
762         * locales/tt_RU@iqtelif: Likewise.
763         * locales/ug_CN: Likewise.
764         * locales/ur_IN: Likewise.
765         * locales/ur_PK: Likewise.
766         * locales/uz_UZ: Likewise.
767         * locales/uz_UZ@cyrillic: Likewise.
768         * locales/ve_ZA: Likewise.
769         * locales/vi_VN: Likewise.
770         * locales/wa_BE: Likewise.
771         * locales/wal_ET: Likewise.
772         * locales/wo_SN: Likewise.
773         * locales/xh_ZA: Likewise.
774         * locales/yi_US: Likewise.
775         * locales/yue_HK: Likewise.
776         * locales/zh_HK: Likewise.
777         * locales/zh_SG: Likewise.
778
779 2013-11-03  Chris Leonard  <cjl@sugarlabs.org>
780
781         * locales/pa_IN: Adjust language-code fields of LC_ADDRESS.
782         * locales/pa_PK: Likewise.
783         * locales/pl_PL: Likewise.
784         * locales/ps_AF: Likewise.
785         * locales/pt_BR: Likewise.
786         * locales/pt_PT: Likewise.
787         * locales/ru_RU: Likewise.
788         * locales/ru_UA: Likewise.
789         * locales/sa_IN: Likewise.
790         * locales/sat_IN: Likewise.
791         * locales/sc_IT: Likewise.
792         * locales/sd_IN: Likewise.
793         * locales/sd_IN@devanagari: Likewise.
794         * locales/se_NO: Likewise.
795         * locales/si_LK: Likewise.
796         * locales/sk_SK: Likewise.
797         * locales/sl_SI: Likewise.
798         * locales/sq_AL: Likewise.
799         * locales/sq_MK: Likewise.
800         * locales/ss_ZA: Likewise.
801         * locales/st_ZA: Likewise.
802         * locales/sv_SE: Likewise.
803         * locales/sw_KE: Likewise.
804         * locales/sw_TZ: Likewise.
805
806 2013-11-01  Chris Leonard  <cjl@sugarlabs.org>
807
808         * locales/nb_NO: Adjust language-code fields of LC_ADDRESS.
809         * locales/ne_NP: Likewise.
810         * locales/nhn_MX: Likewise.
811         * locales/niu_NU: Likewise.
812         * locales/niu_NZ: Likewise.
813         * locales/nl_AW: Likewise.
814         * locales/nl_BE: Likewise.
815         * locales/nn_NO: Likewise.
816         * locales/nr_ZA: Likewise.
817         * locales/oc_FR: Likewise.
818         * locales/or_IN: Likewise.
819         * locales/os_RU: Likewise.
820
821 2013-10-31  Chris Leonard  <cjl@sugarlabs.org>
822
823         * locales/mag_IN: Adjust language-code fields of LC_ADDRESS.
824         * locales/mai_IN: Likewise.
825         * locales/mg_MG: Likewise.
826         * locales/mhr_RU: Likewise.
827         * locales/mi_NZ: Likewise.
828         * locales/ml_IN: Likewise.
829         * locales/mni_IN: Likewise.
830         * locales/mr_IN: Likewise.
831         * locales/ms_MY: Likewise.
832         * locales/mt_MT: Likewise.
833
834 2013-10-29  Chris Leonard  <cjl@sugarlabs.org>
835
836         [BZ #16078]
837         * locales/anp_IN: New locale for anp_IN.
838         * SUPPORTED: Add anp_IN.
839
840 2013-10-24  Chris Leonard  <cjl@sugarlabs.org>
841
842         * locales/ja_JP: Adjust language-code fields of LC_ADDRESS.
843         * locales/ka_GE: Likewise.
844         * locales/kk_KZ: Likewise.
845         * locales/kl_GL: Likewise.
846         * locales/kn_IN: Likewise.
847         * locales/ko_KR: Likewise.
848         * locales/kok_IN: Likewise.
849         * locales/ks_IN: Likewise.
850         * locales/ku_TR: Likewise.
851         * locales/kw_GB: Likewise.
852         * locales/ky_KG: Likewise.
853         * locales/lg_UG: Likewise.
854         * locales/lij_IT: Likewise.
855         * locales/lt_LT: Likewise.
856         * locales/lv_LV: Likewise.
857
858 2013-10-13  Chris Leonard  <cjl@sugarlabs.org>
859
860         * locales/he_IL: Adjust language-code fields of LC_ADDRESS.
861         * locales/hi_IN: Likewise.
862         * locales/hne_IN: Likewise.
863         * locales/hr_HR: Likewise.
864         * locales/hsb_DE: Likewise.
865         * locales/ht_HT: Likewise.
866         * locales/hu_HU: Likewise.
867         * locales/hy_AM: Likewise.
868         * locales/ia_FR: Likewise.
869         * locales/id_ID: Likewise.
870         * locales/ig_NG: Likewise.
871         * locales/ik_CA: Likewise.
872         * locales/is_IS: Likewise.
873         * locales/it_CH: Likewise.
874         * locales/it_IT: Likewise.
875         * locales/iu_CA: Likewise.
876
877 2013-10-05  Chris Leonard  <cjl@sugarlabs.org>
878
879         * locales/ff_SN: Adjust language-code fields of LC_ADDRESS.
880         * locales/fil_PH: Likewise.
881         * locales/fo_FO: Likewise.
882         * locales/fr_BE: Likewise.
883         * locales/fr_CA: Likewise.
884         * locales/fr_CH: Likewise.
885         * locales/fr_FR: Likewise.
886         * locales/fr_LU: Likewise.
887         * locales/fur_IT: Likewise.
888         * locales/fy_DE: Likewise.
889         * locales/fy_NL: Likewise.
890         * locales/ga_IE: Likewise.
891         * locales/gez_ER: Likewise.
892         * locales/gez_ET: Likewise.
893         * locales/gl_ES: Likewise.
894         * locales/gu_IN: Likewise.
895         * locales/gv_GB: Likewise.
896
897 2013-10-04  Chris Leonard  <cjl@sugarlabs.org>
898
899         * locales/pap_AN: Copy / modify pap_AN into pap_AW and pap_CW.
900         * locales/pap_AW: Likewise.
901         * locales/pap_CW: Likewise.
902         * SUPPORTED: Add ar_SS, pap_AW, pap_CW.
903
904 2013-10-04  Chris Leonard  <cjl@sugarlabs.org>
905
906         * locales/ar_SD: Split ar_SD into ar_SD and ar_SS
907         * locales/ar_SS: Likewise.
908
909 2013-09-25  Michael Bauer  <fios@akerbeltz.org>
910
911         [BZ #15400]
912         * locales/gd_GB: Version 1.2 of gd_GB locale.
913
914 2013-09-23  Wei-Lun Chao  <bluebat@member.fsf.org>
915
916         [BZ #15609]
917         * locales/cmn_TW: New locale for cmn_TW.
918         * SUPPORTED: Add cmn_TW.
919
920 2013-09-23  Wei-Lun Chao  <bluebat@member.fsf.org>
921
922         [BZ #15608]
923         * locales/hak_TW: New locale for hak_TW.
924         * SUPPORTED: Add hak_TW.
925
926 2013-09-23  Wei-Lun Chao  <bluebat@member.fsf.org>
927
928         [BZ #15608]
929         * locales/lzh_TW: New locale for lzh_TW.
930         * SUPPORTED: Add lzh_TW.
931
932 2013-09-23  Wei-Lun Chao  <bluebat@member.fsf.org>
933
934         [BZ #15608]
935         * locales/nan_TW: New locale for nan_TW.
936         * SUPPORTED: Add nan_TW.
937
938 2013-09-15  Chris Leonard  <cjl@sugarlabs.org>
939
940         * locales/as_IN: Adjust language-code fields of LC_ADDRESS.
941         * locales/ast_ES: Likewise.
942         * locales/ayc_PE: Likewise.
943         * locales/az_AZ: Likewise.
944         * locales/be_BY: Likewise.
945         * locales/bem_ZM: Likewise.
946         * locales/bg_BG: Likewise.
947         * locales/bho_IN: Likewise.
948         * locales/bn_BD: Likewise.
949         * locales/bn_IN: Likewise.
950         * locales/bo_CN: Likewise.
951         * locales/bo_IN: Likewise.
952         * locales/br_FR: Likewise.
953         * locales/brx_IN: Likewise.
954         * locales/bs_BA: Likewise.
955         * locales/ca_AD: Likewise.
956         * locales/ca_ES: Likewise.
957         * locales/ca_FR: Likewise.
958         * locales/ca_IT: Likewise.
959         * locales/crh_UA: Likewise.
960         * locales/csb_PL: Likewise.
961         * locales/cv_RU: Likewise.
962         * locales/da_DK: Likewise.
963         * locales/de_AT: Likewise.
964         * locales/de_BE: Likewise.
965         * locales/de_CH: Likewise.
966         * locales/de_DE: Likewise.
967         * locales/de_LU: Likewise.
968         * locales/doi_IN: Likewise.
969         * locales/dv_MV: Likewise.
970         * locales/dz_BT: Likewise.
971         * locales/el_CY: Likewise.
972         * locales/el_GR: Likewise.
973         * locales/en_AG: Likewise.
974         * locales/en_AU: Likewise.
975         * locales/en_BW: Likewise.
976         * locales/en_CA: Likewise.
977         * locales/en_DK: Likewise.
978         * locales/en_GB: Likewise.
979         * locales/en_HK: Likewise.
980         * locales/en_IE: Likewise.
981         * locales/en_IN: Likewise.
982         * locales/en_NG: Likewise.
983         * locales/en_NZ: Likewise.
984         * locales/en_PH: Likewise.
985         * locales/en_SG: Likewise.
986         * locales/en_US: Likewise.
987         * locales/en_ZA: Likewise.
988         * locales/en_ZM: Likewise.
989         * locales/en_ZW: Likewise.
990         * locales/es_AR: Likewise.
991         * locales/es_BO: Likewise.
992         * locales/es_CL: Likewise.
993         * locales/es_CO: Likewise.
994         * locales/es_CR: Likewise.
995         * locales/es_CU: Likewise.
996         * locales/es_DO: Likewise.
997         * locales/es_EC: Likewise.
998         * locales/es_ES: Likewise.
999         * locales/es_GT: Likewise.
1000         * locales/es_HN: Likewise.
1001         * locales/es_MX: Likewise.
1002         * locales/es_NI: Likewise.
1003         * locales/es_PA: Likewise.
1004         * locales/es_PE: Likewise.
1005         * locales/es_PR: Likewise.
1006         * locales/es_PY: Likewise.
1007         * locales/es_SV: Likewise.
1008         * locales/es_US: Likewise.
1009         * locales/es_UY: Likewise.
1010         * locales/es_VE: Likewise.
1011         * locales/eu_ES: Likewise.
1012
1013 2013-09-21  Chris Leonard  <cjl@sugarlabs.org>
1014
1015         [BZ#15919]
1016         * locales/ak_GH: New locale for ak_GH.
1017         * SUPPORTED: Add ak_GH.
1018
1019 2013-09-15  Chris Leonard  <cjl@sugarlabs.org>
1020
1021         * locales/aa_DJ: Adjust language-code fields of LC_ADDRESS.
1022         * locales/aa_ER: Likewise.
1023         * locales/aa_ET: Likewise.
1024         * locales/af_ZA: Likewise.
1025         * locales/am_ET: Likewise.
1026         * locales/ar_AE: Likewise.
1027         * locales/ar_BH: Likewise.
1028         * locales/ar_DZ: Likewise.
1029         * locales/ar_EG: Likewise.
1030         * locales/ar_IN: Likewise.
1031         * locales/ar_IQ: Likewise.
1032         * locales/ar_JO: Likewise.
1033         * locales/ar_KW: Likewise.
1034         * locales/ar_LB: Likewise.
1035         * locales/ar_LY: Likewise.
1036         * locales/ar_MA: Likewise.
1037         * locales/ar_OM: Likewise.
1038         * locales/ar_QA: Likewise.
1039         * locales/ar_SA: Likewise.
1040         * locales/ar_SD: Likewise.
1041         * locales/ar_SY: Likewise.
1042         * locales/ar_TN: Likewise.
1043         * locales/ar_YE: Likewise.
1044
1045 2013-09-15  Chris Leonard  <cjl@sugarlabs.org>
1046
1047         * locales/aa_ER: Add country_car field to LC_ADDRESS.
1048         * locales/as_IN: Likewise.
1049         * locales/ast_ES: Likewise.
1050         * locales/ayc_PE: Likewise.
1051         * locales/bem_ZM: Likewise.
1052         * locales/ber_DZ: Likewise.
1053         * locales/ber_MA: Likewise.
1054         * locales/bho_IN: Likewise.
1055         * locales/bo_IN: Likewise.
1056         * locales/brx_IN: Likewise.
1057         * locales/byn_ER: Likewise.
1058         * locales/ca_AD: Likewise.
1059         * locales/ca_FR: Likewise.
1060         * locales/ca_IT: Likewise.
1061         * locales/crh_UA: Likewise.
1062         * locales/cv_RU: Likewise.
1063         * locales/doi_IN: Likewise.
1064         * locales/dz_BT: Likewise.
1065         * locales/el_CY: Likewise.
1066         * locales/en_US: Likewise.
1067         * locales/en_ZM: Likewise.
1068         * locales/es_CU: Likewise.
1069         * locales/ff_SN: Likewise.
1070         * locales/fil_PH: Likewise.
1071         * locales/gd_GB: Likewise.
1072         * locales/hne_IN: Likewise.
1073         * locales/ht_HT: Likewise.
1074         * locales/kl_GL: Likewise.
1075         * locales/kok_IN: Likewise.
1076         * locales/ks_IN: Likewise.
1077         * locales/lij_IT: Likewise.
1078         * locales/mag_IN: Likewise.
1079         * locales/mai_IN: Likewise.
1080         * locales/mg_MG: Likewise.
1081         * locales/mhr_RU: Likewise.
1082         * locales/mni_IN: Likewise.
1083         * locales/my_MM: Likewise.
1084         * locales/nhn_MX: Likewise.
1085         * locales/niu_NZ: Likewise.
1086         * locales/or_IN: Likewise.
1087         * locales/os_RU: Likewise.
1088         * locales/pa_PK: Likewise.
1089         * locales/quz_PE: Likewise.
1090         * locales/rw_RW: Likewise.
1091         * locales/sat_IN: Likewise.
1092         * locales/sc_IT: Likewise.
1093         * locales/sd_IN: Likewise.
1094         * locales/sd_IN@devanagari: Likewise.
1095         * locales/shs_CA: Likewise.
1096         * locales/si_LK: Likewise.
1097         * locales/sid_ET: Likewise.
1098         * locales/sq_MK: Likewise.
1099         * locales/sw_KE: Likewise.
1100         * locales/sw_TZ: Likewise.
1101         * locales/szl_PL: Likewise.
1102         * locales/ta_LK: Likewise.
1103         * locales/ti_ER: Likewise.
1104         * locales/tig_ER: Likewise.
1105         * locales/tl_PH: Likewise.
1106         * locales/ts_ZA: Likewise.
1107         * locales/unm_US: Likewise.
1108         * locales/ur_IN: Likewise.
1109         * locales/wa_BE: Likewise.
1110         * locales/yi_US: Likewise.
1111
1112 2013-09-06  Chris Leonard  <cjl@sugarlabs,.org>
1113
1114         * locales/nr_ZA: Deduplicate country_car.
1115         * locales/nso_ZA: Likewise.
1116         * locales/ss_ZA: Likewise.
1117         * locales/tn_ZA: Likewise.
1118         * locales/ve_ZA: Likewise.
1119         * locales/tk_TM: Comment reformat.
1120
1121 2013-09-04  Chris Leonard  <cjl@sugarlabs,.org>
1122
1123         [BZ #15923]
1124
1125         * locales/ar_SD: Update iso-1427.def and related occurrences.
1126         * locales/az_AZ: Likewise.
1127         * locales/dv_MV: Likewise.
1128         * locales/es_VE: Likewise.
1129
1130 2013-09-04  Jakub Bogusz  <qboosh@pld-linux.org>
1131
1132         * locales/am_ET: Add country_car field to LC_ADDRESS.
1133         * locales/an_ES: Likewise.
1134         * locales/ar_AE: Likewise.
1135         * locales/ar_BH: Likewise.
1136         * locales/ar_DZ: Likewise.
1137         * locales/ar_EG: Likewise.
1138         * locales/ar_IN: Likewise.
1139         * locales/ar_IQ: Likewise.
1140         * locales/ar_JO: Likewise.
1141         * locales/ar_KW: Likewise.
1142         * locales/ar_LB: Likewise.
1143         * locales/ar_LY: Likewise.
1144         * locales/ar_MA: Likewise.
1145         * locales/ar_QA: Likewise.
1146         * locales/ar_SA: Likewise.
1147         * locales/ar_SD: Likewise.
1148         * locales/ar_SY: Likewise.
1149         * locales/ar_TN: Likewise.
1150         * locales/az_AZ: Likewise.
1151         * locales/be_BY: Likewise.
1152         * locales/bn_BD: Likewise.
1153         * locales/bn_IN: Likewise.
1154         * locales/br_FR: Likewise.
1155         * locales/bs_BA: Likewise.
1156         * locales/ca_ES: Likewise.
1157         * locales/csb_PL: Likewise.
1158         * locales/da_DK: Likewise.
1159         * locales/de_AT: Likewise.
1160         * locales/de_BE: Likewise.
1161         * locales/de_CH: Likewise.
1162         * locales/de_LU: Likewise.
1163         * locales/el_GR: Likewise.
1164         * locales/en_AU: Likewise.
1165         * locales/en_BW: Likewise.
1166         * locales/en_CA: Likewise.
1167         * locales/en_DK: Likewise.
1168         * locales/en_GB: Likewise.
1169         * locales/en_HK: Likewise.
1170         * locales/en_IE: Likewise.
1171         * locales/en_IN: Likewise.
1172         * locales/en_NZ: Likewise.
1173         * locales/en_PH: Likewise.
1174         * locales/en_SG: Likewise.
1175         * locales/en_ZW: Likewise.
1176         * locales/es_AR: Likewise.
1177         * locales/es_BO: Likewise.
1178         * locales/es_CL: Likewise.
1179         * locales/es_CO: Likewise.
1180         * locales/es_DO: Likewise.
1181         * locales/es_EC: Likewise.
1182         * locales/es_ES: Likewise.
1183         * locales/es_GT: Likewise.
1184         * locales/es_MX: Likewise.
1185         * locales/es_NI: Likewise.
1186         * locales/es_PA: Likewise.
1187         * locales/es_PE: Likewise.
1188         * locales/es_PY: Likewise.
1189         * locales/es_SV: Likewise.
1190         * locales/es_UY: Likewise.
1191         * locales/es_VE: Likewise.
1192         * locales/eu_ES: Likewise.
1193         * locales/fo_FO: Likewise.
1194         * locales/fr_BE: Likewise.
1195         * locales/fr_CA: Likewise.
1196         * locales/fr_CH: Likewise.
1197         * locales/fr_FR: Likewise.
1198         * locales/fr_LU: Likewise.
1199         * locales/fur_IT: Likewise.
1200         * locales/fy_DE: Likewise.
1201         * locales/ga_IE: Likewise.
1202         * locales/gez_ER: Likewise.
1203         * locales/gez_ET: Likewise.
1204         * locales/gl_ES: Likewise.
1205         * locales/gu_IN: Likewise.
1206         * locales/gv_GB: Likewise.
1207         * locales/he_IL: Likewise.
1208         * locales/hi_IN: Likewise.
1209         * locales/hr_HR: Likewise.
1210         * locales/hu_HU: Likewise.
1211         * locales/id_ID: Likewise.
1212         * locales/ik_CA: Likewise.
1213         * locales/is_IS: Likewise.
1214         * locales/it_CH: Likewise.
1215         * locales/it_IT: Likewise.
1216         * locales/iu_CA: Likewise.
1217         * locales/ja_JP: Likewise.
1218         * locales/ka_GE: Likewise.
1219         * locales/kk_KZ: Likewise.
1220         * locales/kn_IN: Likewise.
1221         * locales/ko_KR: Likewise.
1222         * locales/ku_TR: Likewise.
1223         * locales/kw_GB: Likewise.
1224         * locales/ky_KG: Likewise.
1225         * locales/lg_UG: Likewise.
1226         * locales/lt_LT: Likewise.
1227         * locales/lv_LV: Likewise.
1228         * locales/mi_NZ: Likewise.
1229         * locales/ml_IN: Likewise.
1230         * locales/mr_IN: Likewise.
1231         * locales/ms_MY: Likewise.
1232         * locales/mt_MT: Likewise.
1233         * locales/nb_NO: Likewise.
1234         * locales/ne_NP: Likewise.
1235         * locales/nl_BE: Likewise.
1236         * locales/nn_NO: Likewise.
1237         * locales/nr_ZA: Likewise.
1238         * locales/nso_ZA: Likewise.
1239         * locales/om_ET: Likewise.
1240         * locales/om_KE: Likewise.
1241         * locales/pa_IN: Likewise.
1242         * locales/pl_PL: Likewise.
1243         * locales/pt_BR: Likewise.
1244         * locales/pt_PT: Likewise.
1245         * locales/ru_RU: Likewise.
1246         * locales/ru_UA: Likewise.
1247         * locales/sa_IN: Likewise.
1248         * locales/se_NO: Likewise.
1249         * locales/sk_SK: Likewise.
1250         * locales/sl_SI: Likewise.
1251         * locales/so_ET: Likewise.
1252         * locales/so_KE: Likewise.
1253         * locales/so_SO: Likewise.
1254         * locales/sq_AL: Likewise.
1255         * locales/ss_ZA: Likewise.
1256         * locales/sv_SE: Likewise.
1257         * locales/ta_IN: Likewise.
1258         * locales/te_IN: Likewise.
1259         * locales/tg_TJ: Likewise.
1260         * locales/th_TH: Likewise.
1261         * locales/ti_ET: Likewise.
1262         * locales/tl_PH: Likewise.
1263         * locales/tn_ZA: Likewise.
1264         * locales/ts_ZA: Likewise.
1265         * locales/tt_RU: Likewise.
1266         * locales/tt_RU@iqtelif: Likewise.
1267         * locales/ur_PK: Likewise.
1268         * locales/uz_UZ: Likewise.
1269         * locales/ve_ZA: Likewise.
1270         * locales/vi_VN: Likewise.
1271         * locales/wal_ET: Likewise.
1272         * locales/wo_SN: Likewise.
1273         * locales/zh_SG: Likewise.
1274
1275 2013-09-03  Chris Leonard  <cjl@sugarlabs.org>
1276
1277         * locales/ayc_PE: Add FSF statement to ayc_PE locale.
1278
1279         [BZ#15886]
1280         * locales/ht_HT: 1.1 revision of ht_HT locale.
1281
1282         [BZ#15887]
1283         * locales/quz_PE: New locale for quz_PE.
1284         * SUPPORTED: Add quz_PE.
1285
1286 2013-08-30   OndÅ™ej Bílka  <neleai@seznam.cz>
1287
1288         * tests-mbwc/dat_wcsncat.c: Fix typos.
1289         * tests/test6.c: Likewise.
1290         * tst-digits.c: Likewise.
1291
1292 2013-06-13  Johan Heikkila  <johan.heikkila@gmail.com>
1293
1294         [BZ#15432]
1295         * locales/sv_FI@euro: Add LC_MEASUREMENT.
1296
1297         [BZ#15431]
1298         * locales/sv_FI: Add LC_MEASUREMENT, use copy in LC_TELEPHONE,
1299         update LC_ADDRESS with using postal_fmt from Finnish Post Office
1300         recommendations at
1301         http://www.posti.fi/hinnatjaohjeet/osoitejakuorimerkinnat/osoitemerkinnat.html
1302         and add missing entries.
1303
1304 2013-06-11  Andreas Schwab  <schwab@suse.de>
1305
1306         [BZ #14991]
1307         * charmaps/BIG5-HKSCS: Update to HKSCS-2008.
1308
1309 2013-06-07  Joseph Myers  <joseph@codesourcery.com>
1310
1311         * charmaps/BIG5: Remove trailing whitespace.
1312         * charmaps/IBM866NAV: Likewise.
1313         * charmaps/ISIRI-3342: Likewise.
1314         * charmaps/ISO_8859-1,GL: Likewise.
1315         * locales/ber_DZ: Likewise.
1316         * locales/bn_BD: Likewise.
1317         * locales/crh_UA: Likewise.
1318         * locales/en_NG: Likewise.
1319         * locales/es_US: Likewise.
1320         * locales/fil_PH: Likewise.
1321         * locales/fy_DE: Likewise.
1322         * locales/gu_IN: Likewise.
1323         * locales/ha_NG: Likewise.
1324         * locales/hi_IN: Likewise.
1325         * locales/ig_NG: Likewise.
1326         * locales/ik_CA: Likewise.
1327         * locales/iu_CA: Likewise.
1328         * locales/kn_IN: Likewise.
1329         * locales/ks_IN@devanagari: Likewise.
1330         * locales/li_BE: Likewise.
1331         * locales/li_NL: Likewise.
1332         * locales/mg_MG: Likewise.
1333         * locales/ml_IN: Likewise.
1334         * locales/mr_IN: Likewise.
1335         * locales/nso_ZA: Likewise.
1336         * locales/or_IN: Likewise.
1337         * locales/pa_IN: Likewise.
1338         * locales/ro_RO: Likewise.
1339         * locales/shs_CA: Likewise.
1340         * locales/so_ET: Likewise.
1341         * locales/ta_IN: Likewise.
1342         * locales/te_IN: Likewise.
1343         * locales/tk_TM: Likewise.
1344         * locales/tt_RU@iqtelif: Likewise.
1345         * locales/uk_UA: Likewise.
1346         * locales/ur_IN: Likewise.
1347         * locales/uz_UZ: Likewise.
1348         * locales/uz_UZ@cyrillic: Likewise.
1349         * locales/yo_NG: Likewise.
1350         * tests-mbwc/dat_mblen.c: Likewise.
1351         * tests-mbwc/dat_towctrans.c: Likewise.
1352
1353 2013-04-27  Nik Kalach  <nikka@fedoraproject.org>
1354
1355         [BZ #15221]
1356         * locales/ia_FR: Fix postal_fmt definition.
1357
1358 2013-02-01  Andreas Jaeger  <aj@suse.de>
1359
1360         * CHECKSUMS: Remove file.
1361
1362 2013-01-14  Joseph Myers  <joseph@codesourcery.com>
1363
1364         * Makefile (bug-setlocale1-ARGS): Use $(host-test-program-cmd),
1365         not $(test-program-cmd).
1366
1367 2013-01-11  H.J. Lu  <hongjiu.lu@intel.com>
1368
1369         * Makefile ($(objpfx)sort-test.out): Replace
1370         $(run-program-prefix) with $(test-program-prefix).
1371         ($(objpfx)tst-numeric.out): Likewise.
1372         ($(objpfx)tst-mbswcs.out): Likewise.
1373         ($(objpfx)tst-fmon.out): Add $(test-program-prefix).
1374         ($(objpfx)tst-trans.out): Likewise.
1375         ($(objpfx)tst-rpmatch.out): Replace $(built-program-cmd) with
1376         $(test-program-cmd).
1377         ($(objpfx)tst-ctype.out): Likewise.
1378         ($(objpfx)tst-wctype.out): Likewise.
1379         ($(objpfx)tst-langinfo.out): Likewise.
1380         (bug-setlocale1-ARGS): Replace $(built-program-cmd) with
1381         $(test-program-cmd).
1382         * sort-test.sh (run_program_prefix): Renamed to ...
1383         (test_program_prefix): This.
1384         * tst-mbswcs.sh: Likewise.
1385         * tst-numeric.sh: Likewise.
1386         * tst-wctype.sh: Likewise.
1387         * tst-fmon.sh (test_program_prefix): New. Replace
1388         ${run_program_prefix} with ${test_program_prefix} when running.
1389         tst-fmon.
1390         * tst-trans.sh: (test_program_prefix): New.  Replace
1391         ${run_program_prefix} with ${test_program_prefix} when running
1392         tst-trans.
1393
1394 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
1395
1396         * Makefile (tests-static): New variable.
1397         (tests): Add $(tests-static).
1398         (bug-setlocale1-ARGS): Set to -- $(built-program-cmd).
1399         (bug-setlocale1-static-ENV): New variable.
1400         (bug-setlocale1-static-ARGS): Likewise.
1401         * bug-setlocale1.c (do_test): Support run directly.  Check env[1]
1402         instead of newargv[0].
1403         * bug-setlocale1-static.c: New file.
1404
1405 2013-01-03  Chris Leonard  <cjl@sugarlabs.org>
1406
1407         [BZ #14982]
1408         * locales/dz_BT: Add new contact information for dz-BT maintainer.
1409
1410         [BZ #13951]
1411         * locales/dz_BT: Correct LC_ADDRESS countryname for Bhutan in
1412         Dzongkha.
1413
1414 2013-01-02  Joseph Myers  <joseph@codesourcery.com>
1415
1416         * All files with FSF copyright notices: Update copyright dates
1417         using scripts/update-copyrights.
1418
1419 2012-12-06  Joseph Myers  <joseph@codesourcery.com>
1420
1421         * README: Use sourceware.org in Bugzilla URL.
1422         * locales/si_LK (email): Use sourceware.org in email address.
1423
1424 2012-12-03  Ashish Shah  <ashishks@redhat.com>
1425
1426         * locales/uk_UA (currency_symbol): Fix.
1427
1428 2012-12-03  Rakesh Pandit  <rakesh@fedoraproject.org>
1429
1430         * locales/ks_IN@devanagari: Fix week day names.
1431
1432 2012-12-03  Jeff Law  <law@redhat.com>
1433
1434         * locales/zh_CH (abmon): Remove whitespace.
1435
1436 2012-11-26  Nik Kalach  <nikka@fedoraproject.org>
1437
1438         * locales/ia_FR (abmon): Fix December.
1439
1440         [BZ#14879]
1441         * locales/ia_FR : New file.
1442         * SUPPORTED (SUPPORTED-LOCALES): Add appropriate entry.
1443
1444 2012-11-22  Andreas Jaeger  <aj@suse.de>
1445
1446         * locales/niu_NU: Fix comment.
1447
1448 2012-11-21  Andreas Jaeger  <aj@suse.de>
1449
1450         * locales/szl_PL (LC_COLLATE): Fix syntax error.
1451
1452         * SUPPORTED (SUPPORTED-LOCALES): Fix typo for ayc_PE entry.
1453
1454 2012-11-21  Chris Leonard  <cjl@sugarlabs.org>
1455
1456         [BZ #14863]
1457         * SUPPORTED: Add niu_NU and niu_NZ.
1458         * locales/niu_NU: Add Niuean (Vagahau Niue) locale for Niue,
1459         contributed by Chris Leonard <cjl@sugarlabs.org> and Emani
1460         Fakaotimanava-Lui <emani@niue.nu>.
1461         * locales/niu_NZ: Add Niuean (Vagahau Niue) locale for New
1462         Zealand, contributed by Chris Leonard <cjl@sugarlabs.org> and Emani
1463         Fakaotimanava-Lui <emani@niue.nu>.
1464
1465 2012-11-19  Eagle Burkut  <eagle.burkut@gmail.com>
1466
1467         [BZ #13759]
1468         * locales/ug_CN (LC_COLLATE, LC_TIME, LC_MESSAGES): Fix entries.
1469
1470 2012-11-16  Andreas Jaeger  <aj@suse.de>
1471
1472         [BZ #14368]
1473         * locales/szl_PL: New Silesian Language Locale for Poland.
1474         Contributed by Przemyslaw Buczkowski <przemub@yahoo.pl>.
1475         * localedata/SUPPORTED (SUPPORTED-LOCALES): Add szl_PL.
1476
1477         [BZ # 14828]
1478         * locales/ayc_PE: Add Aymara locale for Peru
1479         contributed by Chris Leonard <cjl@sugarlabs.org> and
1480         Amos Batto <amosbatto@yahoo.com>.
1481         * SUPPORTED (SUPPORTED-LOCALES): Add ayc_PE.
1482
1483         [BZ # 14501]
1484         * locales/nhn_MX: Add Central Nahuatl locale for Mexico,
1485         contributed by Jorge Becerril <jrbecster@gmail.com>.
1486         * SUPPORTED (SUPPORTED-LOCALES): Add nhn_MX.
1487
1488 2012-11-15  Chris Leonard  <cjlhomeaddress@gmail.com>
1489
1490         [BZ #13952]
1491         * locales/km_KH: Correct country-name and lang-name.
1492
1493 2012-11-15  Andreas Jaeger  <aj@suse.de>
1494
1495         [BZ #13603]
1496         [BZ #13604]
1497         [BZ #13698]
1498         * locales/doi_IN: New file, contributed by Pravin Satpute
1499         <psatpute@redhat.com> and Sushil Badyal <badyalsk@gmail.com>.
1500         * locales/mni_IN: New file, contributed by Pravin Satpute
1501         <psatpute@redhat.com> and Rebika Devi <rebika_srd@rediffmail.com>.
1502         * locales/sat_IN: New file, contributed by Pravin Satpute
1503         <psatpute@redhat.com> and Thakur Prasad Murmu <tp_murmu@yahoo.com>.
1504         * SUPPORTED (SUPPORTED-LOCALES): Add doi_IN, mni_IN, sat_IN.
1505
1506 2012-11-15  Chris Leonard  <cjlhomeaddress@gmail.com>
1507
1508         [BZ #13950]
1509         * locales/bo_CN (LC_NAME, LC_ADDRESS): Remove some FIXMEs with
1510         proper content, disable others.
1511         * locales/bo_IN (LC_NAME, LC_ADDRESS): Likewise.
1512
1513 2012-11-07  Dmitry V. Levin  <ldv@altlinux.org>
1514
1515         [BZ#14807]
1516         * locales/ru_RU (abmon): Change back from genitive to nominative,
1517         apply fixed three-letter abbreviation form, remove trailing dots.
1518
1519         [BZ#10873]
1520         * locales/ru_RU (abday): Remove trailing dots.
1521
1522 2012-11-02  Marko Myllynen  <myllynen@redhat.com>
1523
1524         [BZ #14669]
1525         * locales/fi_FI@euro (LC_IDENTIFICATION): Add missing
1526         LC_MEASUREMENT, fix LC_TELEPHONE category.
1527
1528 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
1529
1530         * Makefile [$(run-built-tests) = yes] (LOCALES): Add en_US.UTF-8.
1531
1532 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
1533
1534         * Makefile [$(cross-compiling) = no]: Change condition to
1535         [$(run-built-tests) = yes].
1536
1537 2012-10-22  Jim Blandy  <jimb@codesourcery.com>
1538             Joseph Myers  <joseph@codesourcery.com>
1539
1540         * tst-fmon.sh: Redirect test program stdin in loop from /dev/null.
1541         * tst-numeric.sh: Likewise.
1542         * tst-rpmatch.sh: Likewise.
1543
1544 2012-10-19  Jim Blandy  <jimb@codesourcery.com>
1545             Joseph Myers  <joseph@codesourcery.com>
1546
1547         * tst-wctype.sh (run_program_prefix): Remove variable.
1548         (tst_wctype): New variable.  Use it directly to run test program
1549         instead of passing test program name as argument.
1550
1551 2012-10-19  Florian Pritz  <bluewind@xinu.at>
1552
1553         [BZ #13758]
1554         * locales/de_AT (LC_TIME): Change month name from "FebruAr" to
1555         "Februar".
1556
1557 2012-10-19  Pravin Satpute  <psatpute@redhat.com>
1558
1559         [BZ #14694]
1560         * locales/mr_IN: Fix Wednesday in DAY and August, September and
1561         October in ABMON and MON.
1562
1563 2012-09-24  Dmitry V. Levin  <ldv@altlinux.org>
1564
1565         * gen-locale.sh: Add "set -e".
1566         * sort-test.sh: Likewise.
1567         * tst-ctype.sh: Likewise.
1568         * tst-fmon.sh: Likewise.
1569         * tst-langinfo.sh: Likewise.
1570         * tst-locale.sh: Likewise.
1571         * tst-mbswcs.sh: Likewise.
1572         * tst-numeric.sh: Likewise.
1573         * tst-rpmatch.sh: Likewise.
1574         * tst-trans.sh: Likewise.
1575         * tst-wctype.sh: Likewise.
1576         * Makefile: Do not specify -e option when running testsuite
1577         shell scripts.
1578
1579         * sort-test.sh: Add copyright header.
1580
1581 2012-09-05  Jeff Law  <law@redhat.com>
1582
1583         [BZ#14510]
1584         * locales/es_DO: Fix LC_NUMERIC decimal_point and thousands_sep.
1585         * locales/es_GT: Likewise.
1586         * locales/es_HN: Likewise.
1587         * locales/es_MX: Likewise.
1588         * locales/es_NI: Likewise.
1589         * locales/es_PA: Likewise.
1590         * locales/es_PR: Likewise.
1591         * locales/es_SV: Likewise.
1592
1593 2012-06-20  Petr Baudis  <pasky@ucw.cz>
1594
1595         * locales/mag_IN: Fix comment character.
1596         * locales/tr_CY (LC_TIME): Remove redundant first_weekday
1597         and first_workday.
1598
1599 2012-06-04  Petr Baudis  <pasky@ucw.cz>
1600
1601         [BZ#13996]
1602         * locales/tr_TR: Change currency from YTL to TL.
1603         Patch by <gokcen@pardus.org.tr>.
1604
1605 2012-06-04  Serkan Kaba  <serkan@gentoo.org>
1606
1607         [BZ#13223]
1608         * locales/tr_TR: Fix first_weekday and first_workday.
1609
1610 2012-06-01  Jeff Law  <law@redhat.com>
1611
1612         [BZ#14199]
1613         * locales/en_ES: Fix first_weekday and first_workday.
1614         * locales/{ast_ES, br_FR, cy_GB, de_DE, de_LU}: Likewise.
1615         * locales/{el_GR, en_IE, eu_ES, fr_LU, fy_NL}: Likewise.
1616         * locales/{ga_IE, gd_GB, gl_ES, gv_GB, it_IT}: Likewise.
1617         * locales/{kw_GB, lij_IT, lt_LT, lv_LV, mt_MT}: Likewise.
1618         * locales/{nl_BE, oc_FR, tr_CY, wa_BE}: Likewise.
1619
1620 2012-04-20  Chandan Kumar  <chandankumar.093047@gmail.com>
1621
1622         [BZ#13968]
1623         * locales/mag_IN: New file.
1624         * SUPPORTED (SUPPORTED-LOCALES): Add appropriate entry.
1625
1626 2012-05-21  Bruno Haible  <bruno@clisp.org>
1627             Andreas Jaeger  <aj@suse.de>
1628
1629         * SUPPORTED: Remove vi_VN.TCVN/TCVN5712-1.
1630         * tst-strptime.c: Remove, we do not support vi_VN.TCVN5712-1
1631         anymore.
1632         * Makefile (LOCALES): Remove vi_VN.TCVN5712-1 from list.
1633         (tests): Remove tst-strptime.
1634
1635 2012-05-11  Andreas Schwab  <schwab@linux-m68k.org>
1636
1637         [BZ #11837]
1638         * charmaps/GB18030: Add missing entries.
1639
1640 2012-04-29  Aurelien Jarno  <aurelien@aurel32.net>
1641
1642         [BZ #13758]
1643         * locales/de_AT (LC_TIME): Change month name from "Feber" to
1644         "Februar".
1645
1646 2012-04-12  Mike Frysinger  <vapier@gentoo.org>
1647
1648         [BZ #3768]
1649         * locales/en_GB (LC_TIME): Set am_pm and t_fmt_ampm fields.
1650         * locales/cy_GB (LC_TIME): Likewise.  Also copy date_fmt from en_GB.
1651
1652 2012-04-04  Jeff Law  <law@redhat.com>
1653
1654         [BZ #6770]
1655         * locales/ca_ES (LC_TIME): Add first_weekday and first_workday.
1656
1657 2012-04-04  Petr Baudis  <pasky@ucw.cz>
1658
1659         [BZ #6770]
1660         * locales/ca_ES: This locale is now maintained by Jordi Mallach.
1661
1662 2012-04-04  Dmitry V. Levin  <ldv@altlinux.org>
1663
1664         [BZ #10346]
1665         * locales/ru_UA (LC_TIME): Add first_weekday and first_workday.
1666
1667 2012-03-09  Paul Eggert  <eggert@cs.ucla.edu>
1668
1669         [BZ #13673]
1670         Replace FSF snail mail address with URLs, as per GNU coding standards.
1671
1672 2012-03-07  Ulrich Drepper  <drepper@gmail.com>
1673
1674         * Makefile (distribute): Remove variable.
1675
1676 2012-02-10  Joseph Myers  <joseph@codesourcery.com>
1677
1678         Revert changes to locales from previous commit.
1679
1680 2012-02-07  Paul Eggert  <eggert@cs.ucla.edu>
1681
1682         Replace FSF snail mail address with URLs, as per GNU coding standards.
1683
1684 2012-01-07  Ulrich Drepper  <drepper@gmail.com>
1685
1686         [BZ #13547]
1687         * locales/hu_HU: Fix collation rules.
1688         Patch by Egmont Koblinger <egmont@gmail.com>.
1689
1690 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
1691
1692         [BZ #12840]
1693         * locales/sv_SE: Modernize date format.
1694
1695         [BZ #12906]
1696         * SUPPORTED (SUPPORTED-LOCALES): Add wal_ET entry.
1697
1698         * locales/wal_ET: Remove lang_ab entry.
1699
1700         [BZ #12962]
1701         * locales/fi_FI: Various fixups.
1702         Patch by Marko Myllynen <myllynen@redhat.com>.
1703
1704         [BZ #13085]
1705         * locales/ta_LK: New file.
1706         * SUPPORTED (SUPPORTED-LOCALES): Add appropriate entry
1707
1708         * locales/si_LK: Add country_ab2, country_ab3, country_num.
1709
1710 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
1711
1712         [BZ #13096]
1713         * locales/fi_FI: Fix collation reordering rules.
1714
1715         [BZ #13189]
1716         * SUPPORTED (SUPPORTED-LOCALES): Add ur_IN entry.
1717
1718         [BZ #13282]
1719         * locales/brx_IN: New file.
1720         * SUPPORTED (SUPPORTED-LOCALES): Add appropriate entry
1721
1722         [BZ #13413]
1723         * locales/nl_BE: Use LC_MONETARY from nl_NL.
1724
1725         [BZ #13416]
1726         * locales/es_CU: New file.
1727         * SUPPORTED (SUPPORTED-LOCALES): Add appropriate entry
1728
1729         [BZ #13423]
1730         * locales/unm_US: New file.
1731         * SUPPORTED (SUPPORTED-LOCALES): Add appropriate entry
1732
1733         [BZ #13523]
1734         * locales/bho_IN: New file.
1735         * SUPPORTED (SUPPORTED-LOCALES): Add appropriate entry
1736
1737 2011-11-17  Ulrich Drepper  <drepper@gmail.com>
1738
1739         * Makefile (charmaps): Not need to filter out any of the VC
1740         directories.
1741         (locales): Likewise.
1742
1743 2011-11-11  Ulrich Drepper  <drepper@gmail.com>
1744
1745         [BZ #13147]
1746         * locales/de_AT: Use de_DE for LC_NUMERIC.
1747         * locales/es_BO: Use es_ES for LC_MESSAGES and LC_NUMERIC.
1748         * locales/es_CL: Likewise.
1749         * locales/es_CO: Likewise.
1750         * locales/es_DO: Likewise.
1751         * locales/es_EC: Likewise.
1752         * locales/es_GT: Likewise.
1753         * locales/es_HN: Likewise.
1754         * locales/es_MX: Likewise.
1755         * locales/es_NI: Likewise.
1756         * locales/es_PA: Likewise.
1757         * locales/es_PE: Likewise.
1758         * locales/es_PR: Likewise.
1759         * locales/es_PY: Likewise.
1760         * locales/es_SV: Likewise.
1761         * locales/es_UY: Likewise.
1762         * locales/es_VE: Likewise.
1763         * locales/es_ES: Fix LC_NUMERIC.
1764         * locales/es_CR: Use es_ES for LC_MESSAGES.
1765         * locales/fr_BE: Actually use grouping in LC_NUMERIC.
1766         * locales/fr_CA: Use fr_FR for LC_MESSAGES and LC_NUMERIC.
1767         * locales/fr_CH: Use de_CH for LC_NUMERIC.
1768         * locales/fr_LU: Use same grouping in LC_NUMERIC as in LC_MONETARY.
1769
1770 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
1771
1772         * Makefile (tests): Add tst-setlocale2:
1773         (LOCALES): Add tr_TR.ISO-8859-9;
1774         (tst-setlocale2-ENV): Define.
1775         * tst-setlocale2.c: New file.
1776
1777 2011-07-02  Roland McGrath  <roland@hack.frob.com>
1778
1779         * tests-mbwc/tst_funcs.h (TST_DECL_VARS, TST_HEAD_LOCALE):
1780         Remove unused variable.
1781
1782 2011-05-21  Ulrich Drepper  <drepper@gmail.com>
1783
1784         [BZ #12788]
1785         * bug-setlocale1.c: New file.
1786         * Makefile: Add rules to build and run bug-setlocale1.
1787
1788 2011-05-17  Ulrich Drepper  <drepper@gmail.com>
1789
1790         [BZ #11837]
1791         * charmaps/GB18030: Update to GB18020-2005.
1792
1793 2011-05-16  Ulrich Drepper  <drepper@gmail.com>
1794
1795         [BZ #11987]
1796         * locales/sl_SI (LC_TIME): Add first_weekday and first_workday.
1797         Patch by SaÅ¡o Å½ivanovic <saso.zivanovic@guest.arnes.si>.
1798
1799 2011-05-15  Ulrich Drepper  <drepper@gmail.com>
1800
1801         [BZ #9732]
1802         * locales/dz_BT: Move collations rules to...
1803         * locales/iso14651_t1_common: ...here.
1804
1805         [BZ #9730]
1806         * locales/sv_FI (LC_TIME): Fix d_t_fmt and add first_weekday and
1807         first_workday.
1808         Patch by Johan Heikkila <johan.heikkila@gmail.com>.
1809
1810 2011-05-14  Ulrich Drepper  <drepper@gmail.com>
1811
1812         [BZ #12582]
1813         * charmaps/en_SG (LC_TIME): Fix time formats.
1814         Patch by KH Teo <b3virq3b@gmail.com>.
1815
1816 2011-05-09  Ulrich Drepper  <drepper@gmail.com>
1817
1818         [BZ #11487]
1819         * locales/sq_AL (yesexpr): Recognize pP as well.
1820         (noexpr): Recognize jJ as well.
1821
1822         [BZ #11532]
1823         * charmaps/CP770: New file.
1824         * charmaps/CP771: New file.
1825         * charmaps/CP772: New file.
1826         * charmaps/CP773: New file.
1827         * charmaps/CP774: New file.
1828
1829         [BZ #11578]
1830         * locales/es_PA: Change paper format to letter.
1831         * locales/es_SV: Likewise.
1832         Patch by Caolán McNamara <caolanm@redhat.com>.
1833
1834         [BZ #11653]
1835         * locales/es_NI: Fix currency_symbol.
1836
1837         [BZ #11668]
1838         * locales/es_NI: Change paper format to letter.
1839
1840         [BZ #11945]
1841         * locales/ru_RU [LC_TIME]: Lowercase month names.
1842         Patch by Alexey Balmashnov  <a.balmashnov@gmail.com>.
1843
1844         [BZ #11947]
1845         * locales/mhr_RU: New file.
1846         * SUPPORTED (SUPPORTED-LOCALES): Add appropriate entry.
1847
1848         [BZ #11258]
1849         * locales/translit_neutral: Add entry for U20A1.
1850         * locales/es_SV (currency_symbol): Change to U20A1.
1851
1852         [BZ #12158]
1853         * locales/lij_IT: New file.
1854         * SUPPORTED (SUPPORTED-LOCALES): Add appropriate entry.
1855
1856         [BZ #12200]
1857         * locales/yue_HK: New file.
1858         * SUPPORTED (SUPPORTED-LOCALES): Add appropriate entry.
1859         Contributed by Chunshek Chan <chunshek@gmail.com>.
1860
1861         [BZ #12178]
1862         * locales/wae_CH: New file.
1863         * SUPPORTED (SUPPORTED-LOCALES): Add appropriate entry.
1864         Patch mostly by Kevin Bortis <bortis@translate-wae.ch>.
1865
1866         [BZ #12346]
1867         * locales/et_EE (LC_MONETARY): Change to Euro.
1868         Patch by Priit Laes <plaes@plaes.org>.
1869
1870         [BZ #12449]
1871         * locales/lb_LU: New file.
1872         * SUPPORTED (SUPPORTED-LOCALES): Add appropriate entry.
1873
1874         [BZ #12551]
1875         * locales/sw_KE: New file.
1876         * locales/sw_TZ: New file.
1877         * SUPPORTED (SUPPORTED-LOCALES): Add appropriate entries.
1878
1879         [BZ #12611]
1880         * locales/ff_SN: New file.
1881         * SUPPORTED (SUPPORTED-LOCALES): Add appropriate entry.
1882
1883         [BZ #12660]
1884         * locales/tk_TM: Change day and month names back after edict.
1885         Patch by Ghorban M. Tavakoly <gmt314@yahoo.com>.
1886
1887         [BZ #12681]
1888         * locales/bem_ZA: New file.
1889         * locales/en_ZA: New file.
1890         * SUPPORTED (SUPPORTED-LOCALES): Add appropriate entries.
1891
1892         [BZ #12541]
1893         * locales/ar_IN: Update currency_symbol.
1894         * locales/as_IN: Likewise.
1895         * locales/bn_IN: Likewise.
1896         * locales/en_IN: Likewise.
1897         * locales/gu_IN: Likewise.
1898         * locales/hi_IN: Likewise.
1899         * locales/kn_IN: Likewise.
1900         * locales/kok_IN: Likewise.
1901         * locales/ks_IN: Likewise.
1902         * locales/ml_IN: Likewise.
1903         * locales/mr_IN: Likewise.
1904         * locales/or_IN: Likewise.
1905         * locales/pa_IN: Likewise.
1906         * locales/sa_IN: Likewise.
1907         * locales/sd_IN: Likewise.
1908         * locales/ta_IN: Likewise.
1909         * locales/te_IN: Likewise.
1910         Patch by pravin.d.s@gmail.com.
1911
1912         [BZ #12711]
1913         * charmaps/UTF-8: Update from reason Unidata.txt file.
1914
1915         [BZ #12738]
1916         * locales/os_RU: New file.
1917         Contributed by Soslan Khubulov <soslanx@gmail.com>.
1918         * SUPPORTED: Add entry for os_RU.
1919
1920 2010-12-02  Andreas Schwab  <schwab@redhat.com>
1921
1922         * SUPPORTED: Remove .UTF-8 suffix from az_AZ, as_IN, tt_RU locale
1923         names.
1924
1925 2010-05-17  Andreas Schwab  <schwab@redhat.com>
1926
1927         * locales/es_CR (LC_ADDRESS): Fix character names in lang_ab.
1928
1929 2010-05-04  Andreas Schwab  <schwab@redhat.com>
1930
1931         * SUPPORTED (SUPPORTED-LOCALES): Fix name of tt_RU.UTF-8@iqtelif
1932         locale.
1933
1934 2010-05-03  Ulrich Drepper  <drepper@redhat.com>
1935
1936         [BZ #11520]
1937         * locales/de_CH: Define week, first_weekday, and first_workday.
1938
1939 2010-04-08  Ulrich Drepper  <drepper@redhat.com>
1940
1941         * locales/ar_AE: Fix typo.
1942         * locales/ar_BH: Likewise.
1943         * locales/ar_DZ: Likewise.
1944         * locales/ar_EG: Likewise.
1945         * locales/ar_IQ: Likewise.
1946         * locales/ar_JO: Likewise.
1947         * locales/ar_KW: Likewise.
1948         * locales/ar_LB: Likewise.
1949         * locales/ar_LY: Likewise.
1950         * locales/ar_MA: Likewise.
1951         * locales/ar_OM: Likewise.
1952         * locales/ar_QA: Likewise.
1953         * locales/ar_SD: Likewise.
1954         * locales/ar_SY: Likewise.
1955         * locales/ar_TN: Likewise.
1956         * locales/ar_YE: Likewise.
1957         * locales/ber_DZ: Likewise.
1958         * locales/ber_MA: Likewise.
1959         * locales/bn_IN: Likewise.
1960         * locales/en_HK: Likewise.
1961         * locales/en_IN: Likewise.
1962         * locales/en_PH: Likewise.
1963         * locales/en_SG: Likewise.
1964         * locales/gu_IN: Likewise.
1965         * locales/hi_IN: Likewise.
1966         * locales/hne_IN: Likewise.
1967         * locales/kn_IN: Likewise.
1968         * locales/kok_IN: Likewise.
1969         * locales/ks_IN@devanagari: Likewise.
1970         * locales/ml_IN: Likewise.
1971         * locales/mr_IN: Likewise.
1972         * locales/ms_MY: Likewise.
1973         * locales/mt_MT: Likewise.
1974         * locales/my_MM: Likewise.
1975         * locales/ne_NP: Likewise.
1976         * locales/nn_NO: Likewise.
1977         * locales/pa_IN: Likewise.
1978         * locales/sa_IN: Likewise.
1979         * locales/sd_IN@devanagari: Likewise.
1980         * locales/sq_AL: Likewise.
1981         * locales/sq_MK: Likewise.
1982         * locales/ta_IN: Likewise.
1983         * locales/te_IN: Likewise.
1984         * locales/zh_HK: Likewise.
1985         * locales/zh_SG: Likewise.
1986
1987         * SUPPORTED (SUPPORTED-LOCALES): Add cv_RU.
1988
1989         [BZ #10824]
1990         * locales/cv_RU: New file.
1991         Contributed by Adi Roiban <adi@roiban.ro>.
1992
1993         [BZ #10936]
1994         * locales/es_GT: Change paper size to letter.
1995
1996         * SUPPORTED (SUPPORTED-LOCALES): Add kok_IN and sq_MK.
1997
1998         [BZ #11470]
1999         * locales/sq_MK: New file.
2000         Contributed by Agron Selimaj <linuxmaster@verizon.net>.
2001
2002 2010-04-07  Ulrich Drepper  <drepper@redhat.com>
2003
2004         [BZ #11471]
2005         * locales/sq_AL: Fix Mr. Mrs. Ms. and Miss.
2006         Patch by Agron Selimaj <linuxmaster@verizon.net>.
2007
2008 2010-04-05  Ulrich Drepper  <drepper@redhat.com>
2009
2010         [BZ #11007]
2011         * locales/pt_BR: Define thousands_sep and grouping.
2012
2013 2010-01-28  Marcelo E. Magallon  <marcelo.magallon@gmail.com>
2014
2015         [BZ #11258]
2016         * locales/es_CR: Update for LC_MONETARY, LC_NUMERIC, LC_PAPER,
2017         LC_TELEPHONE and LC_NAME and LC_ADDRESS.
2018
2019 2010-04-04  Ulrich Drepper  <drepper@redhat.com>
2020
2021         [BZ #11272]
2022         * locales/fr_BE: Define week, first_weekday, and first_workday.
2023
2024 2010-03-24  Ulrich Drepper  <drepper@redhat.com>
2025
2026         [BZ #10554]
2027         * locales/et_EE: Change first_weekday and first_workday.
2028         Patch by Priit Laes <plaes@plaes.org>.
2029
2030 2010-02-16  Paul Pluzhnikov  <ppluzhnikov@google.com>
2031
2032         * Makefile: Add missing gconv-modules dependency.
2033
2034 2010-02-03  Ulrich Drepper  <drepper@redhat.com>
2035
2036         [BZ #10414]
2037         * locales/iso14651_t1_common: Fix sorting of malayalam letter 'na'.
2038         Patch by Pravin Satpute <psatpute@redhat.com>.
2039
2040         * locales/kok_IN: New file.
2041         Contributed by Pravin Satpute <psatpute@redhat.com> and
2042         Shailendra Bandodkar <sbandodk@redhat.com>.
2043
2044         * locales/ta_IN: Move collation data...
2045         * locales/iso14651_t1_common: ...here.
2046         Patch by Pravin Satpute <psatpute@redhat.com>.
2047
2048         * locales/as_IN: Use iso14651_t1 instead of local collation data.
2049         Patch by Pravin Satpute <psatpute@redhat.com>.
2050
2051 2010-01-25  Andreas Schwab  <schwab@redhat.com>
2052
2053         * locales/i18n: Don't map U00DF to U1E9E in toupper table.
2054
2055 2009-11-24  Ulrich Drepper  <drepper@redhat.com>
2056
2057         * locales/hsb_DE: Define week, first_weekday, and first_workday.
2058
2059 2009-11-23  Ulrich Drepper  <drepper@redhat.com>
2060
2061         * locales/en_DK: Define week, first_weekday, and first_workday.
2062
2063 2009-11-22  Ulrich Drepper  <drepper@redhat.com>
2064
2065         * locales/nl_NL: Define week, first_weekday, and first_workday.
2066
2067 2009-10-30  Ulrich Drepper  <drepper@redhat.com>
2068
2069         * locales/it_CH: Fix typos in last change.
2070         * locales/it_IT: Likewise.
2071
2072         * SUPPORTED (SUPPORTED-LOCALES): Add my_MM.
2073
2074         [BZ #9986]
2075         * locales/iso_14651_common: Add rules for Burmese.
2076         * locales/my_MM: New file.
2077         Contributed by Keith Stribley <devel@thanlwinsoft.org>.
2078
2079         [BZ #10286]
2080         * locales/ast_ES: Define first_weekday.
2081
2082         [BZ #10312]
2083         * locales/es_CO: Define am_pm , t_fmt_ampm, first_weekday.
2084         Patch by Jorge Guerrero <geojorg@gmail.com>.
2085
2086         [BZ #10319]
2087         * locales/shs_CA: Fix accents.
2088         Patch by Neskie Manuel <neskiem@gmail.com>.
2089
2090 2009-10-29  Ulrich Drepper  <drepper@redhat.com>
2091
2092         [BZ #10425]
2093         * locales/it_IT: Fix date_fmt.
2094         * locales/it_CH: Likewise.
2095         Patch by Nicolo' Chieffo <nicolo.chieffo@gmail.com>.
2096
2097         * locales/POSIX: Define yesstr and nostr.
2098         * locales/en_US: Likewise.
2099         Patch by Petr Machata <pmachata@redhat.com>.
2100
2101         * locales/crh_UA: Fix first day of week and a few spellings.
2102         Patch by Reþat SABIQ <tilde.birlik@gmail.com>.
2103
2104 2009-10-15  Ulrich Drepper  <drepper@redhat.com>
2105
2106         * SUPPORTED (SUPPORTED-LOCALES): Add ps_AF.UTF-8.
2107
2108         * locale/ps_AF: New file.
2109         Contributed by Sayamindu Dasgupta <sayamindu@gmail.com> and
2110         Pravin Satpute <psatpute@redhat.com>.
2111
2112 2009-06-16  Ulrich Drepper  <drepper@redhat.com>
2113
2114         [BZ #10011]
2115         * locales/de_AT: Define week, first_weekday, first_workday.
2116         Patch by Paul Marcher <flyer@gmail.com>.
2117
2118 2009-06-15  Ulrich Drepper  <drepper@redhat.com>
2119
2120         [BZ #10213]
2121         * SUPPORTED (SUPPORTED-LOCALES): Add dv_MV.UTF-8 entry.
2122         * locales/dv_MV: New file.
2123         Contributed by sofwathullah.mohamed@gmail.com.
2124
2125 2009-06-09  Ulrich Drepper  <drepper@redhat.com>
2126
2127         * locales/ur_IN: New file.
2128         Contributed by Pravin Satpute <psatpute@redhat.com>.
2129
2130 2009-05-04  Ulrich Drepper  <drepper@redhat.com>
2131
2132         * localedata/locales/bn_BD: Remove comment about missing collation
2133         rules.
2134         * localedata/locales/iso14651_t1_common: Add Bengali collation rules.
2135         Patch by Pravin Satpute <psatpute@redhat.com>.
2136
2137 2009-03-08  Samuel Thibault  <samuel.thibault@ens-lyon.org>
2138
2139         * locales/cs.CZ: Change week[2] to 19971130, change first_weekday and
2140         first_workday to 2.
2141         * locales/da_DK: Likewise.
2142         * locales/de_DE: Likewise.
2143         * locales/fr_FR: Likewise.
2144         * locales/fur_IT: Likewise.
2145         * locales/fy_DE: Likewise.
2146         * locales/ht_HT: Likewise.
2147         * locales/hu_HU: Likewise.
2148         * locales/li_BE: Likewise.
2149         * locales/li_NL: Likewise.
2150         * locales/mk_MK: Likewise.
2151         * locales/nb_NO: Likewise.
2152         * locales/nds_DE: Likewise.
2153         * locales/nds_NL: Likewise.
2154         * locales/nn_NO: Likewise.
2155         * locales/pl_PL: Likewise.
2156         * locales/sc_IT: Likewise.
2157         * locales/sk_SK: Likewise.
2158         * locales/uk_UA: Likewise.
2159
2160         * locales/csb_PL: Change week[2] to 19971130.
2161         * locales/en_GB: Likewise.
2162         * locales/et_EE: Likewise.
2163
2164         * locales/sr_ME: Set week to 7;19971130;4.
2165         * locales/sr_RS: Likewise.
2166         * locales/sr_RS@latin: Likewise.
2167
2168 2009-04-22  Ulrich Drepper  <drepper@redhat.com>
2169
2170         [BZ #9963]
2171         * locales/en_PH: Fix LC_PAPER.
2172         * locales/es_CL: Likewise.
2173         * locales/es_CO: Likewise.
2174         * locales/es_MX: Likewise.
2175         * locales/es_US: Likewise.
2176         * locales/es_VE: Likewise.
2177         * locales/fil_PH: Likewise.
2178         * locales/ik_CA: Likewise.
2179         * locales/iu_CA: Likewise.
2180         * locales/tl_PH: Likewise.
2181
2182 2009-04-18  Ulrich Drepper  <drepper@redhat.com>
2183
2184         * SUPPORTED: Add ks_IN.
2185
2186 2009-04-07  Ulrich Drepper  <drepper@redhat.com>
2187
2188         * locales/ks_IN@devanagari: Replace duplicated information with copy.
2189         Fix title.  Patch by Pravin Satpute <psatpute@redhat.com>.
2190
2191 2009-04-06  Ulrich Drepper  <drepper@redhat.com>
2192
2193         * locales/ks_IN: New file.
2194         Patch by Mohammad Nayeem <mohammad.nayeem@gmail.com> and
2195         Pravin Satpute <psatpute@redhat.com>.
2196
2197 2009-03-23  Jakub Jelinek  <jakub@redhat.com>
2198
2199         [BZ #9985]
2200         * charmaps/UTF-8: Fix encoding of <U1080>..<U109F>, <U12AF>.
2201         Based on patch by Keith Stribley <devel@thanlwinsoft.org>.
2202
2203 2009-03-15  Ulrich Drepper  <drepper@redhat.com>
2204
2205         [BZ #9844]
2206         * locales/iso14651_t1_common: Move U0138 entry.
2207
2208         [BZ #9833]
2209         * locales/ko_KR: Fix noexpr.  Add nostr.
2210
2211         [BZ #9891]
2212         * locales/mt_MT: Fix spelling of August (Awwissu).
2213         Patch by Martin Pitt.
2214
2215 2009-03-14  Ulrich Drepper  <drepper@redhat.com>
2216
2217         [BZ #9916]
2218         * SUPPORTED (SUPPORTED-LOCALES): Add nan_TW@latin.
2219         * locales/nan_TW@latin: New file.
2220         Contributed by Arne Goetje.
2221
2222 2009-02-11  Ulrich Drepper  <drepper@redhat.com>
2223
2224         * locales/iso14651_t1_common: Add rules for sorting Malayalam.
2225         Patch by Santhosh Thottingal <santhosh.thottingal@gmail.com>.
2226
2227 2009-02-06  Ulrich Drepper  <drepper@redhat.com>
2228
2229         [BZ #7098]
2230         * Makefile ($(inst_i18ndir)/charmaps/%.gz): No need to save
2231         timestamp in compressed charmaps.
2232         Patch by Gilles Espinasse <g.esp@free.fr>.
2233
2234         [BZ #9730]
2235         * locales/sv_FI: Fix time formats.
2236
2237         [BZ #9736]
2238         * locales/el_CY: Fix frac_digits and int_frac_digits.
2239         * locales/el_GR: Likewise.
2240         Patch by Clint Adams <schizo@debian.org>.
2241
2242 2009-01-28  Ulrich Drepper  <drepper@redhat.com>
2243
2244         [BZ #9791]
2245         * locales/as_IN: Break circular include loops introduced in last patch.
2246         * locales/bn_BD: Likewise.
2247         * locales/bn_IN: Likewise.
2248         * locales/hi_IN: Likewise.
2249         * locales/mr_IN: Likewise.
2250         Patch by Pravin Satpute <psatpute@redhat.com>.
2251
2252 2009-01-08  Ulrich Drepper  <drepper@redhat.com>
2253
2254         [BZ #9701]
2255         * locales/sk_SK: Slovakia uses the Euro.
2256
2257         [BZ #9704]
2258         * locales/mt_MT: Malta uses the Euro.
2259
2260         [BZ #9705]
2261         * locales/el_CY: Cyprus uses the Euro.
2262
2263 2008-12-31  Ulrich Drepper  <drepper@redhat.com>
2264
2265         * locales/iso14651_t1_common: Fix sorting of U+0AB3.
2266         Patch by Pravin Satpute <psatpute@redhat.com>.
2267
2268 2008-12-30  Ulrich Drepper  <drepper@redhat.com>
2269
2270         * locales/i18n: Move Indic Matra characters to punct.
2271         * locales/as_IN: Add support for internationalized digits.
2272         * locales/bn_BD: Likewise.
2273         * locales/bn_IN: Likewise.
2274         * locales/gu_IN: Likewise.
2275         * locales/hi_IN: Likewise.
2276         * locales/kn_IN: Likewise.
2277         * locales/ml_IN: Likewise.
2278         * locales/mr_IN: Likewise.
2279         * locales/or_IN: Likewise.
2280         * locales/pa_IN: Likewise.
2281         * locales/ta_IN: Likewise.
2282         * locales/te_IN: Likewise.
2283         Patch by Pravin Satpute <psatpute@redhat.com>.
2284
2285 2008-12-26  Ulrich Drepper  <drepper@redhat.com>
2286
2287         * tests-mbwc/tst_types.h (TIN_MBRLEN_REC): Use correct array
2288         length constant.
2289
2290 2008-12-05  Ulrich Drepper  <drepper@redhat.com>
2291
2292         * SUPPORTED (SUPPORTED-LOCALES): Add hne_IN.
2293
2294         * locales/hne_IN: New file.
2295         Contributed by Pravin Satpute <psatpute@redhat.com>.
2296
2297 2008-10-31  Ulrich Drepper  <drepper@redhat.com>
2298
2299         [BZ #6920]
2300         * locales/af_ZA: Fix %%z and %%T and postal_fmts.
2301         * locales/ar_SA: Likewise.
2302         * locales/be_BY: Likewise.
2303         * locales/bs_BA: Likewise.
2304         * locales/ca_AD: Likewise.
2305         * locales/ca_ES: Likewise.
2306         * locales/crh_UA: Likewise.
2307         * locales/cs_CZ: Likewise.
2308         * locales/da_DK: Likewise.
2309         * locales/de_AT: Likewise.
2310         * locales/de_BE: Likewise.
2311         * locales/de_CH: Likewise.
2312         * locales/de_DE: Likewise.
2313         * locales/de_LU: Likewise.
2314         * locales/el_CY: Likewise.
2315         * locales/el_GR: Likewise.
2316         * locales/en_AU: Likewise.
2317         * locales/en_BW: Likewise.
2318         * locales/en_CA: Likewise.
2319         * locales/en_DK: Likewise.
2320         * locales/en_GB: Likewise.
2321         * locales/en_IE: Likewise.
2322         * locales/en_NG: Likewise.
2323         * locales/en_NZ: Likewise.
2324         * locales/en_ZA: Likewise.
2325         * locales/en_ZW: Likewise.
2326         * locales/es_AR: Likewise.
2327         * locales/es_BO: Likewise.
2328         * locales/es_CL: Likewise.
2329         * locales/es_CO: Likewise.
2330         * locales/es_CR: Likewise.
2331         * locales/es_DO: Likewise.
2332         * locales/es_EC: Likewise.
2333         * locales/es_ES: Likewise.
2334         * locales/es_GT: Likewise.
2335         * locales/es_HN: Likewise.
2336         * locales/es_MX: Likewise.
2337         * locales/es_NI: Likewise.
2338         * locales/es_PA: Likewise.
2339         * locales/es_PE: Likewise.
2340         * locales/es_PR: Likewise.
2341         * locales/es_PY: Likewise.
2342         * locales/es_SV: Likewise.
2343         * locales/es_UY: Likewise.
2344         * locales/es_VE: Likewise.
2345         * locales/eu_ES: Likewise.
2346         * locales/fa_IR: Likewise.
2347         * locales/fi_FI: Likewise.
2348         * locales/fo_FO: Likewise.
2349         * locales/fr_BE: Likewise.
2350         * locales/fr_CA: Likewise.
2351         * locales/fr_CH: Likewise.
2352         * locales/fr_FR: Likewise.
2353         * locales/fr_LU: Likewise.
2354         * locales/fy_DE: Likewise.
2355         * locales/fy_NL: Likewise.
2356         * locales/ga_IE: Likewise.
2357         * locales/gd_GB: Likewise.
2358         * locales/gl_ES: Likewise.
2359         * locales/gv_GB: Likewise.
2360         * locales/ha_NG: Likewise.
2361         * locales/he_IL: Likewise.
2362         * locales/hr_HR: Likewise.
2363         * locales/hsb_DE: Likewise.
2364         * locales/hu_HU: Likewise.
2365         * locales/id_ID: Likewise.
2366         * locales/ig_NG: Likewise.
2367         * locales/ik_CA: Likewise.
2368         * locales/is_IS: Likewise.
2369         * locales/it_CH: Likewise.
2370         * locales/it_IT: Likewise.
2371         * locales/iu_CA: Likewise.
2372         * locales/iw_IL: Likewise.
2373         * locales/kk_KZ: Likewise.
2374         * locales/kl_GL: Likewise.
2375         * locales/ko_KR: Likewise.
2376         * locales/ku_TR: Likewise.
2377         * locales/kw_GB: Likewise.
2378         * locales/ky_KG: Likewise.
2379         * locales/lg_UG: Likewise.
2380         * locales/li_BE: Likewise.
2381         * locales/li_NL: Likewise.
2382         * locales/lt_LT: Likewise.
2383         * locales/lv_LV: Likewise.
2384         * locales/mg_MG: Likewise.
2385         * locales/mk_MK: Likewise.
2386         * locales/mn_MN: Likewise.
2387         * locales/nb_NO: Likewise.
2388         * locales/nds_DE: Likewise.
2389         * locales/nds_NL: Likewise.
2390         * locales/nl_BE: Likewise.
2391         * locales/nl_NL: Likewise.
2392         * locales/nr_ZA: Likewise.
2393         * locales/nso_ZA: Likewise.
2394         * locales/pa_PK: Likewise.
2395         * locales/pl_PL: Likewise.
2396         * locales/pt_BR: Likewise.
2397         * locales/pt_PT: Likewise.
2398         * locales/ru_RU: Likewise.
2399         * locales/ru_UA: Likewise.
2400         * locales/rw_RW: Likewise.
2401         * locales/se_NO: Likewise.
2402         * locales/shs_CA: Likewise.
2403         * locales/sk_SK: Likewise.
2404         * locales/sl_SI: Likewise.
2405         * locales/sr_ME: Likewise.
2406         * locales/sr_RS: Likewise.
2407         * locales/sr_RS@latin: Likewise.
2408         * locales/ss_ZA: Likewise.
2409         * locales/st_ZA: Likewise.
2410         * locales/sv_FI: Likewise.
2411         * locales/sv_SE: Likewise.
2412         * locales/tg_TJ: Likewise.
2413         * locales/tk_TM: Likewise.
2414         * locales/tl_PH: Likewise.
2415         * locales/tn_ZA: Likewise.
2416         * locales/tr_CY: Likewise.
2417         * locales/tr_TR: Likewise.
2418         * locales/ts_ZA: Likewise.
2419         * locales/tt_RU@iqtelif: Likewise.
2420         * locales/ur_PK: Likewise.
2421         * locales/ve_ZA: Likewise.
2422         * locales/wa_BE: Likewise.
2423         * locales/wo_SN: Likewise.
2424         * locales/xh_ZA: Likewise.
2425         * locales/yo_NG: Likewise.
2426         * locales/zu_ZA: Likewise.
2427         Patch by Pekka Vuorela <pvuorela@gmail.com>.
2428
2429         * tests-mbwc/dat_mbtowc.c (tst_mbtowc_loc): Avoid some warnings.
2430
2431         [BZ #6968]
2432         * locales/iso14651_t1_common: Add support for Sinhala.
2433         * localedata/si_LK.in: New file.
2434         Patch by harshula@gmail.com.
2435         * Makefile (test-input): Add si_LK.UTF-8.
2436         (LOCALES): Likewise.
2437
2438 2008-09-17  Ulrich Drepper  <drepper@redhat.com>
2439
2440         * locales/en_GB: Set first weekday and workday to 2.
2441
2442 2008-09-16  Ulrich Drepper  <drepper@redhat.com>
2443
2444         * locales/nl_AW: New file.
2445         * SUPPORTED (SUPPORTED-LOCALES): Add nl_AW.UTF-8.
2446
2447         * locales/en_AG: New file.
2448         * SUPPORTED (SUPPORTED-LOCALES): Add en_AG.UTF-8.
2449
2450 2008-09-15  Ulrich Drepper  <drepper@redhat.com>
2451
2452         * locales/ht_HT: New file.
2453         * SUPPORTED: Add ht_HT.UTF-8.
2454
2455         * locales/en_GB: Change dom_tel_fmt to %A %l.
2456         * locales/de_DE: Likewise.
2457
2458         * SUPPORTED (SUPPORTED-LOCALES): Add sd_IN.
2459
2460         * locales/sd_IN: New file.
2461         Contributed by Pravin Satpute <psatpute@redhat.com>.
2462
2463         * locales/sd_IN@devanagari: Fix locale name.
2464         * locales/ks_IN@devanagari: Likewise.
2465
2466 2008-09-01  Ulrich Drepper  <drepper@redhat.com>
2467
2468         * SUPPORTED (SUPPORTED-LOCALES): Add ks_IN@devnagari and
2469         sd_IN@devanagari.
2470
2471         [BZ #6857]
2472         * locales/sd_IN@devanagari: New file.
2473         Contributed by Pravin Satpute <psatpute@redhat.com>.
2474
2475         [BZ #6856]
2476         * locales/ks_IN@devanagari: New file.
2477         Contributed by Pravin Satpute <psatpute@redhat.com>.
2478
2479 2008-07-11  Ulrich Drepper  <drepper@redhat.com>
2480
2481         * locales/iso14651_t1_common: Add Kannada collation support.
2482         Patch by Pravin Satpute <psatpute@redhat.com>.
2483
2484 2008-07-08  Ulrich Drepper  <drepper@redhat.com>
2485
2486         [BZ #6713]
2487         * charmaps/UTF-8: Fix U1DBA entry representation.
2488         Patch by Colin Watson.
2489
2490 2008-06-27  Ulrich Drepper  <drepper@redhat.com>
2491
2492         * tst-strptime.c (do_test): Add test of %EY.
2493
2494 2008-06-25  Ulrich Drepper  <drepper@redhat.com>
2495
2496         * tst-strptime.c (do_test): Add test for parsing era year
2497         representation.
2498
2499         [BZ #5911]
2500         * locales/es_CR: Define first_weekday and first_workday.
2501
2502         [BZ #5814]
2503         * locales/fi_FI: Fix separator for hours, minutes, and seconds.
2504
2505 2008-06-24  Ulrich Drepper  <drepper@redhat.com>
2506
2507         * locales/iso14651_t1_common: Add support for Gurumukhi script.
2508         Patch by Pravin Satpute <psatpute@redhat.com>.
2509
2510 2008-05-21  Ulrich Drepper  <drepper@redhat.com>
2511
2512         * locales/iso14651_t1_common: Remove U0C0D entry added for Telugu.
2513         Reported by Pravin Satpute.
2514
2515 2008-05-16  Ulrich Drepper  <drepper@redhat.com>
2516
2517         * locales/iso14651_t1_common: Remove duplicate U0C7B definition.
2518
2519 2008-05-14  Ulrich Drepper  <drepper@redhat.com>
2520
2521         [BZ #6438]
2522         * locales/iso14651_t1_common: Add sorting data for Telugu.
2523
2524         [BZ #6447]
2525         * locales/be_BY: Fix yesexpr.
2526         Patch by Alexander Mikhailian <mikhailian@altern.org>.
2527
2528 2008-04-15  Ulrich Drepper  <drepper@redhat.com>
2529
2530         * charmaps/UTF-8: Update for Unicode v5.1.
2531         * locales/i18n: Update for Unicode 5.
2532
2533 2008-04-09  Ulrich Drepper  <drepper@redhat.com>
2534
2535         * tst-langinfo.sh: Adjust for latest fr_FR locale changes.
2536
2537 2008-04-07  Ulrich Drepper  <drepper@redhat.com>
2538
2539         [BZ #6021]
2540         * locales/es_ES: Fix p_cs_precedes and n_cs_precedes.
2541         Use common collation definition.
2542
2543         [BZ #6040]
2544         * locales/fr_FR: Fix abmon, abday, d_ftm, grouping.
2545
2546         [BZ #6004]
2547         * locales/iso14651_t1_common: Fix first weight for U+1E60, U+1E62,
2548         U+1E64, U+1E66, and U+1E68.
2549         Patch by Jesse Thilo <unixweenie@gmail.com>.
2550
2551         [BZ #5478]
2552         * locales/hu_HU: Fix name_fmt.
2553
2554 2008-03-31  Ulrich Drepper  <drepper@redhat.com>
2555
2556         * locales/iso14651_t1_common: Add support for Gujarati script.
2557         Patch by Pravin Satpute <psatpute@redhat.com>.
2558
2559 2008-03-30  Jakub Jelinek  <jakub@redhat.com>
2560
2561         * Makefile (LOCALES): Add ja_JP.UTF-8.
2562
2563 2008-03-23  Ulrich Drepper  <drepper@redhat.com>
2564
2565         * locales/iso14651_t1_common: Add support for Devanagari script.
2566         * locales/mr_IN: Adjust Devanagari sorting for mr_IN.
2567         Patch by Pravin Satpute <psatpute@redhat.com>.
2568
2569 2008-03-08  Ulrich Drepper  <drepper@redhat.com>
2570
2571         [BZ #5602]
2572         * locales/pt_PT: Fix mon_decimal_point.
2573
2574 2008-03-07  Ulrich Drepper  <drepper@redhat.com>
2575
2576         [BZ #5777]
2577         * locales/es_CR: Define am/pm format.
2578
2579 2008-03-04  Ulrich Drepper  <drepper@redhat.com>
2580
2581         * SUPPORTED (SUPPORTED-LOCALES): Add shs_CA.UTF-8.
2582
2583         * locales/en_CA: Add language information in LC_ADDRESS section.
2584         * locales/fr_CA: Likewise.
2585         * locales/ik_CA: Likewise.
2586         * locales/iu_CA: Likewise.
2587
2588         [BZ #5627]
2589         * locales/shs_CA: New file.
2590
2591 2008-01-10  Ulrich Drepper  <drepper@redhat.com>
2592
2593         [BZ #5520]
2594         * locales/ga_IE: Fix May, June, November and December entries in mon.
2595
2596 2007-12-11  Ulrich Drepper  <drepper@redhat.com>
2597
2598         * charmsp/HP-THAI8: New file.
2599
2600         [BZ #5464]
2601         * charmaps/HP-GREEK8: New file.
2602
2603         [BZ #5463]
2604         * charmaps/HP-TURKISH8: New file.
2605
2606 2007-12-10  Ulrich Drepper  <drepper@redhat.com>
2607
2608         * charmaps/UTF-8: Add Unicode 5.1 entries.
2609
2610 2007-12-07  Ulrich Drepper  <drepper@redhat.com>
2611
2612         [BZ #5427]
2613         * charmaps/HP-ROMAN9: New file.
2614
2615 2007-12-04  Ulrich Drepper  <drepper@redhat.com>
2616
2617         * locales/si_LK (mon): Fix February and November spelling.
2618         Patch by Danishka Navin <snavin@redhat.com>.
2619
2620 2007-11-07  Ulrich Drepper  <drepper@redhat.com>
2621
2622         [BZ #5238]
2623         * locales/ug_CN: Fix typo in collating symbol definition.
2624
2625         [BZ #5237]
2626         * locales/lo_LA: Fix typos in collation symbols.
2627
2628 2007-11-06  Ulrich Drepper  <drepper@redhat.com>
2629
2630         * locales/dz_BT: Fix representation of data.
2631
2632         * SUPPORTED (SUPPORTED-LOCALES): Add bo_CN and bo_IN.
2633         * locales/bo_CN: New file.
2634         * locales/bo_IN: New file.
2635
2636 2007-10-28  Ulrich Drepper  <drepper@redhat.com>
2637
2638         [BZ #5224]
2639         * locales/ig_NG: Add missing collating elements and symbols.
2640
2641 2007-10-14  Ulrich Drepper  <drepper@redhat.com>
2642
2643         [BZ #4098]
2644         * locales/pl_PL: Change abmon, abday, and d_fmt according to
2645         results of vote.
2646
2647 2007-10-10  Ulrich Drepper  <drepper@redhat.com>
2648
2649         * locales/iso14651_t1_common: If DIACRIT_FORWARD is defined, define
2650         second level of <LATIN> script as forward.
2651         * locales/de_DE: Define DIACRIT_FORWARD.
2652         * de_DE.in: Revert last change.
2653
2654 2007-10-10  Jakub Jelinek  <jakub@redhat.com>
2655
2656         * locales/en_US: Add first_weekday and first_workday.
2657         * locales/cs_CZ: Likewise.
2658         * locales/fur_IT: Likewise.
2659         * locales/fy_DE: Likewise.
2660         * locales/hu_HU: Likewise.
2661         * locales/i18n: Likewise.
2662         * locales/li_BE: Likewise.
2663         * locales/li_NL: Likewise.
2664         * locales/nds_DE: Likewise.
2665         * locales/nds_NL: Likewise.
2666         * locales/pl_PL: Likewise.
2667         * locales/sc_IT: Likewise.
2668         * locales/sk_SK: Likewise.
2669
2670 2007-10-09  Ulrich Drepper  <drepper@redhat.com>
2671
2672         * locales/de_DE: Set first week day to Monday.
2673         * locales/fr_FR: Likewise.
2674
2675 2007-10-07  Ulrich Drepper  <drepper@redhat.com>
2676
2677         [BZ #73]
2678         * locales/nb_NO: Update time information, collation, thousands
2679         separator.
2680         * locales/nn_NO: Likewise.
2681
2682 2007-10-04  Ulrich Drepper  <drepper@redhat.com>
2683
2684         * locales/en_NG: New file.
2685
2686 2007-10-04  Jakub Jelinek  <jakub@redhat.com>
2687
2688         * tst-langinfo.sh: Update expected THOUSEP for fr_FR.
2689
2690 2007-10-02  Ulrich Drepper  <drepper@redhat.com>
2691
2692         * charmaps/UTF-8: Fix U06FF definition.  Remove double U074A
2693         definition.  Add U0B71 and U27C0 to U27CA definitions.
2694
2695         * de_DE.in: Adjust for correct handling of backward direction sorting.
2696
2697         * fr_FR.in: New file.
2698         * Makefile: Add rules to run fr_FR sorting test.
2699
2700 2007-10-01  Ulrich Drepper  <drepper@redhat.com>
2701
2702         [BZ #4941]
2703         * locales/oc_FR: Fix Thursday abday and August mon and abmon data.
2704
2705         * SUPPORTED (SUPPORTED-LOCALES): Add ber_MA.UTF-8.
2706
2707         * locales/am_ET (LC_COLLATE): Define new script after copy.
2708
2709 2007-09-30  Ulrich Drepper  <drepper@redhat.com>
2710
2711         * locales/cs_SR: Removed.
2712
2713         * locales/lo_LA: Add missing collating element o-e.
2714
2715         * locales/is_IS: Cleanup.  Remove invalid collation entries.
2716         * locales/lv_LV: Likewise.
2717
2718         * locales/fa_IR: Add missing collating element Alef-Hamza.
2719
2720         * locales/da_DK: Add missing collating symbol ETH.
2721         * locales/nb_NO: Likewise.
2722
2723         * locales/sa_IN: New file.
2724         * SUPPORTED (SUPPORTED-LOCALES): Add sa_IN.
2725
2726         * locales/fr_FR: Change thousands_sep to U0020.
2727
2728         * locales/cs_CZ: Sort lowercase before uppercase.
2729
2730         * locales/en_GB: Change first weekday and workday to Monday.
2731         * locales/nb_NO: Likewise.
2732         * locales/nn_NO: Likewise.
2733         [BZ #4833]
2734         * locales/da_DK: Likewise.
2735         [BZ #4705]
2736         * locales/et_EE: Likewise.
2737
2738         * locales/iso14651_t1_common: Add rules for Georgian.
2739
2740         * locales/ber_DZ: New file.
2741         * locales/fil_PH: New file.
2742         * locales/fur_IT: New file.
2743         * locales/fy_DE: New file.
2744         * locales/ha_NG: New file.
2745         * locales/ig_NG: New file.
2746         * locales/ik_CA: New file.
2747         * locales/iu_CA: New file.
2748         * locales/li_BE: New file.
2749         * locales/li_NL: New file.
2750         * locales/nds_DE: New file.
2751         * locales/nds_NL: New file.
2752         * locales/pap_AN: New file.
2753         * locales/sc_IT: New file.
2754         * locales/tk_TM: New file.
2755         * locales/ug_CN: New file.
2756         * locales/yo_NG: New file.
2757         * SUPPORTED: Add the new locales.
2758
2759 2007-09-29  Ulrich Drepper  <drepper@redhat.com>
2760
2761         * charmaps/ISO-8859-9E: New file.
2762
2763 2007-09-28  Ulrich Drepper  <drepper@redhat.com>
2764
2765         * charmaps/KOI8-RU: New file.
2766
2767 2007-09-23  Ulrich Drepper  <drepper@redhat.com>
2768
2769         [BZ #4556]
2770         * locales/de_CH: Fix d_fmt.
2771
2772         [BZ #4972]
2773         * charmaps/MAC-CENTRALEUROPE: New file.
2774
2775 2007-08-24  Ulrich Drepper  <drepper@redhat.com>
2776
2777         [BZ #3842]
2778         * locales/ru_RU: Use U00A0 instead of U2002 for thousands separator.
2779         The latter might be more correct but usually cannot be displayed.
2780
2781 2007-08-22  Ulrich Drepper  <drepper@redhat.com>
2782
2783         [BZ #4554]
2784         * locales/wo_SN: New file.
2785         * SUPPORTED: Add wo_SN entry.
2786
2787         [BZ #4557]
2788         * locales/as_IN: Change <UNASSIGNED-09CE> to <U09CE>.
2789
2790 2007-08-03  Jakub Jelinek  <jakub@redhat.com>
2791
2792         * locales/translit_combining: Add U0141 and U0142.
2793
2794 2007-07-30  Jakub Jelinek  <jakub@redhat.com>
2795
2796         * tst-strptime.c (do_test): Use %tu in fmt string for ptrdiff_t value.
2797
2798 2007-07-16  Jakub Jelinek  <jakub@redhat.com>
2799
2800         * locales/ar_SA (d_t_fmt, d_fmt, t_fmt, t_fmt_ampm): Replace %.1d
2801         with supported %e and %.1H with %k.
2802         * locales/dz_BT (t_fmt): Remove whitespace between % and H.
2803
2804 2007-07-10  Ulrich Drepper  <drepper@redhat.com>
2805
2806         [BZ #4773]
2807         * Makefile: Add rules to build and run tst-strptime.
2808         * tst-strptime.c: New file.
2809
2810 2007-05-07  Ulrich Drepper  <drepper@redhat.com>
2811
2812         * locales/as_IN: Fix currency_symbol, abday for Sunday, abmon for
2813         January, February, and September to December, mon for January,
2814         February, September, and December, am_pm, and name_*.
2815         Patch by Amitakhya Phukan <aphukan@redhat.com>.
2816
2817 2007-05-04  Ulrich Drepper  <drepper@redhat.com>
2818
2819         [BZ #4114]
2820         * locales/ast_ES: New file.
2821         * SUPPORTED (SUPPORTED-LOCALES): Add ast_ES.UTF-8 and ast_ES.
2822
2823 2007-04-27  Ulrich Drepper  <drepper@redhat.com>
2824
2825         [BZ #4024]
2826         * locales/iso14651_t1: Include iso14651_t1_common for common
2827         sorting data.
2828         * locales/iso14651_t1_common: New file.
2829         * locales/iso14651_t1_pinyin: New file.
2830         * locales/zh_CN (LC_COLLATE): Use iso14651_t1_pinyin instead of
2831         iso14651_t1.
2832
2833         [BZ #3213]
2834         * locales/translit_neutral: Add entry for U2044.
2835
2836 2007-04-24  Ulrich Drepper  <drepper@redhat.com>
2837
2838         [BZ #4411]
2839         * locales/en_ZA: Update int_select.
2840         Patch by Dwayne Bailey <dwayne@translate.org.za>.
2841
2842 2007-03-07  Steven Munroe  <sjmunroe@us.ibm.com>
2843
2844         * Makefile: Define tst-sscanf-ENV.
2845         * tst-sscanf.c: Use fa_IR.UTF-8 which exists internally.
2846
2847 2007-02-18  Ulrich Drepper  <drepper@redhat.com>
2848
2849         * Makefile (tests): Add tst-sscanf.
2850         (LOCALES): Add fa_IR.UTF-8.
2851         * tst-sscanf.c: New file.
2852
2853         * da_DK.in: Adjust for unified collation.
2854
2855         * locales/vi_VN: Don't define HOK here as well.
2856
2857 2007-02-17  Ulrich Drepper  <drepper@redhat.com>
2858
2859         * SUPPORTED (SUPPORTED-LOCALES): Remove sr_CS locales.
2860
2861         [BZ #1430]
2862         * locales/hu_HU: Revert
2863                 * locales/hu_HU: Better collation.
2864                 Patch by Gyuro Lehel <lehel@freemail.hu>.
2865
2866 2005-01-16  Denis Barbier  <barbier@linuxfr.org>
2867
2868         [BZ #672]
2869         * locales/ca_ES: Replace current collation rules by including
2870         iso14651_t1 and adding extra rules if needed.  There should be
2871         no noticeable changes in sorted text. only ligatures and
2872         ignoreable characters have modified weights.
2873         * locales/da_DK: Likewise.
2874         * locales/en_CA: Likewise.
2875         * locales/es_US: Likewise.
2876         * locales/fi_FI: Likewise.
2877         * locales/nb_NO: Likewise.
2878
2879 2007-02-17  Ulrich Drepper  <drepper@redhat.com>
2880
2881         [BZ #672]
2882         * locales/iso14651_t1: Simplified.  Extended.
2883
2884         [BZ #58]
2885         * locales/uk_UA: New version.
2886
2887         [BZ #3156]
2888         * locales/pl_PL: Fix abday, abmon, d_t_fmt, d_fmt, and date_fmt.
2889
2890         [BZ #2692]
2891         * locales/es_VE: Add am/pm format support.
2892
2893         [BZ #2648]
2894         * locales/pl_PL: Fix currency_symbol and its placement.
2895
2896         [BZ #3363]
2897         * SUPPORTED (SUPPORTED-LOCALES): Add tt_RU@iqtelif.
2898         * locales/tt_RU@iqtelif: New file.
2899
2900         [BZ #3334]
2901         * locales/sr_ME: Update from maintainer.
2902
2903         [BZ #3326]
2904         * SUPPORTED (SUPPORTED-LOCALES): Add crh_UA.
2905         * locales/crh_UA: New file.
2906
2907 2007-02-16  Ulrich Drepper  <drepper@redhat.com>
2908
2909         [BZ #3322]
2910         * SUPPORTED (SUPPORTED-LOCALES): Add sr_RS and sr_RS@latin.
2911         * locales/sr_RS: New file.
2912         * locales/sr_RS@latin: New file.
2913
2914         [BZ #3995]
2915         * locales/ru_RU (LC_TIME): Set first_weekday and first_workday.
2916
2917         [BZ #3885]
2918         * locales/i18n: Updates for Unicode 5.0.
2919         * charmaps/UTF-8: Likewise.
2920         Patch by Pablo Saratxaga <pablo@walon.org>
2921
2922 2007-01-12  Gwenole Beauchesne  <gbeauchesne@mandriva.com>
2923
2924         [BZ #3884]
2925         * locales/sl_SI: Slovenia joined the Euro zone.
2926         Fix negative number format.
2927
2928 2007-02-16  Ulrich Drepper  <drepper@redhat.com>
2929
2930         [BZ #3851]
2931         * locales/bn_BD: Fix full name of January and February.
2932         Patch by Jamil Ahmed <jamil@bengalinux.org>.
2933
2934 2007-02-02  Bruno Haible  <bruno@clisp.org>
2935
2936         * charmaps/EUC-KR: Add mapping for 0xA2 0xE8.
2937         * charmaps/JOHAB: Add mapping for 0xD9 0xE8.
2938         Reported by Jungshik Shin <jungshik@google.com>.
2939
2940         * charmaps/JOHAB: Add mappings for 0xD9 0xE6 and 0xD9 0xE7.
2941         Reported by Jungshik Shin <jungshik@google.com>.
2942
2943 2007-01-19  Ulrich Drepper  <drepper@redhat.com>
2944
2945         * charmaps/BRF: New file.
2946         Contributed by Samuel Thibault <samuel.thibault@ens-lyon.org>.
2947
2948 2006-12-05  Jakub Jelinek  <jakub@redhat.com>
2949
2950         * locales/cs_CZ (LC_TIME): Change d_fmt to %e.%m.%Y from %-d.%-m.%Y.
2951         Change d_t_fmt to %a %-d. %B %Y, %H:%M:%S %Z from
2952         %a %e. %B %Y, %H:%M:%S %Z.
2953
2954 2006-11-02  Ulrich Drepper  <drepper@redhat.com>
2955
2956         * locales/mai_IN: New file.
2957         Provided by Rajesh Ranjan <rajeshkajha@yahoo.com>.
2958
2959         * SUPPORTED: Add mai_IN/UTF-8.
2960
2961 2006-10-12  Ulrich Drepper  <drepper@redhat.com>
2962
2963         [BZ #3320]
2964         * locales/es_ES (LC_TIME): Add week, first_weekday, and first_workday.
2965
2966 2006-10-05  Dmitry V. Levin  <ldv@altlinux.org>
2967
2968         * locales/tt_RU: Fix territory, title and descriptive comment.
2969
2970 2006-10-05  Ulrich Drepper  <drepper@redhat.com>
2971
2972         * locales/pa_IN (abday): Fix spelling of Sunday.
2973         Patch by Mayank Jain <majain@redhat.com>.
2974
2975 2006-10-01  Ulrich Drepper  <drepper@redhat.com>
2976
2977         * locales/en_GB: Use more complete en_US data in LC_NAME.
2978
2979 2006-09-29  Ulrich Drepper  <drepper@redhat.com>
2980
2981         [BZ #39]
2982         * locales/sr_ME: New file.
2983         * SUPPORTED (SUPPORTED-LOCALES): Add sr_ME.
2984
2985 2006-09-20  Ulrich Drepper  <drepper@redhat.com>
2986
2987         [BZ #2823]
2988         * locales/mk_MK: Fix date_fmt.  Add week, first_weekday, and
2989         first_workday information.
2990         Patch by Damjan Georgievski.
2991
2992 2006-09-05  Ulrich Drepper  <drepper@redhat.com>
2993
2994         * locales/or_IN (mon): Fix February string.
2995
2996 2006-08-24  Ulrich Drepper  <drepper@redhat.com>
2997
2998         [BZ #2695]
2999         * locales/et_EE: Update LC_ADDRESS category.
3000         Patch by Priit Laes <amd@store20.com>.
3001
3002 2006-08-23  Ulrich Drepper  <drepper@redhat.com>
3003
3004         [BZ #2662]
3005         * locales/bn_BD: Fix abday and day spelling of Tuesday.
3006
3007         [BZ #2473]
3008         * locales/en_NZ: Define am/pm formats.
3009
3010 2006-08-22  Ulrich Drepper  <drepper@redhat.com>
3011
3012         * locales/nn_NO: Copy more categories from nb_NO.
3013
3014 2006-08-19  Ulrich Drepper  <drepper@redhat.com>
3015
3016         [BZ #3034]
3017         * locales/ml_IN (abmon): Fix June entry.
3018         * locales/bn_IN (abday): Fix Tuesday entry.
3019         (day): Likewise.
3020         (abmon): Fix January and February entries.
3021         (mon): Likewise.
3022         Patches by Mayank Jain <majain@redhat.com>.
3023
3024 2006-08-13  Ulrich Drepper  <drepper@redhat.com>
3025
3026         [BZ #935]
3027         * SUPPORTED (SUPPORTED-LOCALES): Add fy_NL.
3028         * locales/fy_NL: New file.
3029
3030 2006-08-12  Ulrich Drepper  <drepper@redhat.com>
3031
3032         [BZ #3034]
3033         * locales/pa_IN (day): Fix spelling of Saturday.
3034         * locales/or_IN (mon): Fix spelling of May.
3035         * locales/ml_IN (day): Fix spelling of Sunday, Monday, Wednesday.
3036         (abmon): Fix spelling of March to October.
3037         (mon): Fix spelling of March, April, June, August to December.
3038         Patches by Mayank Jain <majain@redhat.com>.
3039
3040 2006-06-03  Eddy Petrisor  <eddy.petrisor@gmail.com>
3041
3042         [BZ #2125]
3043         * locales/ro_RO: Fix collation rules for <U0218> and <U021A>.
3044         Define first_weekday, first_workdayweek_day, work_day,
3045         country_isbn and country_post fields.
3046         Comments for terminology and bibliographic codes were added.
3047
3048 2006-08-03  Ulrich Drepper  <drepper@redhat.com>
3049
3050         * SUPPORTED (SUPPORTED-LOCALES): Add csb_PL.UTF-8.
3051
3052         [BZ #2961]
3053         * locales/csb_PL: New file.
3054
3055 2006-08-01  Ulrich Drepper  <drepper@redhat.com>
3056
3057         * locales/es_NI: Define real t_fmt_ampm and am_pm.
3058         * locales/es_PE: Likewise.
3059
3060 2006-07-30  Ulrich Drepper  <drepper@redhat.com>
3061
3062         * locales/te_IN: Minor fixups.
3063         * locales/pt_PT: Likewise.
3064
3065         * locales/aa_DJ: Add transliateration support to LC_CTYPE.
3066         * locales/af_ZA: Likewise.
3067         * locales/am_ET: Likewise.
3068         * locales/ar_AE: Likewise.
3069         * locales/ar_BH: Likewise.
3070         * locales/ar_DZ: Likewise.
3071         * locales/ar_EG: Likewise.
3072         * locales/ar_IN: Likewise.
3073         * locales/ar_IQ: Likewise.
3074         * locales/ar_JO: Likewise.
3075         * locales/ar_KW: Likewise.
3076         * locales/ar_LB: Likewise.
3077         * locales/ar_LY: Likewise.
3078         * locales/ar_MA: Likewise.
3079         * locales/ar_OM: Likewise.
3080         * locales/ar_QA: Likewise.
3081         * locales/ar_SA: Likewise.
3082         * locales/ar_SD: Likewise.
3083         * locales/ar_SY: Likewise.
3084         * locales/ar_TN: Likewise.
3085         * locales/ar_YE: Likewise.
3086         * locales/as_IN: Likewise.
3087         * locales/az_AZ: Likewise.
3088         * locales/be_BY: Likewise.
3089         * locales/bg_BG: Likewise.
3090         * locales/bn_BD: Likewise.
3091         * locales/bn_IN: Likewise.
3092         * locales/ca_AD: Likewise.
3093         * locales/ca_ES: Likewise.
3094         * locales/ca_ES@euro: Likewise.
3095         * locales/ca_FR: Likewise.
3096         * locales/ca_IT: Likewise.
3097         * locales/cs_CZ: Likewise.
3098         * locales/dz_BT: Likewise.
3099         * locales/el_CY: Likewise.
3100         * locales/el_GR: Likewise.
3101         * locales/en_AU: Likewise.
3102         * locales/en_CA: Likewise.
3103         * locales/en_DK: Likewise.
3104         * locales/en_GB: Likewise.
3105         * locales/en_HK: Likewise.
3106         * locales/en_IE: Likewise.
3107         * locales/en_IE@euro: Likewise.
3108         * locales/en_IN: Likewise.
3109         * locales/en_NZ: Likewise.
3110         * locales/en_PH: Likewise.
3111         * locales/en_SG: Likewise.
3112         * locales/en_US: Likewise.
3113         * locales/en_ZA: Likewise.
3114         * locales/es_AR: Likewise.
3115         * locales/es_BO: Likewise.
3116         * locales/es_CL: Likewise.
3117         * locales/es_CO: Likewise.
3118         * locales/es_CR: Likewise.
3119         * locales/es_DO: Likewise.
3120         * locales/es_EC: Likewise.
3121         * locales/es_ES: Likewise.
3122         * locales/es_ES@euro: Likewise.
3123         * locales/es_GT: Likewise.
3124         * locales/es_HN: Likewise.
3125         * locales/es_MX: Likewise.
3126         * locales/es_NI: Likewise.
3127         * locales/es_PA: Likewise.
3128         * locales/es_PE: Likewise.
3129         * locales/es_PR: Likewise.
3130         * locales/es_PY: Likewise.
3131         * locales/es_SV: Likewise.
3132         * locales/es_US: Likewise.
3133         * locales/es_UY: Likewise.
3134         * locales/es_VE: Likewise.
3135         * locales/et_EE: Likewise.
3136         * locales/eu_ES: Likewise.
3137         * locales/eu_ES@euro: Likewise.
3138         * locales/fa_IR: Likewise.
3139         * locales/fi_FI: Likewise.
3140         * locales/fi_FI@euro: Likewise.
3141         * locales/fo_FO: Likewise.
3142         * locales/ga_IE: Likewise.
3143         * locales/ga_IE@euro: Likewise.
3144         * locales/gez_ER: Likewise.
3145         * locales/gez_ET: Likewise.
3146         * locales/gl_ES: Likewise.
3147         * locales/gl_ES@euro: Likewise.
3148         * locales/gu_IN: Likewise.
3149         * locales/gv_GB: Likewise.
3150         * locales/he_IL: Likewise.
3151         * locales/hi_IN: Likewise.
3152         * locales/hr_HR: Likewise.
3153         * locales/hy_AM: Likewise.
3154         * locales/id_ID: Likewise.
3155         * locales/is_IS: Likewise.
3156         * locales/it_CH: Likewise.
3157         * locales/it_IT: Likewise.
3158         * locales/it_IT@euro: Likewise.
3159         * locales/iw_IL: Likewise.
3160         * locales/ja_JP: Likewise.
3161         * locales/kk_KZ: Likewise.
3162         * locales/kl_GL: Likewise.
3163         * locales/km_KH: Likewise.
3164         * locales/kn_IN: Likewise.
3165         * locales/ko_KR: Likewise.
3166         * locales/kw_GB: Likewise.
3167         * locales/ky_KG: Likewise.
3168         * locales/lg_UG: Likewise.
3169         * locales/lt_LT: Likewise.
3170         * locales/lv_LV: Likewise.
3171         * locales/mk_MK: Likewise.
3172         * locales/mr_IN: Likewise.
3173         * locales/ms_MY: Likewise.
3174         * locales/mt_MT: Likewise.
3175         * locales/nb_NO: Likewise.
3176         * locales/ne_NP: Likewise.
3177         * locales/nl_BE: Likewise.
3178         * locales/nl_BE@euro: Likewise.
3179         * locales/nl_NL: Likewise.
3180         * locales/nl_NL@euro: Likewise.
3181         * locales/nn_NO: Likewise.
3182         * locales/nr_ZA: Likewise.
3183         * locales/om_KE: Likewise.
3184         * locales/or_IN: Likewise.
3185         * locales/pa_IN: Likewise.
3186         * locales/pl_PL: Likewise.
3187         * locales/pt_BR: Likewise.
3188         * locales/pt_PT: Likewise.
3189         * locales/pt_PT@euro: Likewise.
3190         * locales/ru_RU: Likewise.
3191         * locales/ru_UA: Likewise.
3192         * locales/rw_RW: Likewise.
3193         * locales/se_NO: Likewise.
3194         * locales/si_LK: Likewise.
3195         * locales/sk_SK: Likewise.
3196         * locales/sl_SI: Likewise.
3197         * locales/so_SO: Likewise.
3198         * locales/sq_AL: Likewise.
3199         * locales/ss_ZA: Likewise.
3200         * locales/st_ZA: Likewise.
3201         * locales/sv_FI: Likewise.
3202         * locales/sv_FI@euro: Likewise.
3203         * locales/sv_SE: Likewise.
3204         * locales/ta_IN: Likewise.
3205         * locales/te_IN: Likewise.
3206         * locales/tg_TJ: Likewise.
3207         * locales/th_TH: Likewise.
3208         * locales/ti_ET: Likewise.
3209         * locales/tn_ZA: Likewise.
3210         * locales/tr_TR: Likewise.
3211         * locales/ts_ZA: Likewise.
3212         * locales/tt_RU: Likewise.
3213         * locales/uk_UA: Likewise.
3214         * locales/ve_ZA: Likewise.
3215         * locales/vi_VN: Likewise.
3216         * locales/xh_ZA: Likewise.
3217         * locales/zh_CN: Likewise.
3218         * locales/zh_HK: Likewise.
3219         * locales/zh_SG: Likewise.
3220         * locales/zu_ZA: Likewise.
3221
3222 2006-05-26  Ulrich Drepper  <drepper@redhat.com>
3223
3224         * SUPPORTED (SUPPORTED-LOCALES): Add as_IN.UTF-8 and or_IN.UTF-8.
3225         * locales/as_IN: New file.
3226         * locales/or_IN: New file.
3227         Patch by Masahide Washizawa <WASHI@jp.ibm.com>.
3228
3229 2006-05-02  Ulrich Drepper  <drepper@redhat.com>
3230
3231         [BZ #1203]
3232         * locales/de_DE: Fix order of day of month and month name in
3233         date_fmt.  Add period after the day number and avoid padding.
3234
3235         * SUPPORTED (SUPPORTED-LOCALES): Add tr_CY.ISO-8859-9 and
3236         tr_CY.UTF-8.
3237
3238         [BZ #531]
3239         * locales/tr_CY: New file.
3240
3241 2006-01-07  Eddy Petrisor  <eddy.petrisor@gmail.com>
3242
3243         * locales/ro_RO: The sorting order of the letters a circumflex and
3244         a with breve was corrected according to the Romanian alphabet.
3245         Capital A with breve is in no longer used within day names.
3246         Romanian post-92 writing rules are used within day and abday fields.
3247         Fixed the international currency symbol because after the
3248         denomination (starting with the 1st of July 2005), the symbol is
3249         RON (1 RON = 10000 ROL).
3250         Grouping sign for thousands, which is ".", is used for Romanian.
3251         Numbers are grouped in sets of 3 digits.
3252         The short date format is %d.%m.%Y for Romanian in Romania.
3253         The year is placed before the time in date_fmt.
3254         %Z was replaced with %z in date formats because %Z is not
3255         used nor widely known in Romania, and Romania uses daylight saving
3256         and the difference is more obvious this way.
3257         abday for Saturday was changed because i> looks bad and is
3258         incorrect according to post-92 writing rules.
3259         In Romanian months' names are not capitalized. The same goes for
3260         the days' names.
3261         A4 is the prefered paper type and metric system is used;
3262         FIXMEs were removed.
3263         country_name, country_car, lang_name and lang_ab were added.
3264         name_mr, name_mrs, name_miss were added; name_ms omitted as
3265         there is no proper form it in Romanian.
3266         An explanation related to the cedilla/comma issue and
3267         the reson why the transliteration is a good idea was added.
3268         The default encoding was changed to UTF-8 because this is the
3269         only encoding that supports all Romanian specific symbols and
3270         dicritics.
3271         The name format was corrected while salutation abbreviation was
3272         omitted.
3273         postal_fmt was corrected according to the Romanian style of
3274         writing this information.
3275
3276 2006-05-01  Ulrich Drepper  <drepper@redhat.com>
3277
3278         * SUPPORTED (SUPPORTED-LOCALES): Add el_CY.ISO-8859-7 and el_CY.UTF-8.
3279
3280         [BZ #531]
3281         * locales/el_CY: New file.
3282
3283         [BZ #192]
3284         * locales/hu_HU: Better month name abbreviations.
3285
3286         * SUPPORTED (SUPPORTED-LOCALES): Add hy_AM.UTF-8 and hy_AM.ARMSCII-8.
3287
3288         [BZ #68]
3289         * locales/hy_AM: Remove special collation rules.  Fix yesexpr, noexpr,
3290         country_name, country_car, lang_name, name_fmt, name_miss, name_mr,
3291         and name_mrs.
3292
3293         [BZ #388]
3294         * locales/pl_PL: Don't ignore U0020 in collation.
3295
3296         [BZ #352]
3297         * locales/ru_RU: Use U2002 for thousands_sep and mon_throusands_sep.
3298
3299 2006-05-01  Alexander Shopov  <ash@contact.bg>
3300
3301         [BZ #2625]
3302         * charmaps/MIK: New file.
3303
3304 2006-04-26  Ulrich Drepper  <drepper@redhat.com>
3305
3306         * locales/bg_BG: Update after iso-4217.def update.
3307         * locales/bs_BA: Likewise.
3308         * locales/es_MX: Likewise.
3309         * locales/ru_RU: Likewise.
3310         * locales/tg_TJ: Likewise.
3311         * locales/tt_RU: Likewise.
3312
3313 2006-04-25  Ulrich Drepper  <drepper@redhat.com>
3314
3315         [BZ #2376]
3316         * locales/es_UY: Change curreny_symbol.
3317
3318 2006-04-24  Ulrich Drepper  <drepper@redhat.com>
3319
3320         [BZ #2349]
3321         * locales/de_CH: Change thousand separator to '.
3322
3323 2006-01-17  Robert Millan  <robertmh@gnu.org>
3324
3325         [BZ #2158]
3326         * SUPPORTED: Add ca_AD, ca_FR and ca_IT variants.
3327         * locales/ca_AD: New file.
3328         * locales/ca_FR: New file.
3329         * locales/ca_IT: New file.
3330
3331 2006-04-23  Ulrich Drepper  <drepper@redhat.com>
3332
3333         [BZ #2134]
3334         * locales/pa_PK: New file.
3335         * SUPPORTED: Add pa_PK.UTF-8.
3336
3337         [BZ #1974]
3338         * locales/vi_VN: Fix int_frac_digits/frac_digits, abmon, mon, d_t_fmt,
3339         am_pm, and name_fmt.
3340
3341         [BZ #1787]
3342         * locales/en_ZA: Updates.
3343
3344         [BZ #1786]
3345         * locales/af_ZA: Updates.
3346
3347         [BZ #1785]
3348         * locales/st_ZA: Updates and formatting changes.
3349
3350         [BZ #1784]
3351         * locales/zu_ZA: Updates and formatting changes.
3352
3353         [BZ #1783]
3354         * locales/xh_ZA: Updates and formatting changes.
3355
3356         [BZ #1782]
3357         * locales/nr_ZA: New file.
3358         * locales/SUPPORTED: Add nr_ZA.UTF-8.
3359
3360 2006-04-10  Jakub Jelinek  <jakub@redhat.com>
3361
3362         * locales/cs_CZ (LC_TIME): Define week.
3363         * locales/sk_SK (LC_TIME): Likewise.
3364         * locales/pl_PL (LC_TIME): Likewise.
3365         * locales/en_US (LC_TIME): Change week to 7;19971130;7.
3366
3367 2005-12-27  Roland McGrath  <roland@redhat.com>
3368
3369         * tst-ctype.c (main): Add some casts.
3370
3371         * tst-mbswcs1.c (main): Make BUF const.  Add casts in mbrtowc calls.
3372
3373 2006-01-02  Andreas Jaeger  <aj@suse.de>
3374
3375         * locales/fi_FI: Fix date_fmt.
3376         * locales/mn_MN: Likewise.
3377
3378 2005-11-21  Ulrich Drepper  <drepper@redhat.com>
3379
3380         * locales/se_NO: Remove RCS ID line.
3381
3382 2005-11-16  Ulrich Drepper  <drepper@redhat.com>
3383
3384         [BZ 1872]
3385         * charmaps/ISO_11548-1. New file.
3386         Patch by Samuel Thibault <samuel.thibault@ens-lyon.org>.
3387
3388 2005-11-11  Ulrich Drepper  <drepper@redhat.com>
3389
3390         [BZ #1294]
3391         * locales/pt_BR: Set p_cs_precedes and n_cs_precedes to 1.
3392
3393 2005-11-05  Ulrich Drepper  <drepper@redhat.com>
3394
3395         * SUPPORTED (SUPPORTED-LOCALES): Fix typo in si_LK line.
3396
3397 2005-10-15  Ulrich Drepper  <drepper@redhat.com>
3398
3399         [BZ #119]
3400         * locales/es_AR: Fix thousands_sep and grouping.
3401
3402 2005-10-14  Ulrich Drepper  <drepper@redhat.com>
3403
3404         [BZ #451]
3405         * locales/rw_RW: New file.
3406         * SUPPORTED (SUPPORTED-LOCALES): Add rw_RW.UTF-8.
3407
3408         [BZ #367]
3409         * locales/si_LK: New file.
3410         * SUPPORTED (SUPPORTED-LOCALES): Add si_LK.UTF-8.
3411
3412         [BZ #297]
3413         * locales/fi_FI: Change date_fmt.
3414
3415         * locales/te_IN: Fix noexpr, replace yY with nN.
3416
3417         [BZ #305]
3418         * locales/bn_BD: Add yY and nN to yesexpr and noexpr respectively.
3419         * locales/ml_IN: Likewise.
3420         * locales/ta_IN: Likewise.
3421         * locales/kw_GB: Add yY to yesexpr.
3422         * locales/oc_FR: Likewise.
3423
3424         * locales/bn_IN: Use copy "bn_BD" in LC_MESSAGES definition.
3425
3426         [BZ #71]
3427         [BZ #305]
3428         * locales/ar_EG: Add yY and nN to yesexpr and noexpr respectively.
3429         Define yesstr and nostr.
3430         * locales/ar_AE: Use copy "ar_EG" in LC_MESSAGES definition.
3431         * locales/ar_BH: Likewise.
3432         * locales/ar_DZ: Likewise.
3433         * locales/ar_IN: Likewise.
3434         * locales/ar_IQ: Likewise.
3435         * locales/ar_JO: Likewise.
3436         * locales/ar_KW: Likewise.
3437         * locales/ar_LB: Likewise.
3438         * locales/ar_LY: Likewise.
3439         * locales/ar_MA: Likewise.
3440         * locales/ar_OM: Likewise.
3441         * locales/ar_QA: Likewise.
3442         * locales/ar_SA: Likewise.
3443         * locales/ar_SD: Likewise.
3444         * locales/ar_SY: Likewise.
3445         * locales/ar_TN: Likewise.
3446         * locales/ar_YE: Likewise.
3447
3448         [BZ #56]
3449         * locales/de_DE: Add transliterations for quoting characters.
3450
3451         [BZ #448]
3452         * locales/vi_VN: Several fixes.
3453         Patch by Nguyen Thai Ngoc Duy <pclouds@gmail.com>.
3454
3455         [BZ #428]
3456         * locales/te_IN: Several fixes.
3457         Patch by Sunil Mohan Adapa <sunil@atc.tcs.co.in>.
3458
3459         [BZ #368]
3460         * locales/dz_BT: New file.
3461         * SUPPORTED (SUPPORTED-LOCALES): Add dz_BT.UTF-8.
3462
3463         [BZ #195]
3464         * locales/hu_HU: Add some transliterations.
3465
3466         [BZ #1429]
3467         * locales/hu_HU: Define week.
3468
3469         [BZ #982]
3470         * locales/ml_IN: Fix title.
3471
3472         [BZ #981]
3473         * locales/ca_ES: Fix title.
3474
3475         [BZ #980]
3476         * locales/yi_US: Fix title.
3477
3478         * locales/nl_NL: Define country_car, lang_name, lang_ab,
3479         lang_term, and lang_lib.
3480
3481         [BZ #870]
3482         * locales/ku_TR: New file.
3483         * SUPPORTED (SUPPORTED-LOCALES): Add ku_TR.ISO-8859-9 and
3484         ku_TR.UTF-8.
3485
3486 2005-10-13  Ulrich Drepper  <drepper@redhat.com>
3487
3488         [BZ #533]
3489         * locales/ss_ZA: New file.
3490         Patch by Dwayne Bailey <dwayne@translate.org.za>.
3491
3492         [BZ #529]
3493         * locales/tn_ZA: New file.
3494         Patch by Dwayne Bailey <dwayne@translate.org.za>.
3495
3496         [BZ #491]
3497         * locales/ve_ZA: New file.
3498         Patch by Dwayne Bailey <dwayne@translate.org.za>.
3499
3500         [BZ #486]
3501         * locales/nso_ZA: New file.
3502         Patch by Dwayne Bailey <dwayne@translate.org.za>.
3503
3504         * SUPPORTED: Add nso_ZA.UTF-8, ve_ZA.UTF-8, tn_ZA.UTF-8, and
3505         ss_ZA.UTF-8.
3506
3507 2005-10-12  Ulrich Drepper  <drepper@redhat.com>
3508
3509         [BZ #532]
3510         * locales/ts_ZA: New file.
3511         Patch by Dwayne Bailey <dwayne@translate.org.za>.
3512
3513         * SUPPORTED: Add ts_ZA.UTF-8.
3514
3515 2005-09-29  Ulrich Drepper  <drepper@redhat.com>
3516
3517         * locales/en_US: Fix postal_fmt.
3518         * locales/es_US: Update LC_ADDRESS info from en_US.
3519         Reported by FrankTang@gmail.com.
3520
3521 2005-09-25  Ulrich Drepper  <drepper@redhat.com>
3522
3523         [BZ #811]
3524         * locales/zh_CN: Fix date_fmt information.
3525
3526         * SUPPORTED (SUPPORTED-LOCALES): Add km_KH.
3527
3528         [BZ #826]
3529         * locales/km_KH: New file.
3530
3531         * Makefile (LOCALES): Add zh_TW.EUC-TW.
3532
3533 2005-09-24  Ulrich Drepper  <drepper@redhat.com>
3534
3535         [BZ #668]
3536         * locales/yi_US: Spelling fixes.
3537
3538         [BZ #667]
3539         * locales/wa_BE: Fixed weekday names to match new orthographic rules.
3540
3541         [BZ #666]
3542         * locales/tg_TJ: Correct yesexpr.
3543
3544         [BZ #665]
3545         * locales/sq_AL: Add language specific collation.
3546
3547         [BZ #663]
3548         * locales/bs_BA: Don't comment out reorder-after.  Fix tel_int_fmt.
3549
3550         [BZ #662]
3551         * locales/az_AZ: Fix the day and month names.  Add transliteration
3552         for schwa character.
3553
3554         [BZ #657]
3555         * locales/bn_BD: Some corrections.
3556         Patch by Jamil Ahmed <jamil@bengalinux.org>.
3557
3558         [BZ #588]
3559         * locales/el_GR: Change to use 12h time format.
3560         Patch by Konstantinos Margaritis <markos@debian.org>.
3561
3562         * SUPPORTED (SUPPORTED-LOCALES): Add hsb_DE and hsb_DE.UTF-8.
3563
3564         [BZ #566]
3565         * locales/hsb_DE: New file.
3566
3567         [BZ #527]
3568         * locales/sid_ET: Remove incorrect lang_ab definition.
3569
3570         [BZ #525]
3571         * locales/ru_RU: Use nominative instead of genitive in mon data to
3572         align with other locales with the same issue.
3573
3574         * SUPPORTED (SUPPORTED-LOCALES): Add ky_KG.
3575
3576         [BZ #520]
3577         * locales/ky_KG: New file.
3578
3579         [BZ #495]
3580         * locales/st_ZA: Updates and corrections.
3581         Patch by Dwayne Bailey <dwayne@translate.org.za>.
3582
3583         [BZ #493]
3584         * locales/xh_ZA: Updates and corrections.
3585         Patch by Dwayne Bailey <dwayne@translate.org.za>.
3586
3587         [BZ #488]
3588         * locales/zu_ZA: Updates and corrections.
3589         Patch by Dwayne Bailey <dwayne@translate.org.za>.
3590
3591         [BZ #484]
3592         * locales/af_ZA: Updates and corrections.
3593         Patch by Dwayne Bailey <dwayne@translate.org.za>.
3594
3595         * SUPPORTED (SUPPORTED-LOCALES): Add be_BY@latin.
3596
3597         [BZ #1347]
3598         * locales/be_BY@latin: New file.
3599
3600 2005-09-23  Ulrich Drepper  <drepper@redhat.com>
3601
3602         * SUPPORTED (SUPPORTED-LOCALES): Add mg_MG and mg_MG.UTF-8.
3603
3604         [BZ #704]
3605         * locales/mg_MG: New file.
3606
3607 2005-07-26  Ulrich Drepper  <drepper@redhat.com>
3608
3609         * locales/hu_HU: Better collation.
3610         Patch by Gyuro Lehel <lehel@freemail.hu>.
3611
3612 2005-07-08  Ulrich Drepper  <drepper@redhat.com>
3613
3614         [BZ #448]
3615         * locales/vi_VN: Update locale.
3616
3617 2005-07-05  Ulrich Drepper  <drepper@redhat.com>
3618
3619         * locales/en_US: Remove duplicate am_pn entry.
3620
3621 2005-05-28  Jakub Jelinek  <jakub@redhat.com>
3622
3623         [BZ #622]
3624         * locales/pa_IN (am_pm): Fix typos.
3625         Patch by Denis Barbier <barbier@linuxfr.org>.
3626
3627 2005-05-22  Ulrich Drepper  <drepper@redhat.com>
3628
3629         [BZ #1092]
3630         * locales/mn_MN: Update.  Patch by Sanlig Badral <s_badral@yahoo.com>.
3631
3632 2005-04-28  Jakub Jelinek  <jakub@redhat.com>
3633
3634         [BZ #1084]
3635         * SUPPORTED: Add UTF-8 locales where UTF-8 was not already supported.
3636
3637 2005-04-26  Ulrich Drepper  <drepper@redhat.com>
3638
3639         [BZ #1091]
3640         * locales/fa_IR: Add alt_digits, change date and time
3641         representation, and various cleanups.
3642         Patch by Hamed Malek <hamed@bamdad.org>.
3643
3644 2005-03-21  Jakub Jelinek  <jakub@redhat.com>
3645
3646         [BZ #823]
3647         * charmaps/WINDOWS-31J: Add % before alias keyword.
3648
3649 2005-02-27  Denis Barbier  <barbier@debian.org>
3650
3651         [BZ #38]
3652         * locales/sr_CS: New file.
3653         Contributed by Danilo Segan <dsegan@gmx.net>
3654         * SUPPORTED: Add sr_CS/ISO-8859-5 and sr_CS.UTF-8/UTF-8.
3655
3656 2005-03-18  Andreas Schwab  <schwab@suse.de>
3657
3658         [BZ #622]
3659         * locales/pa_IN (am_pm): Fix character names.
3660
3661 2005-03-18  Ulrich Drepper  <drepper@redhat.com>
3662
3663         [BZ #1084]
3664         * SUPPORTED (SUPPORTED-LOCALES): Add af_ZA.UTF-8.
3665
3666 2004-12-19  Roland McGrath  <roland@frob.com>
3667
3668         * gen-unicode-ctype.c (output_tables): Fix email address in output.
3669
3670 2004-10-02  Petter Reinholdtsen  <pere@hungry.com>
3671
3672         [BZ #82]
3673         * locales/bn_BD: Remove duplicate LC_MESSAGES block. Correct the
3674         remaining block.  Change contact info as this locale is now
3675         maintained by Jamil Ahmed.  Patch from Jamil Ahmed.
3676
3677         * locales/bn_BD: Change category entries to look more like
3678         standard references.
3679
3680         [BZ #26]
3681         * locales/ta_IN: Correct sorting order.  Corrected day and month
3682         abbrevations.  Corrected name strings for mr., mrs. and miss.
3683         Patch from Thuraiappah Vaseeharan.
3684
3685 2004-12-17  GOTO Masanori  <gotom@debian.or.jp>
3686
3687         * locales/te_IN: Fix language name spelling.
3688
3689 2004-12-14  Ulrich Drepper  <drepper@redhat.com>
3690
3691         * locales/en_ZA: Update by Dwayne Bailey.
3692
3693 2004-11-27  Ulrich Drepper  <drepper@redhat.com>
3694
3695         * locales/pa_IN: Add some missing fields and fix some spelling
3696         mistakes.  Patch by Jatin Nansi <jnansi@redhat.com>.
3697
3698 2004-10-31  Petter Reinholdtsen  <pere@hungry.com>
3699
3700         [BZ #337]
3701         * SUPPORTED: Update bug reporting comment.
3702         * locales/af_ZA: Change contact address from bug-glibc@gnu.org
3703         to bug-glibc-locales@gnu.org (a new alias for the libc-locales mailing
3704         list).
3705         * locales/an_ES: Likewise.
3706         * locales/ar_AE: Likewise.
3707         * locales/ar_BH: Likewise.
3708         * locales/ar_DZ: Likewise.
3709         * locales/ar_EG: Likewise.
3710         * locales/ar_IN: Likewise.
3711         * locales/ar_IQ: Likewise.
3712         * locales/ar_JO: Likewise.
3713         * locales/ar_KW: Likewise.
3714         * locales/ar_LB: Likewise.
3715         * locales/ar_LY: Likewise.
3716         * locales/ar_MA: Likewise.
3717         * locales/ar_OM: Likewise.
3718         * locales/ar_QA: Likewise.
3719         * locales/ar_SA: Likewise.
3720         * locales/ar_SD: Likewise.
3721         * locales/ar_SY: Likewise.
3722         * locales/ar_TN: Likewise.
3723         * locales/ar_YE: Likewise.
3724         * locales/be_BY: Likewise.
3725         * locales/bn_IN: Likewise.
3726         * locales/br_FR@euro: Likewise.
3727         * locales/ca_ES: Likewise.
3728         * locales/ca_ES@euro: Likewise.
3729         * locales/cs_CZ: Likewise.
3730         * locales/da_DK: Likewise.
3731         * locales/de_AT: Likewise.
3732         * locales/de_AT@euro: Likewise.
3733         * locales/de_BE: Likewise.
3734         * locales/de_BE@euro: Likewise.
3735         * locales/de_CH: Likewise.
3736         * locales/de_DE: Likewise.
3737         * locales/de_DE@euro: Likewise.
3738         * locales/de_LU: Likewise.
3739         * locales/de_LU@euro: Likewise.
3740         * locales/el_GR: Likewise.
3741         * locales/el_GR@euro: Likewise.
3742         * locales/en_AU: Likewise.
3743         * locales/en_BW: Likewise.
3744         * locales/en_CA: Likewise.
3745         * locales/en_DK: Likewise.
3746         * locales/en_GB: Likewise.
3747         * locales/en_HK: Likewise.
3748         * locales/en_IE: Likewise.
3749         * locales/en_IE@euro: Likewise.
3750         * locales/en_IN: Likewise.
3751         * locales/en_NZ: Likewise.
3752         * locales/en_PH: Likewise.
3753         * locales/en_SG: Likewise.
3754         * locales/en_US: Likewise.
3755         * locales/en_ZW: Likewise.
3756         * locales/es_AR: Likewise.
3757         * locales/es_BO: Likewise.
3758         * locales/es_CL: Likewise.
3759         * locales/es_CO: Likewise.
3760         * locales/es_CR: Likewise.
3761         * locales/es_DO: Likewise.
3762         * locales/es_EC: Likewise.
3763         * locales/es_ES: Likewise.
3764         * locales/es_ES@euro: Likewise.
3765         * locales/es_GT: Likewise.
3766         * locales/es_HN: Likewise.
3767         * locales/es_MX: Likewise.
3768         * locales/es_NI: Likewise.
3769         * locales/es_PA: Likewise.
3770         * locales/es_PE: Likewise.
3771         * locales/es_PR: Likewise.
3772         * locales/es_PY: Likewise.
3773         * locales/es_SV: Likewise.
3774         * locales/es_US: Likewise.
3775         * locales/es_UY: Likewise.
3776         * locales/es_VE: Likewise.
3777         * locales/et_EE: Likewise.
3778         * locales/eu_ES: Likewise.
3779         * locales/eu_ES@euro: Likewise.
3780         * locales/fi_FI: Likewise.
3781         * locales/fi_FI@euro: Likewise.
3782         * locales/fo_FO: Likewise.
3783         * locales/fr_BE: Likewise.
3784         * locales/fr_BE@euro: Likewise.
3785         * locales/fr_CA: Likewise.
3786         * locales/fr_CH: Likewise.
3787         * locales/fr_FR: Likewise.
3788         * locales/fr_FR@euro: Likewise.
3789         * locales/fr_LU: Likewise.
3790         * locales/fr_LU@euro: Likewise.
3791         * locales/ga_IE: Likewise.
3792         * locales/ga_IE@euro: Likewise.
3793         * locales/gl_ES: Likewise.
3794         * locales/gl_ES@euro: Likewise.
3795         * locales/gu_IN: Likewise.
3796         * locales/gv_GB: Likewise.
3797         * locales/he_IL: Likewise.
3798         * locales/hi_IN: Likewise.
3799         * locales/hr_HR: Likewise.
3800         * locales/hu_HU: Likewise.
3801         * locales/id_ID: Likewise.
3802         * locales/is_IS: Likewise.
3803         * locales/it_CH: Likewise.
3804         * locales/it_IT: Likewise.
3805         * locales/it_IT@euro: Likewise.
3806         * locales/iw_IL: Likewise.
3807         * locales/ja_JP: Likewise.
3808         * locales/kk_KZ: Likewise.
3809         * locales/kl_GL: Likewise.
3810         * locales/kn_IN: Likewise.
3811         * locales/ko_KR: Likewise.
3812         * locales/kw_GB: Likewise.
3813         * locales/lo_LA: Likewise.
3814         * locales/lt_LT: Likewise.
3815         * locales/lv_LV: Likewise.
3816         * locales/ml_IN: Likewise.
3817         * locales/mn_MN: Likewise.
3818         * locales/mr_IN: Likewise.
3819         * locales/ms_MY: Likewise.
3820         * locales/mt_MT: Likewise.
3821         * locales/nb_NO: Likewise.
3822         * locales/nl_BE: Likewise.
3823         * locales/nl_BE@euro: Likewise.
3824         * locales/nl_NL: Likewise.
3825         * locales/nl_NL@euro: Likewise.
3826         * locales/nn_NO: Likewise.
3827         * locales/pa_IN: Likewise.
3828         * locales/pl_PL: Likewise.
3829         * locales/pt_BR: Likewise.
3830         * locales/pt_PT: Likewise.
3831         * locales/pt_PT@euro: Likewise.
3832         * locales/ro_RO: Likewise.
3833         * locales/ru_RU: Likewise.
3834         * locales/ru_UA: Likewise.
3835         * locales/sk_SK: Likewise.
3836         * locales/sl_SI: Likewise.
3837         * locales/sq_AL: Likewise.
3838         * locales/sv_FI: Likewise.
3839         * locales/sv_FI@euro: Likewise.
3840         * locales/sv_SE: Likewise.
3841         * locales/ta_IN: Likewise.
3842         * locales/te_IN: Likewise.
3843         * locales/th_TH: Likewise.
3844         * locales/tr_TR: Likewise.
3845         * locales/uk_UA: Likewise.
3846         * locales/ur_PK: Likewise.
3847         * locales/vi_VN: Likewise.
3848         * locales/wa_BE@euro: Likewise.
3849         * locales/zh_CN: Likewise.
3850         * locales/zh_HK: Likewise.
3851         * locales/zh_SG: Likewise.
3852         * locales/zh_TW: Likewise.
3853
3854         [BZ #187]
3855         * locales/tr_TR: Add 'yY' and 'nN' to yesexpr and noexpr, to avoid
3856         surprises when using untranslated program.
3857         * locales/tr_TR: Remove trailing '.*' from yesexpr and noexpr to
3858         make it more like the structure of the POSIX locale values.
3859         * locales/tr_TR: Correct numeric decimal point to use comma, and
3860         correct grouping.
3861         Based on patches from Deniz Akkus Kanca and Nilgün Belma Bugüner.
3862
3863         [BZ #421]
3864         * locales/tr_TR: Update with new currency symbol valid from
3865         2005-01-01.  Patch from Nilgün Belma Bugüner.
3866         * locales/tr_TR: Convert UTF-8 comment to <U#> notation.
3867
3868 2004-10-11  Ulrich Drepper  <drepper@redhat.com>
3869
3870         * locales/fa_IR: Add to_inpunct map.
3871         Patch by Hamed Malek <hamed@bamdad.org>.
3872
3873 2004-10-04  Ulrich Drepper  <drepper@redhat.com>
3874
3875         [BZ #413]
3876         * locales/gu_IN: Update various incorrect and missing information.
3877         Patch by Ankit Patel <ankit@redhat.com>.
3878
3879 2004-09-28  Ulrich Drepper  <drepper@redhat.com>
3880
3881         * locales/nb_NO: Make language field consistent in form with nn_NO.
3882
3883 2004-09-27  Ulrich Drepper  <drepper@redhat.com>
3884
3885         * locales/cy_GB: Fix d_t_fmt ("a viz" -> "mis").
3886         Reported by Alan Cox <alan@redhat.com>.
3887
3888 2004-08-07  Petter Reinholdtsen  <pere@hungry.com>
3889
3890         * Makefile (test-input): Add tr_TR.UTF-8 sorting test.  Test case
3891         for BZ #19.
3892         * tr_TR.in: New file.
3893
3894 2004-07-31  Bruno Haible  <bruno@clisp.org>
3895
3896         * charmaps/EUC-JISX0213: Updated to JISX0213 plane 1 version 2004.
3897         * charmaps/SHIFT_JISX0213: Likewise.
3898
3899 2004-07-22  Bruno Haible  <bruno@clisp.org>
3900
3901         * charmaps/ISO-8859-7: Add mappings for 0xA4, 0xA5, 0xAA.  Add alias
3902         ISO_8859-7:2003.
3903
3904 2004-07-22  Bruno Haible  <bruno@clisp.org>
3905
3906         * charmaps/ISO-8859-11: Define identity mapping for 0x80..0x9F.
3907
3908 2004-07-14  Petter Reinholdtsen  <pere@hungry.com>
3909
3910         * locales/kr_KO: Change month names to use latin numbers instead
3911         of hangul numeric pronounciation.  Patch from Changwoo
3912         Ryu.[BZ #25]
3913
3914 2004-07-17  Petter Reinholdtsen  <pere@hungry.com>
3915
3916         * charmaps/IBM874: Add new alias WINDOWS-874 for IBM874 [BZ #244].
3917
3918 2004-05-18  Petter Reinholdtsen  <pere@hungry.com>
3919
3920         * locales/sl_SI [LC_TIME]: Correct d_fmt date format from
3921         '22.06.2003' to '22. 06. 2003'.  Change requested from Aleks
3922         Reinhardt, and approved by the locale author Borka
3923         Jerman-Blazic. [BZ #163]
3924
3925 2004-05-17  Ulrich Drepper  <drepper@redhat.com>
3926
3927         * SUPPORTED (SUPPORTED-LOCALES): Remove sr_YU locales.
3928
3929 2004-05-15  Petter Reinholdtsen  <pere@hungry.com>
3930
3931         * locales/it_IT: Change currency formatting from none to two
3932         fraction dicits, as Italy now uses the Euro.  Patch from Marko
3933         Djukic. [BZ #111]
3934
3935 2004-05-02  Petter Reinholdtsen  <pere@hungry.com>
3936
3937         * locales/nn_NO: Use the same sorting order in Norwegian Nynorsk
3938         (nn_NO) as in Norwegian BokmÃ¥l (nb_NO). [BZ #74]
3939
3940 2004-05-03  Ulrich Drepper  <drepper@redhat.com>
3941
3942         * locales/wal_ET: New file [BZ #142].  Contributed by Daniel Yacob.
3943
3944 2004-05-02  Petter Reinholdtsen  <pere@hungry.com>
3945
3946         * locales/sid_ET: Correct lang_ab and source information.
3947         Patch from Daniel Yacob.
3948
3949 2004-04-17  Petter Reinholdtsen  <pere@hungry.com>
3950
3951         * locales/et_EE: Change default charset for et_EE locale from
3952         ISO-8859-1 to ISO-8859-15, to reflect the content of
3953         <URL:http://www.eki.ee/itstandard/contents.html>.  Based on input
3954         from Indrek Hein and Meelis Roos.
3955         * SUPPORTED: Add et_EE.ISO-8859-15. [BZ #118]
3956
3957 2004-04-17  Ulrich Drepper  <drepper@redhat.com>
3958
3959         * SUPPORTED (SUPPORTED-LOCALES): Add kk_KZ/PT154.
3960         * locales/kk_KZ: New file.
3961         * charmaps/PT154: New file.
3962         * charmaps/RK1048: New file.
3963
3964 2004-03-19  Petter Reinholdtsen  <pere@hungry.com>
3965
3966         * locales/af_ZA: Make sure yesexpr and noexpr regex start with '^'.
3967         * locales/ar_TN: Likewise.
3968         * locales/ar_YE: Likewise.
3969         * locales/bn_BD: Likewise.
3970         * locales/br_FR: Likewise.
3971         * locales/ca_ES: Likewise.
3972         * locales/cy_GB: Likewise.
3973         * locales/gd_GB: Likewise.
3974         * locales/gv_GB: Likewise.
3975         * locales/hy_AM: Likewise.
3976         * locales/id_ID: Likewise.
3977         * locales/ka_GE: Likewise.
3978         * locales/kw_GB: Likewise.
3979         * locales/lg_UG: Likewise.
3980         * locales/mk_MK: Likewise.
3981         * locales/oc_FR: Likewise.
3982         * locales/ru_UA: Likewise.
3983         * locales/sk_SK: Likewise.
3984         * locales/sr_YU: Likewise.
3985         * locales/sr_YU@cyrillic: Likewise.
3986         * locales/uk_UA: Likewise.
3987         * locales/ur_PK: Likewise.
3988         * locales/wa_BE: Likewise.
3989
3990 2004-03-17  Ulrich Drepper  <drepper@redhat.com>
3991
3992         * locales/fa_IR: Fix yesexpr and noexpr.
3993         Patch by Hamed Malek <hamed@bamdad.org>.
3994
3995 2004-02-16  Ulrich Drepper  <drepper@redhat.com>
3996
3997         * locales/tr_TR: Correct sorting order of the normal and dotless I
3998         [BZ #19].
3999
4000 2004-02-09  Ulrich Drepper  <drepper@redhat.com>
4001
4002         * locales/fa_IR: Add to_outpunct info and change decimal_point and
4003         thousand_sep to ASCII value.
4004
4005 2004-01-19  Ulrich Drepper  <drepper@redhat.com>
4006
4007         * SUPPORTED: Add all kinds of UTF-8 locales.
4008
4009 2004-01-18  Bruno Haible  <bruno@clisp.org>
4010
4011         * locales/lg_UG: Renamed from lug_UG, with trivial updates.
4012         * locales/lug_UG: Remove file.
4013         * SUPPORTED: Create lg_UG instead of lug_UG.
4014
4015 2003-12-31  Bruno Haible  <bruno@clisp.org>
4016
4017         * charmaps/IBM866NAV: Fix the character values.
4018
4019 2004-01-01  Petter Reinholdtsen  <pere@hungry.com>
4020
4021         * sort-test.sh: Print the status for both the sorting tests, xfrm
4022         and collate, making it possible to know which one of them that
4023         fail if only one of them misbehaves.  Indent output from
4024         'diff -u' when sorting test fail, to make it easier to visually
4025         group the output.
4026
4027 2004-01-01  Petter Reinholdtsen  <pere@hungry.com>
4028
4029         * tst-fmon.data: Add simple test to check left justified currency
4030         values in the C locale.
4031
4032 2004-01-01  Ulrich Drepper  <drepper@redhat.com>
4033
4034         * tst-fmon.sh: Don't print every line.  The program already prints
4035         the failing ones.
4036
4037         * tst-fmon.c (main): Fix typo in message.
4038
4039 2003-07-06  Petter Reinholdtsen  <pere@hungry.com>
4040
4041         * locales/en_ZA: Correcty typo in changelog (Sofware -> Software).
4042         * locales/hr_HR: Correct the email address of Tomislav Vujec.
4043         * locales/ja_JP: Document EUC-JP as the recommended charset.
4044         * locales/ko_KR: List Won-kyu Park as the author/contact for the
4045         locale.
4046         * locales/ru_UA: Correct the email address of Denis V. Dmitrienko.
4047
4048 2003-12-22  Ulrich Drepper  <drepper@redhat.com>
4049
4050         * tst-numeric.data: Remove reliance on nb_NO.ISO-8859-1 locale.
4051
4052 2003-12-05  Ulrich Drepper  <drepper@redhat.com>
4053
4054         * SUPPORTED: Add az_ZA.UTF-8, bn_BD, bn_IN, br_FR@euro, tt_RU, zh_SG.
4055
4056         * locales/aa_DJ: Add int_select.  Use copy where possible.
4057         * locales/am_ET: Likewise.
4058         * locales/ar_BH: Likewise.
4059         * locales/ar_DZ: Likewise.
4060         * locales/ar_EG: Likewise.
4061         * locales/ar_IN: Likewise.
4062         * locales/az_AZ: Likewise.
4063         * locales/be_BY: Likewise.
4064         * locales/bn_BD: Likewise.
4065         * locales/bn_IN: Likewise.
4066         * locales/br_FR: Likewise.
4067         * locales/bs_BA: Likewise.
4068         * locales/da_DK: Likewise.
4069         * locales/de_AT: Likewise.
4070         * locales/de_BE: Likewise.
4071         * locales/el_GR: Likewise.
4072         * locales/en_AU: Likewise.
4073         * locales/en_BW: Likewise.
4074         * locales/en_CA: Likewise.
4075         * locales/en_DK: Likewise.
4076         * locales/en_IN: Likewise.
4077         * locales/es_AR: Likewise.
4078         * locales/es_BO: Likewise.
4079         * locales/es_CL: Likewise.
4080         * locales/es_CO: Likewise.
4081         * locales/es_CR: Likewise.
4082         * locales/es_DO: Likewise.
4083         * locales/es_EC: Likewise.
4084         * locales/es_GT: Likewise.
4085         * locales/es_HN: Likewise.
4086         * locales/es_SV: Likewise.
4087         * locales/et_EE: Likewise.
4088         * locales/fi_FI: Likewise.
4089         * locales/fr_BE: Likewise.
4090         * locales/fr_CA: Likewise.
4091         * locales/fr_FR: Likewise.
4092         * locales/gu_IN: Likewise.
4093         * locales/hi_IN: Likewise.
4094         * locales/hr_HR: Likewise.
4095         * locales/hu_HU: Likewise.
4096         * locales/is_IS: Likewise.
4097         * locales/ka_GE: Likewise.
4098         * locales/kn_IN: Likewise.
4099         * locales/ml_IN: Likewise.
4100         * locales/mr_IN: Likewise.
4101         * locales/nl_BE: Likewise.
4102         * locales/pa_IN: Likewise.
4103         * locales/pt_BR: Likewise.
4104         * locales/ru_RU: Likewise.
4105         * locales/sq_AL: Likewise.
4106         * locales/ta_IN: Likewise.
4107         * locales/te_IN: Likewise.
4108         * locales/ti_ER: Likewise.
4109         * locales/ti_ET: Likewise.
4110         * locales/zh_HK: Likewise.
4111
4112         * locales/hy_AM: Fix some syntax errors and formatting mistakes.
4113
4114         * locales/tt_RU: Use copy in a few places.  Add dummy LC_NAME,
4115         LC_ADDRESS, and LC_TELEPHONE definitions.
4116
4117 2003-11-30  Petter Reinholdtsen  <pere@hungry.com>
4118
4119         * tst-fmon.sh: Allow quotes around the result string, to make it
4120         easier to see important whitespace.
4121         * tst-fmon.data: Likewise.
4122
4123         * tst-fmon.sh: Clean up output, unify capitalization and output order.
4124         * tst-fmon.c: Likewise.
4125
4126         * tst-fmon.data: Add test for international currency formatting.
4127         * tst-fmon-locales/tstfmon_n01y12: Add definitions for int_* fields.
4128         * tst-fmon-locales/tstfmon_n02n40: Likewise.
4129         * tst-fmon-locales/tstfmon_n10y31: Likewise.
4130         * tst-fmon-locales/tstfmon_n11y41: Likewise.
4131         * tst-fmon-locales/tstfmon_n12y11: Likewise.
4132         * tst-fmon-locales/tstfmon_n20n32: Likewise.
4133         * tst-fmon-locales/tstfmon_n30y20: Likewise.
4134         * tst-fmon-locales/tstfmon_n41n00: Likewise.
4135         * tst-fmon-locales/tstfmon_y01y10: Likewise.
4136         * tst-fmon-locales/tstfmon_y02n22: Likewise.
4137         * tst-fmon-locales/tstfmon_y22n42: Likewise.
4138         * tst-fmon-locales/tstfmon_y30y21: Likewise.
4139         * tst-fmon-locales/tstfmon_y32n31: Likewise.
4140         * tst-fmon-locales/tstfmon_y40y00: Likewise.
4141         * tst-fmon-locales/tstfmon_y42n21: Likewise.
4142
4143         * locales/en_US: Correct spacing for international
4144         currency formatting, now that strfmon() works better.
4145
4146         * locales/ja_JP: Correct currency position and
4147         spacing now that strfmon() work better.
4148
4149 2003-12-03  Ulrich Drepper  <drepper@redhat.com>
4150
4151         * locales/af_ZA: Add ISO 3166 information.
4152         * locales/ar_AE: Likewise.
4153         * locales/ar_BH: Likewise.
4154         * locales/ar_DZ: Likewise.
4155         * locales/ar_EG: Likewise.
4156         * locales/ar_IN: Likewise.
4157         * locales/ar_IQ: Likewise.
4158         * locales/ar_JO: Likewise.
4159         * locales/ar_KW: Likewise.
4160         * locales/ar_LB: Likewise.
4161         * locales/ar_LY: Likewise.
4162         * locales/ar_MA: Likewise.
4163         * locales/ar_OM: Likewise.
4164         * locales/ar_QA: Likewise.
4165         * locales/ar_SA: Likewise.
4166         * locales/ar_SD: Likewise.
4167         * locales/ar_SY: Likewise.
4168         * locales/ar_TN: Likewise.
4169         * locales/ar_YE: Likewise.
4170         * locales/az_AZ: Likewise.
4171         * locales/be_BY: Likewise.
4172         * locales/bn_BD: Likewise.
4173         * locales/bn_IN: Likewise.
4174         * locales/bs_BA: Likewise.
4175         * locales/ca_ES: Likewise.
4176         * locales/cs_CZ: Likewise.
4177         * locales/cy_GB: Likewise.
4178         * locales/da_DK: Likewise.
4179         * locales/de_AT: Likewise.
4180         * locales/de_BE: Likewise.
4181         * locales/de_CH: Likewise.
4182         * locales/de_LU: Likewise.
4183         * locales/el_GR: Likewise.
4184         * locales/en_AU: Likewise.
4185         * locales/en_BW: Likewise.
4186         * locales/en_CA: Likewise.
4187         * locales/en_DK: Likewise.
4188         * locales/en_GB: Likewise.
4189         * locales/en_HK: Likewise.
4190         * locales/en_IE: Likewise.
4191         * locales/en_IN: Likewise.
4192         * locales/en_NZ: Likewise.
4193         * locales/en_PH: Likewise.
4194         * locales/en_SG: Likewise.
4195         * locales/en_ZA: Likewise.
4196         * locales/en_ZW: Likewise.
4197         * locales/es_AR: Likewise.
4198         * locales/es_BO: Likewise.
4199         * locales/es_CL: Likewise.
4200         * locales/es_CO: Likewise.
4201         * locales/es_CR: Likewise.
4202         * locales/es_DO: Likewise.
4203         * locales/es_EC: Likewise.
4204         * locales/es_ES: Likewise.
4205         * locales/es_GT: Likewise.
4206         * locales/es_HN: Likewise.
4207         * locales/es_MX: Likewise.
4208         * locales/es_NI: Likewise.
4209         * locales/es_PA: Likewise.
4210         * locales/es_PE: Likewise.
4211         * locales/es_PR: Likewise.
4212         * locales/es_PY: Likewise.
4213         * locales/es_SV: Likewise.
4214         * locales/es_US: Likewise.
4215         * locales/es_UY: Likewise.
4216         * locales/es_VE: Likewise.
4217         * locales/et_EE: Likewise.
4218         * locales/eu_ES: Likewise.
4219         * locales/fi_FI: Likewise.
4220         * locales/fo_FO: Likewise.
4221         * locales/fr_BE: Likewise.
4222         * locales/fr_CA: Likewise.
4223         * locales/fr_CH: Likewise.
4224         * locales/fr_FR: Likewise.
4225         * locales/fr_LU: Likewise.
4226         * locales/ga_IE: Likewise.
4227         * locales/gl_ES: Likewise.
4228         * locales/gu_IN: Likewise.
4229         * locales/gv_GB: Likewise.
4230         * locales/he_IL: Likewise.
4231         * locales/hi_IN: Likewise.
4232         * locales/hr_HR: Likewise.
4233         * locales/hu_HU: Likewise.
4234         * locales/id_ID: Likewise.
4235         * locales/is_IS: Likewise.
4236         * locales/it_CH: Likewise.
4237         * locales/it_IT: Likewise.
4238         * locales/iw_IL: Likewise.
4239         * locales/ja_JP: Likewise.
4240         * locales/kl_GL: Likewise.
4241         * locales/kn_IN: Likewise.
4242         * locales/ko_KR: Likewise.
4243         * locales/kw_GB: Likewise.
4244         * locales/lt_LT: Likewise.
4245         * locales/lug_UG: Likewise.
4246         * locales/lv_LV: Likewise.
4247         * locales/ml_IN: Likewise.
4248         * locales/mr_IN: Likewise.
4249         * locales/ms_MY: Likewise.
4250         * locales/mt_MT: Likewise.
4251         * locales/nb_NO: Likewise.
4252         * locales/ne_NP: Likewise.
4253         * locales/nl_BE: Likewise.
4254         * locales/nl_NL: Likewise.
4255         * locales/nn_NO: Likewise.
4256         * locales/pa_IN: Likewise.
4257         * locales/pl_PL: Likewise.
4258         * locales/pt_BR: Likewise.
4259         * locales/pt_PT: Likewise.
4260         * locales/ro_RO: Likewise.
4261         * locales/ru_RU: Likewise.
4262         * locales/ru_UA: Likewise.
4263         * locales/se_NO: Likewise.
4264         * locales/sk_SK: Likewise.
4265         * locales/sl_SI: Likewise.
4266         * locales/sq_AL: Likewise.
4267         * locales/sr_YU: Likewise.
4268         * locales/st_ZA: Likewise.
4269         * locales/sv_FI: Likewise.
4270         * locales/sv_SE: Likewise.
4271         * locales/ta_IN: Likewise.
4272         * locales/te_IN: Likewise.
4273         * locales/tg_TJ: Likewise.
4274         * locales/th_TH: Likewise.
4275         * locales/tl_PH: Likewise.
4276         * locales/uk_UA: Likewise.
4277         * locales/ur_PK: Likewise.
4278         * locales/uz_UZ@cyrillic: Likewise.
4279         * locales/vi_VN: Likewise.
4280         * locales/xh_ZA: Likewise.
4281         * locales/zh_HK: Likewise.
4282         * locales/zh_SG: Likewise.
4283         * locales/zu_ZA: Likewise.
4284
4285 2003-11-23  Petter Reinholdtsen  <pere@hungry.com>
4286
4287         * locales/translit_et: Removed unused file.
4288
4289         * locales/fi_FI: First weekday and workday is Monday in Finland.
4290         Correction from Tommi Vainikainen.
4291
4292 2003-11-20  Jakub Jelinek  <jakub@redhat.com>
4293
4294         * Makefile (LOCALES): Add cs_CZ.UTF-8.
4295
4296 2003-11-15  Ulrich Drepper  <drepper@redhat.com>
4297
4298         * Makefile (tst-leaks-ENV): Add LOCPATH.
4299
4300 2003-11-11  Jakub Jelinek  <jakub@redhat.com>
4301
4302         * Makefile (LOCALES): Add tr_TR.UTF-8.
4303
4304 2003-11-08  Ulrich Drepper  <drepper@redhat.com>
4305
4306         * locales/ne_NP: New file.
4307         * locales/gu_IN: New file.
4308         * locales/kn_IN: New file.
4309         * locales/pa_IN: New file.
4310         Patch by Gnutupalli Karunakar <karunakar@freedomink.org>.
4311
4312         * SUPPORTED (SUPPORTED-LOCALES): Add ne_NP, gu_IN, kn_IN, and pa_IN.
4313
4314 2003-11-04  Ulrich Drepper  <drepper@redhat.com>
4315
4316         * tst-numeric.data: Fix fallout from nb_NO introduction.
4317         * Makefile (LOCALES): Likewise.
4318
4319 2003-11-03  Ulrich Drepper  <drepper@redhat.com>
4320
4321         * SUPPORTED (SUPPORTED-LOCALES): Rename no_NO to nb_NO.
4322
4323         * SUPPORTED (SUPPORTED-LOCALES): Add more support locales.
4324
4325 2003-11-03  Ulrich Drepper  <drepper@redhat.com>
4326
4327         * locales/aa_DJ: New file.
4328         * locales/aa_ER: New file.
4329         * locales/aa_ER@saaho: New file.
4330         * locales/aa_ET: New file.
4331         * locales/byn_ER: New file.
4332         * locales/gez_ER: New file.
4333         * locales/gez_ER@abegede: New file.
4334         * locales/gez_ET: New file.
4335         * locales/gez_ET@abegede: New file.
4336         * locales/om_ET: New file.
4337         * locales/om_KE: New file.
4338         * locales/sid_ET: New file.
4339         * locales/so_DJ: New file.
4340         * locales/so_ET: New file.
4341         * locales/so_KE: New file.
4342         * locales/so_SO: New file.
4343         * locales/tig_ER: New file.
4344         * locales/am_ET: Various updates.
4345         * locales/ti_ER: Likewise.
4346         * locales/ti_ET: Likewise.
4347         Patch by Daniel Yacob <locales@geez.org>.
4348
4349 2003-10-31  Roland McGrath  <roland@redhat.com>
4350
4351         * bug-usesetlocale.c: New file.
4352         * Makefile (tests): Add it.
4353
4354 2003-10-01  Ulrich Drepper  <drepper@redhat.com>
4355
4356         * SUPPORTED (SUPPORTED-LOCALES): Add uz_UZ@cyrillic.UTF-8.
4357
4358         * locales/uz_UZ: New version by Mashrab Kuvatov.
4359         * locales/uz_UZ@cyrillic: New file.  Patch by Mashrab Kuvatov.
4360
4361 2003-09-21  Jordi Mallach  <jordi@gnu.org>
4362
4363         * locales/ca_ES: Fix mon_grouping, int_frac_digits and frac_digits
4364         values.
4365         * locales/eu_ES: Fix int_frac_digits and frac_digits values.
4366         * locales/gl_ES: Likewise.
4367
4368 2003-09-17  Ulrich Drepper  <drepper@redhat.com>
4369
4370         * locales/lo_LA: Fix duplicated collation entries.
4371         Patch by Anousak Souphavanh <anousak@muanglao.com>.
4372
4373 2003-09-01  Petter Reinholdtsen  <pere@hungry.com>
4374
4375         * locales/iw_IL: Add comment stating why there are two locales for
4376         Hebrew in Israel, and that he_IL replaces iw_IL.
4377         * locales/he_IL: Likewise.
4378
4379 2003-08-25  Ulrich Drepper  <drepper@redhat.com>
4380
4381         * locales/an_ES: Fix locale header information.
4382         * locales/wa_BE: Likewise.
4383         * locales/yi_US: Likewise.
4384         Patch by Jordi Mallach <jordi@sindominio.net>.
4385
4386 2003-08-14  Ulrich Drepper  <drepper@redhat.com>
4387
4388         * charmaps/WINDOWS-31J: New file.
4389         * charmaps/EUC-JP-MS: New file
4390         Patch by MORIYAMA Masayuki <msyk@mtg.biglobe.ne.jp>.
4391
4392 2003-07-27  Andreas Jaeger  <aj@suse.de>
4393
4394         * collate-test.c: Include error.h for error prototype.
4395         * xfrm-test.c: Likewise.
4396
4397 2003-07-13  Petter Reinholdtsen  <pere@hungry.com>
4398
4399         * collate-test.c (main): Correct handling of files with more then
4400         100 lines.  Print error message if argument is missing, instead of
4401         segfaulting.
4402         * xfrm-test.c: Likewise.
4403
4404 2003-07-02  Ulrich Drepper  <drepper@redhat.com>
4405
4406         * locales/lo_LA: Update collation info for U0EAF and U0EC6.
4407         Update era_t_fmt, era_d_t_fmt, country_name, and lang_name fields.
4408         Patch by Anousak Souphavanh <anousak@muanglao.com>.
4409
4410 2003-06-25  Petter Reinholdtsen  <pere@hungry.com>
4411
4412         * locales/an_ES: Change default charset from ISO-8859-1 to
4413         ISO-8859-15 as the locale need the EURO sign.
4414
4415         * SUPPORTED (SUPPORTED-LOCALES): Add an_ES.ISO-8859-15.
4416
4417 2003-06-21  Petter Reinholdtsen  <pere@hungry.com>
4418
4419         * locales/no_NO [LC_COLLATE]: Add missing eth letter, sorted as
4420         latin letter d.
4421
4422 2003-06-16  Bruno Haible  <bruno@clisp.org>
4423
4424         * charmaps/ISO-8859-15: Add aliases ISO_8859-15, LATIN-9.
4425         * charmaps/ISO-8859-16: Add aliases ISO_8859-16:2001, ISO_8859-16.
4426         * charmaps/IBM1047: Add alias IBM-1047.
4427         * charmaps/GBK: Add aliases CP936, MS936, WINDOWS-936.
4428
4429 2003-06-15  Petter Reinholdtsen  <pere@hungry.com>
4430
4431         * locales/fi_FI [LC_TIME]: Correct month names to make the dates
4432         gramatically correct.  Patch from Eero Häkkinen. [PR libc/5013].
4433
4434 2003-06-16  Ulrich Drepper  <drepper@redhat.com>
4435
4436         * locales/an_ES: New file.  Contributed by Jordi Mallach Péez.
4437
4438 2003-06-15  Petter Reinholdtsen  <pere@hungry.com>
4439
4440         * tst-fmon.c (main): Remove unused variable 'monval'.
4441
4442         * tst-fmon.sh: Make sure all tests are executed before an error
4443         code is reported to make.
4444         * tst-numeric.sh: Likewise.
4445
4446 2003-06-15  Petter Reinholdtsen  <pere@hungry.com>
4447
4448         * locales/is_IS [LC_TIME]: Use lower case letters in month and
4449         week day names.  Patch from Bjarni Ingi Gislason.
4450
4451 2003-05-31  Petter Reinholdtsen  <pere@hungry.com>
4452
4453         * locales/fi_FI: Add URL to a reference documenting Finish in
4454         Finland
4455         * locales/fi_FI [LC_MONETARY]: Correct mon_thousands_sep from
4456         period (U002E) to non-break space (U00A0).
4457         suggestion from Eero Häkkinen.
4458         [LC_NUMERIC]: Correct thousands_sep from period (U002E) to
4459         non-break space (U00A0).  Based on suggestion from Eero Häkkinen.
4460
4461 2003-06-11  Ulrich Drepper  <drepper@redhat.com>
4462
4463         * locales/lo_LA: New file.
4464         Contributed by Anousak Souphavanh <anousak@muanglao.com>.
4465         * SUPPORTED (SUPPORTED-LOCALES): Add lo_LA.UTF8.
4466
4467 2003-05-29  Petter Reinholdtsen  <pere@hungry.com>
4468
4469         * locales/uk_UA: Correct mail address of Denys Dmytriyenko.
4470
4471 2003-05-10  Ulrich Drepper  <drepper@redhat.com>
4472
4473         * locales/st_ZA: New file.
4474         * locales/xh_ZA: New file.
4475         * locales/zu_ZA: New file.
4476         Contributed by Dwayne Bailey <dwayne@translate.org.za>.
4477
4478 2003-05-06  Ulrich Drepper  <drepper@redhat.com>
4479
4480         * locales/de_DE: Use two-letter abday values.
4481         * tst-langinfo.sh: Update after de_DE locale change.
4482
4483 2003-05-05  Jakub Jelinek  <jakub@redhat.com>
4484
4485         * tests-mbwc/tst_wcsxfrm.c (tst_wcsxfrm): Use %zu instead of %d
4486         format specifier when printing ret.
4487
4488 2003-04-30  Petter Reinholdtsen  <pere@hungry.com>
4489
4490         * tst-fmon.c: Report name of locale if setlocale() fails.
4491         * tst-numeric.c: Likewise.
4492
4493         * tst-fmon.sh: Ignore lines starting with hash '#' in the data file.
4494         * tst-numeric.sh: Likewise.
4495
4496 2003-04-30  Petter Reinholdtsen  <pere@hungry.com>
4497
4498         * sort-test.sh: Output 'diff -u' when sorting test failed, to make
4499         it easier to find out what was wrong with the sorting order.
4500
4501 2003-04-16  Petter Reinholdtsen  <pere@hungry.com>
4502
4503         * Makefile (tests): Add LC_NUMERIC test tst-numeric.out.
4504         (tst-numeric.out): Define.
4505         * tst-numeric.c: New file.
4506         * tst-numeric.sh: New file.
4507         * tst-numeric.data: New file.
4508
4509 2003-04-21  Ulrich Drepper  <drepper@redhat.com>
4510
4511         * locales/ar_BH: Fix spelling of Bahrain.
4512
4513 2003-04-16  Ulrich Drepper  <drepper@redhat.com>
4514
4515         * locales/uk_UA: Fix sorting.
4516         Patch by Leonid Kanter <leon@geon.donetsk.ua>.
4517
4518 2003-04-15  Petter Reinholdtsen  <pere@hungry.com>
4519
4520         * locales/ar_SD [LC_MONETARY]: Use international currency symbol
4521         'SDD' for Sudan.
4522         * locales/es_EC [LC_MONETARY]: Use international currency symbol
4523         'USD' for Ecuador.
4524         Source is CIA World Fact book.
4525
4526 2003-04-05  Petter Reinholdtsen  <pere@hungry.com>
4527
4528         * locales/sr_YU [LC_MONETARY]: Change int_curr_symbol from 'YUN'
4529         to 'YUM' to match changes commited to ISO-4217 2002-02-13 and get
4530         the locale building again.
4531         * locales/sr_YU@cyrillic: Likewise.
4532
4533 2003-04-14  Ulrich Drepper  <drepper@redhat.com>
4534
4535         * locales/mn_MN: Fix country_post and country_ab2.
4536
4537 2003-03-17  Ulrich Drepper  <drepper@redhat.com>
4538
4539         * localedata/en_ZA: Changed %x for LC_TIME to use dd/mm/ccyy.
4540         Added ^ to LC_MESSAGES regex "^[yY].*".
4541         Confirmed LC_PAPER and LC_MEASUREMENT settings.
4542         Added country and language names to LC_ADDRESS.
4543         Added missing info for LC_TELEPHONE.
4544         Patch by Dwayne Bailey <dwayne@obsidian.co.za>.
4545
4546 2003-03-14  Ulrich Drepper  <drepper@redhat.com>
4547
4548         * localedata/mn_MN: New file.
4549         Contributed by Sanlig Badral <badral@chinggis.com>.
4550
4551 2003-01-30  Ulrich Drepper  <drepper@redhat.com>
4552
4553         * Makefile (LOCALES): Add vi_VN.TCVN5712-1.
4554
4555 2003-01-14  Ulrich Drepper  <drepper@redhat.com>
4556
4557         * locales/sv_SE [LC_TIME]: Define first_weekday and first_workday
4558         as 2.  Reported by Christian Rose <menthos@gnu.org>.
4559
4560         * charmaps/IBM866NAV: New file.  Contributed by vidybida@bitp.kiev.ua.
4561
4562 2002-12-03  Roland McGrath  <roland@redhat.com>
4563
4564         * charmaps/CP1125: New file.
4565         * CHECKSUMS: Add it.
4566
4567 2002-11-06  Thorsten Kukuk  <kukuk@suse.de>
4568
4569         * locales/tl_PH: Fix typo: Philipines -> Philippines.
4570
4571 2002-10-18  Bruno Haible  <bruno@clisp.org>
4572
4573         * charmaps/ISO_5428: Use Greek characters introduced in Unicode 3.0.
4574
4575         * charmaps/KOI8-T: Correct a typo.
4576         * charmaps/CP1256: Use official Unicode character names.
4577         * charmaps/EUC-JP: Likewise.
4578         * charmaps/GBK: Likewise.
4579         * charmaps/ISO-8859-11: Likewise.
4580         * charmaps/KOI8-U: Likewise.
4581         * charmaps/MAC-SAMI: Likewise.
4582         * charmaps/TIS-620: Likewise.
4583         * charmaps/CP949: Likewise. Use Hangul syllable names according to
4584         Unicode 3.0 book, section 3.11.
4585         * charmaps/EUC-KR: Likewise.
4586         * charmaps/JOHAB: Likewise.
4587
4588 2002-09-27  Ulrich Drepper  <drepper@redhat.com>
4589
4590         * locales/zh_TW: Use shorter forms for abday and day.
4591         Patch by Rex Tsai <chihchun@kalug.linux.org.tw>.
4592
4593 2002-09-23  Roland McGrath  <roland@redhat.com>
4594
4595         * tst-xlocale1.c (main): int -> size_t for counter.
4596         * tst-xlocale2.c (do_test): Likewise.
4597         * tst-ctype.c (main): Likewise.
4598
4599 2002-09-22  Bruno Haible  <bruno@clisp.org>
4600
4601         * charmaps/TSCII: New file.
4602
4603 2002-09-20  Roland McGrath  <roland@redhat.com>
4604
4605         * gen-locale.sh (generate_locale): Clean up overly baroque sh syntax.
4606         Touch the LC_CTYPE file of the output after a successful run.
4607         Reported by Bruno Haible <bruno@clisp.org>.
4608
4609 2002-09-10  Ulrich Drepper  <drepper@redhat.com>
4610
4611         * localedata/locales/bg_BG: Update LC_IDENTIFICATION info.
4612         Patch by Yanko Kaneti <yaneti@declera.com>.
4613
4614 2002-09-01  Roland McGrath  <roland@redhat.com>
4615
4616         * tst-ctype.c (main): Use nl_langinfo instead of __ctype_b global.
4617
4618 2002-08-28  Roland McGrath  <roland@redhat.com>
4619
4620         * tst-xlocale1.c (main): Remove __ from function names.
4621         * tst-xlocale2.c: Likewise.
4622
4623 2002-08-25  Ulrich Drepper  <drepper@redhat.com>
4624
4625         * tests-mbwc/tst_mbrlen.c: Use correct format in test result printing
4626         code.
4627         * tests-mbwc/tst_mbrtowc.c: Likewise.
4628         * tests-mbwc/tst_mbsrtowcs.c: Likewise.
4629         * tests-mbwc/tst_mbstowcs.c: Likewise.
4630         * tests-mbwc/tst_strfmon.c: Likewise.
4631         * tests-mbwc/tst_strxfrm.c: Likewise.
4632         * tests-mbwc/tst_swscanf.c: Likewise.
4633         * tests-mbwc/tst_wcscat.c: Likewise.
4634         * tests-mbwc/tst_wcschr.c: Likewise.
4635         * tests-mbwc/tst_wcscpy.c: Likewise.
4636         * tests-mbwc/tst_wcscspn.c: Likewise.
4637         * tests-mbwc/tst_wcsncat.c: Likewise.
4638         * tests-mbwc/tst_wcsncpy.c: Likewise.
4639         * tests-mbwc/tst_wcspbrk.c: Likewise.
4640         * tests-mbwc/tst_wcsrtombs.c: Likewise.
4641         * tests-mbwc/tst_wcsspn.c: Likewise.
4642         * tests-mbwc/tst_wcsstr.c: Likewise.
4643         * tests-mbwc/tst_wcstod.c: Likewise.
4644         * tests-mbwc/tst_wcstok.c: Likewise.
4645         * tests-mbwc/tst_wcstombs.c: Likewise.
4646
4647 2002-08-15  Jakub Jelinek  <jakub@redhat.com>
4648
4649         * charmaps/BIG5-HKSCS (WIDTH): Change <UE000> to <UE003> at start of
4650         range.
4651
4652 2002-08-09  Roland McGrath  <roland@redhat.com>
4653
4654         * Makefile ($(INSTALL-SUPPORTED-LOCALES)): Pass --alias-file option to
4655         localedef.
4656
4657 2002-08-02  Ulrich Drepper  <drepper@redhat.com>
4658
4659         * locales/fa_IR: Fixing the Alef Hamza vs Waw Hamza ordering bug.
4660         Adding presentation forms, Alef Wasla, and Rial Sign.
4661         Handling frequent canonically equivalent sequences like each other.
4662         Patch by Roozbeh Pournader <roozbeh@sharif.edu>.
4663
4664 2002-07-02  Thorsten Kukuk  <kukuk@suse.de>
4665
4666         * locales/es_EC: Fix typo: Equador -> Ecuador.
4667
4668 2002-07-16  Ulrich Drepper  <drepper@redhat.com>
4669
4670         * locales/th_TH: Change tel_dom_fmt.
4671         Patch by Theppitak Karoonboonyanan <thep@links.nectec.or.th>.
4672
4673 2002-07-11  Ulrich Drepper  <drepper@redhat.com>
4674
4675         * charmaps/ISO-8859-11: New file.
4676
4677 2002-06-30  Ulrich Drepper  <drepper@redhat.com>
4678
4679         * locales/lug_UG: New file.
4680         Contributed by Kizito Birabwa <kompyuta@kizito.uklinux.net>.
4681
4682         * locales/iso14651_t1: Fix U0406 handling (MIN -> CAP).
4683         Patch by Alexander Mikhailian <lowry@altern.org> [PR libc/3566].
4684
4685 2002-06-29  Ulrich Drepper  <drepper@redhat.com>
4686
4687         * locales/mt_MT: Add locale-specific collation info.
4688         Patch by Ramon Casha <ramon.casha@linux.org.mt> [PR libc/3701].
4689
4690         * locales/en_AU: Add am/pm support.
4691         Patch partly by maffew@cat.org.au [PR libc/3911].
4692
4693 2002-05-15  Ulrich Drepper  <drepper@redhat.com>
4694
4695         * locales/be_BY: Fix int_curr_symbol.
4696         Patch by Alexander Mikhailian <lowry@altern.org> [PR libc/3565].
4697
4698 2002-05-06  Jungshik Shin  <jshin@mailaps.org>
4699
4700         * charmaps/UTF-8: Fix wcwidth for Hangul Conjoining medial vowels
4701         and trailing consonant.
4702         * charmaps/GB18030: Likewise
4703
4704 2002-04-21  Bruno Haible  <bruno@clisp.org>
4705
4706         * charmaps/GB18030: Add Unicode planes 1 (scripts, symbols), 2 (CJK),
4707         14 (tags), 15 and 16 (private use), accidentally removed by the
4708         2002-01-16 patch.  Replace width table by one which is based on
4709         Unicode but is biased for CJK.
4710
4711 2002-04-19  Bruno Haible  <bruno@clisp.org>
4712
4713         * charmaps/ISO-IR-209: Fix the Unicode values for LETTER H WITH CARON.
4714         * charmaps/MAC-SAMI: Likewise.
4715
4716 2002-04-15  Bruno Haible  <bruno@clisp.org>
4717
4718         * charmaps/EUC-JISX0213: New file.
4719         * charmaps/SHIFT_JISX0213: New file.
4720
4721 2002-04-15  Bruno Haible  <bruno@clisp.org>
4722
4723         * charmaps/BIG5-HKSCS: Update to Unicode 3.2.
4724
4725 2002-04-15  Bruno Haible  <bruno@clisp.org>
4726
4727         * charmaps/EUC-TW: Add many mappings for characters introduced in
4728         Unicode 3.1 and 3.2.
4729
4730 2002-04-15  Bruno Haible  <bruno@clisp.org>
4731
4732         * charmaps/GB18030: Update for Unicode 3.2:
4733         Add <U0220>, <U034F>, <U0363>..<U036F>, <U03D8>..<U03D9>,
4734         <U03F6>, <U048A>..<U048B>, <U04C5>..<U04C6>, <U04C9>..<U04CA>,
4735         <U04CD>..<U04CE>, <U0500>..<U050F>, <U066E>..<U066F>, <U07B1>,
4736         <U10F7>..<U10F8>, <U1700>..<U170C>, <U170E>..<U1714>, <U1720>..<U1736>,
4737         <U1740>..<U1753>, <U1760>..<U1770>, <U1772>..<U1773>, <U2047>,
4738         <U204E>..<U2052>, <U2057>, <U205F>..<U2063>, <U2071>, <U20B0>..<U20B1>,
4739         <U20E4>..<U20EA>, <U213D>..<U214B>, <U21F4>..<U21FF>, <U22F2>..<U22FF>,
4740         <U237C>, <U239B>..<U23CE>, <U24EB>..<U24FE>, <U2596>..<U259F>,
4741         <U25F8>..<U25FF>, <U2616>..<U2617>, <U2672>..<U267D>, <U2680>..<U2689>,
4742         <U2768>..<U2775>, <U27D0>..<U27EB>, <U27F0>..<U27FF>, <U2900>..<U2AFF>,
4743         <U303B>..<U303D>, <U3095>..<U3096>, <U309F>..<U30A0>, <U30FF>,
4744         <U31F0>..<U31FF>, <U3251>..<U325F>, <U32B1>..<U32BF>, <UA4A2>..<UA4A3>,
4745         <UA4B4>, <UA4C1>, <UA4C5>, <UFA30>..<UFA6A>, <UFDFC>, <UFE00>..<UFE0F>,
4746         <UFE45>..<UFE46>, <UFE73>, <UFF5F>..<UFF60>.  Update width table.
4747
4748 2002-04-15  Bruno Haible  <bruno@clisp.org>
4749
4750         * charmaps/UTF-8: Update for Unicode 3.2:
4751         Add <U0220>, <U034F>, <U0363>..<U036F>, <U03D8>..<U03D9>,
4752         <U03F6>, <U048A>..<U048B>, <U04C5>..<U04C6>, <U04C9>..<U04CA>,
4753         <U04CD>..<U04CE>, <U0500>..<U050F>, <U066E>..<U066F>, <U07B1>,
4754         <U10F7>..<U10F8>, <U1700>..<U170C>, <U170E>..<U1714>, <U1720>..<U1736>,
4755         <U1740>..<U1753>, <U1760>..<U1770>, <U1772>..<U1773>, <U2047>,
4756         <U204E>..<U2052>, <U2057>, <U205F>..<U2063>, <U2071>, <U20B0>..<U20B1>,
4757         <U20E4>..<U20EA>, <U213D>..<U214B>, <U21F4>..<U21FF>, <U22F2>..<U22FF>,
4758         <U237C>, <U239B>..<U23CE>, <U24EB>..<U24FE>, <U2596>..<U259F>,
4759         <U25F8>..<U25FF>, <U2616>..<U2617>, <U2672>..<U267D>, <U2680>..<U2689>,
4760         <U2768>..<U2775>, <U27D0>..<U27EB>, <U27F0>..<U27FF>, <U2900>..<U2AFF>,
4761         <U303B>..<U303D>, <U3095>..<U3096>, <U309F>..<U30A0>, <U30FF>,
4762         <U31F0>..<U31FF>, <U3251>..<U325F>, <U32B1>..<U32BF>, <UA4A2>..<UA4A3>,
4763         <UA4B4>, <UA4C1>, <UA4C5>, <UFA30>..<UFA6A>, <UFDFC>, <UFE00>..<UFE0F>,
4764         <UFE45>..<UFE46>, <UFE73>, <UFF5F>..<UFF60>.  Update width table.
4765         Assign width 2 to <U3008>..<U300B>, <U3014>..<U3015>, <U3018>..<U301B>.
4766
4767 2002-04-15  Bruno Haible  <bruno@clisp.org>
4768
4769         Update to Unicode 3.2.
4770         * locales/translit_circle: Add <U3251>..<U325F>, <U32B1>..<U32BF>.
4771         * locales/translit_cjk_compat: Change <UF951>.  Add <UFA30>..<UFA6A>.
4772         * locales/translit_combining: Add more combining characters.
4773         * locales/translit_compat: Add <U2047>, <U2057>, <U205F>, <U2A0C>,
4774         <U2A74>..<U2A76>.
4775         * locales/translit_font: Add <U213D>..<U2140>, <U2145>..<U2149>.
4776         * locales/translit_neutral: Add <U2060>..<U2063>, <U30A0>,
4777         <UFE00>..<UFE0F>.
4778         * locales/translit_small: Add small Hiragana letters and small
4779         Katakana letters.
4780         * locales/translit_wide: Add <UFF5F>..<UFF60>.
4781
4782 2002-04-15  Bruno Haible  <bruno@clisp.org>
4783
4784         * locales/i18n (LC_CTYPE): Update to Unicode 3.2. In detail:
4785         (upper): Add <U0220>, <U03D8>, <U048A>, <U04C5>, <U04C9>, <U04CD>,
4786         <U0500>, <U0502>, <U0504>, <U0506>, <U0508>, <U050A>, <U050C>, <U050E>.
4787         (lower): Add <U019E>, <U03D9>, <U048B>, <U04C6>, <U04CA>, <U04CE>,
4788         <U0501>, <U0503>, <U0505>, <U0507>, <U0509>, <U050B>, <U050D>, <U050F>.
4789         (alpha): Add <U0220>, <U03D8>..<U03D9>, <U048A>..<U048B>,
4790         <U04C5>..<U04C6>, <U04C9>..<U04CA>, <U04CD>..<U04CE>, <U0500>..<U050F>,
4791         <U066E>..<U066F>, <U07B1>, <U0B83>, <U10F7>..<U10F8>, <U1700>..<U170C>,
4792         <U170E>..<U1711>, <U1720>..<U1731>, <U1740>..<U1751>, <U1760>..<U1770>,
4793         <U17D7>, <U17DC>, <U2071>, <U213D>..<U213F>, <U2145>..<U2149>,
4794         <U303B>..<U303C>, <U3095>..<U3096>, <U309F>, <U30FF>, <U31F0>..<U31FF>,
4795         <UFA30>..<UFA6A>, <UFE73>.
4796         (space): Add <U205F>.
4797         (punct): Add <U034F>, <U0363>..<U036F>, <U03F6>, <U1712>..<U1714>,
4798         <U1732>..<U1736>, <U1752>..<U1753>, <U1772>..<U1773>, <U2047>,
4799         <U204E>..<U2052>, <U2057>, <U2060>..<U2063>, <U20B0>..<U20B1>,
4800         <U20E4>..<U20EA>, <U2140>..<U2144>, <U214A>..<U214B>, <U21F4>..<U21FF>,
4801         <U22F2>..<U22FF>, <U237C>, <U239B>..<U23CE>, <U24EB>..<U24FE>,
4802         <U2596>..<U259F>, <U25F8>..<U25FF>, <U2616>..<U2617>, <U2672>..<U267D>,
4803         <U2680>..<U2689>, <U2768>..<U2775>, <U27D0>..<U27EB>, <U27F0>..<U27FF>,
4804         <U2900>..<U2AFF>, <U303D>, <U30A0>, <U3251>..<U325F>, <U32B1>..<U32BF>,
4805         <UA4A2>..<UA4A3>, <UA4B4>, <UA4C1>, <UA4C5>, <UFDFC>, <UFE00>..<UFE0F>,
4806         <UFF5F>..<UFF60>. Remove <U0B83>, <U17D7>, <U17DC>.
4807         (graph): Add <U0220>, <U034F>, <U0363>..<U036F>, <U03D8>..<U03D9>,
4808         <U03F6>, <U048A>..<U048B>, <U04C5>..<U04C6>, <U04C9>..<U04CA>,
4809         <U04CD>..<U04CE>, <U0500>..<U050F>, <U066E>..<U066F>, <U07B1>,
4810         <U10F7>..<U10F8>, <U1700>..<U170C>, <U170E>..<U1714>, <U1720>..<U1736>,
4811         <U1740>..<U1753>, <U1760>..<U1770>, <U1772>..<U1773>, <U2047>,
4812         <U204E>..<U2052>, <U2057>, <U2060>..<U2063>, <U2071>, <U20B0>..<U20B1>,
4813         <U20E4>..<U20EA>, <U213D>..<U214B>, <U21F4>..<U21FF>, <U22F2>..<U22FF>,
4814         <U237C>, <U239B>..<U23CE>, <U24EB>..<U24FE>, <U2596>..<U259F>,
4815         <U25F8>..<U25FF>, <U2616>..<U2617>, <U2672>..<U267D>, <U2680>..<U2689>,
4816         <U2768>..<U2775>, <U27D0>..<U27EB>, <U27F0>..<U27FF>, <U2900>..<U2AFF>,
4817         <U303B>..<U303D>, <U3095>..<U3096>, <U309F>..<U30A0>, <U30FF>,
4818         <U31F0>..<U31FF>, <U3251>..<U325F>, <U32B1>..<U32BF>, <UA4A2>..<UA4A3>,
4819         <UA4B4>, <UA4C1>, <UA4C5>, <UFA30>..<UFA6A>, <UFDFC>, <UFE00>..<UFE0F>,
4820         <UFE45>..<UFE46>, <UFE73>, <UFF5F>..<UFF60>.
4821         (print): Likewise. Also add <U205F>.
4822         (blank): Add <U205F>.
4823         (toupper): Add (<U019E>,<U0220>), (<U03D9>,<U03D8>), (<U048B>,<U048A>),
4824         (<U04C6>,<U04C5>), (<U04CA>,<U04C9>), (<U04CE>,<U04CD>),
4825         (<U0501>,<U0500>), (<U0503>,<U0502>), (<U0505>,<U0504>),
4826         (<U0507>,<U0506>), (<U0509>,<U0508>), (<U050B>,<U050A>),
4827         (<U050D>,<U050C>), (<U050F>,<U050E>).
4828         (totitle): Likewise.
4829         (tolower): Add (<U0220>,<U019E>), (<U03D8>,<U03D9>), (<U048A>,<U048B>),
4830         (<U04C5>,<U04C6>), (<U04C9>,<U04CA>), (<U04CD>,<U04CE>),
4831         (<U0500>,<U0501>), (<U0502>,<U0503>), (<U0504>,<U0505>),
4832         (<U0506>,<U0507>), (<U0508>,<U0509>), (<U050A>,<U050B>),
4833         (<U050C>,<U050D>), (<U050E>,<U050F>).
4834         (combining): Add <U034F>, <U0363>..<U036F>, <U1712>..<U1714>,
4835         <U1732>..<U1734>, <U1752>..<U1753>, <U1772>..<U1773>, <U180B>..<U180D>,
4836         <U20E4>..<U20EA>, <UFE00>..<UFE0F>. Remove <U06DD>, <U0B83>.
4837         (combining_level3): Add <U034F>, <U1712>..<U1714>, <U1732>..<U1734>,
4838         <U1752>..<U1753>, <U1772>..<U1773>, <U180B>..<U180D>, <U20E4>..<U20E6>,
4839         <U20EA>, <UFE00>..<UFE0F>. Remove <U06DD>, <U0B83>.
4840         * locales/tr_TR: Likewise.
4841
4842 2002-04-15  Bruno Haible  <bruno@clisp.org>
4843
4844         * charmaps/IBM856: New file.
4845         * charmaps/IBM922: New file.
4846         * charmaps/IBM1124: New file.
4847         * charmaps/IBM1129: New file.
4848         * charmaps/IBM1160: New file.
4849         * charmaps/IBM1161: New file.
4850         * charmaps/IBM1132: New file.
4851         * charmaps/IBM1133: New file.
4852         * charmaps/IBM1162: New file.
4853         * charmaps/IBM1163: New file.
4854         * charmaps/IBM1164: New file.
4855         * charmaps/ARMSCII-8: New file.
4856
4857 2002-04-14  Wolfram Gloger  <wg@malloc.de>
4858
4859         * tests-mbwc/tst_types.h: Increase MONSIZE.
4860         * tests-mbwc/tst_strfmon.c: Fail test if buffer too small.
4861
4862 2002-04-05  Jakub Jelinek  <jakub@redhat.com>
4863
4864         * locales/ms_MY (day): Fix a typo.
4865
4866 2002-04-03  Ulrich Drepper  <drepper@redhat.com>
4867
4868         * locales/es_ES: Define int_frac_digits and frac_digits as 2.
4869
4870 2002-03-11  Ulrich Drepper  <drepper@redhat.com>
4871
4872         * locales/vi_VN: Fix various mistakes and add some more information.
4873         Patch by Le Hong Boi <le.hong.boi@quantic.com.vn>.
4874
4875 2002-02-28  Ulrich Drepper  <drepper@redhat.com>
4876
4877         * tests-mbwc/dat_strfmon.c (tst_strfmon_loc): Adjust test data for
4878         Euro locales.
4879         * tst-fmon.data: Likewise.
4880
4881         * locales/br_FR: Eliminate old national currencies of countries
4882         participating in Euro.  Make @euro files pure copies.
4883         * locales/ca_ES: Likewise.
4884         * locales/ca_ES@euro: Likewise.
4885         * locales/de_AT: Likewise.
4886         * locales/de_AT@euro: Likewise.
4887         * locales/de_BE: Likewise.
4888         * locales/de_BE@euro: Likewise.
4889         * locales/de_DE: Likewise.
4890         * locales/de_DE@euro: Likewise.
4891         * locales/de_LU: Likewise.
4892         * locales/de_LU@euro: Likewise.
4893         * locales/el_GR: Likewise.
4894         * locales/el_GR@euro: Likewise.
4895         * locales/en_IE: Likewise.
4896         * locales/en_IE@euro: Likewise.
4897         * locales/es_ES: Likewise.
4898         * locales/es_ES@euro: Likewise.
4899         * locales/fi_FI: Likewise.
4900         * locales/fi_FI@euro: Likewise.
4901         * locales/fr_BE: Likewise.
4902         * locales/fr_BE@euro: Likewise.
4903         * locales/fr_FR: Likewise.
4904         * locales/fr_FR@euro: Likewise.
4905         * locales/fr_LU: Likewise.
4906         * locales/fr_LU@euro: Likewise.
4907         * locales/ga_IE: Likewise.
4908         * locales/ga_IE@euro: Likewise.
4909         * locales/gl_ES: Likewise.
4910         * locales/gl_ES@euro: Likewise.
4911         * locales/it_IT: Likewise.
4912         * locales/it_IT@euro: Likewise.
4913         * locales/nl_NL: Likewise.
4914         * locales/nl_NL@euro: Likewise.
4915         * locales/pt_PT: Likewise.
4916         * locales/pt_PT@euro: Likewise.
4917
4918         * locales/br_FR@euro: New file.
4919
4920 2002-02-23  Ulrich Drepper  <drepper@redhat.com>
4921
4922         * locales/eu_ES: Corrections of date and time formats.
4923         * locales/hu_HU: Adjust a comment.
4924         * locales/wa_BE: New file.
4925         Patches by Pablo Saratxaga <pablo@mandrakesoft.com>.
4926
4927         * SUPPORTED (SUPPORTED-LOCALES): Add wa_BE and wa_BE@uero.
4928         * locales/wa_BE@euro: New file.
4929
4930         * locales/zh_HK: Correct date information.
4931         Patch by Anthony Fok <anthony@thizlinux.com>.
4932
4933 2002-02-13  Ulrich Drepper  <drepper@redhat.com>
4934
4935         * locales/sr_YU: Correct month entries for June and July
4936         [PR libc/2955].  Patch by Alastair McKinstry <alastair@pdd.3com.com>.
4937
4938         * locales/pl_PL: Update int_curr_symbol.
4939
4940 2002-02-08  Ulrich Drepper  <drepper@redhat.com>
4941
4942         * locales/el_GR: Bug fixes for spelling.
4943         Patch by Alexandros Diamantidis <adia@hellug.gr>.
4944
4945 2002-02-01  Ulrich Drepper  <drepper@redhat.com>
4946
4947         * da_DK.in: Add a few more character sequences, no real words.
4948
4949 2002-01-17  Ulrich Drepper  <drepper@redhat.com>
4950
4951         * charmaps/MACINTOSH: Update to Apple's latest definition.
4952
4953 2002-01-16  Ulrich Drepper  <drepper@redhat.com>
4954
4955         * charmaps/GB18030: Update.
4956         Patch by Yu Shao <yshao@redhat.com>.
4957
4958 2002-01-07  Ulrich Drepper  <drepper@redhat.com>
4959
4960         * locales/hu_HU: New version with corrected collation.
4961         Patch by Nagy Péter <chichken@interbase.hu>.
4962
4963 2001-12-28  Ulrich Drepper  <drepper@redhat.com>
4964
4965         * locales/bn_BD: New file.
4966         Contributed by Taneem Ahmed <taneem@eyetap.org>.
4967
4968 2001-12-11  Ulrich Drepper  <drepper@redhat.com>
4969
4970         * SUPPORTED (SUPPORTED-LOCALES): Add vi_VN.TCVN.
4971
4972 2001-12-10  Ulrich Drepper  <drepper@redhat.com>
4973
4974         * locales/ms_MY: Various bug fixes and additions.
4975         Patch by Hasbullah Bin Pit (sebol) <sebol@ikhlas.com>.
4976
4977         * locales/ca_ES: Fix typos (desembre -> decembre).
4978         Patch by Xavi Drudis Ferran <xdrudis@tinet.org>.
4979
4980 2001-12-09  Ulrich Drepper  <drepper@redhat.com>
4981
4982         * charmaps/TCVN5712-1: Add combined characters.
4983
4984 2001-12-05  Ulrich Drepper  <drepper@redhat.com>
4985
4986         * locales/bg_BG: Rewrite.
4987         Patch by Alexander Shopov <al_shopov@web.bg>.
4988
4989         * charmapsTCVN5712-1: New file.
4990
4991 2001-12-03  Ulrich Drepper  <drepper@redhat.com>
4992
4993         * locales/translit_neutral: Define transliteration for dong sign.
4994
4995 2001-11-26  Ulrich Drepper  <drepper@redhat.com>
4996
4997         * SUPPORTED (SUPPORTED-LOCALES): Add se_NO/UTF-8.
4998
4999         * locales/de_CH: Define decimal point to '.' and thousands
5000         separator to ' '.  Patch by Niklaus Giger <ngiger@mus.ch>.
5001
5002 2001-11-21  Bruno Haible  <bruno@clisp.org>
5003
5004         * charmaps/ISO-8859-16: Swap 0xa5 and 0xab entries.
5005
5006 2001-11-15  Børre Gaup  <boerre.gaup@pc.nu>
5007
5008         * locales/se_NO: New file.
5009
5010 2001-10-08  Won-kyu Park  <wkpark@chem.skku.ac.kr>
5011
5012         * locales/ko_KR: Fixed a typo in Hangul portion of LC_COLLATE.
5013
5014 2001-09-30  Ulrich Drepper  <drepper@redhat.com>
5015
5016         * charmaps/SAMI-WS2: Add Euro sign.
5017         Patch by Petter Reinholdtsen <pere@hungry.com>.
5018
5019 2001-08-17  Ulrich Drepper  <drepper@redhat.com>
5020
5021         * Makefile: Add rules to build and run tst-xlocale2.
5022         * tst-xlocale2.c: New file.
5023
5024 2001-08-14  Ulrich Drepper  <drepper@redhat.com>
5025
5026         * Makefile: Add rules to build and run tst-xlocale1.
5027         * tst-xlocale1.c: New file.
5028
5029         * bug-iconv-trans.c: Improve error messages.
5030
5031 2001-08-12  Ulrich Drepper  <drepper@redhat.com>
5032
5033         * charmaps/ISO-IR-209: New file.
5034         * charmaps/MAC-SAMI: New file.
5035         Contributed by Regnor Jernsletten <Regnor.Jernsletten@eunet.no>.
5036
5037 2001-08-04  Ulrich Drepper  <drepper@redhat.com>
5038
5039         * charmaps/GEORGIAN-PS: New file.
5040         * charmaps/GEORGIAN-ACADEMY: New file.
5041         * SUPPORTED: Add ka_GE/GEORGIAN-PS.
5042
5043 2001-08-03  Ulrich Drepper  <drepper@redhat.com>
5044
5045         * Makefile: Add rules to build and run tst-mbswcs6.
5046         * tst-mbswcs6.c: New file.
5047
5048         * SUPPORTED: Add several new locales.
5049
5050         * charmaps/KOI8-T: New file.
5051
5052 2001-08-02  Ulrich Drepper  <drepper@redhat.com>
5053
5054         * locales/af_ZA: Use generic LC_COLLATE data.
5055         * locales/el_GR: Likewise.
5056         * locales/hu_HU: Likewise.
5057         * locales/ro_RO: Likewise.  Add transliteration.
5058         * locales/be_BY: Likewise.  Handle Ukrainian Ghe.
5059         * locales/ru_RU: Likewise.
5060         * locales/ru_UA: Likewise.
5061         * locales/uk_UA: Likewise.
5062         * locales/eu_ES: LC_TIME strings fixed.
5063         * locales/am_ET: New file.
5064         * locales/translit_et: New file.
5065         * locales/az_AZ: New file.
5066         * locales/br_FR: New file.
5067         * locales/bs_BA: New file.
5068         * locales/cy_GB: New file.
5069         * locales/hy_AM: New file.
5070         * locales/ka_GE: New file.
5071         * locales/mi_NZ: New file.
5072         * locales/oc_FR: New file.
5073         * locales/tg_TJ: New file.
5074         * locales/ti_ER: New file.
5075         * locales/ti_ET: New file.
5076         * locales/tl_PH: New file.
5077         * locales/tt_RU: New file.
5078         * locales/ur_PK: New file.
5079         * locales/uz_UZ: New file.
5080         * locales/yi_US: New file.
5081         Patches by Pablo Saratxaga <pablo@mandrakesoft.com>.
5082
5083 2001-07-31  Ulrich Drepper  <drepper@redhat.com>
5084
5085         * locales/tr_TR: Define missing fields and remove FIXME comments.
5086         Patch by Nilg~n Belma Bug~ner <nilgun@fide.org>.
5087
5088 2001-07-19  Jakub Jelinek  <jakub@redhat.com>
5089
5090         * locales/en_CA (LC_PAPER): Change to Letter.
5091         * locales/fr_CA (LC_PAPER): Likewise.
5092         * locales/es_PR (LC_PAPER): Change to Letter.
5093         (LC_MEASUREMENT): Change to 2.
5094         * locales/es_US (LC_PAPER): Change to Letter.
5095         (LC_MEASUREMENT): Change to 2.
5096
5097 2001-07-07  Ulrich Drepper  <drepper@redhat.com>
5098
5099         * Makefile: Add dependencies to locale files for all tests in $(tests).
5100
5101 2001-06-28  H.J. Lu  <hjl@gnu.org>
5102
5103         * Makefile: Include SUPPORTED.
5104         (INSTALL-SUPPORTED-LOCALES): New.
5105         ($(INSTALL-SUPPORTED-LOCALES)): New target.
5106         (install-locales-dir): Likewise.
5107         (install-locales): Depend on $(INSTALL-SUPPORTED-LOCALES).
5108         * SUPPORTED: Changed the format for parallel install.
5109
5110 2001-06-27  Ulrich Drepper  <drepper@redhat.com>
5111
5112         * Makefile: Add rules to build and run tst-leaks.
5113         * tst-leaks.c: New file.
5114
5115 2001-06-25  Jakub Jelinek  <jakub@redhat.com>
5116
5117         * locales/ro_RO (day): Use U0163 instead of U021B.
5118
5119 2001-06-25  Jakub Jelinek  <jakub@redhat.com>
5120
5121         * SUPPORTED (zh_HK): Update character map name to BIG5-HKSCS.
5122
5123 2001-06-09  Bruno Haible  <haible@clisp.cons.org>
5124
5125         * charmaps/BIG5-HKSCS: Renamed from charmaps/BIG5HKSCS.  Change
5126         code_set_name to BIG5-HKSCS. Add BIG5HKSCS alias.
5127
5128 2001-05-26  Bruno Haible  <haible@clisp.cons.org>
5129
5130         * charmaps/SHIFT_JIS: Renamed from charmaps/SJIS.  Change code_set_name
5131         to SHIFT_JIS. Add SJIS as alias.
5132         * Makefile (CHARMAPS): For SJIS locale, use SHIFT_JIS charmap.
5133         * gen-locale.sh: Likewise.
5134
5135 2001-05-29  Bruno Haible  <haible@clisp.cons.org>
5136
5137         * charmaps/GB18030: Update for Unicode 3.1: Add <U03F4>..<U03F5>. Use
5138         full Hangul syllable names. Add Unicode planes 1 (scripts, symbols),
5139         2 (CJK), 14 (tags), 15 and 16 (private use). Update width table.
5140         Assign width 1 to <U3008>, <U3009>, <U3014>, <U3015>, <U3018>, <U3019>.
5141
5142 2001-05-29  Bruno Haible  <haible@clisp.cons.org>
5143
5144         * charmaps/UTF-8: Update for Unicode 3.1: Add <U03F4>..<U03F5>. Use
5145         range syntax for <U3400>..<U4DB5>, <U4E00>..<U9FA5>, <UE000>..<UF8FF>.
5146         Add Unicode planes 1 (scripts, symbols), 2 (CJK), 14 (tags), 15 and 16
5147         (private use). Update width table. Assign width 1 to <U3008>, <U3009>,
5148         <U3014>, <U3015>, <U3018>, <U3019>.
5149
5150 2001-05-29  Bruno Haible  <haible@clisp.cons.org>
5151
5152         * gen-unicode-ctype.c: Update to Unicode 3.1.
5153         (unicode_attributes): Change size to 0x110000.
5154         (fill_attribute): Change limit for i to 0x110000. Ignore surrogates;
5155         Unicode now officially allows a 32-bit representation and deprecates
5156         the use of surrogates in this representation.
5157         (fill_attributes): Loop up to 0x110000.
5158         (unicode_combining): Remove array.
5159         (fill_combining): Remove function. Unicode 3.1 PropList.txt doesn't
5160         contain this property any more.
5161         (is_alpha): Incorporate changes by Theppitak Karoonboonyanan
5162         2001-02-15.
5163         (is_combining): Use new but equivalent definition.
5164         (ucs_symbol, ucs_symbol_range): New functions.
5165         (output_charclass): Loop up to 0x110000.
5166         (output_charmap): Likewise.
5167         (output_tables): Fix header. Loop up to 0x110000. Use ucs_symbol where
5168         appropriate.
5169         (main): Expect only two arguments. Remove fill_combining() call.
5170         * locales/i18n (LC_CTYPE): To "upper", add <U03F4> and Deseret letters.
5171         To "lower", add <U03F5> and Deseret letters.
5172         To "alpha", add <U03F4>, <U03F5>, <U16EE>..<U16F0>, Old Italic letters,
5173         Gothic letters, Deseret letters, mathematical symbols.
5174         From "punct", remove <U16EE>..<U16F0> and surrogates. Add many new
5175         Unicode 3.1 characters.
5176         To "graph" and "print", add <U03F4>, <U03F5>. Remove surrogates. Add
5177         many new Unicode 3.1 characters.
5178         "toupper", "tolower", "totitle": Update.
5179         To "combining", add some new musical symbols.
5180         To "combining_level3", add some new musical symbols.
5181         * locales/tr_TR (LC_CTYPE): Update from i18n.
5182         * locales/translit_font: Add transliterations for new Unicode 3.1
5183         mathematical symbols.
5184         * locales/translit_compat: Add transliterations for <U03F4>, <U03F5>.
5185         * locales/translit_cjk_compat: Add transliterations for CJK
5186         compatibility characters in Unicode plane 2.
5187
5188 2001-05-29  Bruno Haible  <haible@clisp.cons.org>
5189
5190         * charmaps/EUC-TW: Update to Unicode 3.1. Add mappings for
5191         <U4EA0>, <U51AB>, <U52F9>. Remove 0x8EAExxxx mappings. Add
5192         0x8EA3xxxx, 0x8EA4xxxx, 0x8EA5xxxx, 0x8EA6xxxx, 0x8EA7xxxx,
5193         0x8EAFxxxx mappings instead.
5194
5195 2001-05-26  Ulrich Drepper  <drepper@redhat.com>
5196
5197         * locales/ro_RO: Correct abday, day, abmon, and mon info.
5198         Patch by Ionel Mugurel Ciobîcã <tgakic@bambam.chem.tue.nl>.
5199
5200 2001-05-21  Bruno Haible  <haible@clisp.cons.org>
5201
5202         * tests-mbwc/dat_mbrlen.c (tst_mbrlen_loc): Use a private mbstate_t
5203         for some tests, because mbrlen (NULL, 0, &s) does not always put back
5204         s into the initial state.
5205
5206 2001-05-14  Andreas Jaeger  <aj@suse.de>
5207
5208         * locales/ms_MY: Fix entries for Tue and Wednesday.
5209         Patch by "Hasbullah Pit (sebol)" <sebol@ikhlas.com>.
5210
5211 2001-04-18  Jakub Jelinek  <jakub@redhat.com>
5212
5213         * locales/be_BY: Fix syntax in LC_COLLATE section.
5214         * locales/ru_UA: Likewise.
5215         * locales/tr_TR: Likewise.
5216         * locales/uk_UA: Likewise.
5217
5218 2001-03-18  Ulrich Drepper  <drepper@redhat.com>
5219
5220         * locales/fa_IR: Add outdigit information and collation.
5221         Patch by Roozbeh Pournader <roozbeh@sharif.edu>.
5222
5223 2001-02-21  Ulrich Drepper  <drepper@redhat.com>
5224
5225         * locales/i18n: Don't define outdigit.
5226
5227 2001-02-19  Ulrich Drepper  <drepper@redhat.com>
5228
5229         * locales/th_TH: Remove name_ms entry.
5230         Patch by Theppitak Karoonboonyanan <thep@links.nectec.or.th>.
5231
5232 2001-02-16  Ulrich Drepper  <drepper@redhat.com>
5233
5234         * locales/th_TH: Update era information and some of the new
5235         categories.
5236         Patch by Theppitak Karoonboonyanan <thep@links.nectec.or.th>.
5237
5238 2001-02-15  Ulrich Drepper  <drepper@redhat.com>
5239
5240         * locales/i18n: Correct classification of Thai characters.  This
5241         differs from Unicode's tables but is in line with linguistic rules
5242         in Thailand.
5243         Patch by Theppitak Karoonboonyanan <thep@links.nectec.or.th>.
5244
5245 2001-02-14  Ulrich Drepper  <drepper@redhat.com>
5246
5247         * charmaps/GB18030: Update for Dec 2000 re-release of GB18030.
5248         Patch by Yong Li <rigel863@yahoo.com>.
5249
5250 2001-02-13  Ulrich Drepper  <drepper@redhat.com>
5251
5252         * SUPPORTED: Add zh_CN.GBK.
5253
5254 2001-02-09  Andreas Jaeger  <aj@suse.de>
5255
5256         * locales/en_IN: Add newline at end of file.
5257
5258         * SUPPORTED: Add more entries.
5259
5260 2001-02-09  Ulrich Drepper  <drepper@redhat.com>
5261
5262         * locales/en_HK: At newline at the end of the file.
5263
5264 2001-02-08  Andreas Jaeger  <aj@suse.de>
5265
5266         * localedata/SUPPORTED: Add some entries for new locales.
5267
5268 2001-02-07  Andreas Jaeger  <aj@suse.de>
5269
5270         * locales/ar_IN: New.
5271         * locales/bn_IN: New.
5272         * locales/el_GR@euro: New.
5273         * locales/en_HK: New.
5274         * locales/en_IN: New.
5275         * locales/en_PH: New.
5276         * locales/en_SG: New.
5277         * locales/ms_MY: New.
5278         * locales/ta_IN: New.
5279         * locales/te_IN: New.
5280         * locales/zh_SG: New.
5281
5282 2001-02-06  Ulrich Drepper  <drepper@redhat.com>
5283
5284         * locales/zh_TW: Extend LC_IDENTIFICATION entries a bit.
5285         * locales/zh_CN: Likewise.
5286
5287 2001-02-04  Bruno Haible  <haible@clisp.cons.org>
5288
5289         * locales/translit_cjk_compat: Add missing characters in range
5290         U+3300..U+33FF.
5291
5292 2001-01-30  Ulrich Drepper  <drepper@redhat.com>
5293
5294         * locales/fi_FI: Remove FIXME comments.
5295         * locales/sv_FI: Likewise.
5296         Patch by Marko Myllynen <myllynen@lut.fi>.
5297
5298 2001-01-23  Jakub Jelinek  <jakub@redhat.com>
5299
5300         * locales/cs_CZ (yesexpr, noexpr): Add caret prefix.
5301         Patch by Petr Cech <cech@atrey.karlin.mff.cuni.cz>.
5302
5303 2001-01-23  Andreas Schwab  <schwab@suse.de>
5304
5305         * locales/el_GR: Add missing quotes around multicharacter strings.
5306         * locales/ru_RU: Likewise.
5307
5308 2001-01-19  Ulrich Drepper  <drepper@redhat.com>
5309
5310         * Makefile (LOCALES): Add fr_FR.ISO-8859-1.
5311         * tst-langinfo.sh: Add French tests.
5312
5313 2001-01-08  Jakub Jelinek  <jakub@redhat.com>
5314
5315         * locales/cs_CZ: Fix grammar of comment above abmon.
5316         Reported by Stanislav Brabec <utx@penguin.cz>.
5317
5318 2000-12-31  Andreas Jaeger  <aj@suse.de>
5319
5320         * tst-fmon.c (main): Use return instead of exit to avoid warning.
5321
5322 2000-12-21  Ulrich Drepper  <drepper@redhat.com>
5323
5324         * tests/test5.cm: Define code_set_name.
5325
5326 2000-12-03  Ulrich Drepper  <drepper@redhat.com>
5327
5328         * charmaps/SJIS: Add mapping for FULLWIDTH REVERSE SOLIDUS.
5329         * charmaps/EUC-JP: Add mapping for FULLWIDTH TILDE and FULLWIDTH
5330         REVERSE SOLIDUS.
5331
5332 2000-11-30  Ulrich Drepper  <drepper@redhat.com>
5333
5334         * Makefile (tests): Add tst-setlocale.
5335         (tst-setlocale-ENV): Define.
5336         * tst-setlocale.c: New file.
5337
5338 2000-11-28  Ulrich Drepper  <drepper@redhat.com>
5339
5340         * Makefile (LOCALES): Add ja_JP.SJIS.
5341
5342 2000-11-23  Ulrich Drepper  <drepper@redhat.com>
5343
5344         * tst-digits.c (main): Add casts to avoid warnings.
5345         * collate-test.c (xstrcoll): Make l1 and l2 const.
5346         * xfrm-test.c (xstrcmp): Make l1 and l2 const.
5347
5348 2000-11-20  Ulrich Drepper  <drepper@redhat.com>
5349
5350         * charmaps/BALTIC: Superceded by ISO-8859-13.
5351
5352 2000-11-15  Ulrich Drepper  <drepper@redhat.com>
5353
5354         * locales/ko_KR: Changed LC_IDENTIFICATION territory field to
5355         Republic of Korea.  Streamlined and extend(include all Hangul
5356         syllables) hangul and hanja class definition in LC_CTYPE and
5357         hangul portion of LC_COLLATE.  Several changes in LC_TIME.  Added
5358         tel_dom_fmt to LC_TELEPHONE.
5359         Patch by Jungshik Shin <jshin@pantheon.yale.edu>.
5360
5361 2000-11-09  Ulrich Drepper  <drepper@redhat.com>
5362
5363         * locales/ko_KR: Fix currency_symbol.
5364         Reported by Jungshik Shin <jshin@pantheon.yale.edu>.
5365
5366 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
5367
5368         * locales/translit_neutral: Tweak <U2014>, <U2212>, <U2219>.
5369         Reported by Markus Kuhn.
5370
5371 2000-11-08  Ulrich Drepper  <drepper@redhat.com>
5372
5373         * charmaps/EUC-KR: Revert last change.  Backslash maps to backslash.
5374         * locales/ko_KR: Revert change.  Use full with won sign.
5375         Reported by Jungshik Shin <jshin@pantheon.yale.edu>.
5376
5377 2000-11-07  Ulrich Drepper  <drepper@redhat.com>
5378
5379         * locales/mk_MK: Update.
5380         Patch by Damjan Georgievski <gdamjan@freemail.org.mk>.
5381
5382 2000-11-06  Ulrich Drepper  <drepper@redhat.com>
5383
5384         * charmaps/BIG5: Add mapping for <U20AC> back.
5385         Patch by Tung-Han Hsieh <thhsieh@twcpro.phys.ntu.edu.tw>.
5386
5387 2000-11-03  Bruno Haible  <haible@clisp.cons.org>
5388
5389         * locales/translit_neutral: Add more entries.  Mostly from Markus Kuhn.
5390         * locales/translit_compat: Add a few ligatures.
5391         * locales/translit_combining: Add a few plain ASCII alternatives.
5392         * locales/translit_fraction: Likewise.  Surround with spaces.
5393
5394 2000-10-29  Bruno Haible  <haible@clisp.cons.org>
5395
5396         * locales/translit_hangul: New file.
5397         * locales/ko_KR (LC_CTYPE): Include it.
5398
5399 2000-10-29  Bruno Haible  <haible@clisp.cons.org>
5400
5401         * locales/translit_cjk_variants: New file.
5402         * locales/ja_JP (LC_CTYPE): Include it.
5403
5404 2000-10-29  Bruno Haible  <haible@clisp.cons.org>
5405
5406         * locales/da_DK (LC_CTYPE): Include translit_combining, add A-ring
5407         transliteration rules.
5408
5409 2000-10-29  Bruno Haible  <haible@clisp.cons.org>
5410
5411         * locales/de_DE (LC_CTYPE): Include translit_combining, add umlaut
5412         transliteration rules.
5413         * locales/de_AT (LC_CTYPE): Include de_DE instead of i18n.
5414         * locales/de_BE (LC_CTYPE): Likewise.
5415         * locales/de_CH (LC_CTYPE): Likewise.
5416         * locales/de_LU (LC_CTYPE): Likewise.
5417         * locales/de_DE@euro (LC_CTYPE): Include de_DE instead of i18n.
5418         * locales/de_AT@euro (LC_CTYPE): Include de_AT instead of i18n.
5419         * locales/de_BE@euro (LC_CTYPE): Include de_BE instead of i18n.
5420         * locales/de_LU@euro (LC_CTYPE): Include de_LU instead of i18n.
5421
5422 2000-10-29  Bruno Haible  <haible@clisp.cons.org>
5423
5424         * locales/translit_combining: New file.
5425         * locales/fr_FR (LC_CTYPE): Include it.
5426         * locales/fr_BE (LC_CTYPE): Include fr_FR instead of i18n.
5427         * locales/fr_CA (LC_CTYPE): Likewise.
5428         * locales/fr_CH (LC_CTYPE): Likewise.
5429         * locales/fr_LU (LC_CTYPE): Likewise.
5430         * locales/fr_FR@euro (LC_CTYPE): Include fr_FR instead of i18n.
5431         * locales/fr_BE@euro (LC_CTYPE): Include fr_BE instead of i18n.
5432         * locales/fr_LU@euro (LC_CTYPE): Include fr_LU instead of i18n.
5433
5434 2000-10-29  Bruno Haible  <haible@clisp.cons.org>
5435
5436         * locales/translit_wide: New file.
5437         * locales/translit_narrow: New file.
5438         * locales/translit_font: New file.
5439         * locales/translit_circle: New file.
5440         * locales/translit_small: New file.
5441         * locales/translit_fraction: New file.
5442         * locales/translit_compat: New file.
5443         * locales/translit_cjk_compat: New file.
5444         * locales/translit_neutral: New file.  Include all of the above.
5445         * locales/i18n (LC_CTYPE): Include translit_neutral.  Remove a few
5446         German and Danish specific rules.
5447
5448 2000-10-29  Bruno Haible  <haible@clisp.cons.org>
5449
5450         * locales/ja_JP (LC_CTYPE): Refer to "i18n" instead of duplicating it.
5451         * locales/zh_CN (LC_CTYPE): Likewise.
5452         * locales/ko_KR (LC_CTYPE): Likewise.
5453
5454 2000-10-29  Bruno Haible  <haible@clisp.cons.org>
5455
5456         * charmaps/UTF-8: Set width of U200B to 0.
5457         * charmaps/GB18030: Likewise.
5458
5459 2000-10-29  Ulrich Drepper  <drepper@redhat.com>
5460
5461         * charmaps/BIG5: Update.
5462         Patch by Tung-Han Hsieh <thhsieh@twcpro.phys.ntu.edu.tw>.
5463
5464         * locales/mk_MK: Use iso14651_t1 file.
5465         Patch by Damjan <arhiv@freemail.org.mk>.
5466
5467 2000-10-27  Ulrich Drepper  <drepper@redhat.com>
5468
5469         * charmaps/VISCII: New file.
5470
5471 2000-10-27  Bruno Haible  <haible@clisp.cons.org>
5472
5473         * locales/sr_YU@cyrillic: New file. Based on a locale file by
5474         Anton Zinoviev <anton@lml.bas.bg>.
5475         * SUPPORTED: Add sr_YU@cyrillic.
5476
5477 2000-10-27  Bruno Haible  <haible@clisp.cons.org>
5478
5479         * locales/ar_SA: Use Unicode aware LC_CTYPE information from "i18n".
5480         * locales/be_BY: Likewise.
5481         * locales/bg_BG: Likewise.
5482         * locales/el_GR: Likewise.
5483         * locales/ja_JP: Likewise.
5484         * locales/ko_KR: Likewise.
5485         * locales/mk_MK: Likewise.
5486         * locales/ru_RU: Likewise.
5487         * locales/ru_UA: Likewise.
5488         * locales/th_TH: Likewise.
5489         * locales/tr_TR: Likewise.
5490         * locales/uk_UA: Likewise.
5491         * locales/zh_CN: Likewise.
5492         * tests-mbwc/dat_iswalnum.c: Update for changed character properties
5493         in the ja_JP.EUC-JP locale.
5494         * tests-mbwc/dat_iswalpha.c: Likewise.
5495         * tests-mbwc/dat_iswctype.c: Likewise.
5496         * tests-mbwc/dat_iswgraph.c: Likewise.
5497         * tests-mbwc/dat_iswprint.c: Likewise.
5498         * tests-mbwc/dat_iswpunct.c: Likewise.
5499
5500 2000-10-26  Ulrich Drepper  <drepper@redhat.com>
5501
5502         * fr_CA,2.13.in: Removed.
5503
5504 2000-10-26  GOTO Masanori  <gotom@debian.or.jp>
5505
5506         * locales/POSIX: New support for date_fmt.
5507         * locales/af_ZA: Likewise.
5508         * locales/ar_AE: Likewise.
5509         * locales/ar_BH: Likewise.
5510         * locales/ar_DZ: Likewise.
5511         * locales/ar_EG: Likewise.
5512         * locales/ar_IQ: Likewise.
5513         * locales/ar_JO: Likewise.
5514         * locales/ar_KW: Likewise.
5515         * locales/ar_LB: Likewise.
5516         * locales/ar_LY: Likewise.
5517         * locales/ar_MA: Likewise.
5518         * locales/ar_OM: Likewise.
5519         * locales/ar_QA: Likewise.
5520         * locales/ar_SA: Likewise.
5521         * locales/ar_SD: Likewise.
5522         * locales/ar_SY: Likewise.
5523         * locales/ar_TN: Likewise.
5524         * locales/ar_YE: Likewise.
5525         * locales/be_BY: Likewise.
5526         * locales/bg_BG: Likewise.
5527         * locales/ca_ES: Likewise.
5528         * locales/cs_CZ: Likewise.
5529         * locales/da_DK: Likewise.
5530         * locales/de_AT: Likewise.
5531         * locales/de_BE: Likewise.
5532         * locales/de_CH: Likewise.
5533         * locales/de_DE: Likewise.
5534         * locales/de_LU: Likewise.
5535         * locales/el_GR: Likewise.
5536         * locales/en_AU: Likewise.
5537         * locales/en_CA: Likewise.
5538         * locales/en_DK: Likewise.
5539         * locales/en_GB: Likewise.
5540         * locales/en_IE: Likewise.
5541         * locales/en_NZ: Likewise.
5542         * locales/en_US: Likewise.
5543         * locales/en_ZA: Likewise.
5544         * locales/es_AR: Likewise.
5545         * locales/es_BO: Likewise.
5546         * locales/es_CL: Likewise.
5547         * locales/es_CO: Likewise.
5548         * locales/es_CR: Likewise.
5549         * locales/es_DO: Likewise.
5550         * locales/es_EC: Likewise.
5551         * locales/es_ES: Likewise.
5552         * locales/es_GT: Likewise.
5553         * locales/es_HN: Likewise.
5554         * locales/es_MX: Likewise.
5555         * locales/es_NI: Likewise.
5556         * locales/es_PA: Likewise.
5557         * locales/es_PE: Likewise.
5558         * locales/es_PR: Likewise.
5559         * locales/es_PY: Likewise.
5560         * locales/es_SV: Likewise.
5561         * locales/es_US: Likewise.
5562         * locales/es_UY: Likewise.
5563         * locales/es_VE: Likewise.
5564         * locales/et_EE: Likewise.
5565         * locales/eu_ES: Likewise.
5566         * locales/fa_IR: Likewise.
5567         * locales/fi_FI: Likewise.
5568         * locales/fo_FO: Likewise.
5569         * locales/fr_BE: Likewise.
5570         * locales/fr_CA: Likewise.
5571         * locales/fr_CH: Likewise.
5572         * locales/fr_FR: Likewise.
5573         * locales/fr_LU: Likewise.
5574         * locales/ga_IE: Likewise.
5575         * locales/gl_ES: Likewise.
5576         * locales/gv_GB: Likewise.
5577         * locales/he_IL: Likewise.
5578         * locales/hi_IN: Likewise.
5579         * locales/hr_HR: Likewise.
5580         * locales/hu_HU: Likewise.
5581         * locales/i18n: Likewise.
5582         * locales/id_ID: Likewise.
5583         * locales/is_IS: Likewise.
5584         * locales/it_CH: Likewise.
5585         * locales/it_IT: Likewise.
5586         * locales/iw_IL: Likewise.
5587         * locales/ja_JP: Likewise.
5588         * locales/kl_GL: Likewise.
5589         * locales/ko_KR: Likewise.
5590         * locales/kw_GB: Likewise.
5591         * locales/lt_LT: Likewise.
5592         * locales/lv_LV: Likewise.
5593         * locales/mk_MK: Likewise.
5594         * locales/mr_IN: Likewise.
5595         * locales/mt_MT: Likewise.
5596         * locales/nl_BE: Likewise.
5597         * locales/nl_NL: Likewise.
5598         * locales/nn_NO: Likewise.
5599         * locales/no_NO: Likewise.
5600         * locales/pl_PL: Likewise.
5601         * locales/pt_BR: Likewise.
5602         * locales/pt_PT: Likewise.
5603         * locales/ro_RO: Likewise.
5604         * locales/ru_RU: Likewise.
5605         * locales/ru_UA: Likewise.
5606         * locales/sk_SK: Likewise.
5607         * locales/sl_SI: Likewise.
5608         * locales/sq_AL: Likewise.
5609         * locales/sr_YU: Likewise.
5610         * locales/sv_FI: Likewise.
5611         * locales/sv_SE: Likewise.
5612         * locales/th_TH: Likewise.
5613         * locales/tr_TR: Likewise.
5614         * locales/uk_UA: Likewise.
5615         * locales/vi_VN: Likewise.
5616         * locales/zh_CN: Likewise.
5617         * locales/zh_HK: Likewise.
5618         * locales/zh_TW: Likewise.
5619
5620 2000-10-26  Ulrich Drepper  <drepper@redhat.com>
5621
5622         * locales/fa_IR: Fix many problems and change to use UTF-8.
5623         Patch by Roozbeh Pournader <roozbeh@sharif.edu>.
5624         * SUPPORTED: Add fa_IR.UTF-8.
5625
5626 2000-10-22  Bruno Haible  <haible@clisp.cons.org>
5627
5628         * charmaps/BIG5HKSCS: Add 9 commented irreversible mappings.
5629
5630 2000-10-19  Ulrich Drepper  <drepper@redhat.com>
5631
5632         * locales/iso14651_t1: Handle Macedonian correctly.
5633         Patch by Damjan <arhiv@freemail.org.mk>.
5634
5635 2000-10-06  Ulrich Drepper  <drepper@redhat.com>
5636
5637         * locales/iso14651_t1: Add currency symbols.
5638
5639 2000-10-04  Ulrich Drepper  <drepper@redhat.com>
5640
5641         * tests-mbwc/dat_iswctype.c: Full width 9 is not a digit in ja_JP.
5642         * tests-mbwc/dat_iswdigit.c: Likewise.
5643
5644         * locales/zh_CN: Remove non-ASCII digit entry.
5645         * locales/ja_JP: Likewise.
5646         Add full width digits to alnum class.
5647
5648 2000-09-30  Bruno Haible  <haible@clisp.cons.org>
5649
5650         * gen-unicode-ctype.c (is_digit, is_xdigit): Remove all non-ASCII
5651         digits.
5652         (is_alpha): Add them here.
5653         * locales/i18n (digit): Remove all non-ASCII digits.
5654         (alpha): Add them here.
5655
5656         * dump-ctype.c: Pretty print.
5657
5658 2000-10-04  Ulrich Drepper  <drepper@redhat.com>
5659
5660         * charmaps/EUC-KR: Change \x5c mapping to U20a9.
5661         * locales/ko_KR: Change currency_symbol back to use U20a9.
5662
5663 2000-10-03  Ulrich Drepper  <drepper@redhat.com>
5664
5665         * tst-langinfo.sh: Adjust for change in ja_JP.
5666
5667 2000-10-03  GOTO Masanori  <gotom@debian.or.jp>
5668
5669         * locales/ja_JP: Changed yesexpr/noexpr expression,
5670         fixed typo in era, added definition for name_gen.
5671
5672 2000-09-30  Bruno Haible  <haible@clisp.cons.org>
5673
5674         * SUPPORTED: Add ko_KR.UTF-8.
5675
5676 2000-10-01  Bruno Haible  <haible@clisp.cons.org>
5677
5678         * charmaps/BIG5: Add a width table.
5679         * charmaps/GB18030: Likewise.
5680         * charmaps/ISO-8859-6: Likewise.
5681         * charmaps/ISO-8859-8: Likewise.
5682         * charmaps/TIS-620: Likewise.
5683
5684 2000-09-30  Bruno Haible  <haible@clisp.cons.org>
5685
5686         * Makefile (repertoiremaps): Remove variable.
5687         (distribute): Remove repertoiremaps.
5688         (install-others): Likewise. Add .gz to charmaps.
5689         ($(inst_i18ndir)/charmaps/%): Install in gzipped format.
5690
5691 2000-09-30  Bruno Haible  <haible@clisp.cons.org>
5692
5693         * charmaps/ISO-IR-197: Remove alias "none".
5694
5695 2000-09-30  Bruno Haible  <haible@clisp.cons.org>
5696
5697         * charmaps/UTF-8: Add the correct Hangul syllable names.  Change the
5698         width of format control characters to 0.
5699
5700 2000-09-30  Bruno Haible  <haible@clisp.cons.org>
5701
5702         * tests-mbwc/tst_wcscmp.c (tst_wcscmp): Take the sign of ret.
5703         * tests-mbwc/dat_wcscmp.c (tst_wcscmp_loc): Don't expect precise
5704         return values.  Only the sign matters.
5705
5706 2000-09-28  Ulrich Drepper  <drepper@redhat.com>
5707
5708         * locales/ar_SA: Last non <Uxxxx> entries removed.
5709         Patch by Martin Strassburger <martin.strassburger@sap.com>.
5710
5711 2000-09-26  Ulrich Drepper  <drepper@redhat.com>
5712
5713         * charmaps/KSX1001: Removed.  It's not sufficient for a charmap and
5714         we have EUC-KR.
5715
5716 2000-09-25  Ulrich Drepper  <drepper@redhat.com>
5717
5718         * locales/uk_UA: Fix yesexpr.
5719         * locales/ru_UA: Likewise.
5720         Patches by Andrew V. Samoilov <sav@bcs.zp.ua>.
5721
5722 2000-09-24  Bruno Haible  <haible@clisp.cons.org>
5723
5724         * charmaps/UTF-8: Expand <Hangul Syllable> and <Private Use> ranges,
5725         so they become printable and carry a width.  Comment out surrogate
5726         ranges.  Add a WIDTH table.
5727
5728 2000-09-24  Bruno Haible  <haible@clisp.cons.org>
5729
5730         * gen-unicode-ctype.c: New file.
5731         * dump-ctype.c: New file.
5732         * Makefile (distribute): Add them.
5733         * locales/i18n: Update LC_CTYPE part to Unicode 3.0, using
5734         gen-unicode-ctype.c.
5735         (blank): Add U+1680.
5736         (cntrl): Add U+2028, U+2029.
5737         (space): Add U+1680, U+2028, U+2029.
5738         (digit): Add Myanmar, Ethiopic, Khmer, Mongolian, fullwidth digits.
5739         (alnum, alpha, print, graph, punct): Lots of additions.
5740         (lower, upper, tolower, toupper, combining, combining_level3): Update.
5741         (totitle): New map.
5742         * tst-ctype-de_DE.ISO-8859-1.in: Mark U00B5 as lower; the Unicode 3.0
5743         towupper functions maps it to U039C. Mark U00A0 as graph, print, punct.
5744         * tests-mbwc/dat_iswctype.c: Mark U00A0 as graph, print, punct.
5745         * tests-mbwc/dat_iswgraph.c: Mark U00A0 as graph.
5746         * tests-mbwc/dat_iswprint.c: Mark U00A0 as print.
5747         * tests-mbwc/dat_iswpunct.c: Mark U00A0 as punct.
5748         * tests-mbwc/dat_wcswidth.c: U00A0 is now print.
5749
5750 2000-09-23  Bruno Haible  <haible@clisp.cons.org>
5751
5752         * charmaps/GBK: Add commented mappings for GBK characters not yet in
5753         Unicode.
5754
5755 2000-09-23  Bruno Haible  <haible@clisp.cons.org>
5756
5757         * charmaps/GBK: Remove /x80 entry.
5758
5759 2000-09-25  Ulrich Drepper  <drepper@redhat.com>
5760
5761         * SUPPORTED: Remove ko_KR.JOHAB.  We don't want to encourage people
5762         to use it.
5763
5764 2000-09-23  Bruno Haible  <haible@clisp.cons.org>
5765
5766         * charmaps/JOHAB: Add identity mapping for 0x7f.
5767
5768 2000-09-24  Ulrich Drepper  <drepper@redhat.com>
5769
5770         * locales/en_GB: Update LC_PAPER and LC_MEASUREMENT information.
5771         Reported by Joseph S. Myers <jsm28@cam.ac.uk>.
5772
5773 2000-09-14  Bruno Haible  <haible@clisp.cons.org>
5774
5775         * charmaps/GB2312: Change code_set_name to GB2312.
5776
5777 2000-09-13  Ulrich Drepper  <drepper@redhat.com>
5778
5779         * localedata/locales/ar_AE: Remove extra <U0020> from day and abday.
5780         * localedata/locales/ar_BH: Likewise.
5781         * localedata/locales/ar_DZ: Likewise.
5782         * localedata/locales/ar_EG: Likewise.
5783         * localedata/locales/ar_IQ: Likewise.
5784         * localedata/locales/ar_JO: Likewise.
5785         * localedata/locales/ar_KW: Likewise.
5786         * localedata/locales/ar_LB: Likewise.
5787         * localedata/locales/ar_LY: Likewise.
5788         * localedata/locales/ar_MA: Likewise.
5789         * localedata/locales/ar_OM: Likewise.
5790         * localedata/locales/ar_QA: Likewise.
5791         * localedata/locales/ar_SD: Likewise.
5792         * localedata/locales/ar_SY: Likewise.
5793         * localedata/locales/ar_TN: Likewise.
5794         * localedata/locales/ar_YE: Likewise.
5795
5796 2000-09-12  Ulrich Drepper  <drepper@redhat.com>
5797
5798         * SUPPORTED: Add mr_IN.UTF-8 and mt_MT.ISO-8859-3.
5799         * locales/mr_IN: New file.
5800         * locales/mt_MT: New file.
5801
5802         * charmaps/GB18030: Comment out entries in user-defined area.
5803
5804 2000-09-11  Ulrich Drepper  <drepper@redhat.com>
5805
5806         * charmaps/GB18030: Add back entries which got lost in last change.
5807
5808 2000-09-08  Ulrich Drepper  <drepper@redhat.com>
5809
5810         * charmaps/GB18030: Update once more.
5811
5812         * charmaps/JOHAB: New file.
5813         * SUPPORTED: Add ko_KR.JOHAB.
5814
5815 2000-09-07  Ulrich Drepper  <drepper@redhat.com>
5816
5817         * charmaps/EUC-KR: Remove characters which are in KS C 5601-1992
5818         but not in EUC-KR.
5819
5820 2000-09-03  Bruno Haible  <haible@clisp.cons.org>
5821
5822         * charmaps/EUC-TW: Add commented non-reversible mappings.
5823
5824 2000-09-03  Bruno Haible  <haible@clisp.cons.org>
5825
5826         * charmaps/CP949: New file.
5827
5828 2000-09-03  Bruno Haible  <haible@clisp.cons.org>
5829
5830         * charmaps/GB2312: Remove 0x80..0xA0, 0xAA..0xAF, 0xF8..FF.
5831
5832 2000-09-03  Bruno Haible  <haible@clisp.cons.org>
5833
5834         * charmaps/EUC-JP: Nonreversibly map 0xA1C0 to U+005C and 0x8FA2B7 to
5835         U+007E.
5836
5837 2000-09-03  Bruno Haible  <haible@clisp.cons.org>
5838
5839         * charmaps/INIS-8: Update to use <Uxxxx> format.
5840         * charmaps/ISO_2033-1983: Likewise.
5841         * charmaps/ISO_5427-EXT: Likewise.
5842
5843 2000-09-01  Ulrich Drepper  <drepper@redhat.com>
5844
5845         * locales/zh_HK: Use zh_TW data for LC_MESSAGES.
5846         * SUPPORTED: Add zh_HK.BIG5HKSCS.
5847
5848         * charmaps/BIG5HKSCS: Add Big5 codes.
5849
5850         * Makefile (test-input): Add sv_SE.ISO-8859-1.
5851         (LOCALES): Likewise.
5852         * sv_SE.ISO-8859-1: New file.
5853
5854 2000-08-31  Ulrich Drepper  <drepper@redhat.com>
5855
5856         * locales/zh_HK: Correct d_t_fmt and t_fmt_ampm.
5857         Changes by Roger So <spacehunt@e-fever.org>.
5858
5859         * SUPPORTED: Add nn_NO.ISO-8859-1.
5860         * locales/nn_NO: New file.
5861
5862 2000-08-29  Ulrich Drepper  <drepper@redhat.com>
5863
5864         * charmaps/BIG5HKSCS: Regenerated from official data file.
5865
5866         * locales/ja_JP: Add yesstr and nostr information.
5867
5868         * charmaps/GB18030: Add entries from GBK not present here.
5869
5870         * SUPPORTED: Add zh_TW.EUC-JP and zh_CN.GB18030.
5871
5872         * locales/iso14651_t1: Use hexadecimal ellipsis in <HAN> script.
5873
5874 2000-08-29  Akira Higuchi  <a@kondara.org>
5875
5876         * charmaps/GB2312: Fix ".." -> "..." in width definitions.
5877         * charmaps/GBK: Likewise.
5878
5879         * SUPPORTED: Add zh_CN.GB2312 and zh_TW.BIG5.
5880
5881 2000-08-27  Ulrich Drepper  <drepper@redhat.com>
5882
5883         * locales/sv_SE: Remove old LC_COLLATE definition.  Use iso14651_t1
5884         and customize with several reorder-after statements.
5885         Reported by menthos@menthos.com.
5886
5887 2000-08-25  Ulrich Drepper  <drepper@redhat.com>
5888
5889         * locales/ja_JP: Add new categories with generic information.
5890
5891         * locales/i18n (default_missing): Change back to only U003F.
5892
5893 2000-08-24  Andreas Jaeger  <aj@suse.de>
5894
5895         * Makefile (generated): Add some .out files.
5896
5897 2000-08-23  Ulrich Drepper  <drepper@redhat.com>
5898
5899         * locales/i18n: Add transliteration information.
5900
5901 2000-08-22  Ulrich Drepper  <drepper@redhat.com>
5902
5903         * locales/ca_ES@euro: Country is Spain.
5904         * locales/ca_ES: Likewise.
5905
5906         * locales/es_MX: Correct int_curr_symbol.
5907         * locales/es_PE: Likewise.
5908
5909         * SUPPORTED: Add missing supported locales.
5910
5911         * locales/fa_IR: Correct a few of the contained bugs.
5912
5913         * locales/zh_HK: New file.
5914
5915         * charmaps/BIG5HKSCS: New file.
5916
5917         * locales/en_CA,2.5: Removed.
5918         * locales/fr_CA,2.13: Removed.
5919         * locales/in_ID: Removed.
5920
5921         * locales/sq_AL: New file.
5922         * SUPPORTED: Add sq_AL.ISO-8859-1.
5923
5924         * locales/vi_VN: New file.
5925         * SUPPORTED: Add vi_VN.UTF-8.
5926
5927         * locales/ko_KR: Correct currency_symbol entry.
5928
5929         * locales/hi_IN: New file.
5930         * SUPPORTED: Add hi_IN.UTF-8.
5931
5932         * Makefile (test-input): Add da_DK and hr_HR sorting tests.
5933
5934         * sort-test.sh: Improve error handling by printing more information.
5935
5936         * locales/ar_AE: New file.
5937         * locales/ar_BH: New file.
5938         * locales/ar_DZ: New file.
5939         * locales/ar_EG: New file.
5940         * locales/ar_IQ: New file.
5941         * locales/ar_JO: New file.
5942         * locales/ar_KW: New file.
5943         * locales/ar_LB: New file.
5944         * locales/ar_LY: New file.
5945         * locales/ar_MA: New file.
5946         * locales/ar_OM: New file.
5947         * locales/ar_QA: New file.
5948         * locales/ar_SD: New file.
5949         * locales/ar_SY: New file.
5950         * locales/ar_TN: New file.
5951         * locales/ar_YE: New file.
5952         * SUPPORTED: Add Arabic locales.
5953
5954 2000-08-21  Ulrich Drepper  <drepper@redhat.com>
5955
5956         * locales/es_CR: New file.
5957         * locales/es_NI: New file.
5958         * locales/es_PR: New file.
5959
5960         * locales/es_AR: Share LC_COLLATE description with es_ES.
5961         * locales/es_BO: Likewise.
5962         * locales/es_CL: Likewise.
5963         * locales/es_CO: Likewise.
5964         * locales/es_DO: Likewise.
5965         * locales/es_GT: Likewise.
5966         * locales/es_HN: Likewise.
5967         * locales/es_MX: Likewise.
5968         * locales/es_PA: Likewise.
5969         * locales/es_PE: Likewise.
5970         * locales/es_PY: Likewise.
5971         * locales/es_SV: Likewise.
5972         * locales/es_UY: Likewise.
5973         * locales/es_VE: Likewise.
5974         * locales/es_EC: Share LC_COLLATE description with es_US.
5975
5976         * locales/ko_KR: Updated for glibc 2.2.
5977         Patches by Won-kyu Park <wkpark@chem.skku.ac.kr>.
5978         * SUPPORTED: Add ko_KR.
5979
5980         * locales/de_BE@euro: New file.
5981         * locales/eu_ES@euro: New file.
5982         * locales/ga_IE@euro: New file.
5983         * locales/gl_ES@euro: New file.
5984         * locales/nl_BE@euro: New file.
5985         * locales/sv_FI@euro: New file.
5986         * SUPPORTED: Add the new locales.
5987
5988         * Makefile (install-locales): Handle option in locale name.  Print
5989         progress information.
5990
5991         * SUPPORTED: Add all the @euro locales.
5992
5993         * locales/ca_ES@euro: Update charset comment.
5994         * locales/de_AT@euro: Likewise.
5995         * locales/de_DE@euro: Likewise.
5996         * locales/de_LU@euro: Likewise.
5997         * locales/en_IE@euro: Likewise.
5998         * locales/es_ES@euro: Likewise.
5999         * locales/fi_FI@euro: Likewise.
6000         * locales/fr_BE@euro: Likewise.
6001         * locales/fr_FR@euro: Likewise.
6002         * locales/fr_LU@euro: Likewise.
6003         * locales/it_IT@euro: Likewise.
6004         * locales/nl_NL@euro: Likewise.
6005         * locales/pt_PT@euro: Likewise.
6006
6007 2000-08-20  Ulrich Drepper  <drepper@redhat.com>
6008
6009         * locales/ca_ES: Correct comment.
6010
6011         * locales/ca_ES@euro: New file.
6012         * locales/de_AT@euro: New file.
6013         * locales/de_DE@euro: New file.
6014         * locales/de_LU@euro: New file.
6015         * locales/en_IE@euro: New file.
6016         * locales/es_ES@euro: New file.
6017         * locales/fi_FI@euro: New file.
6018         * locales/fr_BE@euro: New file.
6019         * locales/fr_FR@euro: New file.
6020         * locales/fr_LU@euro: New file.
6021         * locales/it_IT@euro: New file.
6022         * locales/nl_NL@euro: New file.
6023         * locales/pt_PT@euro: New file.
6024
6025 2000-08-19  Andreas Jaeger  <aj@suse.de>
6026
6027         * tst-digits.c: Include stdlib.h and string.h to provide
6028         prototypes for exit, strlen and strcmp.
6029
6030 2000-08-18  Andreas Jaeger  <aj@suse.de>
6031
6032         * tests-mbwc/tst_funcs.h (TMD_ERRET): Don't declare err_flg.
6033         (TST_DECL_VARS): Don't declare err_flg.
6034         (TST_GET_ERRET): Don't set err_flg.
6035         (TST_GET_ERRET_SEQ): Likewise.
6036         (TST_IF_RETURN): Don't use err_flg, check err_exp directly.
6037
6038         * tests-mbwc/dat_swscanf.c: Don't set err_flg.
6039         * tests-mbwc/dat_iswalnum.c: Likewise.
6040         * tests-mbwc/dat_iswalpha.c: Likewise.
6041         * tests-mbwc/dat_iswcntrl.c: Likewise.
6042         * tests-mbwc/dat_iswctype.c: Likewise.
6043         * tests-mbwc/dat_iswdigit.c: Likewise.
6044         * tests-mbwc/dat_iswgraph.c: Likewise.
6045         * tests-mbwc/dat_iswlower.c: Likewise.
6046         * tests-mbwc/dat_iswprint.c: Likewise.
6047         * tests-mbwc/dat_iswpunct.c: Likewise.
6048         * tests-mbwc/dat_iswspace.c: Likewise.
6049         * tests-mbwc/dat_iswupper.c: Likewise.
6050         * tests-mbwc/dat_iswxdigit.c: Likewise.
6051         * tests-mbwc/dat_mblen.c: Likewise.
6052         * tests-mbwc/dat_mbrlen.c: Likewise.
6053         * tests-mbwc/dat_mbrtowc.c: Likewise.
6054         * tests-mbwc/dat_mbsrtowcs.c: Likewise.
6055         * tests-mbwc/dat_mbstowcs.c: Likewise.
6056         * tests-mbwc/dat_mbtowc.c: Likewise.
6057         * tests-mbwc/dat_strcoll.c: Likewise.
6058         * tests-mbwc/dat_strfmon.c: Likewise.
6059         * tests-mbwc/dat_strxfrm.c: Likewise.
6060         * tests-mbwc/dat_swscanf.c: Likewise.
6061         * tests-mbwc/dat_towctrans.c: Likewise.
6062         * tests-mbwc/dat_towlower.c: Likewise.
6063         * tests-mbwc/dat_towupper.c: Likewise.
6064         * tests-mbwc/dat_wcrtomb.c: Likewise.
6065         * tests-mbwc/dat_wcscat.c: Likewise.
6066         * tests-mbwc/dat_wcschr.c: Likewise.
6067         * tests-mbwc/dat_wcscmp.c: Likewise.
6068         * tests-mbwc/dat_wcscoll.c: Likewise.
6069         * tests-mbwc/dat_wcscpy.c: Likewise.
6070         * tests-mbwc/dat_wcscspn.c: Likewise.
6071         * tests-mbwc/dat_wcslen.c: Likewise.
6072         * tests-mbwc/dat_wcsncat.c: Likewise.
6073         * tests-mbwc/dat_wcsncmp.c: Likewise.
6074         * tests-mbwc/dat_wcsncpy.c: Likewise.
6075         * tests-mbwc/dat_wcspbrk.c: Likewise.
6076         * tests-mbwc/dat_wcsrtombs.c: Likewise.
6077         * tests-mbwc/dat_wcsspn.c: Likewise.
6078         * tests-mbwc/dat_wcsstr.c: Likewise.
6079         * tests-mbwc/dat_wcstod.c: Likewise.
6080         * tests-mbwc/dat_wcstok.c: Likewise.
6081         * tests-mbwc/dat_wcstombs.c: Likewise.
6082         * tests-mbwc/dat_wcswidth.c: Likewise.
6083         * tests-mbwc/dat_wcsxfrm.c: Likewise.
6084         * tests-mbwc/dat_wctob.c: Likewise.
6085         * tests-mbwc/dat_wctomb.c: Likewise.
6086         * tests-mbwc/dat_wctrans.c: Likewise.
6087         * tests-mbwc/dat_wctype.c: Likewise.
6088         * tests-mbwc/dat_wcwidth.c: Likewise.
6089         * tests-mbwc/dat_isw-funcs.h: Fix comment.
6090
6091 2000-08-17  Andreas Jaeger  <aj@suse.de>
6092
6093         * tests-mbwc/tst_funcs.h (TST_IF_RETURN): Only test errno if it
6094         should have a value.
6095
6096 2000-08-14  Ulrich Drepper  <drepper@redhat.com>
6097
6098         * locales/iso14651_t1: Rearrange cyrillic and greek sections to
6099         separate uppercase from non-uppercase characters to enable correct
6100         handling in range expressions.
6101
6102 2000-08-13  Ulrich Drepper  <drepper@redhat.com>
6103
6104         * Makefile (install-locales): Use --prefix option of localedef to
6105         avoid providing complete path for output file.
6106
6107 2000-08-03  Ulrich Drepper  <drepper@redhat.com>
6108
6109         * locales/zh_TW: Updated.
6110         * charmaps/BIG5: Updated.
6111         Patches by Tung-Han Hsieh <thhsieh@twcpro.phys.ntu.edu.tw>.
6112
6113 2000-08-02  Ulrich Drepper  <drepper@redhat.com>
6114
6115         * tests-mbwc/tst_types.h: Don't use `char' for types of any field,
6116         use `int'.
6117
6118 2000-08-01  Andreas Jaeger  <aj@suse.de>
6119
6120         * Makefile (distribute): Follow name change of tst-ctype-de.in to
6121         tst-ctype-de_DE.ISO-8859-1.in.
6122
6123 2000-07-31  Ulrich Drepper  <drepper@redhat.com>
6124
6125         * charmaps/KSX1001: Add width information.
6126         * charmaps/GB2312: Likewise.
6127         * charmaps/GBK: Likewise.
6128         Patches by GOTO Masanori <gotom@debian.or.jp>.
6129
6130 2000-07-30  Bruno Haible  <haible@clisp.cons.org>
6131
6132         * charmaps/CP737: New file.
6133         * charmaps/CP775: New file.
6134
6135 2000-07-30  Bruno Haible  <haible@clisp.cons.org>
6136
6137         * charmaps/GB2312: Remove single-byte entries for /xa1../xa9 and
6138         /xb0../xf7.  Remove aliases.
6139
6140 2000-07-30  Bruno Haible  <haible@clisp.cons.org>
6141
6142         * charmaps/BIG5: Remove single-byte entries for /xa1../xc7 and
6143         /xc9../xf9.
6144
6145 2000-07-30  Bruno Haible  <haible@clisp.cons.org>
6146
6147         * charmaps/UTF-8: Remove duplicate entries for U+4DB5 and U+4E00.
6148
6149 2000-07-29  Ulrich Drepper  <drepper@redhat.com>
6150
6151         * tst-langinfo.c (main): Fix esacape sequence handling.
6152
6153         * charmaps/EUC-TW: New file.
6154
6155         * tst-digits.c: Add tests for wprintf.
6156         * tests/test7.cm: Change so that it is usable for wprintf tests.
6157
6158         * tst-locale.sh: Fix typo in last change.
6159
6160         * tst-digits.c: Add ctype and wctype tests.
6161
6162 2000-07-28  Ulrich Drepper  <drepper@redhat.com>
6163
6164         * Makefile (ld-test-names): Add test7.
6165         (tests): Add tst-digits.  Add dependency and environment variable.
6166         * tst-digits.c: New file.
6167         * tst-locale.sh: Generate test7 locale.
6168         * tests/test7.cm: New file.
6169         * tests/test7.def: New file.
6170
6171         * tst-locale.sh: Add dropped test6 locale.
6172
6173 2000-07-27  Bruno Haible  <haible@clisp.cons.org>
6174
6175         * tests-mbwc/tgn_locdef.h (TST_LOC_C): New macro.
6176         * tests-mbwc/dat_towctrans.c: Apply the en_US test also to the C
6177         locale.
6178
6179 2000-07-28  Ulrich Drepper  <drepper@redhat.com>
6180
6181         * locales/zh_TW: New file.
6182         Contributed by Tung-Han Hsieh <thhsieh@twcpro.phys.ntu.edu.tw>.
6183
6184 2000-07-28  Andreas Jaeger  <aj@suse.de>
6185
6186         * tst-langinfo.c: Include <string.h> for strcmp prototype.
6187
6188 2000-07-26  Ulrich Drepper  <drepper@redhat.com>
6189
6190         * charmaps/BIG5: New file.
6191         Contributed by Tung-Han Hsieh <thhsieh@twcpro.phys.ntu.edu.tw>.
6192
6193 2000-07-25  Ulrich Drepper  <drepper@redhat.com>
6194
6195         * locales/zh_CN: Update for new format.
6196         Patch by Yong Li <yong.li@asu.edu>.
6197
6198         * tst-langinfo.c: Add copyright text.
6199
6200 2000-07-24  Ulrich Drepper  <drepper@redhat.com>
6201
6202         * tst-wctype.input: Add more input text.
6203         * tst-wctype.c: Test more classes.
6204
6205         * Makefile: Add rules to build, run, and distribute tst-langinfo.
6206         * tst-langinfo.c: New file.
6207         * tst-langinfo.sh: New file.
6208
6209         * locales/ja_JP (era_d_t_fmt): Fix typo.
6210
6211         * Makefile: Add rules to build, run, and distribute tst-wctype.
6212         * tst-wctype.c: New file.
6213         * tst-wctype.input: New file.
6214         * tst-wctype.sh: New file.
6215
6216 2000-07-24  Jakub Jelinek  <jakub@redhat.com>
6217
6218         * locales/de_DE (LC_TIME): Use `Mit', not `Mot' as abbreviation
6219         for Wednesday.  Patch by <enrico.scholz@informatik.tu-chemnitz.de>.
6220
6221 2000-07-23  Ulrich Drepper  <drepper@redhat.com>
6222
6223         * locales/sr_YU (yesexpr): Fix "*." -> ".*".
6224         (enoexpr): Likewise.
6225         * locales/hr_HR: Likewise.
6226         Patches by GOTO Masanori <gotom@debian.or.jp>.
6227
6228         * locales/i18n (yesexpr): Add U005E at the beginning.
6229         (noexpr): Likewise.
6230
6231 2000-07-22  Ulrich Drepper  <drepper@redhat.com>
6232
6233         * locales/ja_JP (yesexpr): U0060 should be U005E.
6234         (noexpr): Likewise.
6235
6236         * locales/i18n: Remove U00A0 from blank as well.
6237         * tst-ctype-de_DE.ISO-8859-1.in: Remove U00A0 from blank as well.
6238
6239 2000-07-21  Ulrich Drepper  <drepper@redhat.com>
6240
6241         * charmaps/SJIS: Add width information.
6242         Patch by GOTO Masanori <gotom@debian.or.jp>.
6243
6244         * charmaps/SJIS: Correct byte sequence for single byte characters.
6245
6246 2000-07-19  Ulrich Drepper  <drepper@redhat.com>
6247
6248         * locales/i18n: Fix typos.
6249
6250         * locales/iso14651_t1: Correct syntax for HAN script.
6251
6252 2000-07-18  Ulrich Drepper  <drepper@redhat.com>
6253
6254         * charmaps/GB18030: New file.
6255
6256         * charmaps/UTF-8: Update for Unicode 3.0.
6257
6258         * tst-ctype-de_DE.ISO-8859-1.in: Mark U0000 as cntrl and U00A0 not as
6259         space.
6260         * tst-ctype.c: Likewise.
6261         * tst-ctype.sh: Likewise.
6262         * locales/i18n: Likewise.
6263         * locales/ja_JP: Likewise.
6264         * tests-mbwc/dat_iswcntrl.c: Likewise.
6265         * tests-mbwc/dat_iswctype.c: Likewise.
6266         * tests-mbwc/dat_iswspace.c: Likewise.
6267
6268         * tst-ctype.sh: Also test C locale.
6269
6270 2000-07-16  Ulrich Drepper  <drepper@redhat.com>
6271
6272         * Makefile: Rewrite rules for tests to run them only when necessary.
6273         * sort-test.sh: Produce output for failed tests.
6274         * tst-fmon.sh: Likewise.
6275         * tst-rpmatch.sh: Likewise.
6276
6277 2000-07-14  Ulrich Drepper  <drepper@redhat.com>
6278
6279         * tst-ctype-de_DE.in: Renamed to...
6280         * tst-ctype-de_DE.ISO-8859-1.in: ...this.
6281
6282 2000-07-11  Andreas Jaeger  <aj@suse.de>
6283
6284         * Makefile (locale_test_suite): Always run test suite.
6285         ($(addprefix $(objpfx),$(CTYPE_FILES))): Add extra parameter for
6286         gen-locale.sh.
6287         (do-collate-test): Likewise.
6288         (do-tst-fmon): Likewise.
6289         (do-tst-locale): Likewise.
6290         (do-tst-rpmatch): Likewise.
6291         (do-tst-trans): Likewise.
6292         (do-tst-mbswcs): Likewise.
6293         (do-tst-ctype): Likewise.
6294
6295         * sort-test.sh : Rewrite to work with static only builds.
6296         * tst-ctype.sh: Likewise.
6297         * tst-fmon.sh: Likewise.
6298         * tst-locale.sh: Likewise.
6299         * tst-mbswcs.sh: Likewise.
6300         * tst-rpmatch.sh: Likewise.
6301         * tst-trans.sh: Likewise.
6302
6303         * gen-locale.sh (locfile): Fix it for building with
6304         sourcedir==builddir and for static only builds.
6305
6306 2000-07-07  Ulrich Drepper  <drepper@redhat.com>
6307
6308         * locales/POSIX: Remove repertoire map reference.
6309         * locales/ar_SA: Remove repertoire map reference.
6310
6311         * locales/zh_CN.GBK: Removed.
6312
6313         * repertoiremaps/charids.894: Removed.
6314         * repertoiremaps/mnemonics.ds: Removed.
6315         * repertoiremaps/mnemonics.ja: Removed.
6316         * repertoiremaps/mnemonics.ko: Removed.
6317         * repertoiremaps/mnemonics.zh: Removed.
6318
6319         * charmaps/SJIS: New file.
6320
6321 2000-07-06  Ulrich Drepper  <drepper@redhat.com>
6322
6323         * tests-mbwc/dat_mblen.c: Correct data after adding C1 characters
6324         to EUC-JP.
6325         * tests-mbwc/dat_mbtowc.c: Likewise.
6326         * tests-mbwc/dat_wctob.c: Likewise.
6327
6328         * charmaps/EUC-JP: Make characters in C1 area map to themselves.
6329         * charmaps/EUC-KR: Likewise.
6330
6331 2000-07-06  Jakub Jelinek  <jakub@redhat.com>
6332
6333         * locales/af_ZA (LC_TELEPHONE): Add int_prefix.
6334         * locales/ar_SA (LC_TELEPHONE): Likewise.
6335         * locales/be_BY (LC_TELEPHONE): Likewise.
6336         * locales/bg_BG (LC_TELEPHONE): Likewise.
6337         * locales/ca_ES (LC_TELEPHONE): Likewise.
6338         * locales/da_DK (LC_TELEPHONE): Likewise.
6339         * locales/de_BE (LC_TELEPHONE): Likewise.
6340         * locales/de_CH (LC_TELEPHONE): Likewise.
6341         * locales/de_LU (LC_TELEPHONE): Likewise.
6342         * locales/el_GR (LC_TELEPHONE): Likewise.
6343         * locales/en_AU (LC_TELEPHONE): Likewise.
6344         * locales/en_BW (LC_TELEPHONE): Likewise.
6345         * locales/en_CA (LC_TELEPHONE): Likewise.
6346         * locales/en_CA,2.5 (LC_TELEPHONE): Likewise.
6347         * locales/en_DK (LC_TELEPHONE): Likewise.
6348         * locales/en_IE (LC_TELEPHONE): Likewise.
6349         * locales/en_NZ (LC_TELEPHONE): Likewise.
6350         * locales/en_ZA (LC_TELEPHONE): Likewise.
6351         * locales/en_ZW (LC_TELEPHONE): Likewise.
6352         * locales/es_AR (LC_TELEPHONE): Likewise.
6353         * locales/es_BO (LC_TELEPHONE): Likewise.
6354         * locales/es_CL (LC_TELEPHONE): Likewise.
6355         * locales/es_CO (LC_TELEPHONE): Likewise.
6356         * locales/es_DO (LC_TELEPHONE): Likewise.
6357         * locales/es_EC (LC_TELEPHONE): Likewise.
6358         * locales/es_ES (LC_TELEPHONE): Likewise.
6359         * locales/es_GT (LC_TELEPHONE): Likewise.
6360         * locales/es_HN (LC_TELEPHONE): Likewise.
6361         * locales/es_MX (LC_TELEPHONE): Likewise.
6362         * locales/es_PA (LC_TELEPHONE): Likewise.
6363         * locales/es_PE (LC_TELEPHONE): Likewise.
6364         * locales/es_PY (LC_TELEPHONE): Likewise.
6365         * locales/es_SV (LC_TELEPHONE): Likewise.
6366         * locales/es_US (LC_TELEPHONE): Likewise.
6367         * locales/es_UY (LC_TELEPHONE): Likewise.
6368         * locales/es_VE (LC_TELEPHONE): Likewise.
6369         * locales/et_EE (LC_TELEPHONE): Likewise.
6370         * locales/eu_ES (LC_TELEPHONE): Likewise.
6371         * locales/fa_IR (LC_TELEPHONE): Likewise.
6372         * locales/fi_FI (LC_TELEPHONE): Likewise.
6373         * locales/fo_FO (LC_TELEPHONE): Likewise.
6374         * locales/fr_BE (LC_TELEPHONE): Likewise.
6375         * locales/fr_CA (LC_TELEPHONE): Likewise.
6376         * locales/fr_CA,2.13 (LC_TELEPHONE): Likewise.
6377         * locales/fr_CH (LC_TELEPHONE): Likewise.
6378         * locales/fr_LU (LC_TELEPHONE): Likewise.
6379         * locales/ga_IE (LC_TELEPHONE): Likewise.
6380         * locales/gl_ES (LC_TELEPHONE): Likewise.
6381         * locales/gv_GB (LC_TELEPHONE): Likewise.
6382         * locales/he_IL (LC_TELEPHONE): Likewise.
6383         * locales/hr_HR (LC_TELEPHONE): Likewise.
6384         * locales/hu_HU (LC_TELEPHONE): Likewise.
6385         * locales/id_ID (LC_TELEPHONE): Likewise.
6386         * locales/in_ID (LC_TELEPHONE): Likewise.
6387         * locales/is_IS (LC_TELEPHONE): Likewise.
6388         * locales/it_CH (LC_TELEPHONE): Likewise.
6389         * locales/it_IT (LC_TELEPHONE): Likewise.
6390         * locales/iw_IL (LC_TELEPHONE): Likewise.
6391         * locales/kl_GL (LC_TELEPHONE): Likewise.
6392         * locales/ko_KR (LC_TELEPHONE): Likewise.
6393         * locales/kw_GB (LC_TELEPHONE): Likewise.
6394         * locales/lt_LT (LC_TELEPHONE): Likewise.
6395         * locales/lv_LV (LC_TELEPHONE): Likewise.
6396         * locales/mk_MK (LC_TELEPHONE): Likewise.
6397         * locales/nl_BE (LC_TELEPHONE): Likewise.
6398         * locales/nl_NL (LC_TELEPHONE): Likewise.
6399         * locales/pl_PL (LC_TELEPHONE): Likewise.
6400         * locales/pt_BR (LC_TELEPHONE): Likewise.
6401         * locales/ro_RO (LC_TELEPHONE): Likewise.
6402         * locales/ru_RU (LC_TELEPHONE): Likewise.
6403         * locales/ru_UA (LC_TELEPHONE): Likewise.
6404         * locales/sk_SK (LC_TELEPHONE): Likewise.
6405         * locales/sl_SI (LC_TELEPHONE): Likewise.
6406         * locales/sr_YU (LC_TELEPHONE): Likewise.
6407         * locales/sv_FI (LC_TELEPHONE): Likewise.
6408         * locales/th_TH (LC_TELEPHONE): Likewise.
6409         * locales/tr_TR (LC_TELEPHONE): Likewise.
6410         * locales/uk_UA (LC_TELEPHONE): Likewise.
6411
6412 2000-07-05  NIIBE Yutaka  <gniibe@chroot.org>
6413
6414         * locales/th_TH: Update revision information.
6415         (LC_CTYPE: alpha): Replace ";...;" with "..".
6416         (LC_COLLATE: order): Quote with "".
6417
6418 2000-07-04  Jakub Jelinek  <jakub@redhat.com>
6419
6420         * locales/en_GR (LC_IDENTIFICATION): Don't use iso8859-1 characters
6421         in address.
6422         * locales/hu_HU (LC_IDENTIFICATION): Likewise.
6423         * locales/ro_RO (LC_IDENTIFICATION): Likewise.
6424         * locales/ru_RU (LC_IDENTIFICATION): Likewise.
6425         * locales/es_AR (LC_IDENTIFICATION): Fix address of RAP.
6426         * locales/es_BO (LC_IDENTIFICATION): Likewise.
6427         * locales/es_CL (LC_IDENTIFICATION): Likewise.
6428         * locales/es_CO (LC_IDENTIFICATION): Likewise.
6429         * locales/es_DO (LC_IDENTIFICATION): Likewise.
6430         * locales/es_EC (LC_IDENTIFICATION): Likewise.
6431         * locales/es_ES (LC_IDENTIFICATION): Likewise.
6432         * locales/es_GT (LC_IDENTIFICATION): Likewise.
6433         * locales/es_HN (LC_IDENTIFICATION): Likewise.
6434         * locales/es_MX (LC_IDENTIFICATION): Likewise.
6435         * locales/es_PA (LC_IDENTIFICATION): Likewise.
6436         * locales/es_PE (LC_IDENTIFICATION): Likewise.
6437         * locales/es_PY (LC_IDENTIFICATION): Likewise.
6438         * locales/es_SV (LC_IDENTIFICATION): Likewise.
6439         * locales/es_US (LC_IDENTIFICATION): Likewise.
6440         * locales/es_UY (LC_IDENTIFICATION): Likewise.
6441         * locales/es_VE (LC_IDENTIFICATION): Likewise.
6442         * locales/fr_CA (LC_IDENTIFICATION): Likewise.
6443         * locales/tr_TR (LC_IDENTIFICATION): Likewise.
6444         * locales/no_NO (LC_TELEPHONE): Fill in.
6445         * locales/pt_PT (LC_TELEPHONE): Fill in.
6446         * locales/sv_SE (LC_TELEPHONE): Fill in.
6447         * locales/en_GB (LC_TELEPHONE): Fill in.
6448         * locales/cs_CZ (LC_TELEPHONE): Fill in.
6449
6450 2000-07-04  Ulrich Drepper  <drepper@redhat.com>
6451
6452         * tst-fmon.sh (LC_ALL): Define to C for localedef run.
6453         * tst-locale.sh (LC_ALL): Likewise.
6454
6455 2000-07-03  Ulrich Drepper  <drepper@redhat.com>
6456
6457         * tst-fmon.sh: Set LOCPATH and LANGUAGE for localedef run.
6458         * tst-locale.sh: Likewise.
6459
6460 2000-07-01  Andreas Jaeger  <aj@suse.de>
6461
6462         * Makefile (generated-dirs): LOCALES are also generated.
6463         (generated-dirs): Remove obsolete entry.
6464
6465 2000-06-30  Ulrich Drepper  <drepper@redhat.com>
6466
6467         * Makefile (distribute): Add locale test suite files, fmon test
6468         suite files, gen-locale.sh, and show-ucs-data.c.
6469
6470         * Depend: New file.
6471
6472         * Makefile: Rewrite rules to generate locale data.
6473         * gen-locale.sh: Generate only one locale which is described in a
6474         command line parameter.
6475
6476         * tests-mbwc/dat_strfmon.c: Remove #ifdefs introduced to work
6477         around DEM problem.
6478         * tst-fmon.data: Change back entries with DEM.
6479
6480         * gen-locale.sh: Print that it might take a while to finish.
6481
6482 2000-06-30  Jakub Jelinek  <jakub@redhat.com>
6483
6484         * Makefile (install-locales): Remove the -u switch from localedef
6485         command line.
6486
6487 2000-06-29  Ulrich Drepper  <drepper@redhat.com>
6488
6489         * tst-fmon.sh: Don't generate de_DE and en_US locale data.
6490         * tst-rpmatch.sh: Use de_DE.ISO-8859-1 not de_DE.
6491         * tst-ctype.sh: Use de_DE.ISO-8859-1 and en_US.ANSI_X3.4-1968.
6492
6493         * locales/POSIX: Update for new format.
6494
6495         * Makefile: Regenerate locale data also if localedef changed.
6496
6497         * tst-fmon.data: Until we know what is correct, but the spaces
6498         after DEM back in.
6499
6500         * tests-mbwc/dat_mbstowcs.c: Fix various bugs.  Comment out
6501         unresolved issues.
6502         * tests-mbwc/dat_mbtowc.c: Likewise.
6503         * tests-mbwc/dat_strcoll.c: Likewise.
6504         * tests-mbwc/dat_strfmon.c: Likewise.
6505         * tests-mbwc/dat_strxfrm.c: Likewise.
6506         * tests-mbwc/tst_mbtowc.c: Likewise.
6507
6508 2000-06-29  Andreas Jaeger  <aj@suse.de>
6509
6510         * sort-test.sh: Set LC_ALL to full locale name.
6511
6512         * Makefile (do-tst-ctype): Don't depend on do-tst-mbswcs.sh
6513         anymore.
6514         (LOCALES): New.
6515         ($(addsuffix .out,$(addprefix $(objpfx),$(locale_test_suite)))):
6516         Depend on locale files
6517         (LOCALE_FILES): New.
6518         (ALL_LC_FILES): New.
6519         (ALL_OBJ_LC_FILES): New
6520         ($(ALL_OBJ_LC_FILES)): Generate locales automatically.
6521
6522         * tst-ctype.sh: Don't generate locales here.
6523         * tst-mbswcs.sh: Likewise.
6524         * sort-test.sh: Likewise.
6525
6526         * gen-locale.sh: New file to generate locales.
6527
6528 2000-06-29  Jakub Jelinek  <jakub@redhat.com>
6529
6530         * locales/en_GB: Update RAP address.
6531         * locales/fr_FR: Likewise.
6532         * locales/en_NZ: Likewise.
6533         * locales/de_BE: Likewise.
6534         * locales/de_CH: Likewise.
6535         * locales/de_LU: Likewise.
6536         * locales/en_AU: Likewise.
6537         * locales/en_IE: Likewise.
6538         * locales/eu_ES: Likewise.
6539         * locales/fr_BE: Likewise.
6540         * locales/fr_CH: Likewise.
6541         * locales/fr_LU: Likewise.
6542         * locales/it_IT: Likewise.
6543         * locales/nl_BE: Likewise.
6544         * locales/nl_NL: Likewise.
6545         * locales/pt_BR: Likewise.
6546         * locales/pt_PT: Likewise.
6547         * locales/sv_FI: Likewise.
6548         * locales/fi_FI: Likewise.
6549         * locales/sv_SE: Likewise.
6550
6551 2000-06-29  Jakub Jelinek  <jakub@redhat.com>
6552
6553         * locales/af_ZA: Update for new format.
6554         * locales/ar_SA: Likewise.
6555         * locales/be_BY: Likewise.
6556         * locales/bg_BG: Likewise.
6557         * locales/ca_ES: Likewise.
6558         * locales/el_GR: Likewise.
6559         * locales/en_BW: Likewise.
6560         * locales/en_DK: Likewise.
6561         * locales/en_ZW: Likewise.
6562         * locales/es_AR: Likewise.
6563         * locales/es_BO: Likewise.
6564         * locales/es_CL: Likewise.
6565         * locales/es_CO: Likewise.
6566         * locales/es_DO: Likewise.
6567         * locales/es_EC: Likewise.
6568         * locales/es_ES: Likewise.
6569         * locales/es_GT: Likewise.
6570         * locales/es_HN: Likewise.
6571         * locales/es_MX: Likewise.
6572         * locales/es_PA: Likewise.
6573         * locales/es_PE: Likewise.
6574         * locales/es_PY: Likewise.
6575         * locales/es_SV: Likewise.
6576         * locales/es_US: Likewise.
6577         * locales/es_UY: Likewise.
6578         * locales/es_VE: Likewise.
6579         * locales/et_EE: Likewise.
6580         * locales/fa_IR: Likewise.
6581         * locales/fr_CA: Likewise.
6582         * locales/en_CA,2.5: Likewise.
6583         * locales/fr_CA,2.13: Likewise.
6584         * locales/gl_ES: Likewise.
6585         * locales/hr_HR: Likewise.
6586         * locales/hu_HU: Likewise.
6587         * locales/ko_KR: Likewise.
6588         * locales/lt_LT: Likewise.
6589         * locales/lv_LV: Likewise.
6590         * locales/no_NO: Likewise.
6591         * locales/pl_PL: Likewise.
6592         * locales/ro_RO: Likewise.
6593         * locales/ru_RU: Likewise.
6594         * locales/ru_UA: Likewise.
6595         * locales/sk_SK: Likewise.
6596         * locales/sl_SI: Likewise.
6597         * locales/sr_YU: Likewise.
6598         * locales/th_TH: Likewise.
6599         * locales/tr_TR: Likewise.
6600         * locales/uk_UA: Likewise.
6601         * locales/en_CA: Likewise.
6602         * locales/is_IS: Likewise.
6603         * locales/mk_MK: Likewise.
6604
6605 2000-06-29  Jakub Jelinek  <jakub@redhat.com>
6606
6607         * locales/cs_CZ: Comment out fields I'm not sure about.
6608         * locales/de_DE (int_currency_symbol): Pad to 4 chars.
6609         * locales/en_NZ: Update for new format.
6610         * locales/de_BE: Likewise.
6611         * locales/de_CH: Likewise.
6612         * locales/de_LU: Likewise.
6613         * locales/en_AU: Likewise.
6614         * locales/en_IE: Likewise.
6615         * locales/en_ZA: Likewise.
6616         * locales/eu_ES: Likewise.
6617         * locales/fo_FO: Likewise.
6618         * locales/fr_BE: Likewise.
6619         * locales/fr_CH: Likewise.
6620         * locales/fr_LU: Likewise.
6621         * locales/ga_IE: Likewise.
6622         * locales/gv_GB: Likewise.
6623         * locales/he_IL: Likewise.
6624         * locales/id_ID: Likewise.
6625         * locales/in_ID: Likewise.
6626         * locales/it_CH: Likewise.
6627         * locales/it_IT: Likewise.
6628         * locales/iw_IL: Likewise.
6629         * locales/kl_GL: Likewise.
6630         * locales/kw_GB: Likewise.
6631         * locales/nl_BE: Likewise.
6632         * locales/nl_NL: Likewise.
6633         * locales/pt_BR: Likewise.
6634         * locales/pt_PT: Likewise.
6635         * locales/sv_FI: Likewise.
6636         * locales/da_DK: Likewise.
6637         * locales/fi_FI: Likewise.
6638         * locales/sv_SE: Likewise.
6639
6640 2000-06-29  Andreas Jaeger  <aj@suse.de>
6641
6642         * Makefile (locale_test_suite): Add new test files.
6643         (tst_mblen-ENV): New.
6644         (tst_mbtowc-ENV): New.
6645         (tst_strcoll-ENV): New.
6646         (tst_strxfrm-ENV): New.
6647         (tst_wctomb-ENV): New.
6648         (tst_mbrtowc-ENV): New.
6649         (tst_mbsrtowcs-ENV): New.
6650         (tst_mbstowcs-ENV): New.
6651         (tst_strfmon-ENV): New.
6652         (tst_wcrtomb-ENV): New.
6653         (tst_wcsrtombs-ENV): New.
6654         (tst_wcstod-ENV): New.
6655         (tst_wcstok-ENV): New.
6656         (tst_wcstombs-ENV): New.
6657
6658         * tests-mbwc/tst_wctomb.c: New test file from Shoji Kuwabara
6659         <kuwahara@cthulhu.engr.sgi.com>.
6660         * tests-mbwc/dat_wctomb.c: Likewise.
6661         * tests-mbwc/tst_mbtowc.c: Likewise.
6662         * tests-mbwc/dat_mbtowc.c: Likewise.
6663         * tests-mbwc/tst_strxfrm.c: Likewise.
6664         * tests-mbwc/dat_strxfrm.c: Likewise.
6665         * tests-mbwc/dat_strcoll.c: Likewise.
6666         * tests-mbwc/tst_strcoll.c: Likewise.
6667         * tests-mbwc/tst_mblen.c: Likewise.
6668         * tests-mbwc/dat_mblen.c: Likewise.
6669         * tests-mbwc/dat_wcstok.c: Likewise.
6670         * tests-mbwc/tst_wcstok.c: Likewise.
6671         * tests-mbwc/dat_wcstod.c: Likewise.
6672         * tests-mbwc/tst_wcstod.c: Likewise.
6673         * tests-mbwc/dat_mbrtowc.c: Likewise.
6674         * tests-mbwc/tst_mbrtowc.c: Likewise.
6675         * tests-mbwc/dat_wcsrtombs.c: Likewise.
6676         * tests-mbwc/tst_wcsrtombs.c: Likewise.
6677         * tests-mbwc/dat_wcstombs.c: Likewise.
6678         * tests-mbwc/tst_wcstombs.c: Likewise.
6679         * tests-mbwc/dat_mbsrtowcs.c: Likewise.
6680         * tests-mbwc/tst_mbsrtowcs.c: Likewise.
6681         * tests-mbwc/dat_wcrtomb.c: Likewise.
6682         * tests-mbwc/tst_wcrtomb.c: Likewise.
6683         * tests-mbwc/dat_mbstowcs.c: Likewise.
6684         * tests-mbwc/tst_mbstowcs.c: Likewise.
6685         * tests-mbwc/dat_strfmon.c: Likewise.
6686         * tests-mbwc/tst_strfmon.c: Likewise.
6687
6688 2000-06-28  Ulrich Drepper  <drepper@redhat.com>
6689
6690         * locales/mk_MK: Updated (not to new format).
6691         Patch by Damjan Georgievski <gdamjan@freemail.org.mk>.
6692
6693 2000-06-28  Jakub Jelinek  <jakub@redhat.com>
6694
6695         * locales/fr_FR: Update for new format.
6696         * locales/de_AT: Likewise.
6697         * locales/en_GB: Likewise.
6698
6699 2000-06-28  Ulrich Drepper  <drepper@redhat.com>
6700
6701         * locales/th_TH: Update copyright notice.
6702
6703         * locales/cs_CZ: Updated for new format.
6704         Patch by Jakub Jelinek <jakub@redhat.com>.
6705
6706         * tests-mbwc/dat_mbrlen.c: Correct some tests.  Remove old WAIVER
6707         comments.
6708         * tests-mbwc/tst_mbrlen.c: Enable code to respect t_ini.  Also clear
6709         internal state of mbrlen.
6710
6711         * Makefile (do-tst-ctype): Add do-tst-mbswcs to list of dependencies.
6712         (TEST_MBWC_ENV): Remove unnecessary slash.
6713         * tst-ctype.sh: Add de_DE.UTF-8 to list of tested locales.
6714
6715         * tests-mbwc/dat_iswalnum.c (TST_ISW_LOC): Correct UTF-8 input data.
6716
6717         * Makefile: Add do-tst-mbswcs to dependencies of locale test suite
6718         tests.
6719
6720         * locales/iso14651_t1: Explicitly add control character in
6721         U0000-U001F and U007F-U009F range for backward compatibility.
6722
6723         * locales/i18n: Correct problems found by test suite.
6724
6725 2000-06-28  Andreas Jaeger  <aj@suse.de>
6726
6727         * tests-mbwc/tst_wcscat.c (tst_wcscat): Correct format to avoid
6728         warning.
6729
6730         * Makefile (locale_test_suite): Add tst_mbrlen.
6731         (tst_mbrlen-ENV): New.
6732
6733         * tests-mbwc/tst_mbrlen.c: New file
6734
6735         * tests-mbwc/dat_mbrlen.c: New file.
6736
6737         * tests-mbwc/tst_types.h (struct TIN_MBSTOWCS_REC): Use const char*.
6738         (struct TST_HEAD): Use const char* instead of an array.
6739
6740         * tests-mbwc/tst_wcsstr.c (tst_wcsstr): ws2 has size WCSSIZE.
6741
6742         * tests-mbwc/dat_iswalnum.c (TST_ISW_LOC): Add tests for de_UTF8.
6743
6744         * tests-mbwc/tgn_locdef.h (TST_LOC_de_UTF8): Added.
6745
6746 2000-06-27  Ulrich Drepper  <drepper@redhat.com>
6747
6748         * tests-mbwc/dat_iswcntrl.c: U0000 is not in class cntrl.
6749         * tests-mbwc/dat_iswctype.c: U0000 is not in class cntrl.
6750         U4E06 is not in EUC-JP.
6751         * tests-mbwc/dat_swscanf.c: Correct several bugs in the tests.
6752         * tests-mbwc/dat_towctrans.c: Likewise.
6753         * tests-mbwc/dat_wcscoll.c: Likewise.
6754         * tests-mbwc/dat_wcswidth.c: Likewise.
6755         * tests-mbwc/dat_wctob.c: Likewise.
6756
6757         * tests-mbwc/tst_towctrans.c: Remove hack which avoided crash in an
6758         versions.
6759
6760         * tests-mbwc/dat_iswprint.c: Disable one test until it is decided
6761         what is correct.
6762         * tests-mbwc/dat_wcsxfrm.c: Likewise.
6763         * tests-mbwc/dat_wcwidth.c: Likewise.
6764
6765         * tests-mbwc/tst_funcs.h: Pretty print.
6766
6767         * tests-mbwc/tst_scscanf.c: Use correct format to avoid warning.
6768         * tests-mbwc/tst_wcschr.c: Likewise.
6769         * tests-mbwc/tst_wcscpy.c: Likewise.
6770         * tests-mbwc/tst_wcscat.c: Likewise.
6771         * tests-mbwc/tst_wcsncpy.c: Likewise.
6772         * tests-mbwc/tst_wcspbrk.c: Likewise.
6773         * tests-mbwc/tst_wcsstr.c: Likewise.
6774         * tests-mbwc/tst_wctrans.c: Likewise.
6775         * tests-mbwc/tst_wctype.c: Likewise.
6776
6777         * tests-mbwc/tst_wcscoll.c: Print better error messages.
6778
6779         * Makefile (tests): Define as $(locale_test_suite) but only
6780         if not cross-compiling and shared libs are built.
6781         (locale_test_suite): New variable.  Name all new tests from the
6782         locale test suite.
6783         Add rule to run new tests only when all data is available.
6784         * tst-ctype.sh: Add hack to generate en_US.ANSI_X3.4-1968 locale.
6785
6786         * tst-ctype-de_DE.in: U00A0 is not in class graph.
6787
6788         * charmaps/EUC-JP: Remove U005C and U007E entries from non-ASCII range.
6789
6790         * locales/i18n: Backspace isn't blank, tab is.
6791
6792         * tst-ctype.c (main): Add tests for control characters and space.
6793
6794         * locales/i18n: Backspace is no space.
6795
6796         * locales/i18n: Add \t to space.
6797
6798 2000-06-27  Andreas Jaeger  <aj@suse.de>
6799
6800         * Makefile (TEST_MBWC_ENV): New variable.
6801         Use it for all tests from tests-mbwc.
6802
6803 2000-06-27  Ulrich Drepper  <drepper@redhat.com>
6804
6805         * tst-ctype.sh: Generate ja_JP.EUC-JP locale and test it.
6806
6807 2000-06-27  Andreas Jaeger  <aj@suse.de>
6808
6809         * Makefile: Add environment setting for all tests from tests-mbwc.
6810
6811 2000-06-27  Ulrich Drepper  <drepper@redhat.com>
6812
6813         * locales/en_DK.com: Not needed.
6814
6815 2000-06-27  Andreas Jaeger  <aj@suse.de>
6816
6817         * tests-mbwc/*: Initial import of testsuite from Shoji Kuwabara
6818         <kuwahara@cthulhu.engr.sgi.com>.
6819
6820         * Makefile (tests): Add tests from tests-mbwc subdirectory,
6821         comment them out for now.
6822         (subdir-dirs): New for tests-mbwc, add also vpaths.
6823
6824         * locales/ja_JP: Add missing / in LC_CTYPE.
6825
6826 2000-06-26  Ulrich Drepper  <drepper@redhat.com>
6827
6828         * Makefile (distribute): Add tst-ctype-de_DE.in.
6829         * tst-ctype.c: Read in more tests from stdin.
6830         * tst-ctype.sh: Feed extra test data to program via stdin.
6831         * tst-ctype-de_DE.in: New file.
6832
6833         * locales/i18n (punct): Exclude U00A0.
6834         (blank): Include U00A0.
6835
6836         * locales/ja_JP: Updates for new format.
6837
6838         * Makefile (test-srcs): Add tst-ctype.
6839         (distribute): Add tst-ctype.sh.
6840         (do-tst-ctype): New target.  Run for tests.
6841         * tst-ctype.c: New file.
6842         * tst-ctype.sh: New file.
6843
6844         * locales/i18n: NUL character must not be in cntrl.
6845
6846         * Makefile (test-input): Add en_US.ISO-8859-1.
6847         * en_US.in: New file.
6848
6849 2000-06-25  Ulrich Drepper  <drepper@redhat.com>
6850
6851         * Makefile (test-input): Remove everything but de_DE.ISO-8859-1
6852         for now.
6853
6854         * de_DE.in: Update for new sorting.
6855
6856         * tst-locale.sh: Don't use mnemonic.ds.
6857         * tst-mbswcs.sh: Likewise.
6858         * tst-trans.sh: Likewise.
6859
6860         * locales/de_DE: Update for new format.
6861         * locales/en_US: Likewise.
6862         * tests/trans.def: Likewise.
6863         * tst-fmon-locales/tstfmon_n01y12: Likewise.
6864         * tst-fmon-locales/tstfmon_n02n40: Likewise.
6865         * tst-fmon-locales/tstfmon_n10y31: Likewise.
6866         * tst-fmon-locales/tstfmon_n11y41: Likewise.
6867         * tst-fmon-locales/tstfmon_n12y11: Likewise.
6868         * tst-fmon-locales/tstfmon_n20n32: Likewise.
6869         * tst-fmon-locales/tstfmon_n30y20: Likewise.
6870         * tst-fmon-locales/tstfmon_n41n00: Likewise.
6871         * tst-fmon-locales/tstfmon_y01y10: Likewise.
6872         * tst-fmon-locales/tstfmon_y02n22: Likewise.
6873         * tst-fmon-locales/tstfmon_y22n42: Likewise.
6874         * tst-fmon-locales/tstfmon_y30y21: Likewise.
6875         * tst-fmon-locales/tstfmon_y32n31: Likewise.
6876         * tst-fmon-locales/tstfmon_y40y00: Likewise.
6877         * tst-fmon-locales/tstfmon_y42n21: Likewise.
6878
6879         * tst-rpmatch.c: Avoid warning with broken compiler.
6880
6881         * locales/i18n: Take CJK ideographs and Hangul out of `alpha' table.
6882
6883         * sort-test.sh: Add more GCONV_PATH usages.
6884         * tst-fmon.sh: Likewise.
6885         * tst-locale.sh: Likewise.
6886         * tst-mbswcs.sh: Likewise.
6887         * tst-rpmatch.sh: Likewise.
6888         * tst-trans.sh: Likewise.
6889
6890         * locales/i18n: Remove order_start around copy.
6891
6892         * locales/iso14651_t1: Correct various small errors.
6893
6894 2000-06-24  Ulrich Drepper  <drepper@redhat.com>
6895
6896         * charmaps/ISO-8859-1: Correct width specification.
6897
6898 2000-06-23  Ulrich Drepper  <drepper@redhat.com>
6899
6900         * charmaps/ANSI_X3.110-1983: Update to use <Uxxxx> format.
6901         * charmaps/ANSI_X3.4-1968: Likewise.
6902         * charmaps/ASMO_449: Likewise.
6903         * charmaps/BALTIC: Likewise.
6904         * charmaps/BS_4730: Likewise.
6905         * charmaps/BS_VIEWDATA: Likewise.
6906         * charmaps/CP1250: Likewise.
6907         * charmaps/CP1251: Likewise.
6908         * charmaps/CP1252: Likewise.
6909         * charmaps/CP1253: Likewise.
6910         * charmaps/CP1254: Likewise.
6911         * charmaps/CP1255: Likewise.
6912         * charmaps/CP1256: Likewise.
6913         * charmaps/CP1257: Likewise.
6914         * charmaps/CP1258: Likewise.
6915         * charmaps/CSA_Z243.4-1985-1: Likewise.
6916         * charmaps/CSA_Z243.4-1985-2: Likewise.
6917         * charmaps/CSA_Z243.4-1985-GR: Likewise.
6918         * charmaps/CSN_369103: Likewise.
6919         * charmaps/CWI: Likewise.
6920         * charmaps/DEC-MCS: Likewise.
6921         * charmaps/DIN_66003: Likewise.
6922         * charmaps/DS_2089: Likewise.
6923         * charmaps/EBCDIC-AT-DE: Likewise.
6924         * charmaps/EBCDIC-AT-DE-A: Likewise.
6925         * charmaps/EBCDIC-CA-FR: Likewise.
6926         * charmaps/EBCDIC-DK-NO: Likewise.
6927         * charmaps/EBCDIC-DK-NO-A: Likewise.
6928         * charmaps/EBCDIC-ES: Likewise.
6929         * charmaps/EBCDIC-ES-A: Likewise.
6930         * charmaps/EBCDIC-ES-S: Likewise.
6931         * charmaps/EBCDIC-FI-SE: Likewise.
6932         * charmaps/EBCDIC-FI-SE-A: Likewise.
6933         * charmaps/EBCDIC-FR: Likewise.
6934         * charmaps/EBCDIC-IS-FRISS: Likewise.
6935         * charmaps/EBCDIC-IT: Likewise.
6936         * charmaps/EBCDIC-PT: Likewise.
6937         * charmaps/EBCDIC-UK: Likewise.
6938         * charmaps/EBCDIC-US: Likewise.
6939         * charmaps/ECMA-CYRILLIC: Likewise.
6940         * charmaps/ES: Likewise.
6941         * charmaps/ES2: Likewise.
6942         * charmaps/EUC-JP: Likewise.
6943         * charmaps/EUC-KR: Likewise.
6944         * charmaps/GB2312: Likewise.
6945         * charmaps/GBK: Likewise.
6946         * charmaps/GB_1988-80: Likewise.
6947         * charmaps/GOST_19768-74: Likewise.
6948         * charmaps/GREEK-CCITT: Likewise.
6949         * charmaps/GREEK7: Likewise.
6950         * charmaps/GREEK7-OLD: Likewise.
6951         * charmaps/HP-ROMAN8: Likewise.
6952         * charmaps/IBM037: Likewise.
6953         * charmaps/IBM038: Likewise.
6954         * charmaps/IBM1004: Likewise.
6955         * charmaps/IBM1026: Likewise.
6956         * charmaps/IBM1047: Likewise.
6957         * charmaps/IBM256: Likewise.
6958         * charmaps/IBM273: Likewise.
6959         * charmaps/IBM274: Likewise.
6960         * charmaps/IBM275: Likewise.
6961         * charmaps/IBM277: Likewise.
6962         * charmaps/IBM278: Likewise.
6963         * charmaps/IBM280: Likewise.
6964         * charmaps/IBM281: Likewise.
6965         * charmaps/IBM284: Likewise.
6966         * charmaps/IBM285: Likewise.
6967         * charmaps/IBM290: Likewise.
6968         * charmaps/IBM297: Likewise.
6969         * charmaps/IBM420: Likewise.
6970         * charmaps/IBM423: Likewise.
6971         * charmaps/IBM424: Likewise.
6972         * charmaps/IBM437: Likewise.
6973         * charmaps/IBM500: Likewise.
6974         * charmaps/IBM850: Likewise.
6975         * charmaps/IBM851: Likewise.
6976         * charmaps/IBM852: Likewise.
6977         * charmaps/IBM855: Likewise.
6978         * charmaps/IBM857: Likewise.
6979         * charmaps/IBM860: Likewise.
6980         * charmaps/IBM861: Likewise.
6981         * charmaps/IBM862: Likewise.
6982         * charmaps/IBM863: Likewise.
6983         * charmaps/IBM864: Likewise.
6984         * charmaps/IBM865: Likewise.
6985         * charmaps/IBM866: Likewise.
6986         * charmaps/IBM868: Likewise.
6987         * charmaps/IBM869: Likewise.
6988         * charmaps/IBM870: Likewise.
6989         * charmaps/IBM871: Likewise.
6990         * charmaps/IBM874: Likewise.
6991         * charmaps/IBM875: Likewise.
6992         * charmaps/IBM880: Likewise.
6993         * charmaps/IBM891: Likewise.
6994         * charmaps/IBM903: Likewise.
6995         * charmaps/IBM904: Likewise.
6996         * charmaps/IBM905: Likewise.
6997         * charmaps/IBM918: Likewise.
6998         * charmaps/IEC_P27-1: Likewise.
6999         * charmaps/INIS: Likewise.
7000         * charmaps/INIS-CYRILLIC: Likewise.
7001         * charmaps/INVARIANT: Likewise.
7002         * charmaps/ISIRI-3342: Likewise.
7003         * charmaps/ISO-8859-1: Likewise.
7004         * charmaps/ISO-8859-10: Likewise.
7005         * charmaps/ISO-8859-13: Likewise.
7006         * charmaps/ISO-8859-14: Likewise.
7007         * charmaps/ISO-8859-15: Likewise.
7008         * charmaps/ISO-8859-16: Likewise.
7009         * charmaps/ISO-8859-2: Likewise.
7010         * charmaps/ISO-8859-3: Likewise.
7011         * charmaps/ISO-8859-4: Likewise.
7012         * charmaps/ISO-8859-5: Likewise.
7013         * charmaps/ISO-8859-6: Likewise.
7014         * charmaps/ISO-8859-7: Likewise.
7015         * charmaps/ISO-8859-8: Likewise.
7016         * charmaps/ISO-8859-9: Likewise.
7017         * charmaps/ISO-IR-197: Likewise.
7018         * charmaps/ISO-IR-90: Likewise.
7019         * charmaps/ISO_10367-BOX: Likewise.
7020         * charmaps/ISO_5427: Likewise.
7021         * charmaps/ISO_5428: Likewise.
7022         * charmaps/ISO_646.BASIC: Likewise.
7023         * charmaps/ISO_646.IRV: Likewise.
7024         * charmaps/ISO_6937: Likewise.
7025         * charmaps/ISO_6937-2-25: Likewise.
7026         * charmaps/ISO_6937-2-ADD: Likewise.
7027         * charmaps/ISO_8859-SUPP: Likewise.
7028         * charmaps/IT: Likewise.
7029         * charmaps/JIS_C6220-1969-RO: Likewise.
7030         * charmaps/JIS_C6229-1984-B: Likewise.
7031         * charmaps/JIS_X0201: Likewise.
7032         * charmaps/JUS_I.B1.002: Likewise.
7033         * charmaps/JUS_I.B1.003-MAC: Likewise.
7034         * charmaps/JUS_I.B1.003-SERB: Likewise.
7035         * charmaps/KOI-8: Likewise.
7036         * charmaps/KOI8-R: Likewise.
7037         * charmaps/KOI8-U: Likewise.
7038         * charmaps/KSC5636: Likewise.
7039         * charmaps/KSX1001: Likewise.
7040         * charmaps/LATIN-GREEK: Likewise.
7041         * charmaps/LATIN-GREEK-1: Likewise.
7042         * charmaps/MAC-IS: Likewise.
7043         * charmaps/MAC-UK: Likewise.
7044         * charmaps/MACINTOSH: Likewise.
7045         * charmaps/MSZ_7795.3: Likewise.
7046         * charmaps/NATS-DANO: Likewise.
7047         * charmaps/NATS-SEFI: Likewise.
7048         * charmaps/NC_NC00-10: Likewise.
7049         * charmaps/NEXTSTEP: Likewise.
7050         * charmaps/NF_Z_62-010: Likewise.
7051         * charmaps/NF_Z_62-010_1973: Likewise.
7052         * charmaps/NS_4551-1: Likewise.
7053         * charmaps/NS_4551-2: Likewise.
7054         * charmaps/PT: Likewise.
7055         * charmaps/PT2: Likewise.
7056         * charmaps/SAMI: Likewise.
7057         * charmaps/SAMI-WS2: Likewise.
7058         * charmaps/SEN_850200_B: Likewise.
7059         * charmaps/SEN_850200_C: Likewise.
7060         * charmaps/T.101-G2: Likewise.
7061         * charmaps/T.61-7BIT: Likewise.
7062         * charmaps/T.61-8BIT: Likewise.
7063         * charmaps/TIS-620: Likewise.
7064         * charmaps/UTF8: Likewise.
7065         * charmaps/VIDEOTEX-SUPPL: Likewise.
7066
7067 2000-06-21  Ulrich Drepper  <drepper@redhat.com>
7068
7069         * locales/pt_BR: Revert last change partly.  Full weekday and month
7070         names are written with lowercase first letter.
7071         Patch by Henrique M. Holschuh <hmh@rcm.org.br>.
7072
7073 2000-06-21  Andreas Jaeger  <aj@suse.de>
7074
7075         * tst-trans.c: Include <stdlib.h> and <string.h>.
7076
7077 2000-06-19  Ulrich Drepper  <drepper@redhat.com>
7078
7079         * locales/pt_BR: Correct day and month names.
7080         Patch by Henrique M. Holschuh <hmh@rcm.org.br>.
7081
7082 2000-06-13  Ulrich Drepper  <drepper@redhat.com>
7083
7084         * Makefile (ld-test-srcs): Add tests/test6.c.
7085
7086         * Makefile (ld-test-srcs): Add trans.def here.
7087
7088         * Makefile (ld-test-srcs): Handle .ds files separately.
7089
7090         * Makefile (ld-test-srcs): Distribute all test6 input files.
7091
7092 2000-05-28  Ulrich Drepper  <drepper@redhat.com>
7093
7094         * locales/be_BY: New file.
7095         Contributed by Aleksey Novodvorsky <aen@logic.ru>.
7096
7097 2000-05-24  Ulrich Drepper  <drepper@redhat.com>
7098
7099         * locales/iso14651_t1: New file.
7100
7101 2000-05-15  Andreas Jaeger  <aj@suse.de>
7102
7103         * tst-fmon.data: Change testcase following fixes for
7104         de_DE.
7105
7106         * locales/de_DE: Remove space after DEM since DEM is
7107         now placed after the value.
7108
7109         * locales/de_DE: Fix currency placement to use "12.345,68 DM".
7110         Reported by Christopher Creutzig <ccr@nescio.foebud.org>, closes
7111         PR libc/1713.
7112
7113 2000-05-04  Ulrich Drepper  <drepper@redhat.com>
7114
7115         * charmaps/ISO-8859-15: Remove incorrect definitions of <So> and <OR>.
7116         Reported by Gaël Quéri <gqueri@mail.dotcom.fr> [PR libc/1718].
7117
7118         * tst-fmon.c (main): Print the locale name as well in the error
7119         message.
7120
7121 2000-04-06  Ulrich Drepper  <drepper@redhat.com>
7122
7123         * locales/i18n: New file.
7124
7125 2000-03-27  Ulrich Drepper  <drepper@redhat.com>
7126
7127         * tst-fmon.data: Update test after last strfmon change.
7128
7129 2000-03-15  Andreas Jaeger  <aj@suse.de>
7130
7131         * locales/sl_SI: Fix entries for june and july.
7132         Reported by primoz.peterlin@biofiz.mf.uni-lj.si, closes PR
7133         libc/1648.
7134
7135 2000-03-14  Ulrich Drepper  <drepper@redhat.com>
7136
7137         * locales/en_DK: Correct syntax.
7138
7139 2000-03-03  Ulrich Drepper  <drepper@redhat.com>
7140
7141         * SUPPORTED: Add gv_GB.ISO-8859-1 and kw_GB.ISO-8859-1.
7142
7143 2000-03-01  Andreas Jaeger  <aj@suse.de>
7144
7145         * locales/gv_GB: New file.
7146         * locales/kw_GB: New file.
7147         From Pablo Saratxaga <pablo@mandrakesoft.com>.
7148
7149 2000-03-03  Ulrich Drepper  <drepper@redhat.com>
7150
7151         * charmaps/ISO-8859-14: Remove wrong duplicate mapping for /xA9.
7152
7153 2000-03-01  Andreas Jaeger  <aj@suse.de>
7154
7155         * SUPPORTED: Added bg_BG.CP1251.
7156
7157         * locales/bg_BG: New file.
7158
7159 2000-02-22  Ulrich Drepper  <drepper@redhat.com>
7160
7161         * locales/ko_KO: Update syntax for new localedef.  Use symbolic
7162         names for characters.
7163         * charmaps/EUC-KR: ADD width information.
7164         * repertoiremaps/mnemonic.ko: New file.
7165         Patch by Won-kyu Park <wkpark@chem.skku.ac.kr>.
7166
7167         * charmaps/GBK: New file.
7168         * locales/zh_CN.GBK: New file.
7169         * repertoiremaps/mnemonic.zh: New file.
7170         Contributed by Sean Chen <sean.chen@turbolinux.com>.
7171
7172         * locales/mk_MK: New file.
7173         Contributed by Damjan Georgievski <gdamjan@freemail.org.mk>
7174         * SUPPORTED: Add mk_MK ISO-8859-5.
7175
7176 2000-02-12  Ulrich Drepper  <drepper@redhat.com>
7177
7178         * SUPPORTED: Add gl_ES.ISO-8859-1.
7179
7180         * SUPPORTED: Add ar_SA.ISO-8859-6.
7181         * locales/ar_SA: New file.
7182
7183         * locales/th_TH: Remove Thai digits from `digits'.
7184
7185         * SUPPORTED: Add th_TH.TIS-620.
7186
7187         * locales/el_GR (toupper): Don't map *s to S*.
7188         * locales/en_DK: Likewise.
7189         * locales/en_DK.com: Likewise.
7190         * locales/ru_RU: Likewise.
7191         * locales/ru_UA: Likewise.
7192         * locales/tr_TR: Likewise.
7193         * locales/uk_UA: Likewise.
7194
7195         * locales/en_DK (toupper): Map v% to V%.
7196         (tolower): Map V% to v%.
7197         * locales/en_DK.com: Likewise.
7198         * locales/ru_RU: Likewise.
7199         * locales/ru_UA: Likewise.
7200         * locales/tr_TR: Likewise.
7201         * locales/uk_UA: Likewise.
7202
7203 2000-02-11  Ulrich Drepper  <drepper@redhat.com>
7204
7205         * Makefile (generated-dirs): Add de_DE.437.
7206
7207 2000-01-31  Ulrich Drepper  <drepper@redhat.com>
7208
7209         * charmaps/IBM864: Correct comment for /xC6 mapping.
7210         * charmaps/ISO-IR-90: Correct mapping for <tilde>.
7211         * charmaps/ISO-8859-8: Update mappings for /xAF, /xFD, and /xFE.
7212         * charmaps/NEXTSTEP: Add mappings for /xA9, /xAC, /xAD, /xB8 and /xB9.
7213         Reported by Bruno Haible <haible@ilog.fr>.
7214
7215 2000-01-27  Jakub Jelinek  <jakub@redhat.com>
7216
7217         * locales/af_ZA: Fix syntax errors.
7218
7219 2000-01-24  Ulrich Drepper  <drepper@cygnus.com>
7220
7221         * tst-locale.sh: Also enable test5.
7222         * tests/test5.ds: New file.
7223
7224         * locales/gl_ES: New file.
7225         Contributed by Jacobo Tarrio <jtarrio@ceu.fi.udc.es>.
7226
7227         * locales/POSIX: Remove trailing semicolon.
7228         * locales/th_TH: Likewise.
7229         PR libc/1545.
7230
7231 2000-01-18  Ulrich Drepper  <drepper@cygnus.com>
7232
7233         * locales/ja_JP: Add double-width digits to digit class.
7234
7235 2000-01-12  Ulrich Drepper  <drepper@cygnus.com>
7236
7237         * charmaps/ISO-8859-16: Add mapping for /xba.
7238         Reported by Bruno Haible <haible@ilog.fr>.
7239
7240 2000-01-05  Ulrich Drepper  <drepper@cygnus.com>
7241
7242         * tst-trans.sh: Add directory names to charmap and repertoire file
7243         names.
7244
7245         * charmaps/ISO-8859-16: New file.
7246
7247         * SUPPORTED: Change lv_LV entry to use ISO-8859-13.
7248
7249 2000-01-03  Ulrich Drepper  <drepper@cygnus.com>
7250
7251         * SUPPORTED: Change lt_LT charset to ISO-8859-13.
7252
7253 1999-12-26  Ulrich Drepper  <drepper@cygnus.com>
7254
7255         * collate-test.c (main): Correct logic in test.
7256
7257         * tst-trans.sh: Use correct name for dynamic loader.
7258
7259 1999-12-23  Ulrich Drepper  <drepper@cygnus.com>
7260
7261         * SUPPORTED: Add af_ZA, en_BW, and en_ZW.
7262
7263         * locale/en_BW: New file.
7264         * locale/en_ZW: New file.
7265         Contributed by Schalk W. Cronjé <schalkc@ntaba.co.za>.
7266
7267 1999-12-21  Ulrich Drepper  <drepper@cygnus.com>
7268
7269         * locales/ja_JP: Fix cntrl mapping and era definition.
7270         Patch by Shinya Hanataka <hanataka@abyss.rim.or.jp>.
7271
7272 1999-12-20  Ulrich Drepper  <drepper@cygnus.com>
7273
7274         * locales/af_ZA: New file.
7275         Contributed by Schalk W. Cronjé <schalkc@ntaba.co.za>.
7276
7277 1999-12-19  Ulrich Drepper  <drepper@cygnus.com>
7278
7279         * locales/POSIX: Fix collation order of <SI> and add a few missing
7280         symbols.  Patch by Miloslav Trmac <mitr@volny.cz>.
7281
7282         * locales/cs_CZ: Fix syntax of collation entries with multi-character
7283         weights.
7284         * locales/da_DK: Likewise.
7285         * locales/el_GR: Likewise.
7286         * locales/en_CA: Likewise.
7287         * locales/en_CA,2.5: Likewise.
7288         * locales/en_DK: Likewise.
7289         * locales/en_DK.com: Likewise.
7290         * locales/es_AR: Likewise.
7291         * locales/es_BO: Likewise.
7292         * locales/es_CL: Likewise.
7293         * locales/es_CO: Likewise.
7294         * locales/es_DO: Likewise.
7295         * locales/es_EC: Likewise.
7296         * locales/es_ES: Likewise.
7297         * locales/es_GT: Likewise.
7298         * locales/es_HN: Likewise.
7299         * locales/es_MX: Likewise.
7300         * locales/es_PA: Likewise.
7301         * locales/es_PE: Likewise.
7302         * locales/es_PY: Likewise.
7303         * locales/es_SV: Likewise.
7304         * locales/es_US: Likewise.
7305         * locales/es_UY: Likewise.
7306         * locales/es_VE: Likewise.
7307         * locales/et_EE: Likewise.
7308         * locales/fi_FI: Likewise.
7309         * locales/fr_CA,2.13: Likewise.
7310         * locales/hr_HR: Likewise.
7311         * locales/hu_HU: Likewise.
7312         * locales/is_IS: Likewise.
7313         * locales/lt_LT: Likewise.
7314         * locales/lv_LV: Likewise.
7315         * locales/no_NO: Likewise.
7316         * locales/pl_PL: Likewise.
7317         * locales/ro_RO: Likewise.
7318         * locales/ru_RU: Likewise.
7319         * locales/ru_UA: Likewise.
7320         * locales/sl_SI: Likewise.
7321         * locales/sr_YU: Likewise.
7322         * locales/sv_SE: Likewise.
7323         * locales/th_TH: Likewise.
7324         * locales/tr_TR: Likewise.
7325         * locales/uk_UA: Likewise.
7326
7327 1999-12-18  Ulrich Drepper  <drepper@cygnus.com>
7328
7329         * charmaps/ISIRI-3342: New file.
7330         * locales/fa_IR: New file.
7331         Contributed by Roozbeh Pournader <roozbeh@sina.sharif.ac.ir>.
7332
7333 1999-12-10  Ulrich Drepper  <drepper@cygnus.com>
7334
7335         * locales/de_DE: Correct syntax of multi-character weights.
7336
7337 1999-12-08  Ulrich Drepper  <drepper@cygnus.com>
7338
7339         * tests/test6.c: New file.
7340         * tests/test6.cm: New file.
7341         * tests/test6.def: New file.
7342         * tests/test6.mne: New file.
7343
7344         * repertoiremaps/mnemonic.ds: Add U066A, UFE80, UFE81, UFE83,
7345         UFE85, and UFE8B.
7346         * charmaps/IBM864: Add mapping for /x25, /xc1, /xc2, /xc3, /xc4,
7347         and /xc6.
7348         * charmaps/KOI8-U: Fix typo in /x95 entry.
7349         * charmaps/KOI8-R: Correct 0x95 entry.
7350         * charmaps/CP1258: Add /xEC.
7351         * repertoiremaps/mnemonic.ds: Add U0300 and U0301.
7352         * charmaps/IBM874: Add Euro.
7353         * charmaps/ISO-8859-7: Map /xB4 to U0384.
7354         Reported by Bruno Haible <haible@ilog.fr>.
7355
7356 1999-11-29  Ulrich Drepper  <drepper@cygnus.com>
7357
7358         * charmaps/ISO-8859-10: Correct alias.  This charset was issued in
7359         1992.  Reported by Bruno Haible <haible@ilog.fr>.
7360
7361 1999-11-27  Shinya Hanataka  <hanataka@abyss.rim.or.jp>
7362
7363         * locales/ja_JP: Add JIS X 0201 kana and JIS X 0212 definitions.
7364         * charmaps/EUC-JP: Likewise.
7365         * repertoiremaps/mnemonic.ja: Likewise.
7366
7367         * locales/ja_JP: Add extra CLASS and MAP definisions.
7368
7369         * charmaps/EUC-JP: Add WIDTH definitions.
7370
7371 1999-11-25  Ulrich Drepper  <drepper@cygnus.com>
7372
7373         * Makefile: Don't run tests for now.
7374
7375 1999-11-23  Ulrich Drepper  <drepper@cygnus.com>
7376
7377         * locales/ko_KR: New file.
7378         * charmaps/EUC-KR: New file.
7379         Contributed by Won-kyu Park <wkpark@chem.skku.ac.kr>.
7380
7381 1999-11-22  Ulrich Drepper  <drepper@cygnus.com>
7382
7383         * locales/ja_JP [LC_CTYPE] (cntrl): Add PAD.
7384
7385         * repertoiremaps/mnemonic.ja: Add DCS and APC definitions.
7386
7387 1999-11-20  Ulrich Drepper  <drepper@cygnus.com>
7388
7389         * tst-trans.c: New file.
7390         * tst-trans.sh: New file.
7391         * tests/trans.def: New file.
7392         * Makefile: Add rules for character mapping tests.
7393
7394         * tests/test1.def: Correct ellipsis syntax.
7395
7396 1999-11-17  Ulrich Drepper  <drepper@cygnus.com>
7397
7398         * charmaps/ISO-8859-1: Don't define values for non-printable
7399         characters.
7400
7401         * charmaps/ISO-8859-1: Add width information.
7402
7403 1999-11-12  Ulrich Drepper  <drepper@cygnus.com>
7404
7405         * charmaps/ISO-8859-7: Fix 0xa1 mapping.
7406
7407         * charmaps/ISO-8859-13: Fix a few entries.
7408         Patch by Marius Gedminas <mgedmin@takas.lt>.
7409
7410 1999-09-22  Ulrich Drepper  <drepper@cygnus.com>
7411
7412         * locales/zh_CN: Some first patches to make the file usable.
7413
7414 1999-09-13  Ulrich Drepper  <drepper@cygnus.com>
7415
7416         * locales/id_ID: Fix typo.
7417
7418 1999-08-31  Ulrich Drepper  <drepper@cygnus.com>
7419
7420         * locales/en_DK: Add Euro symbol to collation and characterization
7421         tables.  Patch by Geoff Keating.
7422
7423         * charmaps/ISO-8859-15: Remove duplicate <OC>.
7424
7425 1999-08-16  Ulrich Drepper  <drepper@cygnus.com>
7426
7427         * charmaps/CP1258: Remove spurious <percent-sign/> entry.
7428         * charmaps/IBM866: Likewise.
7429         * charmaps/IBM874: Likewise.
7430         * charmaps/ISO-8859-13: Likewise.
7431         * charmaps/ISO-8859-14: Likewise.
7432         * charmaps/ISO-8859-15: Likewise.
7433         * charmaps/MAC-UK: Likewise.
7434
7435         * charmaps/ISO-8859-13: Correct typo.
7436         * charmaps/ISO-8859-14: Likewise.
7437         * charmaps/ISO-8859-15: Likewise.
7438
7439 1999-08-16  Andreas Schwab  <schwab@suse.de>
7440
7441         * charmaps/UTF8: Add entries for /x00.  Remove spurious
7442         <percent-sign/> entry.  Correct typo.
7443
7444 1999-08-15  Ulrich Drepper  <drepper@cygnus.com>
7445
7446         * charmaps/UTF8: Generated from the charDB.
7447
7448 1999-08-13  Andreas Schwab  <schwab@suse.de>
7449
7450         * locales/cs_CZ: Remove <ft> entry, add <St> entry.
7451         * locales/da_DK: Likewise.
7452         * locales/de_DE: Likewise.
7453         * locales/el_GR: Likewise.
7454         * locales/en_CA: Likewise.
7455         * locales/en_DK: Likewise.
7456         * locales/en_DK.com: Likewise.
7457         * locales/es_AR: Likewise.
7458         * locales/es_BO: Likewise.
7459         * locales/es_CL: Likewise.
7460         * locales/es_CO: Likewise.
7461         * locales/es_DO: Likewise.
7462         * locales/es_EC: Likewise.
7463         * locales/es_ES: Likewise.
7464         * locales/es_GT: Likewise.
7465         * locales/es_HN: Likewise.
7466         * locales/es_MX: Likewise.
7467         * locales/es_PA: Likewise.
7468         * locales/es_PE: Likewise.
7469         * locales/es_PY: Likewise.
7470         * locales/es_SV: Likewise.
7471         * locales/es_US: Likewise.
7472         * locales/es_UY: Likewise.
7473         * locales/es_VE: Likewise.
7474         * locales/et_EE: Likewise.
7475         * locales/fi_FI: Likewise.
7476         * locales/hr_HR: Likewise.
7477         * locales/hu_HU: Likewise.
7478         * locales/is_IS: Likewise.
7479         * locales/lt_LT: Likewise.
7480         * locales/lv_LV: Likewise.
7481         * locales/no_NO: Likewise.
7482         * locales/pl_PL: Likewise.
7483         * locales/ro_RO: Likewise.
7484         * locales/ru_RU: Likewise.
7485         * locales/ru_UA: Likewise.
7486         * locales/sl_SI: Likewise.
7487         * locales/sr_YU: Likewise.
7488         * locales/sv_SE: Likewise.
7489         * locales/tr_TR: Likewise.
7490         * locales/uk_UA: Likewise.
7491
7492         * charmaps/ISO_10646: Fix typo.
7493
7494 1999-08-15  Ulrich Drepper  <drepper@cygnus.com>
7495
7496         * locales/ca_ES: New file.
7497         Contributed by Joan Carles Soler <Joan.Soler@uv.es>.
7498
7499         * SUPPORTED: Add ca_ES.
7500
7501 1999-05-18  Ulrich Drepper  <drepper@cygnus.com>
7502
7503         * Makefile (LOCALEDEF): Add I18NPATH definition to find the
7504         correct sources.
7505
7506 1999-05-05  Ulrich Drepper  <drepper@cygnus.com>
7507
7508         * locales/ru_RU: Abbreviate Saturday Sbt.
7509         Patch by Sergei Ivanov <svivanov@pdmi.ras.ru>.
7510
7511 1999-05-03  Ulrich Drepper  <drepper@cygnus.com>
7512
7513         * Makefile (distribute): Temporarily add th_TH.in and cs_CZ.in.
7514
7515 1999-04-29  Ulrich Drepper  <drepper@cygnus.com>
7516
7517         * Makefile (install-locales): Allow specifying charset in locale
7518         name but omit it in locale definition file.
7519
7520         * SUPPORTED: Don't generate ru_SU.
7521         * locales/ru_SU: Removed.
7522
7523         * locales/zh_CN: Update.
7524         * charmaps/GB2312: New file.
7525         Contributed by hashao@china.com.
7526
7527 1999-04-20  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
7528
7529         * charmaps/UTF8: Fix entries for <G'>, <g'>, <1!> and <RY>, and
7530         correct some character names.
7531
7532         * repertoiremaps/mnemonic.ds: Correct name of <P2> entry.
7533
7534 1999-04-26  Ulrich Drepper  <drepper@cygnus.com>
7535
7536         * charmaps/SAMI-WS2: Add one more alias.
7537
7538 1999-04-16  Ulrich Drepper  <drepper@cygnus.com>
7539
7540         * charmaps/IBM874: New file.
7541
7542         * charmaps/IBM869: Correct entries 8b, 8e, and ef.
7543
7544         * charmaps/IBM865: Correct entries af, ed, f8, f9, and fa.
7545
7546         * charmaps/IBM864: Major update from Unicode data.
7547
7548         * charmaps/IBM863: Correct entries 8d, ed, f8, f9, and fa.
7549
7550         * charmaps/IBM862: Correct entries 9d, 9f, a9, f9, and fa.
7551
7552         * charmaps/IBM861: Correct entries 9f, a9, f9, and fa.
7553
7554         * charmaps/IBM860: Correct entries 8b, 9f, a9, f9, and fa.
7555
7556         * charmaps/IBM857: Correct entries ee, f7, and fa.
7557
7558         * charmaps/IBM855: Correct entries 95, ef, and fd.
7559
7560         * charmaps/IBM437: Correct entries f9 and fa.
7561
7562         * charmaps/UTF8: Correct BULLET OPERATOR mnemonic.
7563
7564         * locales/th_TH: New file.  Thai locale description.
7565         * th_TH.in: New file.
7566         Contributed by Theppitak Karoonboonyanan <thep@links.nectec.or.th>.
7567
7568 1999-04-14  Cristian Gafton  <gafton@redhat.com>
7569
7570         * SUPPORTED: Add support for Ukraine Russian.
7571         * locales/ru_UA: New file.
7572         * locales/uk_UA: New file.
7573         * charmaps/KOI8-U: New file.
7574
7575 1999-04-12  Ulrich Drepper  <drepper@cygnus.com>
7576
7577         * locales/id_ID: New file.
7578
7579 1999-04-10  Ulrich Drepper  <drepper@cygnus.com>
7580
7581         * charmaps/TIS-620: New file.
7582         Contributed by Theppitak Karoonboonyanan <thep@links.nectec.or.th>.
7583
7584 1999-03-31  Ulrich Drepper  <drepper@cygnus.com>
7585
7586         * locales/en_ZA: New file.  Contributed by nic@sig.co.za.
7587
7588         * charmaps/CP1256: Cosmetic changes.
7589         * charmaps/CP1257: Likewise.
7590
7591         * charmaps/CP1258: New file.
7592
7593         * charmaps/CP1257: Add some marks.
7594         * charmaps/CP1256: Update from Unicode page.
7595         * charmaps/CP1255: Lots of punctuation character changes.
7596         * charmaps/CP1254: Add Euro character.  Fix a few lowercase characters.
7597         * charmaps/CP1253: Add Euro character.
7598         * charmaps/CP1252: Add Euro character and z caron.
7599         * charmaps/CP1251: Add Euro character.
7600         * charmaps/CP1250: Add Euro character.
7601
7602 1999-03-15  Ulrich Drepper  <drepper@cygnus.com>
7603
7604         * locales/hr_HR: Various corrections.
7605         Patch by Tomislav Vujec <tvujec@CARNet.hr>.
7606
7607 1999-03-08  Ulrich Drepper  <drepper@cygnus.com>
7608
7609         * locales/ru_RU (mon): Fix March and May month name translations.
7610         Reported by Vadim V. Zhytnikov <vvzhy@td.lpi.ac.ru>.
7611
7612 1999-02-16  Ulrich Drepper  <drepper@cygnus.com>
7613
7614         * Makefile (test-input): Prepare for cs_CZ test.
7615         * locales/cs_CZ: New version from Vladimir Michl <michlv@risc.upol.cz>.
7616         * cs_CZ.in: New file.
7617
7618 1999-02-11  Ulrich Drepper  <drepper@cygnus.com>
7619
7620         * locales/it_CH: New file.
7621         * SUPPORTED: Add it_CH.
7622
7623         * locales/in_ID: New file.
7624         * SUPPORTED: Add in_ID.
7625
7626 1998-12-20  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
7627
7628         * Makefile (test-input): Add hr_HR.ISO-8859-2.
7629         (test-input-data): New variable.
7630         (distribute): Use it.
7631         (do-collate-test): Use it.
7632         * locales/hr_HR.in: New file.
7633
7634 1998-12-16  Ulrich Drepper  <drepper@cygnus.com>
7635
7636         * charmaps/IBM866: New file.
7637         * charmaps/MAC-UK: New file.
7638
7639 1998-12-13  Ulrich Drepper  <drepper@cygnus.com>
7640
7641         * charmaps/ISO-8859-13: Correct alias name (LATIN8 -> LATIN7).
7642         * charmaps/ISO-8859-14: Add alias names.
7643
7644         * repertoiremaps/mnemonics.ds: Remove duplicates.
7645
7646 1998-12-12  Ulrich Drepper  <drepper@cygnus.com>
7647
7648         * charmaps/ISO-8859-13: New file.
7649         * charmaps/ISO-8859-14: New file.
7650         * charmaps/ISO-8859-15: New file.
7651
7652         * repertoiremaps/mnemonic.ds: Add the missing mnemonics.
7653
7654 1998-12-07  Ulrich Drepper  <drepper@cygnus.com>
7655
7656         * SUPPORTED: Add en_AU.
7657
7658 1998-12-01  Ulrich Drepper  <drepper@cygnus.com>
7659
7660         * SUPPORTED: Update greek entry.
7661         Reported by Maciej W. Rozycki <macro@ds2.pg.gda.pl>.
7662
7663 1998-11-12  Ulrich Drepper  <drepper@cygnus.com>
7664
7665         * locales/el_GR (abmon): Remove spaces at end of strings.
7666
7667 1998-10-20  Ulrich Drepper  <drepper@cygnus.com>
7668
7669         * tests/test1.cm: Add missing character definitions to read POSIX
7670         locale definition.
7671         * tests/test2.cm: Likewise.
7672         * tests/test3.cm: Likewise.
7673         * tests/test4.cm: Likewise.
7674         * tests/test5.cm: Likewise.
7675
7676 1998-10-19 13:31  Ulrich Drepper  <drepper@cygnus.com>
7677
7678         * locales/POSIX: Correct typo.  Add UNDEFINED symbol.
7679
7680 1998-10-14  Ulrich Drepper  <drepper@cygnus.com>
7681
7682         * locales/gr_GR: Renamed to...
7683         * locales/el_GR: ...this.
7684         (yesexpr, noexpr): Also allow yes and no.
7685
7686 1998-09-25  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7687
7688         * locales/sr_YU: Add repertoiremap.
7689
7690 1998-09-23  Cristian Gafton  <gafton@redhat.com>
7691
7692         * locales/sr_YU: New file.
7693         * SUPPORTED: Add sr_YU.
7694
7695 1998-09-23  Ulrich Drepper  <drepper@cygnus.com>
7696
7697         * Makefile: Rewrite install-locales rule.
7698
7699 1998-06-15  Ulrich Drepper  <drepper@cygnus.com>
7700
7701         * Makefile: Add more dependecies for running tests.
7702         Reported by HJ Lu.
7703
7704 1998-06-14  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7705
7706         * locales/sk_SK: Add repertoiremap.
7707
7708 1998-05-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7709
7710         * locales/ru_SU: Add repertoiremap.
7711
7712 1998-05-01  Ulrich Drepper  <drepper@cygnus.com>
7713
7714         * locales/ru_SU: New file.
7715         * SUPPORTED: Add ru_SU with KOI8-R.
7716
7717 1998-04-30  Ulrich Drepper  <drepper@cygnus.com>
7718
7719         * Makefile: Install repertoire maps.
7720         * mnemonic.ds: Moved into repertoiremaps subdir.
7721         * repertoiremaps/charids.894: New file.
7722         * repertoiremaps/mnemonic.ds: New file.
7723
7724         * sort-test.sh: Adapt for most recent changes in localedef.
7725         * tst-fmon.sh: Likewise.
7726         * tst-locale.sh: Likewise.
7727
7728         * locales/POSIX: Add repertoiremap definition.
7729         * locales/cs_CZ: Likewise.
7730         * locales/da_DK: Likewise.
7731         * locales/de_AT: Likewise.
7732         * locales/de_BE: Likewise.
7733         * locales/de_CH: Likewise.
7734         * locales/de_DE: Likewise.
7735         * locales/de_LU: Likewise.
7736         * locales/en_AU: Likewise.
7737         * locales/en_CA: Likewise.
7738         * locales/en_CA,2.5: Likewise.
7739         * locales/en_DK: Likewise.
7740         * locales/en_DK.com: Likewise.
7741         * locales/en_GB: Likewise.
7742         * locales/en_IE: Likewise.
7743         * locales/en_NZ: Likewise.
7744         * locales/en_US: Likewise.
7745         * locales/es_AR: Likewise.
7746         * locales/es_BO: Likewise.
7747         * locales/es_CL: Likewise.
7748         * locales/es_CO: Likewise.
7749         * locales/es_DO: Likewise.
7750         * locales/es_EC: Likewise.
7751         * locales/es_ES: Likewise.
7752         * locales/es_GT: Likewise.
7753         * locales/es_HN: Likewise.
7754         * locales/es_MX: Likewise.
7755         * locales/es_PA: Likewise.
7756         * locales/es_PE: Likewise.
7757         * locales/es_PY: Likewise.
7758         * locales/es_SV: Likewise.
7759         * locales/es_US: Likewise.
7760         * locales/es_UY: Likewise.
7761         * locales/es_VE: Likewise.
7762         * locales/et_EE: Likewise.
7763         * locales/eu_ES: Likewise.
7764         * locales/fi_FI: Likewise.
7765         * locales/fo_FO: Likewise.
7766         * locales/fr_BE: Likewise.
7767         * locales/fr_CA: Likewise.
7768         * locales/fr_CA,2.13: Likewise.
7769         * locales/fr_CH: Likewise.
7770         * locales/fr_FR: Likewise.
7771         * locales/fr_LU: Likewise.
7772         * locales/ga_IE: Likewise.
7773         * locales/gr_GR: Likewise.
7774         * locales/he_IL: Likewise.
7775         * locales/hr_HR: Likewise.
7776         * locales/hu_HU: Likewise.
7777         * locales/is_IS: Likewise.
7778         * locales/it_IT: Likewise.
7779         * locales/iw_IL: Likewise.
7780         * locales/kl_GL: Likewise.
7781         * locales/lt_LT: Likewise.
7782         * locales/lv_LV: Likewise.
7783         * locales/nl_BE: Likewise.
7784         * locales/nl_NL: Likewise.
7785         * locales/no_NO: Likewise.
7786         * locales/pl_PL: Likewise.
7787         * locales/pt_BR: Likewise.
7788         * locales/pt_PT: Likewise.
7789         * locales/ro_RO: Likewise.
7790         * locales/ru_RU: Likewise.
7791         * locales/sl_SI: Likewise.
7792         * locales/sv_FI: Likewise.
7793         * locales/sv_SE: Likewise.
7794         * locales/tr_TR: Likewise.
7795         * locales/zh_CN: Likewise.
7796
7797 1998-04-29  Ulrich Drepper  <drepper@cygnus.com>
7798
7799         * tst-locale.sh: Add comment for when multi-byte charsets in
7800         locales work.
7801         * tests/test5.cm: New file.
7802         * tests/test5.def: New file.
7803         * Makefile (ld-test-names): Add test5.
7804
7805 1998-04-28  Ulrich Drepper  <drepper@cygnus.com>
7806
7807         * locales/de_DE: Use . as thousands separator and 3;3 groups for
7808         LC_NUMERIC.
7809
7810 1998-03-30  Ulrich Drepper  <drepper@cygnus.com>
7811
7812         * Makefile: Fix test rules from last patch.
7813
7814 1998-03-22  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7815
7816         * locales/ru_RU: Abbreviations must end with a consonant.  Fix for
7817         Tuesday by Ilya Ovchinnikov <ilya@taspd13a.npi.msu.su>. [PR libc/517]
7818
7819 1998-03-25  Ulrich Drepper  <drepper@cygnus.com>
7820
7821         * Makefile (distribute): Add tst-locale.sh.
7822
7823 1998-03-24 12:14  Ulrich Drepper  <drepper@cygnus.com>
7824
7825         * Makefile (distribute): Add SUPPORTED.
7826         (install-locales): New rule to install locale dat ausing localedef.
7827         * SUPPORTED: New file.  Names all usable locales.
7828         Based on a patch by Cristian Gafton <gafton@redhat.com>.
7829
7830         * locales/gr_GR: Correct collation description.
7831         * locales/nl_NL: Correct Charset requirement.
7832         * locales/pt_BR: Fix int_curr_symbol.
7833         * locales/ru_RU: Fix ctype data.
7834         Patches by Cristian Gafton <gafton@redhat.com>.
7835
7836         * locales/nl_NL: Fix yesexpr/noexpr.
7837         * locales/pt_BR: Likewise.
7838         * locales/cs_CZ: Likewise.
7839         * locales/da_DK: Likewise.
7840         * locales/en_AU: Likewise.
7841         * locales/en_CA: Likewise.
7842         * locales/en_DK: Likewise.
7843         * locales/en_DK.com: Likewise.
7844         * locales/en_GB: Likewise.
7845         * locales/en_NZ: Likewise.
7846         * locales/en_US: Likewise.
7847         * locales/es_AR: Likewise.
7848         * locales/es_BO: Likewise.
7849         * locales/es_CL: Likewise.
7850         * locales/es_CO: Likewise.
7851         * locales/es_DO: Likewise.
7852         * locales/es_EC: Likewise.
7853         * locales/es_ES: Likewise.
7854         * locales/es_GT: Likewise.
7855         * locales/es_HN: Likewise.
7856         * locales/es_MX: Likewise.
7857         * locales/es_PA: Likewise.
7858         * locales/es_PE: Likewise.
7859         * locales/es_PY: Likewise.
7860         * locales/es_SV: Likewise.
7861         * locales/es_US: Likewise.
7862         * locales/es_UY: Likewise.
7863         * locales/es_VE: Likewise.
7864         * locales/et_EE: Likewise.
7865         * locales/eu_ES: Likewise.
7866         * locales/fi_FI: Likewise.
7867         * locales/fo_FO: Likewise.
7868         * locales/fr_BE: Likewise.
7869         * locales/fr_CA: Likewise.
7870         * locales/fr_CH: Likewise.
7871         * locales/fr_FR: Likewise.
7872         * locales/fr_LU: Likewise.
7873         * locales/ga_IE: Likewise.
7874         * locales/gr_GR: Likewise.
7875         * locales/he_IL: Likewise.
7876         * locales/hr_HR: Likewise.
7877         * locales/hu_HU: Likewise.
7878         * locales/is_IS: Likewise.
7879         * locales/it_IT: Likewise.
7880         * locales/iw_IL: Likewise.
7881         * locales/ja_JP: Likewise.
7882         * locales/kl_GL: Likewise.
7883         * locales/lt_LT: Likewise.
7884         * locales/lv_LV: Likewise.
7885         * locales/no_NO: Likewise.
7886         * locales/pl_PL: Likewise.
7887         * locales/pt_PT: Likewise.
7888         * locales/ro_RO: Likewise.
7889         * locales/ru_RU: Likewise.
7890         * locales/sl_SI: Likewise.
7891         * locales/sv_SE: Likewise.
7892         * locales/tr_TR: Likewise.
7893         * locales/zh_CN: Likewise.
7894
7895 1998-03-14  Ulrich Drepper  <drepper@cygnus.com>
7896
7897         * locales/ru_RU: Correct last patch.
7898         Patch by Cristian Gafton <gafton@redhat.com>.
7899
7900 1998-03-11  Ulrich Drepper  <drepper@cygnus.com>
7901
7902         * locales/de_DE: Use common german data and time format not ISO
7903         8601.
7904
7905 1998-03-08  Ulrich Drepper  <drepper@cygnus.com>
7906
7907         * locales/ru_RU: Correct inconsistencies in mon data.
7908         Patch by Alexander V. Lukyanov <lav@alpha.netis.ru>.
7909
7910 1997-12-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7911
7912         * locales/pl_PL: Fix int_curr_symbol.
7913
7914 1997-10-09 04:56  Ulrich Drepper  <drepper@cygnus.com>
7915
7916         * locales/is_IS: Update from Debian version.
7917
7918 1997-08-29 03:16  Ulrich Drepper  <drepper@cygnus.com>
7919
7920         * tst-fmon.c: New file.  strfmon test program.
7921         * tst-fmon.sh: New file.  Script to run strfmon test.
7922         * fmon-de_DE.exp: New file.  Expected result of strfmon test for de_DE.
7923         * fmon-en_US.exp: New file.  Expected result of strfmon test for en_US.
7924
7925         * locales/cs_CZ: Update from author.
7926
7927 1997-03-17 03:32  Ulrich Drepper  <drepper@cygnus.com>
7928
7929         * sort-test.sh: Call localedef with additional environment variable
7930         I18NPATH to point to not-yet-installed locale data files.
7931
7932         * locales/POSIX: Updated version from maintainer.
7933
7934 1997-02-15 14:32 15:10 Andreas Jaeger  <aj@arthur.pfalz.de>
7935
7936         * collate-test.c (main): Change prototype definition to prevent
7937         warning.
7938
7939 1997-02-15 17:46  Ulrich Drepper  <drepper@cygnus.com>
7940
7941         * locales/de_DE: Include real collation data.  It's similar to the
7942         en_DK information but the order of small and capital characters is
7943         exchanged.
7944
7945         * collate-test.c: New file.  Test suite for strcoll function.
7946         * de_DE.in: Input file for collation test.
7947         * da_DK.in: Likewise.
7948
7949         * xfrm-test.c: New file.  Test suite for strxfrm function.
7950
7951 1996-12-10 02:47  Ulrich Drepper  <drepper@cygnus.com>
7952
7953         * All charmaps: Fix entries for <quotation-mark>.
7954
7955 1996-10-17 18:57  Ulrich Drepper  <drepper@cygnus.com>
7956
7957         * Makefile (charmaps): Don't try to install CVS or RCS directory.
7958         (locales): Likewise.
7959         Reported by Matthias Urlichs.