summaryrefslogtreecommitdiff
path: root/localedata/ChangeLog
blob: bd2debb72579506ad14d6960fa412e0bb1071797 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
2451
2452
2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
2472
2473
2474
2475
2476
2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
2494
2495
2496
2497
2498
2499
2500
2501
2502
2503
2504
2505
2506
2507
2508
2509
2510
2511
2512
2513
2514
2515
2516
2517
2518
2519
2520
2521
2522
2523
2524
2525
2526
2527
2528
2529
2530
2531
2532
2533
2534
2535
2536
2537
2538
2539
2540
2541
2542
2543
2544
2545
2546
2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
2557
2558
2559
2560
2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
2580
2581
2582
2583
2584
2585
2586
2587
2588
2589
2590
2591
2592
2593
2594
2595
2596
2597
2598
2599
2600
2601
2602
2603
2604
2605
2606
2607
2608
2609
2610
2611
2612
2613
2614
2615
2616
2617
2618
2619
2620
2621
2622
2623
2624
2625
2626
2627
2628
2629
2630
2631
2632
2633
2634
2635
2636
2637
2638
2639
2640
2641
2642
2643
2644
2645
2646
2647
2648
2649
2650
2651
2652
2653
2654
2655
2656
2657
2658
2659
2660
2661
2662
2663
2664
2665
2666
2667
2668
2669
2670
2671
2672
2673
2674
2675
2676
2677
2678
2679
2680
2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
2691
2692
2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
2713
2714
2715
2001-02-14  Ulrich Drepper  <drepper@redhat.com>

	* charmaps/GB18030: Update for Dec 2000 re-release of GB18030.
	Patch by Yong Li <rigel863@yahoo.com>.

2001-02-13  Ulrich Drepper  <drepper@redhat.com>

	* SUPPORTED: Add zh_CN.GBK.

2001-02-09  Andreas Jaeger  <aj@suse.de>

	* locales/en_IN: Add newline at end of file.

	* SUPPORTED: Add more entries.

2001-02-09  Ulrich Drepper  <drepper@redhat.com>

	* locales/en_HK: At newline at the end of the file.

2001-02-08  Andreas Jaeger  <aj@suse.de>

	* localedata/SUPPORTED: Add some entries for new locales.

2001-02-07  Andreas Jaeger  <aj@suse.de>

	* locales/ar_IN: New.
	* locales/bn_IN: New.
	* locales/el_GR@euro: New.
	* locales/en_HK: New.
	* locales/en_IN: New.
	* locales/en_PH: New.
	* locales/en_SG: New.
	* locales/ms_MY: New.
	* locales/ta_IN: New.
	* locales/te_IN: New.
	* locales/zh_SG: New.

2001-02-06  Ulrich Drepper  <drepper@redhat.com>

	* locales/zh_TW: Extend LC_IDENTIFICATION entries a bit.
	* locales/zh_CN: Likewise.

2001-02-04  Bruno Haible  <haible@clisp.cons.org>

	* locales/translit_cjk_compat: Add missing characters in range
	U+3300..U+33FF.

2001-01-30  Ulrich Drepper  <drepper@redhat.com>

	* locales/fi_FI: Remove FIXME comments.
	* locales/sv_FI: Likewise.
	Patch by Marko Myllynen <myllynen@lut.fi>.

2001-01-23  Jakub Jelinek  <jakub@redhat.com>

	* locales/cs_CZ (yesexpr, noexpr): Add caret prefix.
	Patch by Petr Cech <cech@atrey.karlin.mff.cuni.cz>.

2001-01-23  Andreas Schwab  <schwab@suse.de>

	* locales/el_GR: Add missing quotes around multicharacter strings.
	* locales/ru_RU: Likewise.

2001-01-19  Ulrich Drepper  <drepper@redhat.com>

	* Makefile (LOCALES): Add fr_FR.ISO-8859-1.
	* tst-langinfo.sh: Add French tests.

2001-01-08  Jakub Jelinek  <jakub@redhat.com>

	* locales/cs_CZ: Fix grammar of comment above abmon.
	Reported by Stanislav Brabec <utx@penguin.cz>.

2000-12-31  Andreas Jaeger  <aj@suse.de>

	* tst-fmon.c (main): Use return instead of exit to avoid warning.

2000-12-21  Ulrich Drepper  <drepper@redhat.com>

	* tests/test5.cm: Define code_set_name.

2000-12-03  Ulrich Drepper  <drepper@redhat.com>

	* charmaps/SJIS: Add mapping for FULLWIDTH REVERSE SOLIDUS.
	* charmaps/EUC-JP: Add mapping for FULLWIDTH TILDE and FULLWIDTH
	REVERSE SOLIDUS.

2000-11-30  Ulrich Drepper  <drepper@redhat.com>

	* Makefile (tests): Add tst-setlocale.
	(tst-setlocale-ENV): Define.
	* tst-setlocale.c: New file.

2000-11-28  Ulrich Drepper  <drepper@redhat.com>

	* Makefile (LOCALES): Add ja_JP.SJIS.

2000-11-23  Ulrich Drepper  <drepper@redhat.com>

	* tst-digits.c (main): Add casts to avoid warnings.
	* collate-test.c (xstrcoll): Make l1 and l2 const.
	* xfrm-test.c (xstrcmp): Make l1 and l2 const.

2000-11-20  Ulrich Drepper  <drepper@redhat.com>

	* charmaps/BALTIC: Superceded by ISO-8859-13.

2000-11-15  Ulrich Drepper  <drepper@redhat.com>

	* locales/ko_KR: Changed LC_IDENTIFICATION territory field to
	Republic of Korea.  Streamlined and extend(include all Hangul
	syllables) hangul and hanja class definition in LC_CTYPE and
	hangul portion of LC_COLLATE.  Several changes in LC_TIME.  Added
	tel_dom_fmt to LC_TELEPHONE.
	Patch by Jungshik Shin <jshin@pantheon.yale.edu>.

2000-11-09  Ulrich Drepper  <drepper@redhat.com>

	* locales/ko_KR: Fix currency_symbol.
	Reported by Jungshik Shin <jshin@pantheon.yale.edu>.

2000-11-08  Bruno Haible  <haible@clisp.cons.org>

	* locales/translit_neutral: Tweak <U2014>, <U2212>, <U2219>.
	Reported by Markus Kuhn.

2000-11-08  Ulrich Drepper  <drepper@redhat.com>

	* charmaps/EUC-KR: Revert last change.  Backslash maps to backslash.
	* locales/ko_KR: Revert change.  Use full with won sign.
	Reported by Jungshik Shin <jshin@pantheon.yale.edu>.

2000-11-07  Ulrich Drepper  <drepper@redhat.com>

	* locales/mk_MK: Update.
	Patch by Damjan Georgievski <gdamjan@freemail.org.mk>.

2000-11-06  Ulrich Drepper  <drepper@redhat.com>

	* charmaps/BIG5: Add mapping for <U20AC> back.
	Patch by Tung-Han Hsieh <thhsieh@twcpro.phys.ntu.edu.tw>.

2000-11-03  Bruno Haible  <haible@clisp.cons.org>

	* locales/translit_neutral: Add more entries.  Mostly from Markus Kuhn.
	* locales/translit_compat: Add a few ligatures.
	* locales/translit_combining: Add a few plain ASCII alternatives.
	* locales/translit_fraction: Likewise.  Surround with spaces.

2000-10-29  Bruno Haible  <haible@clisp.cons.org>

	* locales/translit_hangul: New file.
	* locales/ko_KR (LC_CTYPE): Include it.

2000-10-29  Bruno Haible  <haible@clisp.cons.org>

	* locales/translit_cjk_variants: New file.
	* locales/ja_JP (LC_CTYPE): Include it.

2000-10-29  Bruno Haible  <haible@clisp.cons.org>

	* locales/da_DK (LC_CTYPE): Include translit_combining, add A-ring
	transliteration rules.

2000-10-29  Bruno Haible  <haible@clisp.cons.org>

	* locales/de_DE (LC_CTYPE): Include translit_combining, add umlaut
	transliteration rules.
	* locales/de_AT (LC_CTYPE): Include de_DE instead of i18n.
	* locales/de_BE (LC_CTYPE): Likewise.
	* locales/de_CH (LC_CTYPE): Likewise.
	* locales/de_LU (LC_CTYPE): Likewise.
	* locales/de_DE@euro (LC_CTYPE): Include de_DE instead of i18n.
	* locales/de_AT@euro (LC_CTYPE): Include de_AT instead of i18n.
	* locales/de_BE@euro (LC_CTYPE): Include de_BE instead of i18n.
	* locales/de_LU@euro (LC_CTYPE): Include de_LU instead of i18n.

2000-10-29  Bruno Haible  <haible@clisp.cons.org>

	* locales/translit_combining: New file.
	* locales/fr_FR (LC_CTYPE): Include it.
	* locales/fr_BE (LC_CTYPE): Include fr_FR instead of i18n.
	* locales/fr_CA (LC_CTYPE): Likewise.
	* locales/fr_CH (LC_CTYPE): Likewise.
	* locales/fr_LU (LC_CTYPE): Likewise.
	* locales/fr_FR@euro (LC_CTYPE): Include fr_FR instead of i18n.
	* locales/fr_BE@euro (LC_CTYPE): Include fr_BE instead of i18n.
	* locales/fr_LU@euro (LC_CTYPE): Include fr_LU instead of i18n.

2000-10-29  Bruno Haible  <haible@clisp.cons.org>

	* locales/translit_wide: New file.
	* locales/translit_narrow: New file.
	* locales/translit_font: New file.
	* locales/translit_circle: New file.
	* locales/translit_small: New file.
	* locales/translit_fraction: New file.
	* locales/translit_compat: New file.
	* locales/translit_cjk_compat: New file.
	* locales/translit_neutral: New file.  Include all of the above.
	* locales/i18n (LC_CTYPE): Include translit_neutral.  Remove a few
	German and Danish specific rules.

2000-10-29  Bruno Haible  <haible@clisp.cons.org>

	* locales/ja_JP (LC_CTYPE): Refer to "i18n" instead of duplicating it.
	* locales/zh_CN (LC_CTYPE): Likewise.
	* locales/ko_KR (LC_CTYPE): Likewise.

2000-10-29  Bruno Haible  <haible@clisp.cons.org>

	* charmaps/UTF-8: Set width of U200B to 0.
	* charmaps/GB18030: Likewise.

2000-10-29  Ulrich Drepper  <drepper@redhat.com>

	* charmaps/BIG5: Update.
	Patch by Tung-Han Hsieh <thhsieh@twcpro.phys.ntu.edu.tw>.

	* locales/mk_MK: Use iso14651_t1 file.
	Patch by Damjan <arhiv@freemail.org.mk>.

2000-10-27  Ulrich Drepper  <drepper@redhat.com>

	* charmaps/VISCII: New file.

2000-10-27  Bruno Haible  <haible@clisp.cons.org>

	* locales/sr_YU@cyrillic: New file. Based on a locale file by
	Anton Zinoviev <anton@lml.bas.bg>.
	* SUPPORTED: Add sr_YU@cyrillic.

2000-10-27  Bruno Haible  <haible@clisp.cons.org>

	* locales/ar_SA: Use Unicode aware LC_CTYPE information from "i18n".
	* locales/be_BY: Likewise.
	* locales/bg_BG: Likewise.
	* locales/el_GR: Likewise.
	* locales/ja_JP: Likewise.
	* locales/ko_KR: Likewise.
	* locales/mk_MK: Likewise.
	* locales/ru_RU: Likewise.
	* locales/ru_UA: Likewise.
	* locales/th_TH: Likewise.
	* locales/tr_TR: Likewise.
	* locales/uk_UA: Likewise.
	* locales/zh_CN: Likewise.
	* tests-mbwc/dat_iswalnum.c: Update for changed character properties
	in the ja_JP.EUC-JP locale.
	* tests-mbwc/dat_iswalpha.c: Likewise.
	* tests-mbwc/dat_iswctype.c: Likewise.
	* tests-mbwc/dat_iswgraph.c: Likewise.
	* tests-mbwc/dat_iswprint.c: Likewise.
	* tests-mbwc/dat_iswpunct.c: Likewise.

2000-10-26  Ulrich Drepper  <drepper@redhat.com>

	* fr_CA,2.13.in: Removed.

2000-10-26  GOTO Masanori  <gotom@debian.or.jp>

	* locales/POSIX: New support for date_fmt.
	* locales/af_ZA: Likewise.
	* locales/ar_AE: Likewise.
	* locales/ar_BH: Likewise.
	* locales/ar_DZ: Likewise.
	* locales/ar_EG: Likewise.
	* locales/ar_IQ: Likewise.
	* locales/ar_JO: Likewise.
	* locales/ar_KW: Likewise.
	* locales/ar_LB: Likewise.
	* locales/ar_LY: Likewise.
	* locales/ar_MA: Likewise.
	* locales/ar_OM: Likewise.
	* locales/ar_QA: Likewise.
	* locales/ar_SA: Likewise.
	* locales/ar_SD: Likewise.
	* locales/ar_SY: Likewise.
	* locales/ar_TN: Likewise.
	* locales/ar_YE: Likewise.
	* locales/be_BY: Likewise.
	* locales/bg_BG: Likewise.
	* locales/ca_ES: Likewise.
	* locales/cs_CZ: Likewise.
	* locales/da_DK: Likewise.
	* locales/de_AT: Likewise.
	* locales/de_BE: Likewise.
	* locales/de_CH: Likewise.
	* locales/de_DE: Likewise.
	* locales/de_LU: Likewise.
	* locales/el_GR: Likewise.
	* locales/en_AU: Likewise.
	* locales/en_CA: Likewise.
	* locales/en_DK: Likewise.
	* locales/en_GB: Likewise.
	* locales/en_IE: Likewise.
	* locales/en_NZ: Likewise.
	* locales/en_US: Likewise.
	* locales/en_ZA: Likewise.
	* locales/es_AR: Likewise.
	* locales/es_BO: Likewise.
	* locales/es_CL: Likewise.
	* locales/es_CO: Likewise.
	* locales/es_CR: Likewise.
	* locales/es_DO: Likewise.
	* locales/es_EC: Likewise.
	* locales/es_ES: Likewise.
	* locales/es_GT: Likewise.
	* locales/es_HN: Likewise.
	* locales/es_MX: Likewise.
	* locales/es_NI: Likewise.
	* locales/es_PA: Likewise.
	* locales/es_PE: Likewise.
	* locales/es_PR: Likewise.
	* locales/es_PY: Likewise.
	* locales/es_SV: Likewise.
	* locales/es_US: Likewise.
	* locales/es_UY: Likewise.
	* locales/es_VE: Likewise.
	* locales/et_EE: Likewise.
	* locales/eu_ES: Likewise.
	* locales/fa_IR: Likewise.
	* locales/fi_FI: Likewise.
	* locales/fo_FO: Likewise.
	* locales/fr_BE: Likewise.
	* locales/fr_CA: Likewise.
	* locales/fr_CH: Likewise.
	* locales/fr_FR: Likewise.
	* locales/fr_LU: Likewise.
	* locales/ga_IE: Likewise.
	* locales/gl_ES: Likewise.
	* locales/gv_GB: Likewise.
	* locales/he_IL: Likewise.
	* locales/hi_IN: Likewise.
	* locales/hr_HR: Likewise.
	* locales/hu_HU: Likewise.
	* locales/i18n: Likewise.
	* locales/id_ID: Likewise.
	* locales/is_IS: Likewise.
	* locales/it_CH: Likewise.
	* locales/it_IT: Likewise.
	* locales/iw_IL: Likewise.
	* locales/ja_JP: Likewise.
	* locales/kl_GL: Likewise.
	* locales/ko_KR: Likewise.
	* locales/kw_GB: Likewise.
	* locales/lt_LT: Likewise.
	* locales/lv_LV: Likewise.
	* locales/mk_MK: Likewise.
	* locales/mr_IN: Likewise.
	* locales/mt_MT: Likewise.
	* locales/nl_BE: Likewise.
	* locales/nl_NL: Likewise.
	* locales/nn_NO: Likewise.
	* locales/no_NO: Likewise.
	* locales/pl_PL: Likewise.
	* locales/pt_BR: Likewise.
	* locales/pt_PT: Likewise.
	* locales/ro_RO: Likewise.
	* locales/ru_RU: Likewise.
	* locales/ru_UA: Likewise.
	* locales/sk_SK: Likewise.
	* locales/sl_SI: Likewise.
	* locales/sq_AL: Likewise.
	* locales/sr_YU: Likewise.
	* locales/sv_FI: Likewise.
	* locales/sv_SE: Likewise.
	* locales/th_TH: Likewise.
	* locales/tr_TR: Likewise.
	* locales/uk_UA: Likewise.
	* locales/vi_VN: Likewise.
	* locales/zh_CN: Likewise.
	* locales/zh_HK: Likewise.
	* locales/zh_TW: Likewise.

2000-10-26  Ulrich Drepper  <drepper@redhat.com>

	* locales/fa_IR: Fix many problems and change to use UTF-8.
	Patch by Roozbeh Pournader <roozbeh@sharif.edu>.
	* SUPPORTED: Add fa_IR.UTF-8.

2000-10-22  Bruno Haible  <haible@clisp.cons.org>

	* charmaps/BIG5HKSCS: Add 9 commented irreversible mappings.

2000-10-19  Ulrich Drepper  <drepper@redhat.com>

	* locales/iso14651_t1: Handle Macedonian correctly.
	Patch by Damjan <arhiv@freemail.org.mk>.

2000-10-06  Ulrich Drepper  <drepper@redhat.com>

	* locales/iso14651_t1: Add currency symbols.

2000-10-04  Ulrich Drepper  <drepper@redhat.com>

	* tests-mbwc/dat_iswctype.c: Full width 9 is not a digit in ja_JP.
	* tests-mbwc/dat_iswdigit.c: Likewise.

	* locales/zh_CN: Remove non-ASCII digit entry.
	* locales/ja_JP: Likewise.
	Add full width digits to alnum class.

2000-09-30  Bruno Haible  <haible@clisp.cons.org>

	* gen-unicode-ctype.c (is_digit, is_xdigit): Remove all non-ASCII
	digits.
	(is_alpha): Add them here.
	* locales/i18n (digit): Remove all non-ASCII digits.
	(alpha): Add them here.

	* dump-ctype.c: Pretty print.

2000-10-04  Ulrich Drepper  <drepper@redhat.com>

	* charmaps/EUC-KR: Change \x5c mapping to U20a9.
	* locales/ko_KR: Change currency_symbol back to use U20a9.

2000-10-03  Ulrich Drepper  <drepper@redhat.com>

	* tst-langinfo.sh: Adjust for change in ja_JP.

2000-10-03  GOTO Masanori  <gotom@debian.or.jp>

	* locales/ja_JP: Changed yesexpr/noexpr expression,
	fixed typo in era, added definition for name_gen.

2000-09-30  Bruno Haible  <haible@clisp.cons.org>

	* SUPPORTED: Add ko_KR.UTF-8.

2000-10-01  Bruno Haible  <haible@clisp.cons.org>

	* charmaps/BIG5: Add a width table.
	* charmaps/GB18030: Likewise.
	* charmaps/ISO-8859-6: Likewise.
	* charmaps/ISO-8859-8: Likewise.
	* charmaps/TIS-620: Likewise.

2000-09-30  Bruno Haible  <haible@clisp.cons.org>

	* Makefile (repertoiremaps): Remove variable.
	(distribute): Remove repertoiremaps.
	(install-others): Likewise. Add .gz to charmaps.
	($(inst_i18ndir)/charmaps/%): Install in gzipped format.

2000-09-30  Bruno Haible  <haible@clisp.cons.org>

	* charmaps/ISO-IR-197: Remove alias "none".

2000-09-30  Bruno Haible  <haible@clisp.cons.org>

	* charmaps/UTF-8: Add the correct Hangul syllable names.  Change the
	width of format control characters to 0.

2000-09-30  Bruno Haible  <haible@clisp.cons.org>

	* tests-mbwc/tst_wcscmp.c (tst_wcscmp): Take the sign of ret.
	* tests-mbwc/dat_wcscmp.c (tst_wcscmp_loc): Don't expect precise
	return values.  Only the sign matters.

2000-09-28  Ulrich Drepper  <drepper@redhat.com>

	* locales/ar_SA: Last non <Uxxxx> entries removed.
	Patch by Martin Strassburger <martin.strassburger@sap.com>.

2000-09-26  Ulrich Drepper  <drepper@redhat.com>

	* charmaps/KSX1001: Removed.  It's not sufficient for a charmap and
	we have EUC-KR.

2000-09-25  Ulrich Drepper  <drepper@redhat.com>

	* locales/uk_UA: Fix yesexpr.
	* locales/ru_UA: Likewise.
	Patches by Andrew V. Samoilov <sav@bcs.zp.ua>.

2000-09-24  Bruno Haible  <haible@clisp.cons.org>

	* charmaps/UTF-8: Expand <Hangul Syllable> and <Private Use> ranges,
	so they become printable and carry a width.  Comment out surrogate
	ranges.  Add a WIDTH table.

2000-09-24  Bruno Haible  <haible@clisp.cons.org>

	* gen-unicode-ctype.c: New file.
	* dump-ctype.c: New file.
	* Makefile (distribute): Add them.
	* locales/i18n: Update LC_CTYPE part to Unicode 3.0, using
	gen-unicode-ctype.c.
	(blank): Add U+1680.
	(cntrl): Add U+2028, U+2029.
	(space): Add U+1680, U+2028, U+2029.
	(digit): Add Myanmar, Ethiopic, Khmer, Mongolian, fullwidth digits.
	(alnum, alpha, print, graph, punct): Lots of additions.
	(lower, upper, tolower, toupper, combining, combining_level3): Update.
	(totitle): New map.
	* tst-ctype-de_DE.ISO-8859-1.in: Mark U00B5 as lower; the Unicode 3.0
	towupper functions maps it to U039C. Mark U00A0 as graph, print, punct.
	* tests-mbwc/dat_iswctype.c: Mark U00A0 as graph, print, punct.
	* tests-mbwc/dat_iswgraph.c: Mark U00A0 as graph.
	* tests-mbwc/dat_iswprint.c: Mark U00A0 as print.
	* tests-mbwc/dat_iswpunct.c: Mark U00A0 as punct.
	* tests-mbwc/dat_wcswidth.c: U00A0 is now print.

2000-09-23  Bruno Haible  <haible@clisp.cons.org>

	* charmaps/GBK: Add commented mappings for GBK characters not yet in
	Unicode.

2000-09-23  Bruno Haible  <haible@clisp.cons.org>

	* charmaps/GBK: Remove /x80 entry.

2000-09-25  Ulrich Drepper  <drepper@redhat.com>

	* SUPPORTED: Remove ko_KR.JOHAB.  We don't want to encourage people
	to use it.

2000-09-23  Bruno Haible  <haible@clisp.cons.org>

	* charmaps/JOHAB: Add identity mapping for 0x7f.

2000-09-24  Ulrich Drepper  <drepper@redhat.com>

	* locales/en_GB: Update LC_PAPER and LC_MEASUREMENT information.
	Reported by Joseph S. Myers <jsm28@cam.ac.uk>.

2000-09-14  Bruno Haible  <haible@clisp.cons.org>

	* charmaps/GB2312: Change code_set_name to GB2312.

2000-09-13  Ulrich Drepper  <drepper@redhat.com>

	* localedata/locales/ar_AE: Remove extra <U0020> from day and abday.
	* localedata/locales/ar_BH: Likewise.
	* localedata/locales/ar_DZ: Likewise.
	* localedata/locales/ar_EG: Likewise.
	* localedata/locales/ar_IQ: Likewise.
	* localedata/locales/ar_JO: Likewise.
	* localedata/locales/ar_KW: Likewise.
	* localedata/locales/ar_LB: Likewise.
	* localedata/locales/ar_LY: Likewise.
	* localedata/locales/ar_MA: Likewise.
	* localedata/locales/ar_OM: Likewise.
	* localedata/locales/ar_QA: Likewise.
	* localedata/locales/ar_SD: Likewise.
	* localedata/locales/ar_SY: Likewise.
	* localedata/locales/ar_TN: Likewise.
	* localedata/locales/ar_YE: Likewise.

2000-09-12  Ulrich Drepper  <drepper@redhat.com>

	* SUPPORTED: Add mr_IN.UTF-8 and mt_MT.ISO-8859-3.
	* locales/mr_IN: New file.
	* locales/mt_MT: New file.

	* charmaps/GB18030: Comment out entries in user-defined area.

2000-09-11  Ulrich Drepper  <drepper@redhat.com>

	* charmaps/GB18030: Add back entries which got lost in last change.

2000-09-08  Ulrich Drepper  <drepper@redhat.com>

	* charmaps/GB18030: Update once more.

	* charmaps/JOHAB: New file.
	* SUPPORTED: Add ko_KR.JOHAB.

2000-09-07  Ulrich Drepper  <drepper@redhat.com>

	* charmaps/EUC-KR: Remove characters which are in KS C 5601-1992
	but not in EUC-KR.

2000-09-03  Bruno Haible  <haible@clisp.cons.org>

	* charmaps/EUC-TW: Add commented non-reversible mappings.

2000-09-03  Bruno Haible  <haible@clisp.cons.org>

	* charmaps/CP949: New file.

2000-09-03  Bruno Haible  <haible@clisp.cons.org>

	* charmaps/GB2312: Remove 0x80..0xA0, 0xAA..0xAF, 0xF8..FF.

2000-09-03  Bruno Haible  <haible@clisp.cons.org>

	* charmaps/EUC-JP: Nonreversibly map 0xA1C0 to U+005C and 0x8FA2B7 to
	U+007E.

2000-09-03  Bruno Haible  <haible@clisp.cons.org>

	* charmaps/INIS-8: Update to use <Uxxxx> format.
	* charmaps/ISO_2033-1983: Likewise.
	* charmaps/ISO_5427-EXT: Likewise.

2000-09-01  Ulrich Drepper  <drepper@redhat.com>

	* locales/zh_HK: Use zh_TW data for LC_MESSAGES.
	* SUPPORTED: Add zh_HK.BIG5HKSCS.

	* charmaps/BIG5HKSCS: Add Big5 codes.

	* Makefile (test-input): Add sv_SE.ISO-8859-1.
	(LOCALES): Likewise.
	* sv_SE.ISO-8859-1: New file.

2000-08-31  Ulrich Drepper  <drepper@redhat.com>

	* locales/zh_HK: Correct d_t_fmt and t_fmt_ampm.
	Changes by Roger So <spacehunt@e-fever.org>.

	* SUPPORTED: Add nn_NO.ISO-8859-1.
	* locales/nn_NO: New file.

2000-08-29  Ulrich Drepper  <drepper@redhat.com>

	* charmaps/BIG5HKSCS: Regenerated from official data file.

	* locales/ja_JP: Add yesstr and nostr information.

	* charmaps/GB18030: Add entries from GBK not present here.

	* SUPPORTED: Add zh_TW.EUC-JP and zh_CN.GB18030.

	* locales/iso14651_t1: Use hexadecimal ellipsis in <HAN> script.

2000-08-29  Akira Higuchi  <a@kondara.org>

	* charmaps/GB2312: Fix ".." -> "..." in width definitions.
	* charmaps/GBK: Likewise.

	* SUPPORTED: Add zh_CN.GB2312 and zh_TW.BIG5.

2000-08-27  Ulrich Drepper  <drepper@redhat.com>

	* locales/sv_SE: Remove old LC_COLLATE definition.  Use iso14651_t1
	and customize with several reorder-after statements.
	Reported by menthos@menthos.com.

2000-08-25  Ulrich Drepper  <drepper@redhat.com>

	* locales/ja_JP: Add new categories with generic information.

	* locales/i18n (default_missing): Change back to only U003F.

2000-08-24  Andreas Jaeger  <aj@suse.de>

	* Makefile (generated): Add some .out files.

2000-08-23  Ulrich Drepper  <drepper@redhat.com>

	* locales/i18n: Add transliteration information.

2000-08-22  Ulrich Drepper  <drepper@redhat.com>

	* locales/ca_ES@euro: Country is Spain.
	* locales/ca_ES: Likewise.

	* locales/es_MX: Correct int_curr_symbol.
	* locales/es_PE: Likewise.

	* SUPPORTED: Add missing supported locales.

	* locales/fa_IR: Correct a few of the contained bugs.

	* locales/zh_HK: New file.

	* charmaps/BIG5HKSCS: New file.

	* locales/en_CA,2.5: Removed.
	* locales/fr_CA,2.13: Removed.
	* locales/in_ID: Removed.

	* locales/sq_AL: New file.
	* SUPPORTED: Add sq_AL.ISO-8859-1.

	* locales/vi_VN: New file.
	* SUPPORTED: Add vi_VN.UTF-8.

	* locales/ko_KR: Correct currency_symbol entry.

	* locales/hi_IN: New file.
	* SUPPORTED: Add hi_IN.UTF-8.

	* Makefile (test-input): Add da_DK and hr_HR sorting tests.

	* sort-test.sh: Improve error handling by printing more information.

	* locales/ar_AE: New file.
	* locales/ar_BH: New file.
	* locales/ar_DZ: New file.
	* locales/ar_EG: New file.
	* locales/ar_IQ: New file.
	* locales/ar_JO: New file.
	* locales/ar_KW: New file.
	* locales/ar_LB: New file.
	* locales/ar_LY: New file.
	* locales/ar_MA: New file.
	* locales/ar_OM: New file.
	* locales/ar_QA: New file.
	* locales/ar_SD: New file.
	* locales/ar_SY: New file.
	* locales/ar_TN: New file.
	* locales/ar_YE: New file.
	* SUPPORTED: Add Arabic locales.

2000-08-21  Ulrich Drepper  <drepper@redhat.com>

	* locales/es_CR: New file.
	* locales/es_NI: New file.
	* locales/es_PR: New file.

	* locales/es_AR: Share LC_COLLATE description with es_ES.
	* locales/es_BO: Likewise.
	* locales/es_CL: Likewise.
	* locales/es_CO: Likewise.
	* locales/es_DO: Likewise.
	* locales/es_GT: Likewise.
	* locales/es_HN: Likewise.
	* locales/es_MX: Likewise.
	* locales/es_PA: Likewise.
	* locales/es_PE: Likewise.
	* locales/es_PY: Likewise.
	* locales/es_SV: Likewise.
	* locales/es_UY: Likewise.
	* locales/es_VE: Likewise.
	* locales/es_EC: Share LC_COLLATE description with es_US.

	* locales/ko_KR: Updated for glibc 2.2.
	Patches by Won-kyu Park <wkpark@chem.skku.ac.kr>.
	* SUPPORTED: Add ko_KR.

	* locales/de_BE@euro: New file.
	* locales/eu_ES@euro: New file.
	* locales/ga_IE@euro: New file.
	* locales/gl_ES@euro: New file.
	* locales/nl_BE@euro: New file.
	* locales/sv_FI@euro: New file.
	* SUPPORTED: Add the new locales.

	* Makefile (install-locales): Handle option in locale name.  Print
	progress information.

	* SUPPORTED: Add all the @euro locales.

	* locales/ca_ES@euro: Update charset comment.
	* locales/de_AT@euro: Likewise.
	* locales/de_DE@euro: Likewise.
	* locales/de_LU@euro: Likewise.
	* locales/en_IE@euro: Likewise.
	* locales/es_ES@euro: Likewise.
	* locales/fi_FI@euro: Likewise.
	* locales/fr_BE@euro: Likewise.
	* locales/fr_FR@euro: Likewise.
	* locales/fr_LU@euro: Likewise.
	* locales/it_IT@euro: Likewise.
	* locales/nl_NL@euro: Likewise.
	* locales/pt_PT@euro: Likewise.

2000-08-20  Ulrich Drepper  <drepper@redhat.com>

	* locales/ca_ES: Correct comment.

	* locales/ca_ES@euro: New file.
	* locales/de_AT@euro: New file.
	* locales/de_DE@euro: New file.
	* locales/de_LU@euro: New file.
	* locales/en_IE@euro: New file.
	* locales/es_ES@euro: New file.
	* locales/fi_FI@euro: New file.
	* locales/fr_BE@euro: New file.
	* locales/fr_FR@euro: New file.
	* locales/fr_LU@euro: New file.
	* locales/it_IT@euro: New file.
	* locales/nl_NL@euro: New file.
	* locales/pt_PT@euro: New file.

2000-08-19  Andreas Jaeger  <aj@suse.de>

	* tst-digits.c: Include stdlib.h and string.h to provide
	prototypes for exit, strlen and strcmp.

2000-08-18  Andreas Jaeger  <aj@suse.de>

	* tests-mbwc/tst_funcs.h (TMD_ERRET): Don't declare err_flg.
	(TST_DECL_VARS): Don't declare err_flg.
	(TST_GET_ERRET): Don't set err_flg.
	(TST_GET_ERRET_SEQ): Likewise.
	(TST_IF_RETURN): Don't use err_flg, check err_exp directly.

	* tests-mbwc/dat_swscanf.c: Don't set err_flg.
	* tests-mbwc/dat_iswalnum.c: Likewise.
	* tests-mbwc/dat_iswalpha.c: Likewise.
	* tests-mbwc/dat_iswcntrl.c: Likewise.
	* tests-mbwc/dat_iswctype.c: Likewise.
	* tests-mbwc/dat_iswdigit.c: Likewise.
	* tests-mbwc/dat_iswgraph.c: Likewise.
	* tests-mbwc/dat_iswlower.c: Likewise.
	* tests-mbwc/dat_iswprint.c: Likewise.
	* tests-mbwc/dat_iswpunct.c: Likewise.
	* tests-mbwc/dat_iswspace.c: Likewise.
	* tests-mbwc/dat_iswupper.c: Likewise.
	* tests-mbwc/dat_iswxdigit.c: Likewise.
	* tests-mbwc/dat_mblen.c: Likewise.
	* tests-mbwc/dat_mbrlen.c: Likewise.
	* tests-mbwc/dat_mbrtowc.c: Likewise.
	* tests-mbwc/dat_mbsrtowcs.c: Likewise.
	* tests-mbwc/dat_mbstowcs.c: Likewise.
	* tests-mbwc/dat_mbtowc.c: Likewise.
	* tests-mbwc/dat_strcoll.c: Likewise.
	* tests-mbwc/dat_strfmon.c: Likewise.
	* tests-mbwc/dat_strxfrm.c: Likewise.
	* tests-mbwc/dat_swscanf.c: Likewise.
	* tests-mbwc/dat_towctrans.c: Likewise.
	* tests-mbwc/dat_towlower.c: Likewise.
	* tests-mbwc/dat_towupper.c: Likewise.
	* tests-mbwc/dat_wcrtomb.c: Likewise.
	* tests-mbwc/dat_wcscat.c: Likewise.
	* tests-mbwc/dat_wcschr.c: Likewise.
	* tests-mbwc/dat_wcscmp.c: Likewise.
	* tests-mbwc/dat_wcscoll.c: Likewise.
	* tests-mbwc/dat_wcscpy.c: Likewise.
	* tests-mbwc/dat_wcscspn.c: Likewise.
	* tests-mbwc/dat_wcslen.c: Likewise.
	* tests-mbwc/dat_wcsncat.c: Likewise.
	* tests-mbwc/dat_wcsncmp.c: Likewise.
	* tests-mbwc/dat_wcsncpy.c: Likewise.
	* tests-mbwc/dat_wcspbrk.c: Likewise.
	* tests-mbwc/dat_wcsrtombs.c: Likewise.
	* tests-mbwc/dat_wcsspn.c: Likewise.
	* tests-mbwc/dat_wcsstr.c: Likewise.
	* tests-mbwc/dat_wcstod.c: Likewise.
	* tests-mbwc/dat_wcstok.c: Likewise.
	* tests-mbwc/dat_wcstombs.c: Likewise.
	* tests-mbwc/dat_wcswidth.c: Likewise.
	* tests-mbwc/dat_wcsxfrm.c: Likewise.
	* tests-mbwc/dat_wctob.c: Likewise.
	* tests-mbwc/dat_wctomb.c: Likewise.
	* tests-mbwc/dat_wctrans.c: Likewise.
	* tests-mbwc/dat_wctype.c: Likewise.
	* tests-mbwc/dat_wcwidth.c: Likewise.
	* tests-mbwc/dat_isw-funcs.h: Fix comment.

2000-08-17  Andreas Jaeger  <aj@suse.de>

	* tests-mbwc/tst_funcs.h (TST_IF_RETURN): Only test errno if it
	should have a value.

2000-08-14  Ulrich Drepper  <drepper@redhat.com>

	* locales/iso14651_t1: Rearrange cyrillic and greek sections to
	separate uppercase from non-uppercase characters to enable correct
	handling in range expressions.

2000-08-13  Ulrich Drepper  <drepper@redhat.com>

	* Makefile (install-locales): Use --prefix option of localedef to
	avoid providing complete path for output file.

2000-08-03  Ulrich Drepper  <drepper@redhat.com>

	* locales/zh_TW: Updated.
	* charmaps/BIG5: Updated.
	Patches by Tung-Han Hsieh <thhsieh@twcpro.phys.ntu.edu.tw>.

2000-08-02  Ulrich Drepper  <drepper@redhat.com>

	* tests-mbwc/tst_types.h: Don't use `char' for types of any field,
	use `int'.

2000-08-01  Andreas Jaeger  <aj@suse.de>

	* Makefile (distribute): Follow name change of tst-ctype-de.in to
	tst-ctype-de_DE.ISO-8859-1.in.

2000-07-31  Ulrich Drepper  <drepper@redhat.com>

	* charmaps/KSX1001: Add width information.
	* charmaps/GB2312: Likewise.
	* charmaps/GBK: Likewise.
	Patches by GOTO Masanori <gotom@debian.or.jp>.

2000-07-30  Bruno Haible  <haible@clisp.cons.org>

	* charmaps/CP737: New file.
	* charmaps/CP775: New file.

2000-07-30  Bruno Haible  <haible@clisp.cons.org>

	* charmaps/GB2312: Remove single-byte entries for /xa1../xa9 and
	/xb0../xf7.  Remove aliases.

2000-07-30  Bruno Haible  <haible@clisp.cons.org>

	* charmaps/BIG5: Remove single-byte entries for /xa1../xc7 and
	/xc9../xf9.

2000-07-30  Bruno Haible  <haible@clisp.cons.org>

	* charmaps/UTF-8: Remove duplicate entries for U+4DB5 and U+4E00.

2000-07-29  Ulrich Drepper  <drepper@redhat.com>

	* tst-langinfo.c (main): Fix esacape sequence handling.

	* charmaps/EUC-TW: New file.

	* tst-digits.c: Add tests for wprintf.
	* tests/test7.cm: Change so that it is usable for wprintf tests.

	* tst-locale.sh: Fix typo in last change.

	* tst-digits.c: Add ctype and wctype tests.

2000-07-28  Ulrich Drepper  <drepper@redhat.com>

	* Makefile (ld-test-names): Add test7.
	(tests): Add tst-digits.  Add dependency and environment variable.
	* tst-digits.c: New file.
	* tst-locale.sh: Generate test7 locale.
	* tests/test7.cm: New file.
	* tests/test7.def: New file.

	* tst-locale.sh: Add dropped test6 locale.

2000-07-27  Bruno Haible  <haible@clisp.cons.org>

	* tests-mbwc/tgn_locdef.h (TST_LOC_C): New macro.
	* tests-mbwc/dat_towctrans.c: Apply the en_US test also to the C
	locale.

2000-07-28  Ulrich Drepper  <drepper@redhat.com>

	* locales/zh_TW: New file.
	Contributed by Tung-Han Hsieh <thhsieh@twcpro.phys.ntu.edu.tw>.

2000-07-28  Andreas Jaeger  <aj@suse.de>

	* tst-langinfo.c: Include <string.h> for strcmp prototype.

2000-07-26  Ulrich Drepper  <drepper@redhat.com>

	* charmaps/BIG5: New file.
	Contributed by Tung-Han Hsieh <thhsieh@twcpro.phys.ntu.edu.tw>.

2000-07-25  Ulrich Drepper  <drepper@redhat.com>

	* locales/zh_CN: Update for new format.
	Patch by Yong Li <yong.li@asu.edu>.

	* tst-langinfo.c: Add copyright text.

2000-07-24  Ulrich Drepper  <drepper@redhat.com>

	* tst-wctype.input: Add more input text.
	* tst-wctype.c: Test more classes.

	* Makefile: Add rules to build, run, and distribute tst-langinfo.
	* tst-langinfo.c: New file.
	* tst-langinfo.sh: New file.

	* locales/ja_JP (era_d_t_fmt): Fix typo.

	* Makefile: Add rules to build, run, and distribute tst-wctype.
	* tst-wctype.c: New file.
	* tst-wctype.input: New file.
	* tst-wctype.sh: New file.

2000-07-24  Jakub Jelinek  <jakub@redhat.com>

	* locales/de_DE (LC_TIME): Use `Mit', not `Mot' as abbreviation
	for Wednesday.  Patch by <enrico.scholz@informatik.tu-chemnitz.de>.

2000-07-23  Ulrich Drepper  <drepper@redhat.com>

	* locales/sr_YU (yesexpr): Fix "*." -> ".*".
	(enoexpr): Likewise.
	* locales/hr_HR: Likewise.
	Patches by GOTO Masanori <gotom@debian.or.jp>.

	* locales/i18n (yesexpr): Add U005E at the beginning.
	(noexpr): Likewise.

2000-07-22  Ulrich Drepper  <drepper@redhat.com>

	* locales/ja_JP (yesexpr): U0060 should be U005E.
	(noexpr): Likewise.

	* locales/i18n: Remove U00A0 from blank as well.
	* tst-ctype-de_DE.ISO-8859-1.in: Remove U00A0 from blank as well.

2000-07-21  Ulrich Drepper  <drepper@redhat.com>

	* charmaps/SJIS: Add width information.
	Patch by GOTO Masanori <gotom@debian.or.jp>.

	* charmaps/SJIS: Correct byte sequence for single byte characters.

2000-07-19  Ulrich Drepper  <drepper@redhat.com>

	* locales/i18n: Fix typos.

	* locales/iso14651_t1: Correct syntax for HAN script.

2000-07-18  Ulrich Drepper  <drepper@redhat.com>

	* charmaps/GB18030: New file.

	* charmaps/UTF-8: Update for Unicode 3.0.

	* tst-ctype-de_DE.ISO-8859-1.in: Mark U0000 as cntrl and U00A0 not as
	space.
	* tst-ctype.c: Likewise.
	* tst-ctype.sh: Likewise.
	* locales/i18n: Likewise.
	* locales/ja_JP: Likewise.
	* tests-mbwc/dat_iswcntrl.c: Likewise.
	* tests-mbwc/dat_iswctype.c: Likewise.
	* tests-mbwc/dat_iswspace.c: Likewise.

	* tst-ctype.sh: Also test C locale.

2000-07-16  Ulrich Drepper  <drepper@redhat.com>

	* Makefile: Rewrite rules for tests to run them only when necessary.
	* sort-test.sh: Produce output for failed tests.
	* tst-fmon.sh: Likewise.
	* tst-rpmatch.sh: Likewise.

2000-07-14  Ulrich Drepper  <drepper@redhat.com>

	* tst-ctype-de_DE.in: Renamed to...
	* tst-ctype-de_DE.ISO-8859-1.in: ...this.

2000-07-11  Andreas Jaeger  <aj@suse.de>

	* Makefile (locale_test_suite): Always run test suite.
	($(addprefix $(objpfx),$(CTYPE_FILES))): Add extra parameter for
	gen-locale.sh.
	(do-collate-test): Likewise.
	(do-tst-fmon): Likewise.
	(do-tst-locale): Likewise.
	(do-tst-rpmatch): Likewise.
	(do-tst-trans): Likewise.
	(do-tst-mbswcs): Likewise.
	(do-tst-ctype): Likewise.

	* sort-test.sh : Rewrite to work with static only builds.
	* tst-ctype.sh: Likewise.
	* tst-fmon.sh: Likewise.
	* tst-locale.sh: Likewise.
	* tst-mbswcs.sh: Likewise.
	* tst-rpmatch.sh: Likewise.
	* tst-trans.sh: Likewise.

	* gen-locale.sh (locfile): Fix it for building with
	sourcedir==builddir and for static only builds.

2000-07-07  Ulrich Drepper  <drepper@redhat.com>

	* locales/POSIX: Remove repertoire map reference.
	* locales/ar_SA: Remove repertoire map reference.

	* locales/zh_CN.GBK: Removed.

	* repertoiremaps/charids.894: Removed.
	* repertoiremaps/mnemonics.ds: Removed.
	* repertoiremaps/mnemonics.ja: Removed.
	* repertoiremaps/mnemonics.ko: Removed.
	* repertoiremaps/mnemonics.zh: Removed.

	* charmaps/SJIS: New file.

2000-07-06  Ulrich Drepper  <drepper@redhat.com>

	* tests-mbwc/dat_mblen.c: Correct data after adding C1 characters
	to EUC-JP.
	* tests-mbwc/dat_mbtowc.c: Likewise.
	* tests-mbwc/dat_wctob.c: Likewise.

	* charmaps/EUC-JP: Make characters in C1 area map to themselves.
	* charmaps/EUC-KR: Likewise.

2000-07-06  Jakub Jelinek  <jakub@redhat.com>

	* locales/af_ZA (LC_TELEPHONE): Add int_prefix.
	* locales/ar_SA (LC_TELEPHONE): Likewise.
	* locales/be_BY (LC_TELEPHONE): Likewise.
	* locales/bg_BG (LC_TELEPHONE): Likewise.
	* locales/ca_ES (LC_TELEPHONE): Likewise.
	* locales/da_DK (LC_TELEPHONE): Likewise.
	* locales/de_BE (LC_TELEPHONE): Likewise.
	* locales/de_CH (LC_TELEPHONE): Likewise.
	* locales/de_LU (LC_TELEPHONE): Likewise.
	* locales/el_GR (LC_TELEPHONE): Likewise.
	* locales/en_AU (LC_TELEPHONE): Likewise.
	* locales/en_BW (LC_TELEPHONE): Likewise.
	* locales/en_CA (LC_TELEPHONE): Likewise.
	* locales/en_CA,2.5 (LC_TELEPHONE): Likewise.
	* locales/en_DK (LC_TELEPHONE): Likewise.
	* locales/en_IE (LC_TELEPHONE): Likewise.
	* locales/en_NZ (LC_TELEPHONE): Likewise.
	* locales/en_ZA (LC_TELEPHONE): Likewise.
	* locales/en_ZW (LC_TELEPHONE): Likewise.
	* locales/es_AR (LC_TELEPHONE): Likewise.
	* locales/es_BO (LC_TELEPHONE): Likewise.
	* locales/es_CL (LC_TELEPHONE): Likewise.
	* locales/es_CO (LC_TELEPHONE): Likewise.
	* locales/es_DO (LC_TELEPHONE): Likewise.
	* locales/es_EC (LC_TELEPHONE): Likewise.
	* locales/es_ES (LC_TELEPHONE): Likewise.
	* locales/es_GT (LC_TELEPHONE): Likewise.
	* locales/es_HN (LC_TELEPHONE): Likewise.
	* locales/es_MX (LC_TELEPHONE): Likewise.
	* locales/es_PA (LC_TELEPHONE): Likewise.
	* locales/es_PE (LC_TELEPHONE): Likewise.
	* locales/es_PY (LC_TELEPHONE): Likewise.
	* locales/es_SV (LC_TELEPHONE): Likewise.
	* locales/es_US (LC_TELEPHONE): Likewise.
	* locales/es_UY (LC_TELEPHONE): Likewise.
	* locales/es_VE (LC_TELEPHONE): Likewise.
	* locales/et_EE (LC_TELEPHONE): Likewise.
	* locales/eu_ES (LC_TELEPHONE): Likewise.
	* locales/fa_IR (LC_TELEPHONE): Likewise.
	* locales/fi_FI (LC_TELEPHONE): Likewise.
	* locales/fo_FO (LC_TELEPHONE): Likewise.
	* locales/fr_BE (LC_TELEPHONE): Likewise.
	* locales/fr_CA (LC_TELEPHONE): Likewise.
	* locales/fr_CA,2.13 (LC_TELEPHONE): Likewise.
	* locales/fr_CH (LC_TELEPHONE): Likewise.
	* locales/fr_LU (LC_TELEPHONE): Likewise.
	* locales/ga_IE (LC_TELEPHONE): Likewise.
	* locales/gl_ES (LC_TELEPHONE): Likewise.
	* locales/gv_GB (LC_TELEPHONE): Likewise.
	* locales/he_IL (LC_TELEPHONE): Likewise.
	* locales/hr_HR (LC_TELEPHONE): Likewise.
	* locales/hu_HU (LC_TELEPHONE): Likewise.
	* locales/id_ID (LC_TELEPHONE): Likewise.
	* locales/in_ID (LC_TELEPHONE): Likewise.
	* locales/is_IS (LC_TELEPHONE): Likewise.
	* locales/it_CH (LC_TELEPHONE): Likewise.
	* locales/it_IT (LC_TELEPHONE): Likewise.
	* locales/iw_IL (LC_TELEPHONE): Likewise.
	* locales/kl_GL (LC_TELEPHONE): Likewise.
	* locales/ko_KR (LC_TELEPHONE): Likewise.
	* locales/kw_GB (LC_TELEPHONE): Likewise.
	* locales/lt_LT (LC_TELEPHONE): Likewise.
	* locales/lv_LV (LC_TELEPHONE): Likewise.
	* locales/mk_MK (LC_TELEPHONE): Likewise.
	* locales/nl_BE (LC_TELEPHONE): Likewise.
	* locales/nl_NL (LC_TELEPHONE): Likewise.
	* locales/pl_PL (LC_TELEPHONE): Likewise.
	* locales/pt_BR (LC_TELEPHONE): Likewise.
	* locales/ro_RO (LC_TELEPHONE): Likewise.
	* locales/ru_RU (LC_TELEPHONE): Likewise.
	* locales/ru_UA (LC_TELEPHONE): Likewise.
	* locales/sk_SK (LC_TELEPHONE): Likewise.
	* locales/sl_SI (LC_TELEPHONE): Likewise.
	* locales/sr_YU (LC_TELEPHONE): Likewise.
	* locales/sv_FI (LC_TELEPHONE): Likewise.
	* locales/th_TH (LC_TELEPHONE): Likewise.
	* locales/tr_TR (LC_TELEPHONE): Likewise.
	* locales/uk_UA (LC_TELEPHONE): Likewise.

2000-07-05  NIIBE Yutaka  <gniibe@chroot.org>

	* locales/th_TH: Update revision information.
	(LC_CTYPE: alpha): Replace ";...;" with "..".
	(LC_COLLATE: order): Quote with "".

2000-07-04  Jakub Jelinek  <jakub@redhat.com>

	* locales/en_GR (LC_IDENTIFICATION): Don't use iso8859-1 characters
	in address.
	* locales/hu_HU (LC_IDENTIFICATION): Likewise.
	* locales/ro_RO (LC_IDENTIFICATION): Likewise.
	* locales/ru_RU (LC_IDENTIFICATION): Likewise.
	* locales/es_AR (LC_IDENTIFICATION): Fix address of RAP.
	* locales/es_BO (LC_IDENTIFICATION): Likewise.
	* locales/es_CL (LC_IDENTIFICATION): Likewise.
	* locales/es_CO (LC_IDENTIFICATION): Likewise.
	* locales/es_DO (LC_IDENTIFICATION): Likewise.
	* locales/es_EC (LC_IDENTIFICATION): Likewise.
	* locales/es_ES (LC_IDENTIFICATION): Likewise.
	* locales/es_GT (LC_IDENTIFICATION): Likewise.
	* locales/es_HN (LC_IDENTIFICATION): Likewise.
	* locales/es_MX (LC_IDENTIFICATION): Likewise.
	* locales/es_PA (LC_IDENTIFICATION): Likewise.
	* locales/es_PE (LC_IDENTIFICATION): Likewise.
	* locales/es_PY (LC_IDENTIFICATION): Likewise.
	* locales/es_SV (LC_IDENTIFICATION): Likewise.
	* locales/es_US (LC_IDENTIFICATION): Likewise.
	* locales/es_UY (LC_IDENTIFICATION): Likewise.
	* locales/es_VE (LC_IDENTIFICATION): Likewise.
	* locales/fr_CA (LC_IDENTIFICATION): Likewise.
	* locales/tr_TR (LC_IDENTIFICATION): Likewise.
	* locales/no_NO (LC_TELEPHONE): Fill in.
	* locales/pt_PT (LC_TELEPHONE): Fill in.
	* locales/sv_SE (LC_TELEPHONE): Fill in.
	* locales/en_GB (LC_TELEPHONE): Fill in.
	* locales/cs_CZ (LC_TELEPHONE): Fill in.

2000-07-04  Ulrich Drepper  <drepper@redhat.com>

	* tst-fmon.sh (LC_ALL): Define to C for localedef run.
	* tst-locale.sh (LC_ALL): Likewise.

2000-07-03  Ulrich Drepper  <drepper@redhat.com>

	* tst-fmon.sh: Set LOCPATH and LANGUAGE for localedef run.
	* tst-locale.sh: Likewise.

2000-07-01  Andreas Jaeger  <aj@suse.de>

	* Makefile (generated-dirs): LOCALES are also generated.
	(generated-dirs): Remove obsolete entry.

2000-06-30  Ulrich Drepper  <drepper@redhat.com>

	* Makefile (distribute): Add locale test suite files, fmon test
	suite files, gen-locale.sh, and show-ucs-data.c.

	* Depend: New file.

	* Makefile: Rewrite rules to generate locale data.
	* gen-locale.sh: Generate only one locale which is described in a
	command line parameter.

	* tests-mbwc/dat_strfmon.c: Remove #ifdefs introduced to work
	around DEM problem.
	* tst-fmon.data: Change back entries with DEM.

	* gen-locale.sh: Print that it might take a while to finish.

2000-06-30  Jakub Jelinek  <jakub@redhat.com>

	* Makefile (install-locales): Remove the -u switch from localedef
	command line.

2000-06-29  Ulrich Drepper  <drepper@redhat.com>

	* tst-fmon.sh: Don't generate de_DE and en_US locale data.
	* tst-rpmatch.sh: Use de_DE.ISO-8859-1 not de_DE.
	* tst-ctype.sh: Use de_DE.ISO-8859-1 and en_US.ANSI_X3.4-1968.

	* locales/POSIX: Update for new format.

	* Makefile: Regenerate locale data also if localedef changed.

	* tst-fmon.data: Until we know what is correct, but the spaces
	after DEM back in.

	* tests-mbwc/dat_mbstowcs.c: Fix various bugs.  Comment out
	unresolved issues.
	* tests-mbwc/dat_mbtowc.c: Likewise.
	* tests-mbwc/dat_strcoll.c: Likewise.
	* tests-mbwc/dat_strfmon.c: Likewise.
	* tests-mbwc/dat_strxfrm.c: Likewise.
	* tests-mbwc/tst_mbtowc.c: Likewise.

2000-06-29  Andreas Jaeger  <aj@suse.de>

	* sort-test.sh: Set LC_ALL to full locale name.

	* Makefile (do-tst-ctype): Don't depend on do-tst-mbswcs.sh
	anymore.
	(LOCALES): New.
	($(addsuffix .out,$(addprefix $(objpfx),$(locale_test_suite)))):
	Depend on locale files
	(LOCALE_FILES): New.
	(ALL_LC_FILES): New.
	(ALL_OBJ_LC_FILES): New
	($(ALL_OBJ_LC_FILES)): Generate locales automatically.

	* tst-ctype.sh: Don't generate locales here.
	* tst-mbswcs.sh: Likewise.
	* sort-test.sh: Likewise.

	* gen-locale.sh: New file to generate locales.

2000-06-29  Jakub Jelinek  <jakub@redhat.com>

	* locales/en_GB: Update RAP address.
	* locales/fr_FR: Likewise.
	* locales/en_NZ: Likewise.
	* locales/de_BE: Likewise.
	* locales/de_CH: Likewise.
	* locales/de_LU: Likewise.
	* locales/en_AU: Likewise.
	* locales/en_IE: Likewise.
	* locales/eu_ES: Likewise.
	* locales/fr_BE: Likewise.
	* locales/fr_CH: Likewise.
	* locales/fr_LU: Likewise.
	* locales/it_IT: Likewise.
	* locales/nl_BE: Likewise.
	* locales/nl_NL: Likewise.
	* locales/pt_BR: Likewise.
	* locales/pt_PT: Likewise.
	* locales/sv_FI: Likewise.
	* locales/fi_FI: Likewise.
	* locales/sv_SE: Likewise.

2000-06-29  Jakub Jelinek  <jakub@redhat.com>

	* locales/af_ZA: Update for new format.
	* locales/ar_SA: Likewise.
	* locales/be_BY: Likewise.
	* locales/bg_BG: Likewise.
	* locales/ca_ES: Likewise.
	* locales/el_GR: Likewise.
	* locales/en_BW: Likewise.
	* locales/en_DK: Likewise.
	* locales/en_ZW: Likewise.
	* locales/es_AR: Likewise.
	* locales/es_BO: Likewise.
	* locales/es_CL: Likewise.
	* locales/es_CO: Likewise.
	* locales/es_DO: Likewise.
	* locales/es_EC: Likewise.
	* locales/es_ES: Likewise.
	* locales/es_GT: Likewise.
	* locales/es_HN: Likewise.
	* locales/es_MX: Likewise.
	* locales/es_PA: Likewise.
	* locales/es_PE: Likewise.
	* locales/es_PY: Likewise.
	* locales/es_SV: Likewise.
	* locales/es_US: Likewise.
	* locales/es_UY: Likewise.
	* locales/es_VE: Likewise.
	* locales/et_EE: Likewise.
	* locales/fa_IR: Likewise.
	* locales/fr_CA: Likewise.
	* locales/en_CA,2.5: Likewise.
	* locales/fr_CA,2.13: Likewise.
	* locales/gl_ES: Likewise.
	* locales/hr_HR: Likewise.
	* locales/hu_HU: Likewise.
	* locales/ko_KR: Likewise.
	* locales/lt_LT: Likewise.
	* locales/lv_LV: Likewise.
	* locales/no_NO: Likewise.
	* locales/pl_PL: Likewise.
	* locales/ro_RO: Likewise.
	* locales/ru_RU: Likewise.
	* locales/ru_UA: Likewise.
	* locales/sk_SK: Likewise.
	* locales/sl_SI: Likewise.
	* locales/sr_YU: Likewise.
	* locales/th_TH: Likewise.
	* locales/tr_TR: Likewise.
	* locales/uk_UA: Likewise.
	* locales/en_CA: Likewise.
	* locales/is_IS: Likewise.
	* locales/mk_MK: Likewise.

2000-06-29  Jakub Jelinek  <jakub@redhat.com>

	* locales/cs_CZ: Comment out fields I'm not sure about.
	* locales/de_DE (int_currency_symbol): Pad to 4 chars.
	* locales/en_NZ: Update for new format.
	* locales/de_BE: Likewise.
	* locales/de_CH: Likewise.
	* locales/de_LU: Likewise.
	* locales/en_AU: Likewise.
	* locales/en_IE: Likewise.
	* locales/en_ZA: Likewise.
	* locales/eu_ES: Likewise.
	* locales/fo_FO: Likewise.
	* locales/fr_BE: Likewise.
	* locales/fr_CH: Likewise.
	* locales/fr_LU: Likewise.
	* locales/ga_IE: Likewise.
	* locales/gv_GB: Likewise.
	* locales/he_IL: Likewise.
	* locales/id_ID: Likewise.
	* locales/in_ID: Likewise.
	* locales/it_CH: Likewise.
	* locales/it_IT: Likewise.
	* locales/iw_IL: Likewise.
	* locales/kl_GL: Likewise.
	* locales/kw_GB: Likewise.
	* locales/nl_BE: Likewise.
	* locales/nl_NL: Likewise.
	* locales/pt_BR: Likewise.
	* locales/pt_PT: Likewise.
	* locales/sv_FI: Likewise.
	* locales/da_DK: Likewise.
	* locales/fi_FI: Likewise.
	* locales/sv_SE: Likewise.

2000-06-29  Andreas Jaeger  <aj@suse.de>

	* Makefile (locale_test_suite): Add new test files.
	(tst_mblen-ENV): New.
	(tst_mbtowc-ENV): New.
	(tst_strcoll-ENV): New.
	(tst_strxfrm-ENV): New.
	(tst_wctomb-ENV): New.
	(tst_mbrtowc-ENV): New.
	(tst_mbsrtowcs-ENV): New.
	(tst_mbstowcs-ENV): New.
	(tst_strfmon-ENV): New.
	(tst_wcrtomb-ENV): New.
	(tst_wcsrtombs-ENV): New.
	(tst_wcstod-ENV): New.
	(tst_wcstok-ENV): New.
	(tst_wcstombs-ENV): New.

	* tests-mbwc/tst_wctomb.c: New test file from Shoji Kuwabara
	<kuwahara@cthulhu.engr.sgi.com>.
	* tests-mbwc/dat_wctomb.c: Likewise.
	* tests-mbwc/tst_mbtowc.c: Likewise.
	* tests-mbwc/dat_mbtowc.c: Likewise.
	* tests-mbwc/tst_strxfrm.c: Likewise.
	* tests-mbwc/dat_strxfrm.c: Likewise.
	* tests-mbwc/dat_strcoll.c: Likewise.
	* tests-mbwc/tst_strcoll.c: Likewise.
	* tests-mbwc/tst_mblen.c: Likewise.
	* tests-mbwc/dat_mblen.c: Likewise.
	* tests-mbwc/dat_wcstok.c: Likewise.
	* tests-mbwc/tst_wcstok.c: Likewise.
	* tests-mbwc/dat_wcstod.c: Likewise.
	* tests-mbwc/tst_wcstod.c: Likewise.
	* tests-mbwc/dat_mbrtowc.c: Likewise.
	* tests-mbwc/tst_mbrtowc.c: Likewise.
	* tests-mbwc/dat_wcsrtombs.c: Likewise.
	* tests-mbwc/tst_wcsrtombs.c: Likewise.
	* tests-mbwc/dat_wcstombs.c: Likewise.
	* tests-mbwc/tst_wcstombs.c: Likewise.
	* tests-mbwc/dat_mbsrtowcs.c: Likewise.
	* tests-mbwc/tst_mbsrtowcs.c: Likewise.
	* tests-mbwc/dat_wcrtomb.c: Likewise.
	* tests-mbwc/tst_wcrtomb.c: Likewise.
	* tests-mbwc/dat_mbstowcs.c: Likewise.
	* tests-mbwc/tst_mbstowcs.c: Likewise.
	* tests-mbwc/dat_strfmon.c: Likewise.
	* tests-mbwc/tst_strfmon.c: Likewise.

2000-06-28  Ulrich Drepper  <drepper@redhat.com>

	* locales/mk_MK: Updated (not to new format).
	Patch by Damjan Georgievski <gdamjan@freemail.org.mk>.

2000-06-28  Jakub Jelinek  <jakub@redhat.com>

	* locales/fr_FR: Update for new format.
	* locales/de_AT: Likewise.
	* locales/en_GB: Likewise.

2000-06-28  Ulrich Drepper  <drepper@redhat.com>

	* locales/th_TH: Update copyright notice.

	* locales/cs_CZ: Updated for new format.
	Patch by Jakub Jelinek <jakub@redhat.com>.

	* tests-mbwc/dat_mbrlen.c: Correct some tests.  Remove old WAIVER
	comments.
	* tests-mbwc/tst_mbrlen.c: Enable code to respect t_ini.  Also clear
	internal state of mbrlen.

	* Makefile (do-tst-ctype): Add do-tst-mbswcs to list of dependencies.
	(TEST_MBWC_ENV): Remove unnecessary slash.
	* tst-ctype.sh: Add de_DE.UTF-8 to list of tested locales.

	* tests-mbwc/dat_iswalnum.c (TST_ISW_LOC): Correct UTF-8 input data.

	* Makefile: Add do-tst-mbswcs to dependencies of locale test suite
	tests.

	* locales/iso14651_t1: Explicitly add control character in
	U0000-U001F and U007F-U009F range for backward compatibility.

	* locales/i18n: Correct problems found by test suite.

2000-06-28  Andreas Jaeger  <aj@suse.de>

	* tests-mbwc/tst_wcscat.c (tst_wcscat): Correct format to avoid
	warning.

	* Makefile (locale_test_suite): Add tst_mbrlen.
	(tst_mbrlen-ENV): New.

	* tests-mbwc/tst_mbrlen.c: New file

	* tests-mbwc/dat_mbrlen.c: New file.

	* tests-mbwc/tst_types.h (struct TIN_MBSTOWCS_REC): Use const char*.
	(struct TST_HEAD): Use const char* instead of an array.

	* tests-mbwc/tst_wcsstr.c (tst_wcsstr): ws2 has size WCSSIZE.

	* tests-mbwc/dat_iswalnum.c (TST_ISW_LOC): Add tests for de_UTF8.

	* tests-mbwc/tgn_locdef.h (TST_LOC_de_UTF8): Added.

2000-06-27  Ulrich Drepper  <drepper@redhat.com>

	* tests-mbwc/dat_iswcntrl.c: U0000 is not in class cntrl.
	* tests-mbwc/dat_iswctype.c: U0000 is not in class cntrl.
	U4E06 is not in EUC-JP.
	* tests-mbwc/dat_swscanf.c: Correct several bugs in the tests.
	* tests-mbwc/dat_towctrans.c: Likewise.
	* tests-mbwc/dat_wcscoll.c: Likewise.
	* tests-mbwc/dat_wcswidth.c: Likewise.
	* tests-mbwc/dat_wctob.c: Likewise.

	* tests-mbwc/tst_towctrans.c: Remove hack which avoided crash in an
	versions.

	* tests-mbwc/dat_iswprint.c: Disable one test until it is decided
	what is correct.
	* tests-mbwc/dat_wcsxfrm.c: Likewise.
	* tests-mbwc/dat_wcwidth.c: Likewise.

	* tests-mbwc/tst_funcs.h: Pretty print.

	* tests-mbwc/tst_scscanf.c: Use correct format to avoid warning.
	* tests-mbwc/tst_wcschr.c: Likewise.
	* tests-mbwc/tst_wcscpy.c: Likewise.
	* tests-mbwc/tst_wcscat.c: Likewise.
	* tests-mbwc/tst_wcsncpy.c: Likewise.
	* tests-mbwc/tst_wcspbrk.c: Likewise.
	* tests-mbwc/tst_wcsstr.c: Likewise.
	* tests-mbwc/tst_wctrans.c: Likewise.
	* tests-mbwc/tst_wctype.c: Likewise.

	* tests-mbwc/tst_wcscoll.c: Print better error messages.

	* Makefile (tests): Define as $(locale_test_suite) but only
	if not cross-compiling and shared libs are built.
	(locale_test_suite): New variable.  Name all new tests from the
	locale test suite.
	Add rule to run new tests only when all data is available.
	* tst-ctype.sh: Add hack to generate en_US.ANSI_X3.4-1968 locale.

	* tst-ctype-de_DE.in: U00A0 is not in class graph.

	* charmaps/EUC-JP: Remove U005C and U007E entries from non-ASCII range.

	* locales/i18n: Backspace isn't blank, tab is.

	* tst-ctype.c (main): Add tests for control characters and space.

	* locales/i18n: Backspace is no space.

	* locales/i18n: Add \t to space.

2000-06-27  Andreas Jaeger  <aj@suse.de>

	* Makefile (TEST_MBWC_ENV): New variable.
	Use it for all tests from tests-mbwc.

2000-06-27  Ulrich Drepper  <drepper@redhat.com>

	* tst-ctype.sh: Generate ja_JP.EUC-JP locale and test it.

2000-06-27  Andreas Jaeger  <aj@suse.de>

	* Makefile: Add environment setting for all tests from tests-mbwc.

2000-06-27  Ulrich Drepper  <drepper@redhat.com>

	* locales/en_DK.com: Not needed.

2000-06-27  Andreas Jaeger  <aj@suse.de>

	* tests-mbwc/*: Initial import of testsuite from Shoji Kuwabara
	<kuwahara@cthulhu.engr.sgi.com>.

	* Makefile (tests): Add tests from tests-mbwc subdirectory,
	comment them out for now.
	(subdir-dirs): New for tests-mbwc, add also vpaths.

	* locales/ja_JP: Add missing / in LC_CTYPE.

2000-06-26  Ulrich Drepper  <drepper@redhat.com>

	* Makefile (distribute): Add tst-ctype-de_DE.in.
	* tst-ctype.c: Read in more tests from stdin.
	* tst-ctype.sh: Feed extra test data to program via stdin.
	* tst-ctype-de_DE.in: New file.

	* locales/i18n (punct): Exclude U00A0.
	(blank): Include U00A0.

	* locales/ja_JP: Updates for new format.

	* Makefile (test-srcs): Add tst-ctype.
	(distribute): Add tst-ctype.sh.
	(do-tst-ctype): New target.  Run for tests.
	* tst-ctype.c: New file.
	* tst-ctype.sh: New file.

	* locales/i18n: NUL character must not be in cntrl.

	* Makefile (test-input): Add en_US.ISO-8859-1.
	* en_US.in: New file.

2000-06-25  Ulrich Drepper  <drepper@redhat.com>

	* Makefile (test-input): Remove everything but de_DE.ISO-8859-1
	for now.

	* de_DE.in: Update for new sorting.

	* tst-locale.sh: Don't use mnemonic.ds.
	* tst-mbswcs.sh: Likewise.
	* tst-trans.sh: Likewise.

	* locales/de_DE: Update for new format.
	* locales/en_US: Likewise.
	* tests/trans.def: Likewise.
	* tst-fmon-locales/tstfmon_n01y12: Likewise.
	* tst-fmon-locales/tstfmon_n02n40: Likewise.
	* tst-fmon-locales/tstfmon_n10y31: Likewise.
	* tst-fmon-locales/tstfmon_n11y41: Likewise.
	* tst-fmon-locales/tstfmon_n12y11: Likewise.
	* tst-fmon-locales/tstfmon_n20n32: Likewise.
	* tst-fmon-locales/tstfmon_n30y20: Likewise.
	* tst-fmon-locales/tstfmon_n41n00: Likewise.
	* tst-fmon-locales/tstfmon_y01y10: Likewise.
	* tst-fmon-locales/tstfmon_y02n22: Likewise.
	* tst-fmon-locales/tstfmon_y22n42: Likewise.
	* tst-fmon-locales/tstfmon_y30y21: Likewise.
	* tst-fmon-locales/tstfmon_y32n31: Likewise.
	* tst-fmon-locales/tstfmon_y40y00: Likewise.
	* tst-fmon-locales/tstfmon_y42n21: Likewise.

	* tst-rpmatch.c: Avoid warning with broken compiler.

	* locales/i18n: Take CJK ideographs and Hangul out of `alpha' table.

	* sort-test.sh: Add more GCONV_PATH usages.
	* tst-fmon.sh: Likewise.
	* tst-locale.sh: Likewise.
	* tst-mbswcs.sh: Likewise.
	* tst-rpmatch.sh: Likewise.
	* tst-trans.sh: Likewise.

	* locales/i18n: Remove order_start around copy.

	* locales/iso14651_t1: Correct various small errors.

2000-06-24  Ulrich Drepper  <drepper@redhat.com>

	* charmaps/ISO-8859-1: Correct width specification.

2000-06-23  Ulrich Drepper  <drepper@redhat.com>

	* charmaps/ANSI_X3.110-1983: Update to use <Uxxxx> format.
	* charmaps/ANSI_X3.4-1968: Likewise.
	* charmaps/ASMO_449: Likewise.
	* charmaps/BALTIC: Likewise.
	* charmaps/BS_4730: Likewise.
	* charmaps/BS_VIEWDATA: Likewise.
	* charmaps/CP1250: Likewise.
	* charmaps/CP1251: Likewise.
	* charmaps/CP1252: Likewise.
	* charmaps/CP1253: Likewise.
	* charmaps/CP1254: Likewise.
	* charmaps/CP1255: Likewise.
	* charmaps/CP1256: Likewise.
	* charmaps/CP1257: Likewise.
	* charmaps/CP1258: Likewise.
	* charmaps/CSA_Z243.4-1985-1: Likewise.
	* charmaps/CSA_Z243.4-1985-2: Likewise.
	* charmaps/CSA_Z243.4-1985-GR: Likewise.
	* charmaps/CSN_369103: Likewise.
	* charmaps/CWI: Likewise.
	* charmaps/DEC-MCS: Likewise.
	* charmaps/DIN_66003: Likewise.
	* charmaps/DS_2089: Likewise.
	* charmaps/EBCDIC-AT-DE: Likewise.
	* charmaps/EBCDIC-AT-DE-A: Likewise.
	* charmaps/EBCDIC-CA-FR: Likewise.
	* charmaps/EBCDIC-DK-NO: Likewise.
	* charmaps/EBCDIC-DK-NO-A: Likewise.
	* charmaps/EBCDIC-ES: Likewise.
	* charmaps/EBCDIC-ES-A: Likewise.
	* charmaps/EBCDIC-ES-S: Likewise.
	* charmaps/EBCDIC-FI-SE: Likewise.
	* charmaps/EBCDIC-FI-SE-A: Likewise.
	* charmaps/EBCDIC-FR: Likewise.
	* charmaps/EBCDIC-IS-FRISS: Likewise.
	* charmaps/EBCDIC-IT: Likewise.
	* charmaps/EBCDIC-PT: Likewise.
	* charmaps/EBCDIC-UK: Likewise.
	* charmaps/EBCDIC-US: Likewise.
	* charmaps/ECMA-CYRILLIC: Likewise.
	* charmaps/ES: Likewise.
	* charmaps/ES2: Likewise.
	* charmaps/EUC-JP: Likewise.
	* charmaps/EUC-KR: Likewise.
	* charmaps/GB2312: Likewise.
	* charmaps/GBK: Likewise.
	* charmaps/GB_1988-80: Likewise.
	* charmaps/GOST_19768-74: Likewise.
	* charmaps/GREEK-CCITT: Likewise.
	* charmaps/GREEK7: Likewise.
	* charmaps/GREEK7-OLD: Likewise.
	* charmaps/HP-ROMAN8: Likewise.
	* charmaps/IBM037: Likewise.
	* charmaps/IBM038: Likewise.
	* charmaps/IBM1004: Likewise.
	* charmaps/IBM1026: Likewise.
	* charmaps/IBM1047: Likewise.
	* charmaps/IBM256: Likewise.
	* charmaps/IBM273: Likewise.
	* charmaps/IBM274: Likewise.
	* charmaps/IBM275: Likewise.
	* charmaps/IBM277: Likewise.
	* charmaps/IBM278: Likewise.
	* charmaps/IBM280: Likewise.
	* charmaps/IBM281: Likewise.
	* charmaps/IBM284: Likewise.
	* charmaps/IBM285: Likewise.
	* charmaps/IBM290: Likewise.
	* charmaps/IBM297: Likewise.
	* charmaps/IBM420: Likewise.
	* charmaps/IBM423: Likewise.
	* charmaps/IBM424: Likewise.
	* charmaps/IBM437: Likewise.
	* charmaps/IBM500: Likewise.
	* charmaps/IBM850: Likewise.
	* charmaps/IBM851: Likewise.
	* charmaps/IBM852: Likewise.
	* charmaps/IBM855: Likewise.
	* charmaps/IBM857: Likewise.
	* charmaps/IBM860: Likewise.
	* charmaps/IBM861: Likewise.
	* charmaps/IBM862: Likewise.
	* charmaps/IBM863: Likewise.
	* charmaps/IBM864: Likewise.
	* charmaps/IBM865: Likewise.
	* charmaps/IBM866: Likewise.
	* charmaps/IBM868: Likewise.
	* charmaps/IBM869: Likewise.
	* charmaps/IBM870: Likewise.
	* charmaps/IBM871: Likewise.
	* charmaps/IBM874: Likewise.
	* charmaps/IBM875: Likewise.
	* charmaps/IBM880: Likewise.
	* charmaps/IBM891: Likewise.
	* charmaps/IBM903: Likewise.
	* charmaps/IBM904: Likewise.
	* charmaps/IBM905: Likewise.
	* charmaps/IBM918: Likewise.
	* charmaps/IEC_P27-1: Likewise.
	* charmaps/INIS: Likewise.
	* charmaps/INIS-CYRILLIC: Likewise.
	* charmaps/INVARIANT: Likewise.
	* charmaps/ISIRI-3342: Likewise.
	* charmaps/ISO-8859-1: Likewise.
	* charmaps/ISO-8859-10: Likewise.
	* charmaps/ISO-8859-13: Likewise.
	* charmaps/ISO-8859-14: Likewise.
	* charmaps/ISO-8859-15: Likewise.
	* charmaps/ISO-8859-16: Likewise.
	* charmaps/ISO-8859-2: Likewise.
	* charmaps/ISO-8859-3: Likewise.
	* charmaps/ISO-8859-4: Likewise.
	* charmaps/ISO-8859-5: Likewise.
	* charmaps/ISO-8859-6: Likewise.
	* charmaps/ISO-8859-7: Likewise.
	* charmaps/ISO-8859-8: Likewise.
	* charmaps/ISO-8859-9: Likewise.
	* charmaps/ISO-IR-197: Likewise.
	* charmaps/ISO-IR-90: Likewise.
	* charmaps/ISO_10367-BOX: Likewise.
	* charmaps/ISO_5427: Likewise.
	* charmaps/ISO_5428: Likewise.
	* charmaps/ISO_646.BASIC: Likewise.
	* charmaps/ISO_646.IRV: Likewise.
	* charmaps/ISO_6937: Likewise.
	* charmaps/ISO_6937-2-25: Likewise.
	* charmaps/ISO_6937-2-ADD: Likewise.
	* charmaps/ISO_8859-SUPP: Likewise.
	* charmaps/IT: Likewise.
	* charmaps/JIS_C6220-1969-RO: Likewise.
	* charmaps/JIS_C6229-1984-B: Likewise.
	* charmaps/JIS_X0201: Likewise.
	* charmaps/JUS_I.B1.002: Likewise.
	* charmaps/JUS_I.B1.003-MAC: Likewise.
	* charmaps/JUS_I.B1.003-SERB: Likewise.
	* charmaps/KOI-8: Likewise.
	* charmaps/KOI8-R: Likewise.
	* charmaps/KOI8-U: Likewise.
	* charmaps/KSC5636: Likewise.
	* charmaps/KSX1001: Likewise.
	* charmaps/LATIN-GREEK: Likewise.
	* charmaps/LATIN-GREEK-1: Likewise.
	* charmaps/MAC-IS: Likewise.
	* charmaps/MAC-UK: Likewise.
	* charmaps/MACINTOSH: Likewise.
	* charmaps/MSZ_7795.3: Likewise.
	* charmaps/NATS-DANO: Likewise.
	* charmaps/NATS-SEFI: Likewise.
	* charmaps/NC_NC00-10: Likewise.
	* charmaps/NEXTSTEP: Likewise.
	* charmaps/NF_Z_62-010: Likewise.
	* charmaps/NF_Z_62-010_1973: Likewise.
	* charmaps/NS_4551-1: Likewise.
	* charmaps/NS_4551-2: Likewise.
	* charmaps/PT: Likewise.
	* charmaps/PT2: Likewise.
	* charmaps/SAMI: Likewise.
	* charmaps/SAMI-WS2: Likewise.
	* charmaps/SEN_850200_B: Likewise.
	* charmaps/SEN_850200_C: Likewise.
	* charmaps/T.101-G2: Likewise.
	* charmaps/T.61-7BIT: Likewise.
	* charmaps/T.61-8BIT: Likewise.
	* charmaps/TIS-620: Likewise.
	* charmaps/UTF8: Likewise.
	* charmaps/VIDEOTEX-SUPPL: Likewise.

2000-06-21  Ulrich Drepper  <drepper@redhat.com>

	* locales/pt_BR: Revert last change partly.  Full weekday and month
	names are written with lowercase first letter.
	Patch by Henrique M. Holschuh <hmh@rcm.org.br>.

2000-06-21  Andreas Jaeger  <aj@suse.de>

	* tst-trans.c: Include <stdlib.h> and <string.h>.

2000-06-19  Ulrich Drepper  <drepper@redhat.com>

	* locales/pt_BR: Correct day and month names.
	Patch by Henrique M. Holschuh <hmh@rcm.org.br>.

2000-06-13  Ulrich Drepper  <drepper@redhat.com>

	* Makefile (ld-test-srcs): Add tests/test6.c.

	* Makefile (ld-test-srcs): Add trans.def here.

	* Makefile (ld-test-srcs): Handle .ds files separately.

	* Makefile (ld-test-srcs): Distribute all test6 input files.

2000-05-28  Ulrich Drepper  <drepper@redhat.com>

	* locales/be_BY: New file.
	Contributed by Aleksey Novodvorsky <aen@logic.ru>.

2000-05-24  Ulrich Drepper  <drepper@redhat.com>

	* locales/iso14651_t1: New file.

2000-05-15  Andreas Jaeger  <aj@suse.de>

	* tst-fmon.data: Change testcase following fixes for
	de_DE.

	* locales/de_DE: Remove space after DEM since DEM is
	now placed after the value.

	* locales/de_DE: Fix currency placement to use "12.345,68 DM".
	Reported by Christopher Creutzig <ccr@nescio.foebud.org>, closes
	PR libc/1713.

2000-05-04  Ulrich Drepper  <drepper@redhat.com>

	* charmaps/ISO-8859-15: Remove incorrect definitions of <So> and <OR>.
	Reported by Gaël Quéri <gqueri@mail.dotcom.fr> [PR libc/1718].

	* tst-fmon.c (main): Print the locale name as well in the error
	message.

2000-04-06  Ulrich Drepper  <drepper@redhat.com>

	* locales/i18n: New file.

2000-03-27  Ulrich Drepper  <drepper@redhat.com>

	* tst-fmon.data: Update test after last strfmon change.

2000-03-15  Andreas Jaeger  <aj@suse.de>

	* locales/sl_SI: Fix entries for june and july.
	Reported by primoz.peterlin@biofiz.mf.uni-lj.si, closes PR
	libc/1648.

2000-03-14  Ulrich Drepper  <drepper@redhat.com>

	* locales/en_DK: Correct syntax.

2000-03-03  Ulrich Drepper  <drepper@redhat.com>

	* SUPPORTED: Add gv_GB.ISO-8859-1 and kw_GB.ISO-8859-1.

2000-03-01  Andreas Jaeger  <aj@suse.de>

	* locales/gv_GB: New file.
	* locales/kw_GB: New file.
	From Pablo Saratxaga <pablo@mandrakesoft.com>.

2000-03-03  Ulrich Drepper  <drepper@redhat.com>

	* charmaps/ISO-8859-14: Remove wrong duplicate mapping for /xA9.

2000-03-01  Andreas Jaeger  <aj@suse.de>

	* SUPPORTED: Added bg_BG.CP1251.

	* locales/bg_BG: New file.

2000-02-22  Ulrich Drepper  <drepper@redhat.com>

	* locales/ko_KO: Update syntax for new localedef.  Use symbolic
	names for characters.
	* charmaps/EUC-KR: ADD width information.
	* repertoiremaps/mnemonic.ko: New file.
	Patch by Won-kyu Park <wkpark@chem.skku.ac.kr>.

	* charmaps/GBK: New file.
	* locales/zh_CN.GBK: New file.
	* repertoiremaps/mnemonic.zh: New file.
	Contributed by Sean Chen <sean.chen@turbolinux.com>.

	* locales/mk_MK: New file.
	Contributed by Damjan Georgievski <gdamjan@freemail.org.mk>
	* SUPPORTED: Add mk_MK ISO-8859-5.

2000-02-12  Ulrich Drepper  <drepper@redhat.com>

	* SUPPORTED: Add gl_ES.ISO-8859-1.

	* SUPPORTED: Add ar_SA.ISO-8859-6.
	* locales/ar_SA: New file.

	* locales/th_TH: Remove Thai digits from `digits'.

	* SUPPORTED: Add th_TH.TIS-620.

	* locales/el_GR (toupper): Don't map *s to S*.
	* locales/en_DK: Likewise.
	* locales/en_DK.com: Likewise.
	* locales/ru_RU: Likewise.
	* locales/ru_UA: Likewise.
	* locales/tr_TR: Likewise.
	* locales/uk_UA: Likewise.

	* locales/en_DK (toupper): Map v% to V%.
	(tolower): Map V% to v%.
	* locales/en_DK.com: Likewise.
	* locales/ru_RU: Likewise.
	* locales/ru_UA: Likewise.
	* locales/tr_TR: Likewise.
	* locales/uk_UA: Likewise.

2000-02-11  Ulrich Drepper  <drepper@redhat.com>

	* Makefile (generated-dirs): Add de_DE.437.

2000-01-31  Ulrich Drepper  <drepper@redhat.com>

	* charmaps/IBM864: Correct comment for /xC6 mapping.
	* charmaps/ISO-IR-90: Correct mapping for <tilde>.
	* charmaps/ISO-8859-8: Update mappings for /xAF, /xFD, and /xFE.
	* charmaps/NEXTSTEP: Add mappings for /xA9, /xAC, /xAD, /xB8 and /xB9.
	Reported by Bruno Haible <haible@ilog.fr>.

2000-01-27  Jakub Jelinek  <jakub@redhat.com>

	* locales/af_ZA: Fix syntax errors.

2000-01-24  Ulrich Drepper  <drepper@cygnus.com>

	* tst-locale.sh: Also enable test5.
	* tests/test5.ds: New file.

	* locales/gl_ES: New file.
	Contributed by Jacobo Tarrio <jtarrio@ceu.fi.udc.es>.

	* locales/POSIX: Remove trailing semicolon.
	* locales/th_TH: Likewise.
	PR libc/1545.

2000-01-18  Ulrich Drepper  <drepper@cygnus.com>

	* locales/ja_JP: Add double-width digits to digit class.

2000-01-12  Ulrich Drepper  <drepper@cygnus.com>

	* charmaps/ISO-8859-16: Add mapping for /xba.
	Reported by Bruno Haible <haible@ilog.fr>.

2000-01-05  Ulrich Drepper  <drepper@cygnus.com>

	* tst-trans.sh: Add directory names to charmap and repertoire file
	names.

	* charmaps/ISO-8859-16: New file.

	* SUPPORTED: Change lv_LV entry to use ISO-8859-13.

2000-01-03  Ulrich Drepper  <drepper@cygnus.com>

	* SUPPORTED: Change lt_LT charset to ISO-8859-13.

1999-12-26  Ulrich Drepper  <drepper@cygnus.com>

	* collate-test.c (main): Correct logic in test.

	* tst-trans.sh: Use correct name for dynamic loader.

1999-12-23  Ulrich Drepper  <drepper@cygnus.com>

	* SUPPORTED: Add af_ZA, en_BW, and en_ZW.

	* locale/en_BW: New file.
	* locale/en_ZW: New file.
	Contributed by Schalk W. Cronjé <schalkc@ntaba.co.za>.

1999-12-21  Ulrich Drepper  <drepper@cygnus.com>

	* locales/ja_JP: Fix cntrl mapping and era definition.
	Patch by Shinya Hanataka <hanataka@abyss.rim.or.jp>.

1999-12-20  Ulrich Drepper  <drepper@cygnus.com>

	* locales/af_ZA: New file.
	Contributed by Schalk W. Cronjé <schalkc@ntaba.co.za>.

1999-12-19  Ulrich Drepper  <drepper@cygnus.com>

	* locales/POSIX: Fix collation order of <SI> and add a few missing
	symbols.  Patch by Miloslav Trmac <mitr@volny.cz>.

	* locales/cs_CZ: Fix syntax of collation entries with multi-character
	weights.
	* locales/da_DK: Likewise.
	* locales/el_GR: Likewise.
	* locales/en_CA: Likewise.
	* locales/en_CA,2.5: Likewise.
	* locales/en_DK: Likewise.
	* locales/en_DK.com: Likewise.
	* locales/es_AR: Likewise.
	* locales/es_BO: Likewise.
	* locales/es_CL: Likewise.
	* locales/es_CO: Likewise.
	* locales/es_DO: Likewise.
	* locales/es_EC: Likewise.
	* locales/es_ES: Likewise.
	* locales/es_GT: Likewise.
	* locales/es_HN: Likewise.
	* locales/es_MX: Likewise.
	* locales/es_PA: Likewise.
	* locales/es_PE: Likewise.
	* locales/es_PY: Likewise.
	* locales/es_SV: Likewise.
	* locales/es_US: Likewise.
	* locales/es_UY: Likewise.
	* locales/es_VE: Likewise.
	* locales/et_EE: Likewise.
	* locales/fi_FI: Likewise.
	* locales/fr_CA,2.13: Likewise.
	* locales/hr_HR: Likewise.
	* locales/hu_HU: Likewise.
	* locales/is_IS: Likewise.
	* locales/lt_LT: Likewise.
	* locales/lv_LV: Likewise.
	* locales/no_NO: Likewise.
	* locales/pl_PL: Likewise.
	* locales/ro_RO: Likewise.
	* locales/ru_RU: Likewise.
	* locales/ru_UA: Likewise.
	* locales/sl_SI: Likewise.
	* locales/sr_YU: Likewise.
	* locales/sv_SE: Likewise.
	* locales/th_TH: Likewise.
	* locales/tr_TR: Likewise.
	* locales/uk_UA: Likewise.

1999-12-18  Ulrich Drepper  <drepper@cygnus.com>

	* charmaps/ISIRI-3342: New file.
	* locales/fa_IR: New file.
	Contributed by Roozbeh Pournader <roozbeh@sina.sharif.ac.ir>.

1999-12-10  Ulrich Drepper  <drepper@cygnus.com>

	* locales/de_DE: Correct syntax of multi-character weights.

1999-12-08  Ulrich Drepper  <drepper@cygnus.com>

	* tests/test6.c: New file.
	* tests/test6.cm: New file.
	* tests/test6.def: New file.
	* tests/test6.mne: New file.

	* repertoiremaps/mnemonic.ds: Add U066A, UFE80, UFE81, UFE83,
	UFE85, and UFE8B.
	* charmaps/IBM864: Add mapping for /x25, /xc1, /xc2, /xc3, /xc4,
	and /xc6.
	* charmaps/KOI8-U: Fix typo in /x95 entry.
	* charmaps/KOI8-R: Correct 0x95 entry.
	* charmaps/CP1258: Add /xEC.
	* repertoiremaps/mnemonic.ds: Add U0300 and U0301.
	* charmaps/IBM874: Add Euro.
	* charmaps/ISO-8859-7: Map /xB4 to U0384.
	Reported by Bruno Haible <haible@ilog.fr>.

1999-11-29  Ulrich Drepper  <drepper@cygnus.com>

	* charmaps/ISO-8859-10: Correct alias.  This charset was issued in
	1992.  Reported by Bruno Haible <haible@ilog.fr>.

1999-11-27  Shinya Hanataka  <hanataka@abyss.rim.or.jp>

	* locales/ja_JP: Add JIS X 0201 kana and JIS X 0212 definitions.
	* charmaps/EUC-JP: Likewise.
	* repertoiremaps/mnemonic.ja: Likewise.

	* locales/ja_JP: Add extra CLASS and MAP definisions.

	* charmaps/EUC-JP: Add WIDTH definitions.

1999-11-25  Ulrich Drepper  <drepper@cygnus.com>

	* Makefile: Don't run tests for now.

1999-11-23  Ulrich Drepper  <drepper@cygnus.com>

	* locales/ko_KR: New file.
	* charmaps/EUC-KR: New file.
	Contributed by Won-kyu Park <wkpark@chem.skku.ac.kr>.

1999-11-22  Ulrich Drepper  <drepper@cygnus.com>

	* locales/ja_JP [LC_CTYPE] (cntrl): Add PAD.

	* repertoiremaps/mnemonic.ja: Add DCS and APC definitions.

1999-11-20  Ulrich Drepper  <drepper@cygnus.com>

	* tst-trans.c: New file.
	* tst-trans.sh: New file.
	* tests/trans.def: New file.
	* Makefile: Add rules for character mapping tests.

	* tests/test1.def: Correct ellipsis syntax.

1999-11-17  Ulrich Drepper  <drepper@cygnus.com>

	* charmaps/ISO-8859-1: Don't define values for non-printable
	characters.

	* charmaps/ISO-8859-1: Add width information.

1999-11-12  Ulrich Drepper  <drepper@cygnus.com>

	* charmaps/ISO-8859-7: Fix 0xa1 mapping.

	* charmaps/ISO-8859-13: Fix a few entries.
	Patch by Marius Gedminas <mgedmin@takas.lt>.

1999-09-22  Ulrich Drepper  <drepper@cygnus.com>

	* locales/zh_CN: Some first patches to make the file usable.

1999-09-13  Ulrich Drepper  <drepper@cygnus.com>

	* locales/id_ID: Fix typo.

1999-08-31  Ulrich Drepper  <drepper@cygnus.com>

	* locales/en_DK: Add Euro symbol to collation and characterization
	tables.  Patch by Geoff Keating.

	* charmaps/ISO-8859-15: Remove duplicate <OC>.

1999-08-16  Ulrich Drepper  <drepper@cygnus.com>

	* charmaps/CP1258: Remove spurious <percent-sign/> entry.
	* charmaps/IBM866: Likewise.
	* charmaps/IBM874: Likewise.
	* charmaps/ISO-8859-13: Likewise.
	* charmaps/ISO-8859-14: Likewise.
	* charmaps/ISO-8859-15: Likewise.
	* charmaps/MAC-UK: Likewise.

	* charmaps/ISO-8859-13: Correct typo.
	* charmaps/ISO-8859-14: Likewise.
	* charmaps/ISO-8859-15: Likewise.

1999-08-16  Andreas Schwab  <schwab@suse.de>

	* charmaps/UTF8: Add entries for /x00.  Remove spurious
	<percent-sign/> entry.  Correct typo.

1999-08-15  Ulrich Drepper  <drepper@cygnus.com>

	* charmaps/UTF8: Generated from the charDB.

1999-08-13  Andreas Schwab  <schwab@suse.de>

	* locales/cs_CZ: Remove <ft> entry, add <St> entry.
	* locales/da_DK: Likewise.
	* locales/de_DE: Likewise.
	* locales/el_GR: Likewise.
	* locales/en_CA: Likewise.
	* locales/en_DK: Likewise.
	* locales/en_DK.com: Likewise.
	* locales/es_AR: Likewise.
	* locales/es_BO: Likewise.
	* locales/es_CL: Likewise.
	* locales/es_CO: Likewise.
	* locales/es_DO: Likewise.
	* locales/es_EC: Likewise.
	* locales/es_ES: Likewise.
	* locales/es_GT: Likewise.
	* locales/es_HN: Likewise.
	* locales/es_MX: Likewise.
	* locales/es_PA: Likewise.
	* locales/es_PE: Likewise.
	* locales/es_PY: Likewise.
	* locales/es_SV: Likewise.
	* locales/es_US: Likewise.
	* locales/es_UY: Likewise.
	* locales/es_VE: Likewise.
	* locales/et_EE: Likewise.
	* locales/fi_FI: Likewise.
	* locales/hr_HR: Likewise.
	* locales/hu_HU: Likewise.
	* locales/is_IS: Likewise.
	* locales/lt_LT: Likewise.
	* locales/lv_LV: Likewise.
	* locales/no_NO: Likewise.
	* locales/pl_PL: Likewise.
	* locales/ro_RO: Likewise.
	* locales/ru_RU: Likewise.
	* locales/ru_UA: Likewise.
	* locales/sl_SI: Likewise.
	* locales/sr_YU: Likewise.
	* locales/sv_SE: Likewise.
	* locales/tr_TR: Likewise.
	* locales/uk_UA: Likewise.

	* charmaps/ISO_10646: Fix typo.

1999-08-15  Ulrich Drepper  <drepper@cygnus.com>

	* locales/ca_ES: New file.
	Contributed by Joan Carles Soler <Joan.Soler@uv.es>.

	* SUPPORTED: Add ca_ES.

1999-05-18  Ulrich Drepper  <drepper@cygnus.com>

	* Makefile (LOCALEDEF): Add I18NPATH definition to find the
	correct sources.

1999-05-05  Ulrich Drepper  <drepper@cygnus.com>

	* locales/ru_RU: Abbreviate Saturday Sbt.
	Patch by Sergei Ivanov <svivanov@pdmi.ras.ru>.

1999-05-03  Ulrich Drepper  <drepper@cygnus.com>

	* Makefile (distribute): Temporarily add th_TH.in and cs_CZ.in.

1999-04-29  Ulrich Drepper  <drepper@cygnus.com>

	* Makefile (install-locales): Allow specifying charset in locale
	name but omit it in locale definition file.

	* SUPPORTED: Don't generate ru_SU.
	* locales/ru_SU: Removed.

	* locales/zh_CN: Update.
	* charmaps/GB2312: New file.
	Contributed by hashao@china.com.

1999-04-20  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>

	* charmaps/UTF8: Fix entries for <G'>, <g'>, <1!> and <RY>, and
	correct some character names.

	* repertoiremaps/mnemonic.ds: Correct name of <P2> entry.

1999-04-26  Ulrich Drepper  <drepper@cygnus.com>

	* charmaps/SAMI-WS2: Add one more alias.

1999-04-16  Ulrich Drepper  <drepper@cygnus.com>

	* charmaps/IBM874: New file.

	* charmaps/IBM869: Correct entries 8b, 8e, and ef.

	* charmaps/IBM865: Correct entries af, ed, f8, f9, and fa.

	* charmaps/IBM864: Major update from Unicode data.

	* charmaps/IBM863: Correct entries 8d, ed, f8, f9, and fa.

	* charmaps/IBM862: Correct entries 9d, 9f, a9, f9, and fa.

	* charmaps/IBM861: Correct entries 9f, a9, f9, and fa.

	* charmaps/IBM860: Correct entries 8b, 9f, a9, f9, and fa.

	* charmaps/IBM857: Correct entries ee, f7, and fa.

	* charmaps/IBM855: Correct entries 95, ef, and fd.

	* charmaps/IBM437: Correct entries f9 and fa.

	* charmaps/UTF8: Correct BULLET OPERATOR mnemonic.

	* locales/th_TH: New file.  Thai locale description.
	* th_TH.in: New file.
	Contributed by Theppitak Karoonboonyanan <thep@links.nectec.or.th>.

1999-04-14  Cristian Gafton  <gafton@redhat.com>

	* SUPPORTED: Add support for Ukraine Russian.
	* locales/ru_UA: New file.
	* locales/uk_UA: New file.
	* charmaps/KOI8-U: New file.

1999-04-12  Ulrich Drepper  <drepper@cygnus.com>

	* locales/id_ID: New file.

1999-04-10  Ulrich Drepper  <drepper@cygnus.com>

	* charmaps/TIS-620: New file.
	Contributed by Theppitak Karoonboonyanan <thep@links.nectec.or.th>.

1999-03-31  Ulrich Drepper  <drepper@cygnus.com>

	* locales/en_ZA: New file.  Contributed by nic@sig.co.za.

	* charmaps/CP1256: Cosmetic changes.
	* charmaps/CP1257: Likewise.

	* charmaps/CP1258: New file.

	* charmaps/CP1257: Add some marks.
	* charmaps/CP1256: Update from Unicode page.
	* charmaps/CP1255: Lots of punctuation character changes.
	* charmaps/CP1254: Add Euro character.  Fix a few lowercase characters.
	* charmaps/CP1253: Add Euro character.
	* charmaps/CP1252: Add Euro character and z caron.
	* charmaps/CP1251: Add Euro character.
	* charmaps/CP1250: Add Euro character.

1999-03-15  Ulrich Drepper  <drepper@cygnus.com>

	* locales/hr_HR: Various corrections.
	Patch by Tomislav Vujec <tvujec@CARNet.hr>.

1999-03-08  Ulrich Drepper  <drepper@cygnus.com>

	* locales/ru_RU (mon): Fix March and May month name translations.
	Reported by Vadim V. Zhytnikov <vvzhy@td.lpi.ac.ru>.

1999-02-16  Ulrich Drepper  <drepper@cygnus.com>

	* Makefile (test-input): Prepare for cs_CZ test.
	* locales/cs_CZ: New version from Vladimir Michl <michlv@risc.upol.cz>.
	* cs_CZ.in: New file.

1999-02-11  Ulrich Drepper  <drepper@cygnus.com>

	* locales/it_CH: New file.
	* SUPPORTED: Add it_CH.

	* locales/in_ID: New file.
	* SUPPORTED: Add in_ID.

1998-12-20  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>

	* Makefile (test-input): Add hr_HR.ISO-8859-2.
	(test-input-data): New variable.
	(distribute): Use it.
	(do-collate-test): Use it.
	* locales/hr_HR.in: New file.

1998-12-16  Ulrich Drepper  <drepper@cygnus.com>

	* charmaps/IBM866: New file.
	* charmaps/MAC-UK: New file.

1998-12-13  Ulrich Drepper  <drepper@cygnus.com>

	* charmaps/ISO-8859-13: Correct alias name (LATIN8 -> LATIN7).
	* charmaps/ISO-8859-14: Add alias names.

	* repertoiremaps/mnemonics.ds: Remove duplicates.

1998-12-12  Ulrich Drepper  <drepper@cygnus.com>

	* charmaps/ISO-8859-13: New file.
	* charmaps/ISO-8859-14: New file.
	* charmaps/ISO-8859-15: New file.

	* repertoiremaps/mnemonic.ds: Add the missing mnemonics.

1998-12-07  Ulrich Drepper  <drepper@cygnus.com>

	* SUPPORTED: Add en_AU.

1998-12-01  Ulrich Drepper  <drepper@cygnus.com>

	* SUPPORTED: Update greek entry.
	Reported by Maciej W. Rozycki <macro@ds2.pg.gda.pl>.

1998-11-12  Ulrich Drepper  <drepper@cygnus.com>

	* locales/el_GR (abmon): Remove spaces at end of strings.

1998-10-20  Ulrich Drepper  <drepper@cygnus.com>

	* tests/test1.cm: Add missing character definitions to read POSIX
	locale definition.
	* tests/test2.cm: Likewise.
	* tests/test3.cm: Likewise.
	* tests/test4.cm: Likewise.
	* tests/test5.cm: Likewise.

1998-10-19 13:31  Ulrich Drepper  <drepper@cygnus.com>

	* locales/POSIX: Correct typo.  Add UNDEFINED symbol.

1998-10-14  Ulrich Drepper  <drepper@cygnus.com>

	* locales/gr_GR: Renamed to...
	* locales/el_GR: ...this.
	(yesexpr, noexpr): Also allow yes and no.

1998-09-25  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>

	* locales/sr_YU: Add repertoiremap.

1998-09-23  Cristian Gafton  <gafton@redhat.com>

	* locales/sr_YU: New file.
	* SUPPORTED: Add sr_YU.

1998-09-23  Ulrich Drepper  <drepper@cygnus.com>

	* Makefile: Rewrite install-locales rule.

1998-06-15  Ulrich Drepper  <drepper@cygnus.com>

	* Makefile: Add more dependecies for running tests.
	Reported by HJ Lu.

1998-06-14  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>

	* locales/sk_SK: Add repertoiremap.

1998-05-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>

	* locales/ru_SU: Add repertoiremap.

1998-05-01  Ulrich Drepper  <drepper@cygnus.com>

	* locales/ru_SU: New file.
	* SUPPORTED: Add ru_SU with KOI8-R.

1998-04-30  Ulrich Drepper  <drepper@cygnus.com>

	* Makefile: Install repertoire maps.
	* mnemonic.ds: Moved into repertoiremaps subdir.
	* repertoiremaps/charids.894: New file.
	* repertoiremaps/mnemonic.ds: New file.

	* sort-test.sh: Adapt for most recent changes in localedef.
	* tst-fmon.sh: Likewise.
	* tst-locale.sh: Likewise.

	* locales/POSIX: Add repertoiremap definition.
	* locales/cs_CZ: Likewise.
	* locales/da_DK: Likewise.
	* locales/de_AT: Likewise.
	* locales/de_BE: Likewise.
	* locales/de_CH: Likewise.
	* locales/de_DE: Likewise.
	* locales/de_LU: Likewise.
	* locales/en_AU: Likewise.
	* locales/en_CA: Likewise.
	* locales/en_CA,2.5: Likewise.
	* locales/en_DK: Likewise.
	* locales/en_DK.com: Likewise.
	* locales/en_GB: Likewise.
	* locales/en_IE: Likewise.
	* locales/en_NZ: Likewise.
	* locales/en_US: Likewise.
	* locales/es_AR: Likewise.
	* locales/es_BO: Likewise.
	* locales/es_CL: Likewise.
	* locales/es_CO: Likewise.
	* locales/es_DO: Likewise.
	* locales/es_EC: Likewise.
	* locales/es_ES: Likewise.
	* locales/es_GT: Likewise.
	* locales/es_HN: Likewise.
	* locales/es_MX: Likewise.
	* locales/es_PA: Likewise.
	* locales/es_PE: Likewise.
	* locales/es_PY: Likewise.
	* locales/es_SV: Likewise.
	* locales/es_US: Likewise.
	* locales/es_UY: Likewise.
	* locales/es_VE: Likewise.
	* locales/et_EE: Likewise.
	* locales/eu_ES: Likewise.
	* locales/fi_FI: Likewise.
	* locales/fo_FO: Likewise.
	* locales/fr_BE: Likewise.
	* locales/fr_CA: Likewise.
	* locales/fr_CA,2.13: Likewise.
	* locales/fr_CH: Likewise.
	* locales/fr_FR: Likewise.
	* locales/fr_LU: Likewise.
	* locales/ga_IE: Likewise.
	* locales/gr_GR: Likewise.
	* locales/he_IL: Likewise.
	* locales/hr_HR: Likewise.
	* locales/hu_HU: Likewise.
	* locales/is_IS: Likewise.
	* locales/it_IT: Likewise.
	* locales/iw_IL: Likewise.
	* locales/kl_GL: Likewise.
	* locales/lt_LT: Likewise.
	* locales/lv_LV: Likewise.
	* locales/nl_BE: Likewise.
	* locales/nl_NL: Likewise.
	* locales/no_NO: Likewise.
	* locales/pl_PL: Likewise.
	* locales/pt_BR: Likewise.
	* locales/pt_PT: Likewise.
	* locales/ro_RO: Likewise.
	* locales/ru_RU: Likewise.
	* locales/sl_SI: Likewise.
	* locales/sv_FI: Likewise.
	* locales/sv_SE: Likewise.
	* locales/tr_TR: Likewise.
	* locales/zh_CN: Likewise.

1998-04-29  Ulrich Drepper  <drepper@cygnus.com>

	* tst-locale.sh: Add comment for when multi-byte charsets in
	locales work.
	* tests/test5.cm: New file.
	* tests/test5.def: New file.
	* Makefile (ld-test-names): Add test5.

1998-04-28  Ulrich Drepper  <drepper@cygnus.com>

	* locales/de_DE: Use . as thousands separator and 3;3 groups for
	LC_NUMERIC.

1998-03-30  Ulrich Drepper  <drepper@cygnus.com>

	* Makefile: Fix test rules from last patch.

1998-03-22  Andreas Jaeger  <aj@arthur.rhein-neckar.de>

	* locales/ru_RU: Abbreviations must end with a consonant.  Fix for
	Tuesday by Ilya Ovchinnikov <ilya@taspd13a.npi.msu.su>. [PR libc/517]

1998-03-25  Ulrich Drepper  <drepper@cygnus.com>

	* Makefile (distribute): Add tst-locale.sh.

1998-03-24 12:14  Ulrich Drepper  <drepper@cygnus.com>

	* Makefile (distribute): Add SUPPORTED.
	(install-locales): New rule to install locale dat ausing localedef.
	* SUPPORTED: New file.  Names all usable locales.
	Based on a patch by Cristian Gafton <gafton@redhat.com>.

	* locales/gr_GR: Correct collation description.
	* locales/nl_NL: Correct Charset requirement.
	* locales/pt_BR: Fix int_curr_symbol.
	* locales/ru_RU: Fix ctype data.
	Patches by Cristian Gafton <gafton@redhat.com>.

	* locales/nl_NL: Fix yesexpr/noexpr.
	* locales/pt_BR: Likewise.
	* locales/cs_CZ: Likewise.
	* locales/da_DK: Likewise.
	* locales/en_AU: Likewise.
	* locales/en_CA: Likewise.
	* locales/en_DK: Likewise.
	* locales/en_DK.com: Likewise.
	* locales/en_GB: Likewise.
	* locales/en_NZ: Likewise.
	* locales/en_US: Likewise.
	* locales/es_AR: Likewise.
	* locales/es_BO: Likewise.
	* locales/es_CL: Likewise.
	* locales/es_CO: Likewise.
	* locales/es_DO: Likewise.
	* locales/es_EC: Likewise.
	* locales/es_ES: Likewise.
	* locales/es_GT: Likewise.
	* locales/es_HN: Likewise.
	* locales/es_MX: Likewise.
	* locales/es_PA: Likewise.
	* locales/es_PE: Likewise.
	* locales/es_PY: Likewise.
	* locales/es_SV: Likewise.
	* locales/es_US: Likewise.
	* locales/es_UY: Likewise.
	* locales/es_VE: Likewise.
	* locales/et_EE: Likewise.
	* locales/eu_ES: Likewise.
	* locales/fi_FI: Likewise.
	* locales/fo_FO: Likewise.
	* locales/fr_BE: Likewise.
	* locales/fr_CA: Likewise.
	* locales/fr_CH: Likewise.
	* locales/fr_FR: Likewise.
	* locales/fr_LU: Likewise.
	* locales/ga_IE: Likewise.
	* locales/gr_GR: Likewise.
	* locales/he_IL: Likewise.
	* locales/hr_HR: Likewise.
	* locales/hu_HU: Likewise.
	* locales/is_IS: Likewise.
	* locales/it_IT: Likewise.
	* locales/iw_IL: Likewise.
	* locales/ja_JP: Likewise.
	* locales/kl_GL: Likewise.
	* locales/lt_LT: Likewise.
	* locales/lv_LV: Likewise.
	* locales/no_NO: Likewise.
	* locales/pl_PL: Likewise.
	* locales/pt_PT: Likewise.
	* locales/ro_RO: Likewise.
	* locales/ru_RU: Likewise.
	* locales/sl_SI: Likewise.
	* locales/sv_SE: Likewise.
	* locales/tr_TR: Likewise.
	* locales/zh_CN: Likewise.

1998-03-14  Ulrich Drepper  <drepper@cygnus.com>

	* locales/ru_RU: Correct last patch.
	Patch by Cristian Gafton <gafton@redhat.com>.

1998-03-11  Ulrich Drepper  <drepper@cygnus.com>

	* locales/de_DE: Use common german data and time format not ISO
	8601.

1998-03-08  Ulrich Drepper  <drepper@cygnus.com>

	* locales/ru_RU: Correct inconsistencies in mon data.
	Patch by Alexander V. Lukyanov <lav@alpha.netis.ru>.

1997-12-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>

	* locales/pl_PL: Fix int_curr_symbol.

1997-10-09 04:56  Ulrich Drepper  <drepper@cygnus.com>

	* locales/is_IS: Update from Debian version.

1997-08-29 03:16  Ulrich Drepper  <drepper@cygnus.com>

	* tst-fmon.c: New file.  strfmon test program.
	* tst-fmon.sh: New file.  Script to run strfmon test.
	* fmon-de_DE.exp: New file.  Expected result of strfmon test for de_DE.
	* fmon-en_US.exp: New file.  Expected result of strfmon test for en_US.

	* locales/cs_CZ: Update from author.

1997-03-17 03:32  Ulrich Drepper  <drepper@cygnus.com>

	* sort-test.sh: Call localedef with additional environment variable
	I18NPATH to point to not-yet-installed locale data files.

	* locales/POSIX: Updated version from maintainer.

1997-02-15 14:32 15:10 Andreas Jaeger  <aj@arthur.pfalz.de>

	* collate-test.c (main): Change prototype definition to prevent
	warning.

1997-02-15 17:46  Ulrich Drepper  <drepper@cygnus.com>

	* locales/de_DE: Include real collation data.  It's similar to the
	en_DK information but the order of small and capital characters is
	exchanged.

	* collate-test.c: New file.  Test suite for strcoll function.
	* de_DE.in: Input file for collation test.
	* da_DK.in: Likewise.

	* xfrm-test.c: New file.  Test suite for strxfrm function.

1996-12-10 02:47  Ulrich Drepper  <drepper@cygnus.com>

	* All charmaps: Fix entries for <quotation-mark>.

1996-10-17 18:57  Ulrich Drepper  <drepper@cygnus.com>

	* Makefile (charmaps): Don't try to install CVS or RCS directory.
	(locales): Likewise.
	Reported by Matthias Urlichs.