summaryrefslogtreecommitdiffstats
path: root/ChangeLog.1
blob: 6252dd669a6a5dd1b4ecce9e8245e6599fba49a9 (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
2015-09-11  Daiki Ueno  <ueno@gnu.org>

	* gettext 0.19.6 released.

2015-09-01  Daiki Ueno  <ueno@gnu.org>

	* NEWS: Add 0.19.6 changes.

2015-07-12  Daiki Ueno  <ueno@gnu.org>

	build: Avoid link error on Mac OS X < 10.6
	Reported by Ryan Schmidt in:
	<http://savannah.gnu.org/bugs/?45527>.
	* autogen.sh (GNULIB_MODULES_LIBGETTEXTPO): Add stpcpy and
	stpncpy.

2015-07-10  Daiki Ueno  <ueno@gnu.org>

	* gettext 0.19.5 released.

2015-06-22  Daiki Ueno  <ueno@gnu.org>

	* NEWS: Mention msginit change.

2015-05-08  Часлав Илић (Chusslove Illich)  <caslav.ilic@gmx.net>  (tiny change)

	* NEWS: Mention --kde behavior change.

2015-05-08  Daiki Ueno  <ueno@gnu.org>

	* THANKS: Update.

2015-03-09  Daiki Ueno  <ueno@gnu.org>

	* NEWS: Mention KUIT format string support.

2015-03-04  Daiki Ueno  <ueno@gnu.org>

	build: Update libtool files to 2.4.6
	* m4/libtool.m4: Update from libtool-2.4.6, with modifications.
	2008-04-06  Bruno Haible  <bruno@clisp.org>
		* m4/libtool.m4 (LT_INIT): When setting LIBTOOL, use
		CONFIG_SHELL; don't assume that the Makefile.in will set SHELL
		to ${CONFIG_SHELL}.
	* m4/ltversion.m4: Likewise.
	* build-aux/ltmain.sh: Likewise.

2015-03-04  Daiki Ueno  <ueno@gnu.org>

	* NEWS: Add 0.19.5 changes.

2015-02-10  Daiki Ueno  <ueno@gnu.org>

	* THANKS: Update.

2015-02-06  Daiki Ueno  <ueno@gnu.org>

	* THANKS: Update.

2015-01-23  Daiki Ueno  <ueno@gnu.org>

	build: Update libtool files to 2.4.5
	* m4/libtool.m4: Update from libtool-2.4.5, with modifications.
	2008-04-06  Bruno Haible  <bruno@clisp.org>
		* m4/libtool.m4 (LT_INIT): When setting LIBTOOL, use
		CONFIG_SHELL; don't assume that the Makefile.in will set SHELL
		to ${CONFIG_SHELL}.
	* m4/ltoptions.m4: Likewise.
	* m4/ltversion.m4: Likewise.
	* build-aux/ltmain.sh: Likewise.

2015-01-21  Daiki Ueno  <ueno@gnu.org>

	* THANKS: Update.

2015-01-04  Daiki Ueno  <ueno@gnu.org>

	* THANKS: Update.

2014-12-25  Daiki Ueno  <ueno@gnu.org>

	* build-aux/texinfo.tex: Update to 2014-12-03.16.  Needed because
	the original texinfo does not allow @heading usage inside
	@enumeration and texi2dvi fails due to this.

2014-12-24  Daiki Ueno  <ueno@gnu.org>

	* gettext 0.19.4 released.

2014-12-24  Daiki Ueno  <ueno@gnu.org>

	configure: Also distribute lzip-compressed tarballs
	* configure.ac (AM_INIT_AUTOMAKE): Add dist-lzip.

2014-12-16  Daiki Ueno  <ueno@gnu.org>

	* m4/init-package-version.m4: Remove unused file.  The package
	name and version number are now obtained from git-version-gen.

2014-12-10  Daiki Ueno  <ueno@gnu.org>

	* autogen.sh: Copy intl.m4 and po.m4 to gettext-tools, if Gnulib's
	version are older.

2014-12-10  Daiki Ueno  <ueno@gnu.org>

	* THANKS: Add contributors since 0.18.2.

2014-12-03  Daiki Ueno  <ueno@gnu.org>

	autogen.sh: Fix typo
	* autogen.sh: Fix typo: geneating -> generating.

2014-12-01  Daiki Ueno  <ueno@gnu.org>

	build: Update libtool files to 2.4.4
	* m4/libtool.m4: Update from libtool-2.4.4, with modifications.
	2008-04-06  Bruno Haible  <bruno@clisp.org>
		* m4/libtool.m4 (LT_INIT): When setting LIBTOOL, use
		CONFIG_SHELL; don't assume that the Makefile.in will set SHELL
		to ${CONFIG_SHELL}.
	* m4/ltoptions.m4: Likewise.
	* m4/ltversion.m4: Likewise.
	* build-aux/ltmain.sh: Likewise.

2014-11-28  Daiki Ueno  <ueno@gnu.org>

	build: Update libtool files to 2.4.3
	* m4/libtool.m4: Update from libtool-2.4.3, with modifications.
	2008-04-06  Bruno Haible  <bruno@clisp.org>
		* m4/libtool.m4 (LT_INIT): When setting LIBTOOL, use
		CONFIG_SHELL; don't assume that the Makefile.in will set SHELL
		to ${CONFIG_SHELL}.
	* m4/ltoptions.m4: Likewise.
	* m4/ltsuger.m4: Likewise.
	* m4/ltversion.m4: Likewise.
	* m4/lt~obsolete.m4: Likewise.
	* build-aux/ltmain.sh: Likewise.

2014-11-18  Yaakov Selkowitz  <yselkowi@redhat.com>

	build: Fix autogen.sh --skip-gnulib after fbf4e276
	* Makefile.am (EXTRA_DIST): Add build-aux/git-version-gen.

2014-10-15  Daiki Ueno  <ueno@gnu.org>

	* gettext 0.19.3 released.

2014-07-16  Daiki Ueno  <ueno@gnu.org>

	* Makefile.am (distcheck-hook): Add back localename.c check.

2014-07-14  Daiki Ueno  <ueno@gnu.org>

	* gettext 0.19.2 released.

2014-07-14  Daiki Ueno  <ueno@gnu.org>

	build: Work around undefined _GL_ATTRIBUTE_PURE in libintl
	* Makefile.am (distcheck-hook): Ignore the difference between our
	localename.c and the latest Gnulib's, which utilizes
	_GL_ATTRIBUTE_PURE not available from libintl.  This is a
	temporary fix for the 0.19.2 release and should be reverted once
	it is fixed either in gettext or Gnulib.

2014-06-10  Daiki Ueno  <ueno@gnu.org>

	* gettext 0.19.1 released.

2014-06-06  Daiki Ueno  <ueno@gnu.org>

	autogen.sh: Use xz-compressed archive tarball
	* autogen.sh: Fetch archive.dir-latest.tar.xz instead of .tar.gz.

2014-06-04  Jim Meyering  <meyering@fb.com>  (tiny change)

	configure: also distribute xz-compressed tarballs
	* configure.ac (AM_INIT_AUTOMAKE): Add dist-xz, so that xz-compressed
	.tar.xz tarballs will be distributed alongside .tar.gz ones.

2014-06-02  Daiki Ueno  <ueno@gnu.org>

	* gettext 0.19 released.

2014-05-04  Jehan  <jehan@girinstud.io>  (tiny change)

	configure: require automake >= 1.13
	Macro AM_EXTRA_RECURSIVE_TARGETS defined in Automake 1.13.
	* configure.ac (AM_INIT_AUTOMAKE): Require Automake 1.13 or later.

2014-04-22  Daiki Ueno  <ueno@gnu.org>

	m4: Apply NM detection fix from Libtool
	2013-04-28  Peter Rosin <peda@lysator.liu.se>
		libtool: break all the way out when a good nm is found
		* m4/libtool.m4 (LT_PATH_NM): Break all the way out on a good
		match.

2014-04-22  Daiki Ueno  <ueno@gnu.org>

	m4: Revert commit d6690cc7 to libtool.m4
	Reported by Benjamin Gilbert at:
	<https://savannah.gnu.org/bugs/?41203>
	With recent libtool, this patch did nothing but fix the output
	message of configure.
	* m4/libtool.m4: Remove the special handling of NM detection when
	cross-compiling mingw32 on cygwin.

2014-04-22  Daiki Ueno  <ueno@gnu.org>

	build: Use git-version-gen intead of version.sh
	* version.sh: Remove.
	* autogen.sh: Import git-version-gen from Gnulib.
	* Makefile.am (EXTRA_DIST): Remove version.sh and add
	$(top_srcdir)/.version.
	(BUILT_SOURCES): Add $(top_srcdir)/.version.
	($(top_srcdir)/.version): New rule.
	(dist-hook): New rule.
	* configure.ac: Use git-version-gen in AC_INIT.

2014-04-21  Daiki Ueno  <ueno@gnu.org>

	autogen.sh: Split the regeneration of data files into update.sh
	* autogen.sh: Separate out PO files update logic to...
	* update-po.sh: ...here.
	* Makefile.am (EXTRA_DIST): Add update-po.sh.

2014-04-17  Daiki Ueno  <ueno@gnu.org>

	* autogen.sh: Use included gettext-tools for bootstrap
	To regenerate POT files, autogen.sh had an implicit dependency on
	gettext-tools installed on system.  This prohibited to use any new
	features in our examples.  Let autogen.sh use included version of
	gettext-tools, by prepending $builddir to the PATH.

2014-04-07  Daiki Ueno  <ueno@gnu.org>

	* autogen.sh: Error out when gnulib-tool exit with non-zero.

2013-12-17  Daiki Ueno  <ueno@gnu.org>

	Add missing extern-inline.m4 into archive.
	Problem reported by Reuben Thomas in:
	<https://lists.gnu.org/archive/html/bug-gettext/2013-12/msg00010.html>.
	* Makefile.am (distcheck-hook): Check extern-inline.m4.

2013-08-13  Michele Locati <michele@locati.it>  (tiny change)

	* windows/gettext.rc: Update copyright year.

2013-08-08  Daiki Ueno  <ueno@gnu.org>

	* .dir-locals.el: New file to force spaces instead of tabs in C
	and shell-script files.

2013-08-07  Daiki Ueno  <ueno@gnu.org>

	* NEWS: Add entry for 0.18.4.  Mention GSettings schema file support.

2013-07-10  Daiki Ueno  <ueno@gnu.org>

	gettext-tools: convert tests to use init.sh from Gnulib
	* autogen.sh: Copy tests/init.sh from Gnulib into gettext-tools/tests.

2013-07-07  Daiki Ueno  <ueno@gnu.org>

	* NEWS: Mention libasprintf change and Tcl bug fix.

2013-06-26  Daiki Ueno  <ueno@gnu.org>

	* autogen.sh: Mention GNULIB_TOOL again for off-line bootstrap.

2013-06-17  Daiki Ueno  <ueno@gnu.org>

	Embed Gnulib using git submodule.
	* autogen.sh: Port git submodule update code from the 'bootstrap'
	script in Gnulib and respect the GNULIB_SRCDIR envvar.
	(cleanup_gnulib): New function borrowed from Gnulib.
	(git_modules_config): Likewise.
	(gnulib_path): New variable.

2013-06-13  Daiki Ueno  <ueno@gnu.org>

	* NEWS: Document more new features.  Mention Glade msgctxt support
	and msginit portability fix, and note that JavaScript support is
	only partial.

2013-06-11  Daiki Ueno  <ueno@gnu.org>

	* NEWS: Mention that future 'gettextize' will require Automake 1.10.
	Suggested by Stefano Lattarini.

2013-06-08  Stefano Lattarini  <stefano.lattarini@gmail.com>  (tiny change)

	build: drop the 'fixacocal' auxiliary script
	The comments in that script state that its use is only required to
	work around issues in aclocal from Automake 1.10, while the rest
	of the Gettext build infrastructure assumes Automake >= 1.11 anyway.
	* autogen.sh: Drop invocations of 'fixaclocal', simply invoke the
	'aclocal' program directly.
	* build-aux/fixaclocal: Remove.
	* Makefile.am (EXTRA_DIST): Stop distributing it.
	(ACLOCAL): Drop redefinition in function of 'fixaclocal'.
	* gettext-runtime/Makefile.am (ACLOCAL): Likewise.
	* gettext-runtime/libasprintf/Makefile.am (ACLOCAL): Likewise.
	* gettext-tools/Makefile.am (ACLOCAL): Likewise.
	* gettext-tools/examples/Makefile.am (ACLOCAL): Likewise.

2013-06-04  Daiki Ueno  <ueno@gnu.org>

	Support for Vala.
	* NEWS: Mention Vala support.

2013-05-29  Stefano Lattarini  <stefano.lattarini@gmail.com>  (tiny change)

	* configure.ac (AM_INIT_AUTOMAKE): Add 'parallel-tests' option.
	Require Automake 1.11.1 or later, so that the 'parallel-tests'
	will be certainly available.
	(AC_INIT): Require Autoconf 2.62 or later; that is the minimal
	version supported by Automake 1.11.1 or later.
	* autogen.sh: Update version number requirement for Autoconf.

2013-05-20  Pavel Kharitonov  <ineiev@gnu.org>  (tiny change)

	Add --previous option to msgattrib.
	* NEWS: Mention --previous msgattrib option.

2013-05-13  Daiki Ueno  <ueno@gnu.org>

	Fix bootstrap error on Mac OS X.
	* autogen.sh (GNULIB_MODULES_LIBGETTEXTPO): Add strchrnul.

2013-05-02  Daiki Ueno  <ueno@gnu.org>

	* autogen.sh: Retrieve archive.dir.tar from FTP when bootstrapping.
	Reported by Stefano Lattarini in
	<https://lists.gnu.org/archive/html/bug-gettext/2012-12/msg00058.html>

2013-04-26  Daiki Ueno  <ueno@gnu.org>

	* NEWS: Mention Python brace format.

2013-04-17  Daiki Ueno  <ueno@gnu.org>

	* NEWS: Mention JavaScript support.

2013-04-11  Daiki Ueno  <ueno@gnu.org>

	* NEWS: Mention Lua support.

2013-03-06  Daiki Ueno  <ueno@gnu.org>

	* AUTHORS: Update from fencepost.gnu.org:/gd/gnuorg/copyright.list.

2013-01-17  Daiki Ueno  <ueno@gnu.org>

	Fix link errors related to C99-style extern inline.
	Reported by Sam Thursfield <sam.thursfield@codethink.co.uk>.
	* autogen.sh (GNULIB_MODULES_LIBASPRINTF): Add xsize.

2012-12-25  Daiki Ueno  <ueno@gnu.org>

	* gettext-0.18.2 released.

2012-12-25  Daiki Ueno  <ueno@gnu.org>

	* version.sh: Bump to 0.18.2.
	* autogen.sh: Record the gnulib version that is being used.
	* NEWS: Update the release date of 0.18.2.  Reformat "Autoconf
	macros" change.

2012-12-21  Daiki Ueno  <ueno@gnu.org>

	Fix W64 build errors.
	* autogen.sh (GNULIB_MODULES_LIBASPRINTF): Add extern-inline, for
	the last xsize.h update.
	(GNULIB_MODULES_TOOLS_FOR_SRC_COMMON_DEPENDENCIES): Add locale,
	not to have copies of locale.h in both libgrep and gnulib-lib.
	(GNULIB_MODULES_LIBGETTEXTPO): Add close.

2012-12-08  Daiki Ueno  <ueno@unixuser.org>

	* autogen.sh: Ignore libunistring tests which are known to fail.
	(GNULIB_MODULES_TOOLS_LIBUNISTRING_TESTS): New variable.

2012-12-08  Daiki Ueno  <ueno@unixuser.org>

	* NEWS: Mention that autoconf 2.60 is required.
	Suggested by Bruno Haible <bruno@clisp.org>.

2012-04-29  Bruno Haible  <bruno@clisp.org>

	Allow use of autoconf-2.69 and automake-1.12.
	* autogen.sh: Update comments.

2012-02-18  Bruno Haible  <bruno@clisp.org>

	Improve ensurance that intmax_t gets defined in libasprintf.
	* autogen.sh: Create gettext-runtime/libasprintf/gnulib-m4/intmax_t.m4,
	not gettext-runtime/m4/intmax_t.m4.
	* Makefile.am (distcheck-hook): Update.

2012-02-18  Bruno Haible  <bruno@clisp.org>

	* Makefile.am (distcheck-hook): Update after gnulib changed.

2012-01-26  Bruno Haible  <bruno@clisp.org>

	Modernize quoting.
	* NEWS: Quote 'like this', not `like this', as per the recent change
	to the GNU coding standards.
	* INSTALL: Process through sed -e "s/\`\([^']*\)'/‘\1’/g"

2011-10-18  Bruno Haible  <bruno@clisp.org>

	* m4/libtool.m4: Update from libtool-2.4.2, with modifications.
	2009-04-23  Bruno Haible  <bruno@clisp.org>
		Fix recognition of "nm" command.
		* m4/libtool.m4 (LT_PATH_NM): Try "nm" program also when
		compiling for mingw in a cygwin environment.
	2008-04-06  Bruno Haible  <bruno@clisp.org>
		* m4/libtool.m4 (LT_INIT): When setting LIBTOOL, use
		CONFIG_SHELL; don't assume that the Makefile.in will set SHELL
		to ${CONFIG_SHELL}.
	* m4/ltoptions.m4: Likewise.
	* m4/ltversion.m4: Likewise.
	* build-aux/ltmain.sh: Likewise.

2011-09-12  Bruno Haible  <bruno@clisp.org>

	Update after gnulib changed.
	* autogen.sh (GNULIB_MODULES_TOOLS_FOR_SRC): Add opendir, readdir,
	closedir.

2011-07-12  Bruno Haible  <bruno@clisp.org>

	Update after gnulib changed.
	* autogen.sh (GNULIB_MODULES_TOOLS_FOR_SRC_COMMON_DEPENDENCIES): Update
	module names.

2011-06-08  Bruno Haible  <bruno@clisp.org>

	Fix a link error due to rpl_wcrtomb on Solaris 9.
	* autogen.sh: Pass the option --witness-c-macro to the gnulib-tool
	invocation for libgrep.

2011-06-05  Bruno Haible  <bruno@clisp.org>

	* autogen.sh (GNULIB_MODULES_TOOLS_FOR_LIBGREP): Add mbrlen.

2011-06-04  Bruno Haible  <bruno@clisp.org>

	Ensure intmax_t gets defined in libasprintf.
	* autogen.sh: Create gettext-runtime/m4/intmax_t.m4, copied from
	gnulib.
	* Makefile.am (distcheck-hook): Check also intmax_t.m4.

2011-06-03  Bruno Haible  <bruno@clisp.org>

	* autogen.sh (GNULIB_MODULES_LIBASPRINTF): Add verify.
	* Makefile.am (distcheck-hook): Check also verify.h.

2011-06-03  Bruno Haible  <bruno@clisp.org>

	Copyright: Use LGPL 2.1 instead of LGPL 2.0.
	* os2/iconv/iconv.*: Update copyright header.
	* Makefile.am (distcheck-hook): Update.

2011-02-12  Bruno Haible  <bruno@clisp.org>

	Use gnulib's setlocale in all the programs.
	* autogen.sh (GNULIB_MODULES_RUNTIME_FOR_SRC,
	GNULIB_MODULES_TOOLS_FOR_SRC): Add setlocale.

2011-02-12  Bruno Haible  <bruno@clisp.org>

	Update after gnulib changed.
	* autogen.sh (GNULIB_MODULES_TOOLS_FOR_SRC): Add wctype-h, remove
	wctype.

2011-02-12  Bruno Haible  <bruno@clisp.org>

	Use u8_mbtoucr instead of u8_mbtouc in some places.
	* autogen.sh (GNULIB_MODULES_TOOLS_FOR_SRC,
	GNULIB_MODULES_LIBGETTEXTPO): Add unistr/u8-mbtoucr.

2011-01-28  Bruno Haible  <bruno@clisp.org>

	Add a comment.
	* m4/woe32-dll.m4: Add a reference to the woe32dll writeup.

2010-12-10  Bruno Haible  <bruno@clisp.org>

	Update after gnulib changed.
	* autogen.sh (GNULIB_MODULES_TOOLS_FOR_SRC): Add spawn-pipe, remove
	pipe.

2010-09-24  Bruno Haible  <bruno@clisp.org>

	* m4/libtool.m4: Update from libtool-2.4, with modifications.
	2009-04-23  Bruno Haible  <bruno@clisp.org>
		Fix recognition of "nm" command.
		* m4/libtool.m4 (LT_PATH_NM): Try "nm" program also when
		compiling for mingw in a cygwin environment.
	2008-04-06  Bruno Haible  <bruno@clisp.org>
		* m4/libtool.m4 (LT_INIT): When setting LIBTOOL, use
		CONFIG_SHELL; don't assume that the Makefile.in will set SHELL
		to ${CONFIG_SHELL}.
	* m4/ltversion.m4: Update from libtool-2.4.
	* build-aux/ltmain.sh: Likewise.

2010-09-04  Bruno Haible  <bruno@clisp.org>

	Simplify use of gnulib-tool now that gnulib-tool --import works better.
	* autogen.sh: Don't remove gnulib-cache.m4 before running gnulib-tool.

2010-07-31  Bruno Haible  <bruno@clisp.org>

	Use new ansi-c++.m4 from gnulib.
	* autogen.sh (GNULIB_MODULES_RUNTIME_OTHER, GNULIB_MODULES_TOOLS_OTHER):
	Add ansi-c++-opt.
	Reported at <https://savannah.gnu.org/bugs/?30607>.

2010-06-06  Bruno Haible  <bruno@clisp.org>

	New options --with-xz and --with-bzip2 for compressing the archive.
	* DEPENDENCIES: Correct placement of entries for 'tar' and 'gzip'. Add
	entries for 'bzip2' and 'xz'.

2010-06-04  Bruno Haible  <bruno@clisp.org>

	* m4/libtool.m4: Update from libtool-2.2.8, with modifications.
	2009-04-23  Bruno Haible  <bruno@clisp.org>
		Fix recognition of "nm" command.
		* m4/libtool.m4 (LT_PATH_NM): Try "nm" program also when
		compiling for mingw in a cygwin environment.
	2008-04-06  Bruno Haible  <bruno@clisp.org>
		* m4/libtool.m4 (LT_INIT): When setting LIBTOOL, use
		CONFIG_SHELL; don't assume that the Makefile.in will set SHELL
		to ${CONFIG_SHELL}.
	* m4/ltoptions.m4: Update from libtool-2.2.8.
	* m4/ltversion.m4: Likewise.
	* m4/lt~obsolete.m4: Likewise.
	* build-aux/ltmain.sh: Likewise.

2010-06-04  Bruno Haible  <bruno@clisp.org>

	* gettext-0.18.1 released.

2010-06-04  Bruno Haible  <bruno@clisp.org>

	* DEPENDENCIES: Add entries for 'tar' and 'gzip'.

2010-06-04  Bruno Haible  <bruno@clisp.org>

	* autogen.sh: For libgrep, don't use --avoid of modules with
	applicability 'all'.
	Reported by Ryan Schmidt <ryandesign@macports.org>.

2010-06-03  Bruno Haible  <bruno@clisp.org>

	* README: Remove lots of old cruft. Mention the translators as the
	third audience.

2010-06-03  Bruno Haible  <bruno@clisp.org>

	* version.sh: Bump to 0.18.1.
	* autogen.sh: Record the gnulib version that is being used.

2010-06-03  Bruno Haible  <bruno@clisp.org>

	Deprecate the --with-cvs option.
	* DEPENDENCIES: Update entries for git, CVS. Remove entry for RCS.
	* PACKAGING: Update comments about archive.*.tar.gz.

2010-05-19  Bruno Haible  <bruno@clisp.org>

	Link with libunistring, if it exists.
	* autogen.sh (GNULIB_MODULES_TOOLS_FOR_SRC,
	GNULIB_MODULES_LIBGETTEXTPO): Add libunistring-optional.
	* DEPENDENCIES: Mention optional dependency to GNU libunistring.

2010-05-22  Bruno Haible  <bruno@clisp.org>

	* README.woe32: Explain how to build 64-bit mode binaries.
	Reported by Rob <sisyphus1@optusnet.com.au>.

2010-05-24  Bruno Haible  <bruno@clisp.org>

	Use the newest regex module from gnulib.
	* autogen.sh: Add another gnulib-tool invocation for libgrep.
	(GNULIB_MODULES_TOOLS_FOR_SRC_COMMON_DEPENDENCIES): New variable.
	(GNULIB_MODULES_TOOLS_FOR_LIBGREP): Change value.
	Pass option -I libgrep/gnulib-m4 to 'aclocal'.
	* Makefile.am (distcheck-hook): Don't compare memchr.c.

2010-05-23  Bruno Haible  <bruno@clisp.org>

	Do regex matching purely with regex, not regex + dfa + kwset.
	* autogen.sh (GNULIB_MODULES_TOOLS_FOR_LIBGREP): Remove hard-locale.

2010-05-15  Bruno Haible  <bruno@clisp.org>

	List the build dependencies.
	* DEPENDENCIES: Clarify that 'git' is also a build dependencies.
	List the non-trivial build dependencies.
	Reported by Santiago Vila <sanvila@unex.es>.

2010-05-09  Bruno Haible  <bruno@clisp.org>

	* gettext-0.18 released.

2010-05-09  Bruno Haible  <bruno@clisp.org>

	* version.sh: Bump to 0.18.
	* windows/gettext.rc: Update year.
	* autogen.sh: Record the gnulib version that is being used.

2010-05-08  Bruno Haible  <bruno@clisp.org>

	* NEWS: Mention the PO mode changes.

2010-04-02  Bruno Haible  <bruno@clisp.org>

	Remove autoconf-lib-link directory, obsoleted by gnulib.
	* Makefile.am (SUBDIRS): Remove autoconf-lib-link.
	($(srcdir)/configure): Don't depend on autoconf-lib-link/configure.ac.
	(distcheck-hook): Remove checks of lib-*.m4 and config.rpath.
	* autogen.sh (GNULIB_MODULES_RUNTIME_FOR_SRC): Add havelib.
	Remove configuration of autoconf-lib-link subdirectory. Remove
	"-I ../autoconf-lib-link/m4" option to aclocal. Don't copy
	config.rpath.
	* configure.ac (AC_CONFIG_SUBDIRS): Remove autoconf-lib-link.
	Don't recurse into autoconf-lib-link.

2010-03-30  Bruno Haible  <bruno@clisp.org>

	* README.woe32: Update for Cygwin 1.7.x.

2010-03-28  Bruno Haible  <bruno@clisp.org>

	* NEWS: Deprecate the use of AM_GNU_GETTEXT with 'no-libtool' argument
	and 'gettextize --intl'.

2010-03-28  Bruno Haible  <bruno@clisp.org>

	* autogen.sh (GNULIB_MODULES_TOOLS_FOR_SRC): Add fnmatch, remove
	fnmatch-posix.

	* autogen.sh (GNULIB_MODULES_RUNTIME_FOR_SRC,
	GNULIB_MODULES_TOOLS_FOR_SRC, GNULIB_MODULES_LIBGETTEXTPO): Add stdlib,
	remove exit.

2010-03-13  Bruno Haible  <bruno@clisp.org>

	* NEWS: Mention the --color and --style options on many programs.

2010-01-19  Bruno Haible  <bruno@clisp.org>

	* AUTHORS: Update from fencepost.gnu.org:/gd/gnuorg/copyright.list.

2010-01-11  Bruno Haible  <bruno@clisp.org>

	* autogen.sh (GNULIB_MODULES_TOOLS_FOR_SRC,
	GNULIB_MODULES_LIBGETTEXTPO): Replace ucs4-utf8, utf8-ucs4, utf16-ucs4
	with their modern equivalents.

2009-12-26  Bruno Haible  <bruno@clisp.org>

	* windows/gettext.rc: Update.

2009-12-26  Bruno Haible  <bruno@clisp.org>

	* NEWS: Mention the use of the thread-specific locale on MacOS X.

2009-12-25  Bruno Haible  <bruno@clisp.org>

	* Makefile.am (distcheck-hook): Compare fcntl-o.m4 instead of
	fcntl_h.m4.
	* PACKAGING: Mention fcntl-o.m4 instead of fcntl_h.m4.

2009-12-12  Bruno Haible  <bruno@clisp.org>

	* AUTHORS: Untabify.
	* README: Untabify.
	* THANKS: Untabify.

2009-12-01  Bruno Haible  <bruno@clisp.org>

	* m4/init-package-version.m4 (gl_INIT_PACKAGE): Set AC_PACKAGE_NAME.

2009-11-30  Bruno Haible  <bruno@clisp.org>

	* autogen.sh: Treat gettext-runtime/libasprintf before gettext-runtime.
	Treat gettext-tools/examples before gettext-tools.

2009-10-18  Bruno Haible  <bruno@clisp.org>

	* Makefile.am (distcheck-hook): Compare fcntl_h.m4.
	* PACKAGING: Mention also fcntl_h.m4.

2009-09-27  Bruno Haible  <bruno@clisp.org>

	* NEWS: Mention configure options --without-cvs and --with-git.
	* PACKAGING: Mention archive.*.tar.gz instead of archive.tar.gz.
	* DEPENDENCIES: Mention also git.

2009-09-01  Bruno Haible  <bruno@clisp.org>

	* README.woe32: Put the -mno-cygwin option into CC and CXX.
	Recommended by Paolo Bonzini and Eric Blake.

2009-08-30  Bruno Haible  <bruno@clisp.org>

	* autogen.sh (GNULIB_MODULES_TOOLS_FOR_SRC): Add xstriconveh.

2009-08-30  Bruno Haible  <bruno@clisp.org>

	* configure.ac (AC_PREREQ): Require at least autoconf 2.59.

2009-08-15  Bruno Haible  <bruno@clisp.org>

	Stop using gnulib module 'strdup'.
	* Makefile.am (distcheck-hook): Don't compare strdup.c.

2009-08-14  Bruno Haible  <bruno@clisp.org>

	* autogen.sh: Invoke gnulib-tool also for gettext-runtime/libasprintf.
	(GNULIB_MODULES_LIBASPRINTF, GNULIB_MODULES_LIBASPRINTF_OTHER): New
	variables.
	Update aclocal options for gettext-runtime/libasprintf.
	* Makefile.am (distcheck-hook): Don't compare eoverflow.m4. Update
	comparison of alloca.in.h.

2009-08-14  Bruno Haible  <bruno@clisp.org>

	Remove automatically copied files from version control.
	* autogen.sh (GNULIB_MODULES_TOOLS_OTHER): Add csharpcomp-script,
	csharpexec-script, javacomp-script, javaexec-script.
	* build-aux/csharpcomp.sh.in: Remove file.
	* build-aux/csharpexec.sh.in: Remove file.
	* build-aux/javacomp.sh.in: Remove file.
	* build-aux/javaexec.sh.in: Remove file.

2009-08-14  Bruno Haible  <bruno@clisp.org>

	Remove automatically copied files from version control.
	* autogen.sh: Fetch config.guess, config.sub.
	* build-aux/config.guess: Remove file.
	* build-aux/config.sub: Remove file.

	Remove automatically copied files from version control.
	* autogen.sh: Invoke automake with options --add-missing --copy.
	* build-aux/compile: Remove file.
	* build-aux/depcomp: Remove file.
	* build-aux/elisp-comp: Remove file.
	* build-aux/install-sh: Remove file.
	* build-aux/mdate-sh: Remove file.
	* build-aux/missing: Remove file.
	* build-aux/ylwrap: Remove file.

2009-08-14  Bruno Haible  <bruno@clisp.org>

	Remove automatically generated files from version control.
	* autogen.sh: If --quick was not given, rebuild autoconfiguration of
	tests, PO files, manual pages, documentation, test files.

2009-08-14  Bruno Haible  <bruno@clisp.org>

	* autogen.sh: Update comments.

2009-08-14  Bruno Haible  <bruno@clisp.org>

	* autogen.sh: Create gettext-tools/intl directory before running
	automake.

2009-08-12  Bruno Haible  <bruno@clisp.org>

	* autogen.sh (GNULIB_MODULES_RUNTIME_FOR_SRC,
	GNULIB_MODULES_TOOLS_FOR_SRC): Use getopt-gnu instead of getopt.

2009-08-10  Bruno Haible  <bruno@clisp.org>

	* autogen.sh: Avoid the 'hash-tests' module. It corresponds to an
	incompatible 'hash' module.

2009-08-04  Bruno Haible  <bruno@clisp.org>

	Port msgfilter to Woe32 platforms.
	* autogen.sh (GNULIB_MODULES_TOOLS_FOR_SRC): Add pipe-filter-ii.

2009-08-03  Bruno Haible  <bruno@clisp.org>

	* autogen.sh: Remove statements to fix permissions. Now fixed in git.

2009-05-23  Bruno Haible  <bruno@clisp.org>

	* configure.ac (AM_INIT_AUTOMAKE): Add 'silent-rules' option.

2009-05-23  Bruno Haible  <bruno@clisp.org>

	* m4/init-package-version.m4: New file.
	* configure.ac: Invoke gl_INIT_PACKAGE. Use the preferred form of
	AM_INIT_AUTOMAKE.
	* Makefile.am (ACLOCAL_AMFLAGS): New variable.
	* autogen.sh: Update aclocal invocation.

2009-05-21  Bruno Haible  <bruno@clisp.org>

	Require automake >= 1.11.
	* autogen.sh: Update comment.

2009-05-21  Bruno Haible  <bruno@clisp.org>

	Support automake 1.11.
	* m4/fixautomake.m4 (FIX_MAKEFILE_TOPDIR_DISTRIB): Update for
	automake 1.11.
	* autogen.sh: Update comment.

2009-05-21  Bruno Haible  <bruno@clisp.org>

	Assume automake >= 1.10.2.
	* m4/fixautomake.m4 (FIX_MAKEFILE_COMPILE, FIX_MAKEFILE_INFO): Remove
	macros.

2009-04-23  Bruno Haible  <bruno@clisp.org>

	Fix recognition of "nm" command.
	* m4/libtool.m4 (LT_PATH_NM): Try "nm" program also when compiling for
	mingw in a cygwin environment.

2009-04-23  Bruno Haible  <bruno@clisp.org>

	* m4/libtool.m4: Fix recognition of 'link' command.
	2009-01-26  Peter Rosin  <peda@lysator.liu.se>
		Don't settle for any dumpbin/link program as name lister.
		* m4/libtool.m4 (LT_PATH_NM): When locating dumpbin or
		link -dump, check if they appear to really be capable of name
		listing, in order to eliminate e.g. link from coreutils. This
		makes the name lister decision fall back on nm as the default
		if no acceptable candidate is found, which mainly happens on
		(arguably broken) cross compiles.

2009-03-14  Bruno Haible  <bruno@clisp.org>

	* autogen.sh: Checkout gnulib using 'git' instead of 'cvs'.

2009-01-14  Bruno Haible  <bruno@clisp.org>

	* configure.ac: More consistent m4 quoting.

2008-12-07  Bruno Haible  <bruno@clisp.org>

	* build-aux/fixaclocal: Update for automake-1.10.2.

2008-10-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>

	* m4/libtool.m4 (install_override_mode): New LT_DECL.
	(_LT_SYS_DYNAMIC_LINKER) [hpux9*, hpux10*, hpux11*]: Set it.
	* build-aux/ltmain.sh (func_mode_install): Build a second command line,
	$install_shared_prog, for the installation of the shared library.
	Override resp. set the permission mode if install_override_mode is
	nonempty.

2008-10-04  Bruno Haible  <bruno@clisp.org>

	* autogen.sh: Fix execute permissions of some files.

2008-09-28  Bruno Haible  <bruno@clisp.org>

	* build-aux/ltmain.sh (func_emit_cwrapperexe_src): On mingw,
	preprocess the argument vector through prepare_spawn.

2008-09-27  Bruno Haible  <bruno@clisp.org>

	* autogen.sh (GNULIB_MODULES_RUNTIME_FOR_SRC): Add sigpipe, stdio.
	(GNULIB_MODULES_TOOLS_FOR_SRC): Add sigpipe, stdio, sys_select, write.
	(GNULIB_MODULES_LIBGETTEXTPO): Add sigpipe, stdio.

2008-09-27  Bruno Haible  <bruno@clisp.org>

	* build-aux/config.guess: Update to GNU version 2008-09-08.
	* build-aux/config.sub: Likewise.

2008-09-21  Bruno Haible  <bruno@clisp.org>

	* build-aux/fixaclocal: Adapt for newer versions of 'aclocal'.

2008-09-14  Bruno Haible  <bruno@clisp.org>

	* autogen.sh (GNULIB_MODULES_TOOLS_FOR_SRC,
	GNULIB_MODULES_LIBGETTEXTPO): Add strerror.

2008-09-07  Bruno Haible  <bruno@clisp.org>

	* m4/libtool.m4: Update from libtool-2.2.6, with modifications:
	2008-04-06  Bruno Haible  <bruno@clisp.org>
		* m4/libtool.m4 (LT_INIT): When setting LIBTOOL, use
		CONFIG_SHELL; don't assume that the Makefile.in will set SHELL
		to ${CONFIG_SHELL}.
	* m4/ltoptions.m4: Update from libtool-2.2.6.
	* m4/ltsugar.m4: Likewise.
	* m4/ltversion.m4: Likewise.
	* build-aux/ltmain.sh: Likewise.

2008-09-01  Bruno Haible  <bruno@clisp.org>

	* autogen.sh (GNULIB_MODULES_TOOLS_FOR_SRC,
	GNULIB_MODULES_LIBGETTEXTPO): Add xconcat-filename.

2008-08-31  Bruno Haible  <bruno@clisp.org>

	* autogen.sh (GNULIB_MODULES_TOOLS_FOR_SRC): Add sigprocmask.

2008-08-30  Bruno Haible  <bruno@clisp.org>

	* autogen.sh (GNULIB_MODULES_LIBGETTEXTPO): Add open.

2008-08-17  Bruno Haible  <bruno@clisp.org>

	* Makefile.am (distcheck-hook): Also compare threadlib.m4.

2008-08-14  Bruno Haible  <bruno@clisp.org>

	* Makefile.am (distcheck-hook): Update check of lock.h and lock.c.

2008-05-22  Bruno Haible  <bruno@clisp.org>

	* README.woe32: Add a note about the libiconv dependency.
	Reported by Marko Lindqvist <cazfi74@gmail.com>.

2008-05-18  Bruno Haible  <bruno@clisp.org>

	* m4/libtool.m4: Update from libtool-2.2.4, with modifications:
	2008-04-06  Bruno Haible  <bruno@clisp.org>
		* m4/libtool.m4 (LT_INIT): When setting LIBTOOL, use
		CONFIG_SHELL; don't assume that the Makefile.in will set SHELL
		to ${CONFIG_SHELL}.
	* m4/ltoptions.m4: Update from libtool-2.2.4.
	* m4/ltversion.m4: Likewise.
	* m4/lt~obsolete.m4: Likewise.
	* build-aux/ltmain.sh: Likewise.

2008-05-10  Bruno Haible  <bruno@clisp.org>

	* autogen.sh (GNULIB_MODULES_TOOLS_FOR_SRC): Replace linebreak with
	unilbrk/ulc-width-linebreaks.
	(GNULIB_MODULES_LIBGETTEXTPO): Likewise. 

2008-04-20  Bruno Haible  <bruno@clisp.org>

	* m4/libtool.m4: Update from libtool-2.2.2, with modifications:
	2008-04-06  Bruno Haible  <bruno@clisp.org>
		* m4/libtool.m4 (LT_INIT): When setting LIBTOOL, use
		CONFIG_SHELL; don't assume that the Makefile.in will set SHELL
		to ${CONFIG_SHELL}.
	* m4/ltoptions.m4: New file, from libtool-2.2.2.
	* m4/ltsugar.m4: New file, from libtool-2.2.2.
	* m4/ltversion.m4: New file, from libtool-2.2.2.
	* m4/lt~obsolete.m4: New file, from libtool-2.2.2.
	* build-aux/ltmain.sh: Update from libtool-2.2.2.

2007-12-24  Bruno Haible  <bruno@clisp.org>

	* version.sh: Bump to 0.18-pre1.

2007-11-10  Bruno Haible  <bruno@clisp.org>

	* Makefile.am (distcheck-hook): Add a check for eoverflow.m4.

2007-11-07  Bruno Haible  <bruno@clisp.org>

	* gettext-0.17 released.

2007-11-04  Bruno Haible  <bruno@clisp.org>

	* windows/windres-options (sed_extract_major, sed_extract_minor,
	sed_extract_subminor): Use 'c' command instead of 'a' command. Needed
	for GNU sed 3.02.

2007-11-03  Bruno Haible  <bruno@clisp.org>

	* Makefile.am (distcheck-hook): Add another check for vasnprintf.c.

2007-11-01  Bruno Haible  <bruno@clisp.org>

	* version.sh: Bump version number to 0.17.

2007-10-31  Bruno Haible  <bruno@clisp.org>

	* Makefile.am (distcheck-hook): Exclude copyright header when comparing
	localename.c, relocatable.h, relocatable.c.

2007-10-31  Bruno Haible  <bruno@clisp.org>

	* PACKAGING: Remove ulonglong.m4.
	* Makefile.am (distcheck-hook): Remove check of ulonglong.m4.

2007-10-26  Bruno Haible  <bruno@clisp.org>

	* m4/libtool.m4: Update, based on libtool-1.5.24.
	* build-aux/ltmain.sh: Update, based on libtool-1.5.24.

2007-10-17  Bruno Haible  <bruno@clisp.org>

	* windows/windres-options (sed_extract_major, sed_extract_minor,
	sed_extract_subminor): Use newlines instead of semicolons. Add a
	newline also after the last command in a braced group.
	Needed for GNU sed-3.02, which does not like "q}".

2007-10-17  Bruno Haible  <bruno@clisp.org>

	* README.woe32: Recommend to set PATH. Needed so that libiconv-2.dll
	is found during autoconfiguration.

2007-10-07  Bruno Haible  <bruno@clisp.org>

	* COPYING: Replace with GPL 3.
	* windows/gettext.rc (Comments): Update.
	* Makefile.am (distcheck-hook): Update.

2007-10-06  Bruno Haible  <bruno@clisp.org>

	* autogen.sh (GNULIB_MODULES_TOOLS_FOR_SRC): Add open, fopen.
	(GNULIB_MODULES_LIBGETTEXTPO): Add fopen.
	Reported by Mark Moriarty <mfmbusiness@earthlink.net>.

2007-10-06  Bruno Haible  <bruno@clisp.org>

	* build-aux/texinfo.tex: Upgrade to texinfo-4.11.
	Needed because the original texinfo.tex does not support the
	@documentencoding macro and the texinfo-4.11 texi2dvi then fails due to
	this.

2007-10-05  Bruno Haible  <bruno@clisp.org>

	* Makefile.am (distcheck-hook): Update check of relocatable.h,
	relocatable.c. Check alloca.in.h instead of alloca_.h. Remove check of
	strdup.h.

2007-10-03  Bruno Haible  <bruno@clisp.org>

	* Makefile.am (EXTRA_DIST): Add build-aux/fixaclocal.

2007-10-03  Bruno Haible  <bruno@clisp.org>

	* INSTALL (Enabling Relocatability): New section, produced by
	"LANG= LC_MESSAGES= LC_ALL= LANGUAGE= \
	 makeinfo --no-header --no-validate --output=... relocatable.texi".
	(Relocatable Installation): Remove section.

2007-10-01  Bruno Haible  <bruno@clisp.org>

	* autogen.sh: Invoke gnulib-tool with options --tests-base=gnulib-tests
	--with-tests.

2007-10-01  Bruno Haible  <bruno@clisp.org>

	* build-aux/depcomp: New file, from automake-1.10. Needed for the
	gettext-tools/gnulib-tests directory.

2007-09-29  Bruno Haible  <bruno@clisp.org>

	* autogen.sh (GNULIB_CVS_ROOT): Change to read-only git mirror
	valid since 2007-09-19.

2007-09-01  Bruno Haible  <bruno@clisp.org>

	* autogen.sh (GNULIB_MODULES_TOOLS_FOR_SRC,
	GNULIB_MODULES_LIBGETTEXTPO): Add uniwidth/width.

2007-07-07  Bruno Haible  <bruno@clisp.org>

	* autogen.sh (GNULIB_MODULES_TOOLS_FOR_SRC): Add uniname/uniname.

2007-07-06  Bruno Haible  <bruno@clisp.org>

	* autogen.sh: Add an option --skip-gnulib.

2007-06-28  Bruno Haible  <bruno@clisp.org>

	* HACKING: New file.
	* Makefile.am (EXTRA_DIST): Add it.

2007-06-09  Bruno Haible  <bruno@clisp.org>

	* autogen.sh (GNULIB_MODULES_TOOLS_FOR_SRC): Use xmalloca instead of
	xallocsa.
	(GNULIB_MODULES_LIBGETTEXTPO): Likewise.

2007-06-08  Bruno Haible  <bruno@clisp.org>

	* autogen.sh (GNULIB_MODULES_TOOLS_FOR_SRC): Add module 'localename'.
	* Makefile.am (distcheck-hook): Compare also localename.c.

2007-06-07  Bruno Haible  <bruno@clisp.org>

	* Makefile.am (distcheck-hook): Check also intlmacosx.m4.
	* PACKAGING: Mention also intlmacosx.m4.

2007-05-28  Bruno Haible  <bruno@clisp.org>

	* windows/windres-options: New file.
	* windows/gettext.rc: New file.
	* Makefile.am (EXTRA_DIST): Add them.

2007-05-27  Bruno Haible  <bruno@clisp.org>

	* m4/libtool.m4 (AC_LIBTOOL_PROG_LD_SHLIBS): Fix support for Sun C 5.9
	on Linux.

2007-05-27  Bruno Haible  <bruno@clisp.org>

	* autogen.sh (GNULIB_MODULES_TOOLS_FOR_SRC): Add module 'openmp'.

2007-05-14  Bruno Haible  <bruno@clisp.org>

	* autogen.sh (GNULIB_MODULES_TOOLS_FOR_SRC): Add module 'sys_stat'.

2007-04-10  Bruno Haible  <bruno@clisp.org>

	* autogen.sh (GNULIB_MODULES_TOOLS_FOR_SRC): Add module 'locale'.
	Reported by Dennis Schridde <devurandom@gmx.net>.

2007-04-06  Bruno Haible  <bruno@clisp.org>

	* Makefile.am (distcheck-hook): Don't compare longdouble.m4.
	* PACKAGING: Remove longdouble.m4 from the file list.

2007-04-02  Bruno Haible  <bruno@clisp.org>

	* DEPENDENCIES: Mention dependency towards cvs.
	Reported by Dennis Schridde <devurandom@gmx.net>.

2007-03-27  Bruno Haible  <bruno@clisp.org>

	* PACKAGING: Don't mention share/doc/gettext/javadoc1/ any more.

2007-03-04  Bruno Haible  <bruno@clisp.org>

	Moved --enable-relocatable infrastructure to gnulib.
	* autogen.sh (GNULIB_MODULES_RUNTIME_FOR_SRC): Add relocatable-prog.
	Remove relocatable, relocwrapper.
	(GNULIB_MODULES_TOOLS_FOR_SRC): Likewise.
	(GNULIB_MODULES_LIBGETTEXTPO): Add relocatable-lib.
	(GNULIB_MODULES_LIBGETTEXTPO_OTHER): Remove
	gettext-tools-libgettextpo-misc.

2007-03-04  Bruno Haible  <bruno@clisp.org>

	* autogen.sh (GNULIB_MODULES_TOOLS_FOR_SRC,
	GNULIB_MODULES_LIBGETTEXTPO): Use module 'filename' instead of
	'pathname'.

2007-03-04  Bruno Haible  <bruno@clisp.org>

	* autogen.sh: Remove gnulib-cache.m4 files before running gnulib-tool,
	so that removed modules are really dropped.

2007-02-28  Bruno Haible  <bruno@clisp.org>

	Move relocatability infrastructure to gnulib.
	* build-aux/config.libpath: Remove file.
	* build-aux/reloc-ldflags: Remove file.
	* build-aux/install-reloc: Remove file.
	* Makefile.am (EXTRA_DIST): Remove these files.

2007-01-26  Bruno Haible  <bruno@clisp.org>

	* autogen.sh (GNULIB_MODULES_TOOLS_FOR_SRC): Add sys_time.

2006-12-23  Bruno Haible  <bruno@clisp.org>

	* autogen.sh (GNULIB_MODULES_TOOLS_OTHER): Add stdint.

2006-12-21  Bruno Haible  <bruno@clisp.org>

	* autogen.sh: Pass --makefile-name option to gnulib-tool for
	gettext-tools/gnulib-lib.

2006-12-19  Bruno Haible  <bruno@clisp.org>

	* Makefile.am (EXTRA_DIST): Add build-aux/moopp.

2006-12-01  Bruno Haible  <bruno@clisp.org>

	* autogen.sh (GNULIB_MODULES_TOOLS_FOR_SRC): Add fd-ostream,
	styled-ostream, html-styled-ostream, term-styled-ostream.

2006-12-04  Bruno Haible  <bruno@clisp.org>

	* DEPENDENCIES: New file.
	* INSTALL, README: Refer to it.
	* Makefile.am (EXTRA_DIST): Add it.

2006-11-23  Bruno Haible  <bruno@clisp.org>

	* autogen.sh (GNULIB_MODULES_TOOLS_FOR_SRC,
	GNULIB_MODULES_LIBGETTEXTPO): Add ostream, file-ostream.

2006-11-12  Bruno Haible  <bruno@clisp.org>

	* configure.ac (am__tar): Override automake's definition.

2006-11-12  Bruno Haible  <bruno@clisp.org>

	* autogen.sh: Pass --local-symlink option to all gnulib-tool
	invocations.

2006-11-08  Bruno Haible  <bruno@clisp.org>

	* build-aux/install-reloc: Use canonicalize-lgpl.c instead of
	canonicalize.c.

2006-11-05  Bruno Haible  <bruno@clisp.org>

	* autogen.sh (GNULIB_MODULES_RUNTIME_FOR_SRC): Renamed from
	GNULIB_MODULES_FOR_SRC.
	(GNULIB_MODULES_RUNTIME_OTHER): Renamed from GNULIB_MODULES_OTHER.
	(GNULIB_MODULES_TOOLS_FOR_SRC): Renamed from GNULIB_MODULES_FOR_SRC.
	(GNULIB_MODULES_TOOLS_FOR_LIBGREP): Renamed from
	GNULIB_MODULES_FOR_LIBGREP.
	(GNULIB_MODULES_TOOLS_OTHER): Renamed from GNULIB_MODULES_OTHER.
	(GNULIB_MODULES_LIBGETTEXTPO): Renamed from
	GNULIB_MODULES_FOR_LIBGETTEXTPO.
	(GNULIB_MODULES_LIBGETTEXTPO_OTHER): Renamed from GNULIB_MODULES_OTHER.

2006-10-27  Bruno Haible  <bruno@clisp.org>

	Work around automake-1.10 annoyance.
	* build-aux/fixaclocal: New file.
	* autogen.sh: Use it for every aclocal invocation.
	* Makefile.am (ACLOCAL): New macro.

2006-11-27  Bruno Haible  <bruno@clisp.org>

	* gettext-0.16.1 released.

2006-11-27  Bruno Haible  <bruno@clisp.org>

	* version.sh: Bump version number to 0.16.1.

2006-10-26  Bruno Haible  <bruno@clisp.org>

	* gettext-0.16 released.

2006-10-25  Bruno Haible  <bruno@clisp.org>

	* autogen.sh (GNULIB_MODULES_OTHER): For libgettextpo, add
	gettext-tools-libgettextpo-misc.

2006-10-25  Bruno Haible  <bruno@clisp.org>

	* build-aux/install-reloc: Define IN_RELOCWRAPPER for the compilation.

2006-10-24  Bruno Haible  <bruno@clisp.org>

	* version.sh: Bump version number to 0.16.

2006-10-24  Bruno Haible  <bruno@clisp.org>

	* autogen.sh (GNULIB_MODULES_FOR_LIBGETTEXTPO): Add unlocked-io.
	Needed because gettext-tools/configure ends up setting USE_UNLOCKED_IO
	in gettext-tools/config.h.

2006-10-23  Bruno Haible  <bruno@clisp.org>

	* m4/fixautomake.m4 (FIX_MAKEFILE_TOPDIR_DISTRIB): Make it work with
	automake-1.10 too.

2006-10-20  Bruno Haible  <bruno@clisp.org>

	* autogen.sh: Don't remove gettext-tools/libgettextpo/gnulib-m4.
	Move the "-I gnulib-m4" to the end of the aclocal command lines.
	Also add "-I libgettextpo/gnulib-m4".

2006-10-16  Bruno Haible  <bruno@clisp.org>

	* autogen.sh (GNULIB_MODULES_FOR_LIBGETTEXTPO): New variable.
	Invoke gnulib-tool also for libgettextpo.

2006-10-16  Bruno Haible  <bruno@clisp.org>

	* autogen.sh (GNULIB_MODULES_FOR_SRC): Add xstriconv.

2006-10-07  Bruno Haible  <bruno@clisp.org>

	* Makefile.am (distcheck-hook): New rule.

2006-10-02  Bruno Haible  <bruno@clisp.org>

	* version.sh: Bump version number to 0.15.1.

2006-10-02  Bruno Haible  <bruno@clisp.org>

	* build-aux/config.sub: Update to GNU version 2006-09-20.

2006-10-01  Bruno Haible  <bruno@clisp.org>

	* PACKAGING: Mention intldir.m4.

2006-09-18  Bruno Haible  <bruno@clisp.org>

	* PACKAGING: Remove inttypes-h.m4.

2006-09-11  Bruno Haible  <bruno@clisp.org>

	* PACKAGING: Mention intl.m4.

2006-09-06  Bruno Haible  <bruno@clisp.org>

	* autogen.sh (GNULIB_MODULES_FOR_SRC): Add xstriconv, remove
	iconvstring.

2006-08-26  Bruno Haible  <bruno@clisp.org>

	* m4/woe32-dll.m4: Update comments.

2006-08-28  Bruno Haible  <bruno@clisp.org>

	* PACKAGING: Remove signed.m4.

2006-08-23  Bruno Haible  <bruno@clisp.org>

	* INSTALL: Recommend to pass variables as configure arguments.
	Suggested by Ralf Wildenhues.

2006-08-08  Bruno Haible  <bruno@clisp.org>

	* INSTALL: Add a recommendation for Tru64.
	Reported by Gary V. Vaughan <gary@gnu.org>.

2006-08-04  Bruno Haible  <bruno@clisp.org>

	* README.woe32: Recommend to use cygwin as development environment,
	and mingw only as target environment. Needed to avoid libtool problems
	reported by Matthew McGillis <matthew@jenika.com>.

2006-07-31  Bruno Haible  <bruno@clisp.org>

	* autogen.sh: Invoke gnulib-tool inside gettext-runtime directory.
	Append gettext-runtime/gnulib-m4 to the macro search path; remove
	references to gettext-tools from gettext-runtime.

2006-08-02  Bruno Haible  <bruno@clisp.org>

	* Makefile.am (SUBDIRS): Add gnulib-local.
	* configure.ac (AC_CONFIG_FILES): Add gnulib-local/Makefile.

2006-07-31  Bruno Haible  <bruno@clisp.org>

	* autogen.sh: Process the top-level directory after its subdirectories,
	not before. Needed because of the recursive autoconf invocation in
	the top-level configure.ac.

2006-07-31  Bruno Haible  <bruno@clisp.org>

	* autogen.sh: If GNULIB_TOOL is not set, make an anonymous checkout
	of gnulib.

2006-07-30  Bruno Haible  <bruno@clisp.org>

	* gnulib-local: New directory.
	* autogen.sh: Invoke gnulib-tool inside gettext-tools directory.
	Append gettext-tools/gnulib-m4 to the macro search path.

2006-07-30  Bruno Haible  <bruno@clisp.org>

	* build-aux/csharpcomp.sh.in: Move here from
	gettext-tools/lib/csharpcomp.sh.in.
	* build-aux/csharpexec.sh.in: Move here from
	gettext-tools/lib/csharpexec.sh.in.
	* build-aux/javacomp.sh.in: Move here from
	gettext-tools/lib/javacomp.sh.in.
	* build-aux/javaexec.sh.in: Move here from
	gettext-tools/lib/javaexec.sh.in.

2006-07-22  Bruno Haible  <bruno@clisp.org>

	* autogen.sh: Accept option --quick.

2006-07-25  Bruno Haible  <bruno@clisp.org>

	Remove MSVC/nmake build support.
	* Makefile.msvc: Remove file.
	* Makefile.am (EXTRA_DIST): Remove Makefile.msvc.

2006-07-25  Bruno Haible  <bruno@clisp.org>

	Remove VMS support.
	* vms: Remove directory.
	* Makefile.vms: Remove file.
	* README.vms: Remove file.
	* Makefile.am (EXTRA_DIST): Update.

2006-07-24  Bruno Haible  <bruno@clisp.org>

	* m4/fixautomake.m4 (FIX_MAKEFILE_TOPDIR_DISTRIB): Protect the initial
	tab with a backslash. Needed for MacOS X sed.
	Reported by Denis Excoffier <Denis.Excoffier@free.fr>.

2006-07-21  Bruno Haible  <bruno@clisp.org>

	* gettext-0.15 released.

2006-07-21  Bruno Haible  <bruno@clisp.org>

	* m4/fixautomake.m4 (FIX_MAKEFILE_TOPDIR_DISTRIB): Use a multiline -e
	argument instead of multiple -e arguments. Needed for AIX 4.

2006-07-20  Bruno Haible  <bruno@clisp.org>

	* version.sh: Bump version number to 0.15.

2006-07-20  Bruno Haible  <bruno@clisp.org>

	* build-aux/compile: Update from automake-1.9.6.
	* build-aux/elisp-comp: Likewise.
	* build-aux/install-sh: Likewise.
	* build-aux/mdate-sh: Likewise.
	* build-aux/missing: Likewise.
	* build-aux/mkinstalldirs: Likewise.
	* build-aux/ylwrap: Likewise.

2006-07-20  Bruno Haible  <bruno@clisp.org>

	* build-aux/config.guess, build-aux/config.sub: Update to GNU version
	2006-07-02.

2006-07-13  Bruno Haible  <bruno@clisp.org>

	* m4/fixautomake.m4 (FIX_MAKEFILE_TOPDIR_DISTRIB): New macro.

2006-07-13  Bruno Haible  <bruno@clisp.org>

	* Makefile.am (SUBDIRS): Put autoconf-lib-link last.

2006-06-29  Bruno Haible  <bruno@clisp.org>

	* autogen.sh: Recurse also into the gettext-tools/examples directory
	and update the PO files there.

2006-06-27  Bruno Haible  <bruno@clisp.org>

	* PACKAGING: Don't mention isc-posix.m4.

2006-06-27  Bruno Haible  <bruno@clisp.org>

	Assume vprintf function.
	* os2/configure.awk: Remove unused HAVE_VPRINTF substitution.

2006-04-14  Bruno Haible  <bruno@clisp.org>

	* autogen.sh: Require autoconf-2.60.

2006-03-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>

	* m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER) [ linux ]: Avoid warning when
	"parsing" /etc/ld.so.conf and empty /etc/ld.so.conf.d.

2006-06-04  Bruno Haible  <bruno@clisp.org>

	* PACKAGING: Mention inttypes-h.m4.

2006-05-14  Bruno Haible  <bruno@clisp.org>,
            Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>

	* m4/libtool.m4 [ linux ] (AC_LIBTOOL_LANG_CXX_CONFIG)
	(AC_LIBTOOL_POSTDEP_PREDEP, AC_LIBTOOL_PROG_COMPILER_PIC)
	(AC_LIBTOOL_PROG_LD_SHLIBS): Add support for Sun C 5.9,
	Sun C++ 5.9, and Sun Fortran 8.3 on Linux.

2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>

	* m4/libtool.m4: On Cygwin, like on mingw, define DLL_EXPORT when
	compiling a shared library object.

2006-04-26  Bruno Haible  <bruno@clisp.org>

	* build-aux/config.guess, build-aux/config.sub: Update to GNU version
	2006-04-26.

2006-04-17  Bruno Haible  <bruno@clisp.org>

	* PACKAGING: Remove mkinstalldirs file.

2006-04-20  Bruno Haible  <bruno@clisp.org>

	* autogen.sh: Also regenerate examples PO files.
	Reported by Charles Wilson <cygwin@cwilson.fastmail.fm>.

2006-03-28  Bruno Haible  <bruno@clisp.org>

	* PACKAGING: Mention bin/recode* programs.

2005-12-29  Bruno Haible  <bruno@clisp.org>

	* build-aux/install-reloc: If hard linking is not possible, use a
	simple copy. Needed on Woe32 filesystems.

2005-12-19  Bruno Haible  <bruno@clisp.org>

	* build-aux/ltmain.sh: Upgrade to libtool-1.5.22.
	2001-11-03  Bruno Haible  <bruno@clisp.org>
		* build-aux/ltmain.sh: chmod 777 the .libs directory, so that
		"make install" succeeds.
	* m4/libtool.m4: Upgrade to libtool-1.5.22.
	2004-02-22  Bruno Haible  <bruno@clisp.org>
		* m4/libtool.m4: Add support for Comeau C++ on Linux.
		Reported by Prof. Roberto Bagnara <bagnara@cs.unipr.it>.

2005-11-23  Bruno Haible  <bruno@clisp.org>

	Cygwin portability.
	* build-aux/install-reloc: Expect additional exeext argument. On
	Cygwin, use suffix ".bin.exe" instead of just ".bin".
	* m4/woe32-dll.m4: New file.
	* Makefile.am (EXTRA_DIST): Add it.

2005-09-18  Bruno Haible  <bruno@clisp.org>

	* build-aux/ltmain.sh: Upgrade to libtool-1.5.20.
	2003-11-27  Bruno Haible  <bruno@clisp.org>
		* build-aux/ltmain.sh: In the trampoline code, include
		string.h, ctype.h. Fixes warnings on cygwin.
	2001-11-03  Bruno Haible  <bruno@clisp.org>
		* build-aux/ltmain.sh: chmod 777 the .libs directory, so that
		"make install" succeeds.
	* m4/libtool.m4: Upgrade to libtool-1.5.20.
	2004-02-22  Bruno Haible  <bruno@clisp.org>
		* m4/libtool.m4: Add support for Comeau C++ on Linux.
		Reported by Prof. Roberto Bagnara <bagnara@cs.unipr.it>.

2008-08-28  Bruno Haible  <bruno@clisp.org>

	* autogen.sh: Make the script executable.

2008-08-28  Bruno Haible  <bruno@clisp.org>

	* autogen.sh: Remove code for gettext-runtime/glocale.

2005-07-31  Bruno Haible  <bruno@clisp.org>

	* autogen.sh: Add commands for gettext-runtime/glocale directory.

2005-07-24  Bruno Haible  <bruno@clisp.org>

	Tidy up exported symbols.
	* PACKAGING: Mention visibility.m4.

2005-07-16  Bruno Haible  <bruno@clisp.org>

	* PACKAGING: Add lock.m4.

2005-07-08  Bruno Haible  <bruno@clisp.org>

	* m4/libtool.m4 (postinstall_cmds) [cygwin,mingw,pw32]: Make DLL
	executable after installing it.

2005-07-06  Bruno Haible  <bruno@clisp.org>

	* README.mingw: Remove file.
	* Makefile.am (EXTRA_DIST): Remove README.mingw.

2006-06-21  Bruno Haible  <bruno@clisp.org>

	* gettext-0.14.6 released.

2006-06-21  Bruno Haible  <bruno@clisp.org>

	* version.sh: Bump version number to 0.14.6.

2005-05-23  Bruno Haible  <bruno@clisp.org>

	* gettext-0.14.5 released.

2005-05-23  Bruno Haible  <bruno@clisp.org>

	* version.sh: Bump version number to 0.14.5.

2005-04-11  Bruno Haible  <bruno@clisp.org>

	* gettext-0.14.4 released.

2005-04-11  Bruno Haible  <bruno@clisp.org>

	* version.sh: Bump version number to 0.14.4.

2005-04-06  Bruno Haible  <bruno@clisp.org>

	* README: Recommend --program-transform-name instead of
	--program-prefix.
	Reported by Joel Reicher <joel@panacea.null.org>.

2005-03-22  Bruno Haible  <bruno@clisp.org>

	* m4: New directory, renamed from config/m4/.
	* build-aux: New directory, renamed from config/.
	* configure.ac (AC_CONFIG_AUX_DIR): Use build-aux.
	* Makefile.am (EXTRA_DIST): Update.

2005-03-14  Bruno Haible  <bruno@clisp.org>

	* gettext-0.14.3 released.

2005-03-14  Bruno Haible  <bruno@clisp.org>

	* version.sh: Bump version number to 0.14.3.

2005-02-24  Bruno Haible  <bruno@clisp.org>

	* gettext-0.14.2 released.

2005-02-24  Bruno Haible  <bruno@clisp.org>

	* version.sh: Bump version number to 0.14.2.

2005-02-23  Bruno Haible  <bruno@clisp.org>

	* config/mdate-sh: Upgrade to automake-1.9.5.
	* config/missing: Upgrade to automake-1.9.5.

2005-02-12  Bruno Haible  <bruno@clisp.org>

	* config/ltmain.sh: Upgrade to libtool-1.5.14.
	2003-11-27  Bruno Haible  <bruno@clisp.org>
		* config/ltmain.sh: In the trampoline code, include string.h,
		ctype.h, and return 127. Fixes warnings on cygwin.
	2003-02-18  Bruno Haible  <bruno@clisp.org>
		* config/ltmain.sh (install): Use "ln -s -f" instead of
		"rm -f && ln -s" to make a symlink for a shared library. Take
		care of Solaris /bin/ln.
		Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
	2001-11-03  Bruno Haible  <bruno@clisp.org>
		* config/ltmain.sh: chmod 777 the .libs directory, so that
		"make install" succeeds.

2005-02-11  Bruno Haible  <bruno@clisp.org>

	* config/config.guess, config/config.sub: Update to GNU version
	2005-02-10.

2005-02-07  Bruno Haible  <bruno@clisp.org>

	* config/config.libpath: Use LC_ALL=C to protect range expression
	against Estonian locale.

2005-02-07  Bruno Haible  <bruno@clisp.org>

	* config/ltmain.sh: Upgrade to libtool-1.5.12.
	2003-11-27  Bruno Haible  <bruno@clisp.org>
		* config/ltmain.sh: In the trampoline code, include string.h,
		ctype.h, and return 127. Fixes warnings on cygwin.
	2003-02-18  Bruno Haible  <bruno@clisp.org>
		* config/ltmain.sh (install): Use "ln -s -f" instead of
		"rm -f && ln -s" to make a symlink for a shared library. Take
		care of Solaris /bin/ln.
		Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
	2001-11-03  Bruno Haible  <bruno@clisp.org>
		* config/ltmain.sh: chmod 777 the .libs directory, so that
		"make install" succeeds.
	* config/m4/libtool.m4: Upgrade to libtool-1.5.12.
	2004-02-22  Bruno Haible  <bruno@clisp.org>
		* config/m4/libtool.m4: Add support for Comeau C++ on Linux.
		Reported by Prof. Roberto Bagnara <bagnara@cs.unipr.it>.

2005-02-06  Bruno Haible  <bruno@clisp.org>

	* config/compile: Upgrade to automake-1.9.4.
	* config/elisp-comp: Upgrade to automake-1.9.4.
	* config/install-sh: Upgrade to automake-1.9.4.
	* config/mdate-sh: Upgrade to automake-1.9.4.
	* config/missing: Upgrade to automake-1.9.4.
	2002-03-07  Bruno Haible  <bruno@clisp.org>
		* config/missing (makeinfo): Don't call touch without arguments
		if the source texinfo file doesn't contain a @setfilename
		command.
		Reported by Miroslaw Dobrzanski-Neumann <mne@mosaic-ag.com>.
	* config/mkinstalldirs: Upgrade to automake-1.9.4.
	* config/ylwrap: Upgrade to automake-1.9.4.
	Reported by Albert Chin-A-Young <china@thewrittenword.com>.

2005-01-20  Bruno Haible  <bruno@clisp.org>

	* PACKAGING: Add some notes about Java and C#.

2005-01-05  Bruno Haible  <bruno@clisp.org>

	Fix the "configure --help" output.
	* config/ac-help.sed: New file.
	* configure.ac: Use it.
	* Makefile.am (EXTRA_DIST): Add config/ac-help.sed.

2005-01-05  Bruno Haible  <bruno@clisp.org>

	* version.sh: Bump version number to 0.14.2-pre1.

2005-01-05  Bruno Haible  <bruno@clisp.org>

	* config/ltmain.sh: Upgrade to libtool-1.5.10.
	2003-11-27  Bruno Haible  <bruno@clisp.org>
		* config/ltmain.sh: In the trampoline code, include string.h,
		ctype.h, and return 127. Fixes warnings on cygwin.
	2003-02-18  Bruno Haible  <bruno@clisp.org>
		* config/ltmain.sh (install): Use "ln -s -f" instead of
		"rm -f && ln -s" to make a symlink for a shared library. Take
		care of Solaris /bin/ln.
		Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
	2001-11-03  Bruno Haible  <bruno@clisp.org>
		* config/ltmain.sh: chmod 777 the .libs directory, so that
		"make install" succeeds.
	* config/m4/libtool.m4: Upgrade to libtool-1.5.10.
	2004-02-22  Bruno Haible  <bruno@clisp.org>
		* config/m4/libtool.m4: Add support for Comeau C++ on Linux.
		Reported by Prof. Roberto Bagnara <bagnara@cs.unipr.it>.

2004-09-06  Bruno Haible  <bruno@clisp.org>

	* Makefile.am (EXTRA_DIST): Add autogen.sh.

2004-08-25  Bruno Haible  <bruno@clisp.org>

	* config/ltmain.sh: Upgrade to libtool-1.5.6.
	2003-11-27  Bruno Haible  <bruno@clisp.org>
		* config/ltmain.sh: In the trampoline code, include string.h,
		ctype.h, and return 127. Fixes warnings on cygwin.
	2003-02-18  Bruno Haible  <bruno@clisp.org>
		* config/ltmain.sh (install): Use "ln -s -f" instead of
		"rm -f && ln -s" to make a symlink for a shared library. Take
		care of Solaris /bin/ln.
		Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
	2001-11-03  Bruno Haible  <bruno@clisp.org>
		* config/ltmain.sh: chmod 777 the .libs directory, so that
		"make install" succeeds.
	* config/m4/libtool.m4: Upgrade to libtool-1.5.6.
	2004-02-22  Bruno Haible  <bruno@clisp.org>
		* config/m4/libtool.m4: Add support for Comeau C++ on Linux.
		Reported by Prof. Roberto Bagnara <bagnara@cs.unipr.it>.

2004-02-22  Bruno Haible  <bruno@clisp.org>

	* config/m4/libtool.m4: Add support for Comeau C++ on Linux.
	Reported by Prof. Roberto Bagnara <bagnara@cs.unipr.it>.

2004-02-21  Bruno Haible  <bruno@clisp.org>

	* PACKAGING: Add FAQ.html.

2004-01-26  Bruno Haible  <bruno@clisp.org>

	* config/config.libpath: Upgrade to libtool-1.5.2.

2004-01-26  Bruno Haible  <bruno@clisp.org>

	* config/ltmain.sh: Upgrade to libtool-1.5.2.
	2003-11-27  Bruno Haible  <bruno@clisp.org>
		* config/ltmain.sh: In the trampoline code, include string.h,
		ctype.h, and return 127. Fixes warnings on cygwin.
	2003-02-18  Bruno Haible  <bruno@clisp.org>
		* config/ltmain.sh (install): Use "ln -s -f" instead of
		"rm -f && ln -s" to make a symlink for a shared library. Take
		care of Solaris /bin/ln.
		Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
	2001-11-03  Bruno Haible  <bruno@clisp.org>
		* config/ltmain.sh: chmod 777 the .libs directory, so that
		"make install" succeeds.
	* config/m4/libtool.m4: Upgrade to libtool-1.5.2.

2004-02-02  Bruno Haible  <bruno@clisp.org>

	* PACKAGING: Add glibc2.m4.

2004-01-29  Bruno Haible  <bruno@clisp.org>

	* gettext-0.14.1 released.

2004-01-29  Bruno Haible  <bruno@clisp.org>

	* version.sh: Bump version number to 0.14.1.

2004-01-28  Bruno Haible  <bruno@clisp.org>

	* gettext-0.14 released.

2004-01-28  Bruno Haible  <bruno@clisp.org>

	* version.sh: Bump version number to 0.14.

2004-01-17  Bruno Haible  <bruno@clisp.org>

	* version.sh: Bump version number to 0.14-pre1.

2004-01-17  Bruno Haible  <bruno@clisp.org>

	* config/config.guess, config/config.sub: Update to GNU version
	2004-01-05.

2003-12-12  Bruno Haible  <bruno@clisp.org>

	Assume automake-1.8.
	* Makefile.am (html): Remove rule.

2003-11-30  Bruno Haible  <bruno@clisp.org>

	* config/install-reloc: Compile also the allocsa.c file.

2003-12-17  Bruno Haible  <bruno@clisp.org>

	* gettext-0.13.1 released.

2003-12-17  Bruno Haible  <bruno@clisp.org>

	* version.sh: Bump version number to 0.13.1.

2003-11-30  Bruno Haible  <bruno@clisp.org>

	* gettext-0.13 released.

2003-11-30  Bruno Haible  <bruno@clisp.org>

	* version.sh: Bump version number to 0.13.

2003-11-27  Bruno Haible  <bruno@clisp.org>

	* config/ltmain.sh: In the trampoline code, include string.h, ctype.h,
	and return 127. Fixes warnings on cygwin.

2003-11-23  Bruno Haible  <bruno@clisp.org>

	* PACKAGING: Remove ssize_t.m4.

2003-11-16  Bruno Haible  <bruno@clisp.org>

	* PACKAGING: Add size_max.m4, ssize_t.m4, xsize.m4.

2003-11-16  Bruno Haible  <bruno@clisp.org>

	* config/config.guess, config/config.sub: Update to GNU version
	2003-11-03.

2003-11-16  Bruno Haible  <bruno@clisp.org>

	* version.sh: Bump version number to 0.13-pre1.

2003-11-15  Bruno Haible  <bruno@clisp.org>

	* PACKAGING: Add examples.

2003-10-31  Bruno Haible  <bruno@clisp.org>

	* config/m4/fixautomake.m4 (FIX_MAKEFILE_COMPILE, FIX_MAKEFILE_DISTRIB,
	FIX_MAKEFILE_INFO): Drop argument, use $ac_file instead.

2003-09-13  Bruno Haible  <bruno@clisp.org>

	* PACKAGING: Add envsubst related files and gettext.sh.

2003-08-23  Bruno Haible  <bruno@clisp.org>

	* version.sh: Bump version number to 0.12.2.

2003-07-01  Bruno Haible  <bruno@clisp.org>

	* config/install-reloc: Also compile readlink.c.

2003-06-19  Bruno Haible  <bruno@clisp.org>

	* PACKAGING: Add intmax.m4, longdouble.m4, longlong.m4,
	printf-posix.m4, signed.m4, wchar_t.m4, wint_t.m4.

2003-06-18  Bruno Haible  <bruno@clisp.org>

	* config/install-sh: Update from automake-1.7.5.
	Reported by Paul Eggert.

2003-06-11  Bruno Haible  <bruno@clisp.org>

	* README.gemtext: Remove outdated file.
	* Makefile.am (EXTRA_DIST): Remove it.
	Reported by Guido Flohr <guido@imperia.net>.

2003-06-08  Bruno Haible  <bruno@clisp.org>

	* vms/link_options.opt: New file.
	* vms/with-libiconv.opt, vms/without-libiconv.opt: New files.
	* Makefile.am (EXTRA_DIST): Add them.
	Reported by Jouk Jansen <joukj@hrem.stm.tudelft.nl>.

2003-05-22  Bruno Haible  <bruno@clisp.org>

	* gettext-0.12.1 released.

2003-05-22  Bruno Haible  <bruno@clisp.org>

	* version.sh: Bump version number to 0.12.1.

2003-05-19  Bruno Haible  <bruno@clisp.org>

	* config/mdate-sh: Update from automake-1.7.5.

2003-05-17  Bruno Haible  <bruno@clisp.org>

	* gettext-0.12 released.

2003-05-17  Bruno Haible  <bruno@clisp.org>

	* version.sh: Bump version number to 0.12.

2003-05-08  Bruno Haible  <bruno@clisp.org>

	* PACKAGING: Update for changed default value of $mandir and $docdir.

2003-05-06  Bruno Haible  <bruno@clisp.org>

	* config/config.guess, config/config.sub: Update to GNU version
	2003-02-22.

2003-04-24  Bruno Haible  <bruno@clisp.org>

	Support for libtool-1.5.
	* configure.ac: Postprocess the esyscmd output by replacing
	]AC_ENABLE_SHARED_DEFAULT[ -> yes
	]AC_ENABLE_STATIC_DEFAULT[ -> yes
	]AC_ENABLE_FAST_INSTALL_DEFAULT[ -> yes

	* config/ltmain.sh: Upgrade to libtool-1.5.
	2003-02-18  Bruno Haible  <bruno@clisp.org>
		* config/ltmain.sh (install): Use "ln -s -f" instead of
		"rm -f && ln -s" to make a symlink for a shared library. Take
		care of Solaris /bin/ln.
		Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
	2001-11-03  Bruno Haible  <bruno@clisp.org>
		* config/m4/ltmain.sh: chmod 777 the .libs directory, so that
		"make install" succeeds.
	* config/m4/libtool.m4: Upgrade to libtool-1.5.
	2002-07-14  Bruno Haible  <bruno@clisp.org>
		* config/m4/libtool.m4 (AC_LIBTOOL_SYS_DYNAMIC_LINKER): Add
		support for GNU/FreeBSD.

2003-04-12  Bruno Haible  <bruno@clisp.org>

	* Makefile.vms: Don't use the force target.
	Suggested by Jouk Jansen <joukj@hrem.stm.tudelft.nl>.

2003-04-12  Bruno Haible  <bruno@clisp.org>

	* Makefile.msvc (mandir, docdir): Use datadir instead of prefix.

2003-04-06  Bruno Haible  <bruno@clisp.org>

	* config/install-reloc: Also compile progreloc.c.

2003-04-05  Bruno Haible  <bruno@clisp.org>

	* config/install-reloc: Don't define NO_LIBRARIES.

2003-04-01  Bruno Haible  <bruno@clisp.org>

	* README.mingw: New file.
	* README.vms: New file.
	* Makefile.am (EXTRA_DIST): Add them.

2003-03-30  Bruno Haible  <bruno@clisp.org>

	* Makefile.vms: New file.
	* Makefile.am (EXTRA_DIST): Add Makefile.vms.

2003-03-17  Bruno Haible  <bruno@clisp.org>

	Native Woe32/MSVC support.
	* Makefile.msvc: New file.
	* README.woe32: New file.
	* Makefile.am (EXTRA_DIST): Add them.

2003-02-28  Bruno Haible  <bruno@clisp.org>

	Support for relocatable installation.
	* config/config.libpath: New file.
	* config/install-reloc: New file.
	* config/reloc-ldflags: New file.
	* Makefile.am (EXTRA_DIST): Add them.
	* config/compile: New file, from automake-1.7.2.
	* INSTALL: Document --enable-relocatable and --with-libintl-prefix.

2003-02-27  Bruno Haible  <bruno@clisp.org>

	* configure.ac: Include AC_CANONICAL_HOST, AC_ARG_ENABLE, AC_ARG_WITH,
	AC_ARG_VAR calls from the subdir configures.
	* Makefile.am (configure): Depend on each subdir's configure.ac.

2003-02-22  Bruno Haible  <bruno@clisp.org>

	* Makefile.am (ps, pdf): Remove rules, redundant with automake 1.7.2.

2003-02-18  Bruno Haible  <bruno@clisp.org>

	Fix the 2002-09-16 fix.
	* ltmain.sh (install): If "ln -s -f" fails (this is the case with
	/usr/bin/ln on Solaris 2.7), fall back to "rm && ln -s".

2003-02-18  Bruno Haible  <haible@clisp.cons.org>

	* config/config.guess, config/config.sub: Update to GNU version
	2003-02-03.

2003-02-16  Bruno Haible  <bruno@clisp.org>

	Workaround autoconf >= 2.52 breakage.
	* config/m4/libtool.m4 (AC_LIBTOOL_ARG_WITH): New macro.
	(_LT_AC_LTCONFIG_HACK, AC_PROG_LD): Use it.

2003-02-12  Bruno Haible  <bruno@clisp.org>

	Big restructuring.
	* autoconf-lib-link: New subdirectory.
	* gettext-runtime: New subdirectory.
	* gettext-tools: New subdirectory.
	* config: New subdirectory.
	* configure.ac: New file.
	* Makefile.am: New file.
	* version.sh: New file.


See ChangeLog.0 for earlier changes.