summaryrefslogtreecommitdiff
path: root/support/TeX4ht/source/ChangeLog
blob: 669da6deb7e74df115a95761832ca1ae7299cf2c (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
2716
2717
2718
2719
2720
2721
2722
2723
2724
2725
2726
2727
2728
2729
2730
2731
2732
2733
2734
2735
2736
2737
2738
2739
2740
2741
2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
2756
2757
2758
2759
2760
2761
2762
2763
2764
2765
2766
2767
2768
2769
2770
2771
2772
2773
2774
2775
2776
2777
2778
2779
2780
2781
2782
2783
2784
2785
2786
2787
2788
2789
2790
2791
2792
2793
2794
2795
2796
2797
2798
2799
2800
2801
2802
2803
2804
2805
2806
2807
2808
2809
2810
2811
2812
2813
2814
2815
2816
2817
2818
2819
2820
2821
2822
2823
2824
2825
2826
2827
2828
2829
2830
2831
2832
2833
2834
2835
2836
2837
2838
2839
2840
2841
2842
2843
2844
2845
2846
2847
2848
2849
2850
2851
2852
2853
2854
2855
2856
2857
2858
2859
2860
2861
2862
2863
2864
2865
2866
2867
2868
2869
2870
2871
2872
2873
2874
2875
2876
2877
2878
2879
2880
2881
2882
2883
2884
2885
2886
2887
2888
2889
2890
2891
2892
2893
2894
2895
2896
2897
2898
2899
2900
2901
2902
2903
2904
2905
2906
2907
2908
2909
2910
2911
2912
2913
2914
2915
2916
2917
2918
2919
2920
2921
2922
2923
2924
2925
2926
2927
2928
2929
2930
2931
2932
2933
2934
2935
2936
2937
2938
2939
2940
2941
2942
2943
2944
2945
2946
2947
2948
2949
2950
2951
2952
2953
2954
2955
2956
2957
2958
2959
2960
2961
2962
2963
2964
2965
2966
2967
2968
2969
2970
2971
2972
2973
2974
2975
2976
2977
2978
2979
2980
2981
2982
2983
2984
2985
2986
2987
2988
2989
2990
2991
2992
2993
2994
2995
2996
2997
2998
2999
3000
3001
3002
3003
3004
3005
3006
3007
3008
3009
3010
3011
3012
3013
3014
3015
3016
3017
3018
3019
3020
3021
3022
3023
3024
3025
3026
3027
3028
3029
3030
3031
3032
3033
3034
3035
3036
3037
3038
3039
3040
3041
3042
3043
3044
3045
3046
3047
3048
3049
3050
3051
3052
3053
3054
3055
3056
3057
3058
3059
3060
3061
3062
3063
3064
3065
3066
3067
3068
3069
3070
3071
3072
3073
3074
3075
3076
3077
3078
3079
3080
3081
3082
3083
3084
3085
3086
3087
3088
3089
3090
3091
3092
3093
3094
3095
3096
3097
3098
3099
3100
3101
3102
3103
3104
3105
3106
3107
3108
3109
3110
3111
3112
3113
3114
3115
3116
3117
3118
3119
3120
3121
3122
3123
3124
3125
3126
3127
3128
3129
3130
3131
3132
3133
3134
3135
3136
3137
3138
3139
3140
3141
3142
3143
3144
3145
3146
3147
3148
3149
3150
3151
3152
3153
3154
3155
3156
3157
3158
3159
3160
3161
3162
3163
3164
3165
3166
3167
3168
3169
3170
3171
3172
3173
3174
3175
3176
3177
3178
3179
3180
3181
3182
3183
3184
3185
3186
3187
3188
3189
3190
3191
3192
3193
3194
3195
3196
3197
3198
3199
3200
3201
3202
3203
3204
3205
3206
3207
3208
3209
3210
3211
3212
3213
3214
3215
3216
3217
3218
3219
3220
3221
3222
3223
3224
3225
3226
3227
3228
3229
3230
3231
3232
3233
3234
3235
3236
3237
3238
3239
3240
3241
3242
3243
3244
3245
3246
3247
3248
3249
3250
3251
3252
3253
3254
3255
3256
3257
3258
3259
3260
3261
3262
3263
3264
3265
3266
3267
3268
3269
3270
3271
3272
3273
3274
3275
3276
3277
3278
3279
3280
3281
3282
3283
3284
3285
3286
3287
3288
3289
3290
3291
3292
3293
3294
3295
3296
3297
3298
3299
3300
3301
3302
3303
3304
3305
3306
3307
3308
3309
3310
3311
3312
3313
3314
3315
3316
3317
3318
3319
3320
3321
3322
3323
3324
3325
3326
3327
3328
3329
3330
3331
3332
3333
3334
3335
3336
3337
3338
3339
3340
3341
3342
3343
3344
3345
3346
3347
3348
3349
3350
3351
3352
3353
3354
3355
3356
3357
3358
3359
3360
3361
3362
3363
3364
3365
3366
3367
3368
3369
3370
3371
3372
3373
3374
3375
3376
3377
3378
3379
3380
3381
3382
3383
3384
3385
3386
3387
3388
3389
3390
3391
3392
3393
3394
3395
3396
3397
3398
3399
3400
3401
3402
3403
3404
3405
3406
3407
3408
3409
3410
3411
3412
3413
3414
3415
3416
3417
3418
3419
3420
3421
3422
3423
3424
3425
3426
3427
3428
3429
3430
3431
3432
3433
3434
3435
3436
3437
3438
3439
3440
3441
3442
3443
3444
3445
3446
3447
3448
3449
3450
3451
3452
3453
3454
3455
3456
3457
3458
3459
3460
3461
3462
3463
3464
3465
3466
3467
3468
3469
3470
3471
3472
3473
3474
3475
3476
3477
3478
3479
3480
3481
3482
3483
3484
3485
3486
3487
3488
3489
3490
3491
3492
3493
3494
3495
3496
3497
3498
3499
3500
3501
3502
3503
3504
3505
3506
3507
3508
3509
3510
3511
3512
3513
3514
3515
3516
3517
3518
3519
3520
3521
3522
3523
3524
3525
3526
3527
3528
3529
3530
3531
3532
3533
3534
3535
3536
3537
3538
3539
3540
3541
3542
3543
3544
3545
3546
3547
3548
3549
3550
3551
3552
3553
3554
3555
3556
3557
3558
3559
3560
3561
3562
3563
3564
3565
3566
3567
3568
3569
3570
3571
3572
3573
3574
3575
3576
3577
3578
3579
3580
3581
3582
3583
3584
3585
3586
3587
3588
3589
3590
3591
3592
3593
3594
3595
3596
3597
3598
3599
3600
3601
3602
3603
3604
3605
3606
3607
3608
3609
3610
3611
3612
3613
3614
3615
3616
3617
3618
3619
3620
3621
3622
3623
3624
3625
3626
3627
3628
3629
3630
3631
3632
3633
3634
3635
3636
3637
3638
3639
3640
3641
3642
3643
3644
3645
3646
3647
3648
3649
3650
3651
3652
3653
3654
3655
3656
3657
3658
3659
3660
3661
3662
3663
3664
3665
3666
3667
3668
3669
3670
3671
3672
3673
3674
3675
3676
3677
3678
3679
3680
3681
3682
3683
3684
3685
3686
3687
3688
3689
3690
3691
3692
3693
3694
3695
3696
3697
3698
3699
3700
3701
3702
3703
3704
3705
3706
3707
3708
3709
3710
3711
3712
3713
3714
3715
3716
3717
3718
3719
3720
3721
3722
3723
3724
3725
3726
3727
3728
3729
3730
3731
3732
3733
3734
3735
3736
3737
3738
3739
3740
3741
3742
3743
3744
3745
3746
3747
3748
3749
3750
3751
3752
3753
3754
3755
3756
3757
3758
3759
3760
3761
3762
3763
3764
3765
3766
3767
3768
3769
3770
3771
3772
3773
3774
3775
3776
3777
3778
3779
3780
3781
3782
3783
3784
3785
3786
3787
3788
3789
3790
3791
3792
3793
3794
3795
3796
3797
3798
3799
3800
3801
3802
3803
3804
3805
3806
3807
3808
3809
3810
3811
3812
3813
3814
3815
3816
3817
3818
3819
3820
3821
3822
3823
3824
3825
3826
3827
3828
3829
3830
3831
3832
3833
3834
3835
3836
3837
3838
3839
3840
3841
3842
3843
3844
3845
3846
3847
3848
3849
3850
3851
3852
3853
3854
3855
3856
3857
3858
3859
3860
3861
3862
3863
3864
3865
3866
3867
3868
3869
3870
3871
3872
3873
3874
3875
3876
3877
3878
3879
3880
3881
3882
3883
3884
3885
3886
3887
3888
3889
3890
3891
3892
3893
3894
3895
3896
3897
3898
3899
3900
3901
3902
3903
3904
3905
3906
3907
3908
3909
3910
3911
3912
3913
3914
3915
3916
3917
3918
3919
3920
3921
3922
3923
3924
3925
3926
3927
3928
3929
3930
3931
3932
3933
3934
3935
3936
3937
3938
3939
3940
3941
3942
3943
3944
3945
3946
3947
3948
3949
3950
3951
3952
3953
3954
3955
3956
3957
3958
3959
3960
3961
3962
3963
3964
3965
3966
3967
3968
3969
3970
3971
3972
3973
3974
3975
3976
3977
3978
3979
3980
3981
3982
3983
3984
3985
3986
3987
3988
3989
3990
3991
3992
3993
3994
3995
3996
3997
3998
3999
4000
4001
4002
4003
4004
4005
4006
4007
4008
4009
4010
4011
4012
4013
4014
4015
4016
4017
4018
4019
4020
4021
4022
4023
4024
4025
4026
4027
4028
4029
4030
4031
4032
4033
4034
4035
4036
4037
4038
4039
4040
4041
4042
4043
4044
4045
4046
4047
4048
4049
4050
4051
4052
4053
4054
4055
4056
4057
4058
4059
4060
4061
4062
4063
4064
4065
4066
4067
4068
4069
4070
4071
4072
4073
4074
4075
4076
4077
4078
4079
4080
4081
4082
4083
4084
4085
4086
4087
4088
4089
4090
4091
4092
4093
4094
4095
4096
4097
4098
4099
4100
4101
4102
4103
4104
4105
4106
4107
4108
4109
4110
4111
4112
4113
4114
4115
4116
4117
4118
4119
4120
4121
4122
4123
4124
4125
4126
4127
4128
4129
4130
4131
4132
4133
4134
4135
4136
4137
4138
4139
4140
4141
4142
4143
4144
4145
4146
4147
4148
4149
4150
4151
4152
4153
4154
4155
4156
4157
4158
4159
4160
4161
4162
4163
4164
4165
4166
4167
4168
4169
4170
4171
4172
4173
4174
4175
4176
4177
4178
4179
4180
4181
4182
4183
4184
4185
4186
4187
4188
4189
4190
4191
4192
4193
4194
4195
4196
4197
4198
4199
4200
4201
4202
4203
4204
4205
4206
4207
4208
4209
4210
4211
4212
4213
4214
4215
4216
4217
4218
4219
4220
4221
4222
4223
4224
4225
4226
4227
4228
4229
4230
4231
4232
4233
4234
4235
4236
4237
4238
4239
4240
4241
4242
4243
4244
4245
4246
4247
4248
4249
4250
4251
4252
4253
4254
4255
4256
4257
4258
4259
4260
4261
4262
4263
4264
4265
4266
4267
4268
4269
4270
4271
4272
4273
4274
4275
4276
4277
4278
4279
4280
4281
4282
4283
4284
4285
4286
4287
4288
4289
4290
4291
4292
4293
4294
4295
4296
4297
4298
4299
4300
4301
4302
4303
4304
4305
4306
4307
4308
4309
4310
4311
4312
4313
4314
4315
4316
4317
4318
4319
4320
4321
4322
4323
4324
4325
4326
4327
4328
4329
4330
4331
4332
4333
4334
4335
4336
4337
4338
4339
4340
4341
4342
4343
4344
4345
4346
4347
4348
4349
4350
4351
4352
4353
4354
4355
4356
4357
4358
4359
4360
4361
4362
4363
4364
4365
4366
4367
4368
4369
4370
4371
4372
4373
4374
4375
4376
4377
4378
4379
4380
4381
4382
4383
4384
4385
4386
4387
4388
4389
4390
4391
4392
4393
4394
4395
4396
4397
4398
4399
4400
4401
4402
4403
4404
4405
4406
4407
4408
4409
4410
4411
4412
4413
4414
4415
4416
4417
4418
4419
4420
4421
2021-08-22  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-4ht.tex (siunitx.4ht),
	* tex4ht-html4.tex (html4.4ht): fixed MathJax support for Siunitx.
	https://github.com/josephwright/siunitx/issues/530

2021-08-14  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-4ht.tex (biblatex.4ht): don't check for Hyperref when we define
	\TE@hook macro.

2021-08-12  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-ooffice.tex (ooffice.4ht): added support for SVG image inclusion.
	* tex4ht-ooffice.tex (ooffice.4ht): fixed support for images created by
	\Picture+{} and \Picture+{} commands.
	* tex4ht-4ht.tex (graphics.4ht, graphicx.4ht): moved mapping to .xbb files
	from graphicx.4ht to graphics.4ht, so they work with both packages.

2021-08-03  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-4ht.tex (mdframed.4ht): correctly empty the frame title.
	https://puszcza.gnu.org.ua/bugs/?516#postcomment

2021-07-06  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-4ht.tex (mwart.4ht, mwbk.4ht, mwrep.4ht): fixed caption support for
	MW classes.
	https://github.com/jsbien/repertuarXVI/issues/1

2021-07-05  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-4ht.tex (biblatex.4ht): updated redefinitions of \MakeUppercase and
	\MakeLowercase to use the current code from LaTeX kernel. Also inserted
	BibLaTeX hooks for these commands.

2021-07-04  Karl Berry  <karl@freefriends.org>

	* tex4ht-4ht.tex (showfonts.4ht, subcaption.4ht, subscript.4ht,
	tcilatex.4ht, th4.4ht, verbatim.4ht): \write-1 version.

2021-06-30  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-4ht.tex (cleveref-hooks.4ht, cleveref.4ht): fixed support for
	\refstepcounter and amsthm theorems.
	https://tex.stackexchange.com/a/603194/2891

2021-06-27  Karl Berry  <karl@freefriends.org>

	* tex4ht-4ht.tex (mwbk.4ht, natbib.4ht, report.4ht,
	revtex4.4ht, russianb.4ht): \write-1 version.

2021-06-24  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-4ht (latex.4ht): use T1 encoding with LuaLaTeX or XeLaTeX.
	https://tex.stackexchange.com/a/602531/2891

2021-06-20  Karl Berry  <karl@freefriends.org>

	* Makefile (tex4ht_html4_derived): no more html4-uni.4ht.

2021-06-20  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-html4.tex (html4-uni.4ht),
	* tex4ht-options.tex (tex4ht.4ht): removed unused html4-uni.4ht file.

	* tex4ht-fonts-noncjk.tex (
	tex4ht.dir/texmf/tex4ht/ht-fonts/unicode/misc/SkakNew.htf
	): fixed wrong characters, some characters need to be converted
	to pictures.

2021-06-20  Karl Berry  <karl@freefriends.org>

	* tex4ht-4ht.tex (mathtools.4ht, multicol.4ht, multirow.4ht,
	mwart.4ht, mwbk.4ht, mwrep.4ht): \write-1 version.
	* tex4ht-mkht.tex: copyright 2021.

2021-06-19  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-4ht.tex (latex.4ht),
	* tex4ht-unicode.tex (unicode.4ht): fixed support for \nobreakspace and
	\textellipsis in the picture mode.

2021-06-18  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-mkht.tex (\ourtoks): rename from \toks (should not have
	used a TeX primitive originally), to fix mysterious
	error that appeared after LaTeX update:
! TeX capacity exceeded, sorry [input stack size=5000].! TeX capacity exceeded, sorry [input stack size=5000].
<argument> \mode_if_inner:F 

2021-06-17  Karl Berry  <karl@freefriends.org>

	* tex4ht-4ht.tex,
	* tex4ht-c.tex,
	* tex4ht-html-speech.tex,
	* tex4ht-mathml.tex,
	* tex4ht-sty.tex: "the the" fixes.

2021-06-17  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-4ht.tex (texmate.4ht),
	* tex4ht-html4.tex (html4.4ht): added support for the texmate package.

2021-06-13  Karl Berry  <karl@freefriends.org>

	* tex4ht-4ht.tex (fontspec.4ht, graphics.4ht, lfeenc.4ht,
	longtable.4ht, ltugboat.4ht, latex209.4ht): \write-1 version.

2021-06-13  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-mathjax.tex (mathjax-latex-4ht.4ht): protect more
	commands from expansion in movable arguments.
	https://tex.stackexchange.com/a/601062/2891
	* tex4ht-html5.tex (html5.4ht): add vertical space between image and
	caption.

2021-06-12  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-html4.tex (html4.4ht): remove vertical space in \item
	items that contain just one paragraph.
	https://tug.org/pipermail/tex4ht/2021q2/002997.html
	* tex4ht-4ht.tex (scrlayer.4ht): fix for runtime error when
	scrlayer checks whether it can access current page style.

2021-06-06  Karl Berry  <karl@freefriends.org>

	* tex4ht-4ht.tex (moreverb.4ht, verbatim.4ht, fancyvrb.4ht,
	glossary.4ht, frenchb.4ht, greek.4ht): \write-1 version.

2021-06-03  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-html4.tex (html4.4ht): start paragraph in list like
	environments items. https://puszcza.gnu.org.ua/bugs/?513

2021-05-31  Karl Berry  <karl@freefriends.org>

	* tex4ht-fonts-noncjk.tex (bbold.htf): copyright 2021.

2021-05-31  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-fonts-noncjk.tex (
	tex4ht.dir/texmf/tex4ht/ht-fonts/unicode/bbold/bbold.htf
	): fixed wrong Unicode characters.
	https://tug.org/pipermail/tex4ht/2021q2/002986.html

2021-05-30  Karl Berry  <karl@freefriends.org>

	* tex4ht-4ht.tex (exerquiz.4ht, extarticle.4ht, extbook.4ht,
	extletter.4ht, extproc.4ht, extreport.4ht): \write-1 version.

2021-05-23  Karl Berry  <karl@freefriends.org>

	* tex4ht-4ht.tex (color.4ht, elsart.4ht, endnotes.4ht, eplain.4ht):
	\write-1 version.

2021-05-17  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-html4.tex (html4.4ht): start new paragraph after abstract
	title.

2021-05-16  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-4ht.tex (hyperref.4ht): added support for \label for
	\phantomsection.
	https://tex.stackexchange.com/a/597326/2891

2021-05-16  Karl Berry  <karl@freefriends.org>

	* bibtex2.tex (bibtex2.4ht),
	* tex4ht-4ht.tex (article.ht, babel.4ht, beamer.4ht,
	book.4ht, caption-hooks.4ht, caption.4ht): \write-1 version.

2021-05-09  Karl Berry  <karl@freefriends.org>

	* tex4ht-4ht.tex (amsart.4ht, amsbook.4ht, amsproc.4ht,
	amsldoc.4ht, amsdtx.4ht, acm_proc_article-sp.4ht, spanish.4ht):
	\write-1 version.

2021-05-06  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-4ht.tex (menukeys.4ht): use \Picture* for menukey images.
	* tex4ht-4ht.tex (fontawesome5.4ht, fontawesome5-hooks.4ht,
	fontawesome5-utex-helper-hooks.4ht): added support for Fontawesome5
	package.
	https://puszcza.gnu.org.ua/bugs/index.php?511
	* tex4ht-fonts-noncjk.tex (
	tex4ht.dir/texmf/tex4ht/ht-fonts/unicode/fontawesome/fa5.htf
	): added Htf file for Fontawesome5 fonts.
	https://puszcza.gnu.org.ua/bugs/index.php?511

2021-05-04  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-4ht.tex (colortbl.4ht),
	tex4ht-html4.tex (html4.4ht): added support for \arrayrulecolor 
	command.
	https://tex.stackexchange.com/a/595571/2891
	* tex4ht-4ht.tex (menukeys.4ht): added support for the menukeys
	package. https://puszcza.gnu.org.ua/bugs/?509
	* tex4ht-html4.4ht (html4.4ht): replace ~ by "\ " in TOC
	rendering macros. It should fix issues with Spanish Babel. 
	https://tex.stackexchange.com/a/595688/2891
	* tex4ht-4ht.tex (spanish.4ht): fixed issues with \' accent.
	https://tex.stackexchange.com/a/595688/2891

2021-05-02  Karl Berry  <karl@freefriends.org>

	* Makefile (diff-src, install-src, list-src): new targets
	to handle source files, found via svn status -v.
	* README: update.
	* archive/: move Makefile.exp and extra-bin/fls* here,
	so we don't install them as current source files.
	Still hope to use them one day.

	* tex4ht-4ht.tex (polyglossia.4ht, tuenc-xetex-input.4ht): 2021.
	(aa.4ht): \write version.

2021-04-30  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-mathml.tex (mathml.4ht): added special group in order
	to support subscripts in upright Greek characters.
	https://tex.stackexchange.com/a/595005/2891
	* tex4ht-mathml.tex (mathml.4ht): added special group to
	\math<xx> commands, in order to support their use in subscripts
	and superscripts without extra groups in TeX documents.
	* tex4ht-4ht.tex (beamer.4ht),
	tex4ht-html4.tex (html4.4ht): modernized Beamer support.

2021-04-29  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-mathml.tex (mathml.4ht): keep some Greek characters upright.
	https://tex.stackexchange.com/a/595005/2891

2021-04-27  Karl Berry  <karl@freefriends.org>

	* Makefile (inst-check-files): new target.

2021-04-27  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-4ht.tex (hyperref.4ht): fixed issues with nameref when
	hyperref was loaded from class files.
	https://puszcza.gnu.org.ua/bugs/index.php?508

2021-04-25  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-4ht.tex (babel.4ht, latex.4ht, lfeenc.4ht, plain.4ht,
	polyglossia.4ht, tuenc-xetex-input.4ht): use \ht:special instead of
	\special.
	* tex4ht-4ht.tex (latex.4ht, plain.4ht): \:nbsp should output
	nonbreaking space inside picture.
	* tex4ht-html4.tex (html4.4ht): test for \Picture inside \a:HChar.
	* tex4ht-unicode.tex (unicode.4ht): use correct definition of \:nbsp.
	* tex4ht-html4.tex (html4.4ht): use \:nbsp in listings configurations.
	* tex4ht-4ht.tex (listings.4ht): fixed configurations in order to
	support \Picture*. (Thanks to Linas Stonys).

2021-04-22  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-4ht.tex (listings.4ht): insert closing b:lstlinline
	configuration really after group. (Thanks to Linas Stonys).
	* tex4ht-html4.tex (html4.4ht): add newlines after <br /> tags in
	listings environment.

2021-04-17  Karl Berry  <karl@freefriends.org>

	* Makefile (diff-copyright, inst-check-version): new targets
	for consistency checking.

	* tex4ht-4ht.tex (endnotes, svg.4ht),
	* tex4ht-cond4ht.tex (mktex4ht.4ht),
	* tex4ht-html5.tex (html5.4ht),
	* tex4ht-info.tex (info4ht.4ht),
	* tex4ht-mathml.tex (html-mml.4ht, mathml.4ht),
	* tex4ht-unicode.tex (unicode.4ht): copyright 2021.

2021-04-16  Karl Berry  <karl@freefriends.org>

	* tex4ht-docbook.tex (docbook.4ht),
	* tex4ht-ooffice.tex (ooffice.4ht),
	* tex4ht-mathjax.tex (mathjax-latex-4ht.4ht),
	* tex4ht-html4.tex (html4-math.4ht, html4.4ht),
	* tex4ht-4ht.tex (tikz-hooks.4ht): copyright 2021.

2021-04-16  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-4ht.tex (tikz-hooks.4ht): load dvisvgm4ht driver by default.
	* tex4ht-4ht.tex (chessboard.4ht): added support for the
	chessboard package.

2021-04-15  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-4ht.tex (caption.4ht): fix for TOC handling.
	https://tex.stackexchange.com/a/593069/2891

2021-04-11  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-html4.tex (html4-math.4ht): fixed paragraph handling for
	eqnarray.
	https://tug.org/pipermail/tex4ht/2021q2/002949.html

2021-04-07  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-mathjax.tex (mathjax-latex-4ht.4ht): fixed configurations for
	gather and gather*.
	https://tex.stackexchange.com/a/591806/2891

2021-03-30  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-4ht.tex (endnotes.4ht): don't use math mode to print
	superscripts. https://tex.stackexchange.com/q/590565/2891

2021-03-27  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-ooffice.tex (ooffice.4ht): removed space ignoring
	specials from \footnotemark and \foontotetext, they caused removal
	of all spaces from the document when only \footnotetext is used.
	https://tug.org/pipermail/tex4ht/2021q1/002927.html

2021-03-25  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-4ht.tex (parallel.4ht),
	* tex4ht-html4.tex (html4.4ht): added support for the parallel package.

2021-03-06  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-sty.tex (tex4ht.sty): preparing for a new LaTeX release, where
	\everypar will be patched by LaTeX kernel.
	https://puszcza.gnu.org.ua/bugs/?477
	* tex4ht-4ht.tex (caption.4ht): prevent expansion of macros
	written to TOC by the \caption command.
	https://tug.org/pipermail/tex4ht/2021q1/002912.html
	* tex4ht-html4.tex (html4.4ht): use graphics- option value in PDF
	end EPS conversion.
	https://tex.stackexchange.com/a/586096/2891

2021-03-04  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-html4.tex (html4.4ht): close paragraph before tabularx
	environment. https://tex.stackexchange.com/a/585797/2891

2021-03-02  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-4ht.tex (titlesec.4ht): prevent duplicate entries in TOC.
	https://tex.stackexchange.com/a/585479/2891
	* tex4ht-4ht.tex (biblatex.4ht): don't redefine \nolinkurl.
	https://tex.stackexchange.com/a/585521/2891

2021-02-25  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-4ht.tex (biblatex.4ht): check for existence of \TE@hook
	before redefine. https://tex.stackexchange.com/a/584949/2891

2021-02-18  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-fonts-noncjk.tex (
	tex4ht.dir/texmf/tex4ht/ht-fonts/unicode/cyrillic/cmcyr/cmcbx.htf
	): fixed wrong character.
	https://tug.org/pipermail/tex4ht/2021q1/002904.html
	* tex4ht-mathjax.tex (mathjax-latex-4ht.4ht): fix \( and \) in
	sectioning commands. https://tex.stackexchange.com/a/583946/2891

2021-02-14  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-4ht.tex (subcaption.4ht, caption.4ht),
	* tex4ht-html4.tex (html4.4ht),
	* tex4ht-html5.tex (html5.4ht): added support for the subcaption
	package, fixed support subfloat captions.
	https://tex.stackexchange.com/q/582846/2891

2021-02-10  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-4ht.tex (svg.4ht): added support for image dimension
	specification. https://tex.stackexchange.com/a/582861/2891

2021-02-08  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-docbook.tex (docbook.4ht): start new paragraph after
	\maketitle. https://github.com/michal-h21/make4ht/issues/44
	* tex4ht-docbook.tex (docbook.4ht): fixed footnote handling.
	https://github.com/michal-h21/make4ht/issues/45
	* tex4ht-docbook.tex (docbook.4ht): added \textsubscript and
	\textsuperscript support.

2021-02-07  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-4ht.tex (exerquiz.4ht, exerquiz-hooks.4ht, usepackage.4ht),
	* tex4ht-html4.tex (html4.4ht): fixed exerquiz package support.

2021-02-06  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-4ht.tex (latex.4ht),
	* tex4ht-unicode.tex (unicode.4ht),
	* tex4ht-mathml.tex (mathml.4ht): use \protect in \:nbsp and
	similar commands that use \leavevmode internally.

2021-02-03  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-4ht.tex (nameref.4ht): fix for \autoref and the Caption
	package. https://tex.stackexchange.com/a/581856/2891

2021-01-30  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-html4.tex (html4-math.4ht): removed most of the
	configuration for MathJax, it was not needed and could cause
	problems in some cases. https://github.com/michal-h21/make4ht/issues/42

2021-01-29  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-4ht.tex (biblatex.4ht): the previous fix caused other
	issues. We must define \TE@hook depending on the presence of Hyperref.

2021-01-28  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-4ht.tex (biblatex.4ht): removed definition of \TE@hook.
	It caused some BibLaTeX code not to be executed and compilation
	failed in some cases.

2021-01-27  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-html4.tex (html4.4ht),
	* tex4ht-html5.tex (html5.4ht): start new paragraph after abstracts.

2021-01-26  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-4ht.tex (gloss-french.4ht): fix for \nobreakspace error with
	characters made active in French Polyglossia.
	https://tex.stackexchange.com/a/580505/2891

2021-01-24  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-4ht.tex (latex.4ht): added support for environment hooks.
	https://puszcza.gnu.org.ua/bugs/?477
	* tex4ht-4ht.tex (article.4ht, report.4ht): added support for abstract
	titles.
	* tex4ht-html4.tex (html4.4ht),
	* tex4ht-html5.tex (html5.4ht): fixed support for abstracts.
	* tex4ht-4ht.tex (memoir.4ht, abstract.4ht),
	* tex4ht-html4.tex (html4.4ht),
	* tex4ht-html5.tex (html5.4ht): added support for abstracts in Memoir.
	https://tex.stackexchange.com/a/579953/2891
	* tex-html5.tex (html5.4ht): added more sections and chapters to
	make the source more readable.

2021-01-21  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-4ht.tex (usepackage.4ht, newcomputermodern-hooks.4ht):
	fix for the newcomputermodern package.

2021-01-12  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-html4.tex (html4.4ht): add anchor for \label commands in
	\endnote. https://tex.stackexchange.com/a/578349/2891

2021-01-09  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-html4.tex (html4-math.4ht): fixed display math
	configuration for Amsmath. It supports the split environment now.
	https://tug.org/pipermail/tex4ht/2021q1/002856.html
	* tex4ht-html4.tex (html4.4ht): removed cellspacing and cellpading
	attributes from most tables. They are deprecated.
	https://tex.stackexchange.com/a/578224/2891

2021-01-07  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-ooffice.tex (ooffice.4ht): don't use \@namedef, in order
	to support plain.
	* tex4ht-html4.tex (html4.4ht): configure Plain accents for long umlaut
	\H.
	* tex4ht-ooffice.tex (ooffice.4ht): configure accents for Plain TeX.
	* tex4ht-ooffice.tex (ooffice.4ht): define page dimensions for
	Plain TeX.
	* tex4ht-ooffice.tex (ooffice.4ht): added configuration for
	leftline and rightline. Even for Plain TeX.

2021-01-03  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-fonts-spectral.tex: added support for the Spectral font.
	https://puszcza.gnu.org.ua/bugs/?497

2021-01-02  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-sty.tex (tex4ht.sty): fixed \AtBeginDocument issues.

2021-01-01  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-sty.tex (tex4ht.sty): emulate \AtBeginDocument in .4ht files. 
	* tex4ht-4ht.tex (hyperref-hooks.4ht, hyperref.4ht, nameref.4ht):
	fix for issues with \AtBeginDocument.
	https://puszcza.gnu.org.ua/bugs/index.php?496

2020-12-25  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-sty.tex (tex4ht.sty): use the new LaTeX hook system to execute
	\Configure{AtBeginDocument}
	* tex4ht-4ht.tex (mathtools.4ht): the code added yesterday is now
	unnecessary.
	https://puszcza.gnu.org.ua/bugs/?495
	https://tex.stackexchange.com/a/576267/2891

2020-12-24  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-4ht.tex (mathtools.4ht): load graphicx package.
	https://puszcza.gnu.org.ua/bugs/?495

2020-12-13  Karl Berry  <karl@freefriends.org>

	* tex4ht-html4.tex <configure html4 ltugboat\>: remove spurious <br/>
	from \Configure{signature}, causing blank lines after each
	\makesignature element.
	(.makesignature): reduce left margin to 4em.
	(.signaturemark): hang diamond to left with magic number.
	* tex4ht-4ht.tex (ltugboat.4ht): \InputIfFileExists{tugboat.dates}
	for production TUGboat runs.
	(tugboat.4ht, ltugboat-a.4ht, ltugproc{,-a}.4ht): minimize header.

2020-12-03  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-4ht.tex (tcolorbox.4ht),
	tex4ht-html4.tex (html4.4ht): added support for the tcolorbox package.
	https://tex.stackexchange.com/a/573314/2891

2020-11-29  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-ooffice.tex (ooffice.4ht): simplified configuration of
	\paragraph-like commands. Provided configuration for \paragraph,
	\paragraph*, \subparagraph and \subparagraph*.
	https://puszcza.gnu.org.ua/bugs/?491

2020-11-27  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-ooffice.tex (ooffice.4ht): don't remove footcite support for
	biblatex-dw.
	https://puszcza.gnu.org.ua/bugs/index.php?492
	* tex4ht-ooffice.tex (ooffice.4ht): fixed paragraph handling for
	csquotes quotation environments.
	https://puszcza.gnu.org.ua/bugs/index.php?490
	* tex4ht-html4.tex (html4.4ht): use <blockquote> element for quotation
	environments.

2020-11-26  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-4ht.tex (csquotes.4ht),
	tex4ht-html4.tex (html4.4ht),
	tex4ht-ooffice.tex (ooffice.4ht): support for csquotes quotation
	environments.
	https://puszcza.gnu.org.ua/bugs/?490
	* tex4ht-ooffice.tex (ooffice.4ht): support for \subsubsection and
	\paragraphs in the scrbook class.
	https://puszcza.gnu.org.ua/bugs/?491

2020-11-23  Karl Berry  <karl@freefriends.org>

	* tex4ht-mkht.tex (texinfo): use etex rather than tex.
	(\Echooff, \echoOff, <echo off>): new @echo off string.
	(<windows line>): use it.
	(\make): setup.
	(<unix setup>, <ms setup>): define \Echooff as empty or "@echo off".
	* Makefile (user_bin): new variable to allow per-user addition to PATH.

2020-11-21  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-4ht.tex (caption.4ht): fixed spurious separator between
	caption number and text.
	https://tex.stackexchange.com/q/571684/2891

2020-11-20  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-4ht.tex (titlesec.4ht): fixed paragraph handling in sectioning
	commands.

2020-11-12  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-fonts-noncjk.tex(
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/bera/fvmr8t.htf
	): added support for frmr8t font.

2020-11-09  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-html4 (html4-math.4ht): fixed paragraph opening after
	\PicDisplay. Also don't use the obsolete <center> element.
	https://tex.stackexchange.com/a/570077/2891

2020-11-08  Karl Berry  <karl@freefriends.org>

	* Makefile (diff_files): also filter-out ht.{unix,bat}.

2020-11-08  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-html4 (html4.4ht): fixed paragraph opening after Theorem
	environment.
	* tex4ht-html4 (html4.4ht): emulate \subsection handling in Amsart
	class.
	https://tex.stackexchange.com/q/569955/2891

2020-10-30  Karl Berry  <karl@freefriends.org>

	* tex4ht-mkht.tex (unix line): use set -e and exec</dev/null
	for all scripts to stop at first error and avoid interaction, resp.

	* tex4ht-mkht.tex (windows line): start with @echo off, per Akira.

	* Makefile (tex4ht_mkht_derived): add ht.unix ht.bat.

2020-10-25  Karl Berry  <karl@freefriends.org>

	* tex4ht-mkht.tex: more copyright 2020, https for tug.org.
	* Makefile (diff-scripts, install-scripts): new targets.
	(install_data, inst_dir_scripts): new variables.
	(tex4ht_mkht_derived): add ht.unix and ht.bat (lots more).

2020-10-25  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-mkht.tex (all .unix and .bat files that use plain TeX):
	use etex in shell scripts for plain TeX.
	* tex4ht-4ht.tex (plain.4ht): declare configurations for spacing
	commands in plain TeX.

2020-10-18  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-4ht.tex (minted-sty-hooks.4ht): fixed the breaklines option
	handling.

2020-10-17  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-4ht.tex (usepackage.4ht,graphics-hooks.4ht): adapted Graphics,
	* tex4ht-4ht.tex (usepackage.4ht,xcolor-hooks.4ht): adapted Xcolor,
	* tex4ht-4ht.tex (usepackage.4ht,caption-hooks.4ht): adapted Caption,
	* tex4ht-4ht.tex (usepackage.4ht,pdfbase-hooks.4ht): adapted Pdfbase,
	* tex4ht-4ht.tex (usepackage.4ht,tikz-hooks.4ht): adapted Tikz,
	* tex4ht-4ht.tex (usepackage.4ht,fontspec-hooks.4ht,
	polyglossia-hooks.4ht): adapted Fontspec and Polyglossia,
	* tex4ht-4ht.tex (usepackage.4ht,ctex-hooks.4ht): adapted Ctex,
	* tex4ht-4ht.tex (usepackage.4ht,xecjk-hooks.4ht): adapted xeCJK,
	* tex4ht-4ht.tex (usepackage.4ht,savetrees-hooks.4ht): adapted
	savetrees,
	* tex4ht-4ht.tex (usepackage.4ht,expl3-hooks.4ht): adapted expl3,
	* tex4ht-4ht.tex (usepackage.4ht,showframe-hooks.4ht): adapted
	showframe,
	* tex4ht-4ht.tex (usepackage.4ht,esopic-hooks.4ht): adapted eso-pic,
	* tex4ht-4ht.tex (usepackage.4ht,xrhyper-hooks.4ht): adapted xr-hyper,
	* tex4ht-4ht.tex (usepackage.4ht,xr-hooks.4ht): adapted xr,
	* tex4ht-4ht.tex (usepackage.4ht,fancyhdr-hooks.4ht): adapted fancyhdr,
	* tex4ht-4ht.tex (usepackage.4ht,cleveref-hooks.4ht): adapted cleveref,
	* tex4ht-4ht.tex (usepackage.4ht,imakeidx-hooks.4ht): adapted imakeidx,
	for the new hook mechanism.
	* tex4ht-4ht.tex: added tutorial on how to write early package patching
	the new package hook mechanism. 

2020-10-16  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-cond4ht.tex (cond4ht.4ht, docbook.4ht, html0.4ht,
	html32.4ht, html4.4ht, mktex4ht.4ht, ooffice.4ht, ooimpress.4ht,
	tei.4ht): strip leading quotes from files that we try to find
	.4ht files for. https://puszcza.gnu.org.ua/bugs/?486#postcomment
	* tex4ht-4ht.tex (catchfile-sty-hooks.4ht): removed unnecessary file.
	* tex4ht-sty.tex (tex4ht.sty): changed the early package hook
	mechanism to speed up things.
	https://puszcza.gnu.org.ua/bugs/?486#postcomment
	* tex4ht-4ht.tex (usepackage.4ht): adapded Minted for the new
	package hook mechanism.

2020-10-08  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-sty.tex (tex4ht.sty): new mechanism for early package
	redefinitions.
	* tex4ht-4ht.tex (usepackage.4ht, 
	minted-sty-hooks.4ht, 
	catchfile-sty-hooks.4ht): added early package redefinitions for Minted
	and Catchfile packages.
	https://puszcza.gnu.org.ua/bugs/?486

2020-10-05  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-4ht.tex (biblatex.4ht): fix for ithenelse patching error.
	* tex4ht-4ht.tex (usepackage.4ht): fix for Polyglossia fatal error.

2020-10-03  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-4ht.tex (fancyvrb.4ht): fixed spurious blank lines that were
	sometimes produced.
	* tex4ht-4ht.tex (latex.4ht): fixed \,, \;, \: and other similar
	commands. Their definition had been added to LaTeX kernel and
	their behaviour changed, resulting in possible fatal error.
	https://tug.org/pipermail/tex4ht/2020q4/002735.html

2020-09-28  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-html4.tex (html4.4ht): use <pre> element for fancy verbatim.
	https://tex.stackexchange.com/q/564532/2891
	* tex4ht-4ht.tex (minted.4ht),
	* tex4ht-html4.tex (html4.4ht): added support for colored Minted
	listings. https://tex.stackexchange.com/a/564579/2891

2020-09-22  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-4ht (latex.4ht, subscript.4ht): patch \@textsuperscript and
	\@textsubscript unconditionally.
	https://puszcza.gnu.org.ua/bugs/index.php?477

2020-09-21  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-4ht.tex (usepackage.4ht): use \providecommand instead of
	\newcommand in order to prevent errors when eso-pic package is required
	multiple times.

2020-09-18  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-unicode.tex (unicode.4ht): don't use combining characters for
	MathML accents.
	https://puszcza.gnu.org.ua/bugs/?483

2020-09-13  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-mathjax.tex (mathjax-latex-4ht.4ht): removed space
	handling regular expressions, they seem to be unnecessary with
	current MathJax.

2020-09-08  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-mathml.tex (mathml.4ht): removed some weird code from
	configuration for \text.. commands. It produced invalid MathML.

2020-09-02  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-4ht.tex(usepackage.4ht, usepackage-fontspec.4ht):
	fix for the development version of LaTeX.
	https://puszcza.gnu.org.ua/bugs/?477
	* tex4ht-html4.tex (html4.4ht): fixed line breaks in verbatim.
	https://tex.stackexchange.com/a/561167/2891

2020-09-01  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-fonts-ebgaramond.tex,
	* tex4ht-fonts-fourier.tex,
	* tex4ht-fonts-libertine.tex,
	* tex4ht-fonts-newtx.tex: updated compilation instructions.
	
2020-08-31  Karl Berry  <karl@freefriends.org>

	* tex4ht-fonts-noncjk.tex (bchb8t): remove spurious Unicode in
	htfcss line.

	* tex4ht-fonts-ebgaramond.tex,
	* tex4ht-fonts-fourier.tex,
	* tex4ht-fonts-libertine.tex,
	* tex4ht-fonts-newtx.tex: license, copyright year.

2020-08-31  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-fonts-fourier.tex,
	* Makefile: generate files for Fourier fonts.
	https://github.com/michal-h21/make4ht/issues/35

2020-08-27  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-mathml.tex (mathml.4ht): use some code from mathml- option by
	default.
	https://github.com/michal-h21/make4ht/issues/34
	https://puszcza.gnu.org.ua/bugs/?278

2020-08-19  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-mathml.tex (mathml.4ht): fixed fence rendering in MathML.
	https://puszcza.gnu.org.ua/bugs/?481

2020-07-30  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-mathjax.tex (mathjax-latex-4ht.4ht): remove spurious colon.
	https://tex.stackexchange.com/a/555755/2891
	https://puszcza.gnu.org.ua/bugs/?479

2020-07-28  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-sty.tex (tex4ht.sty),
	* tex4ht-4ht.tex (latex.4ht),
	* Makefile: use new LaTeX hook system for patching \begin{document}
	when possible.
	https://puszcza.gnu.org.ua/bugs/?477#postcomment
	
2020-07-27  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-sty.tex (tex4ht.sty): don't patch \shipout command.
	https://listserv.uni-heidelberg.de/cgi-bin/wa?A2=LATEX-L;d8558dd0.2007&S=

2020-07-26  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-mathjax.tex (mathjax-latex-4ht.4ht),
	* tex4ht-html4.tex (html4-math.4ht): added MathJaxConfig configuration.
	https://github.com/michal-h21/make4ht/issues/33

2020-07-26  Karl Berry  <karl@freefriends.org>

	* Makefile (diff-htfonts): rename from diff-ht-fonts, and also
	generate /tmp/htnew for new files. Other small name changes.

2020-07-25  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-fonts-newtx.tex,
	* Makefile: generate files for Newtx fonts
	https://puszcza.gnu.org.ua/bugs/index.php?236#postcomment

2020-07-18  Karl Berry  <karl@freefriends.org>

	* Makefile (update):  missing ) on "$(dest_src/", causing 
	"unterminated variable reference".
	(destdir): change to update.dir from .., to make it clearer
	this is a test target not in regular use.

2020-07-17 Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-html4.tex (html4.4ht): \rowcolor should have precedence over
	\columncolor in colortbl support.
	https://puszcza.gnu.org.ua/bugs/?163
	* tex4ht-html4.tex (html4.4ht): fixed Koma Script \paragraph.
	https://puszcza.gnu.org.ua/bugs/?176
	* tex4ht-html4.tex (html4.4ht): allow linebreak in long URLs.
	https://puszcza.gnu.org.ua/bugs/index.php?301

2020-07-16 Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-4ht.tex (usepackage.4ht): fixed eso-pic support.
	https://puszcza.gnu.org.ua/bugs/?231
	* tex4ht-4ht.tex (article.4ht,book.4ht,report.4ht,
	scrbook.4ht,scrreprt.4ht): fixed tocdepth handling.
	https://puszcza.gnu.org.ua/bugs/?228

2020-07-13 Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-4ht.tex (usepackage.4ht, ctex.4ht): added support for the
	ctex package.
	https://github.com/michal-h21/make4ht/issues/29

2020-07-10 Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-tei.tex (tei.4ht): declare encoding in <?xml ...>
	* tex4ht-fonts-modern.tex (
	./tex4ht.dir/texmf/tex4ht/ht-fonts/unicode/lm/rm-lm.htf
	): added declaration for rm-lmcsc.
	* tex4ht-fonts-noncjk.tex (
	DejaVuSansCondensed-Bold-tlf-t1.htf
	DejaVuSansCondensed-BoldOblique-tlf-t1.htf
	DejaVuSansCondensed-Oblique-tlf-t1.htf
	DejaVuSansCondensed-tlf-t1.htf
	): these fonts are not small caps (thanks to Linas Stonys).


2020-07-09 Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-tei.tex (tei.4ht): defined \ifHCond conditional.
	* tex4ht-tei.tex (tei.4ht): defined basic HTF font support.

2020-07-07 Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-fonts-noncjk.tex (
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/bitstrea/charter/bchr8r 
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/bitstrea/charter/bchb8t
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/bitstrea/charter/bchri8t
	): fixed htfcss declarations (thanks to Linas Stonys)

2020-07-02 Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-mathml.tex (mathml.4ht): don't use deprecated <mfence>
	element for \left and \right.

2020-07-01 Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-html4.tex (html4.4ht): fixed spacing after \LaTeX and \TeX.
	https://puszcza.gnu.org.ua/bugs/?162

2020-06-30 Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-html4.tex (html4.4ht): don't override HTML charset when it is
	already set.
	https://puszcza.gnu.org.ua/bugs/index.php?432
	* tex4ht-html4.tex (html4.4ht): use monospaced font for fancyvrb
	and alltt environments.
	https://puszcza.gnu.org.ua/bugs/?211

2020-06-29  Ulrich M\"uller  <karl@freefriends.org>

	* tex4ht-htcmd.c (err_i, err_arg): use ("%s", warn_err_mssg[n])
	 for the sake of -Werror=format-security.
	 http://puszcza.gnu.org.ua/bugs/?472

2020-06-23 Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-docbook.tex (docbook.4ht): don't print filename in BibLaTeX
	bibliography.
	https://github.com/michal-h21/make4ht/issues/28

2020-06-21 Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-docbook.tex (docbook.4ht): support for BibLaTeX bibliography.
	https://github.com/michal-h21/make4ht/issues/28

2020-06-19 Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-4ht.tex (memoir.4ht): disable warning and error messages about
	obsolete font commands.
	https://github.com/michal-h21/make4ht/issues/27

2020-06-18 Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-docbook.tex (docbook.4ht): fixed output from \maketitle
	command in accordance with the current Docbook documentation.
	https://github.com/michal-h21/make4ht/issues/27

2020-06-16 Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-4ht.tex (longtable.4ht): fixed LOT for longtable + fixed
	missing colon in caption.
	https://puszcza.gnu.org.ua/bugs/?313

2020-06-15  Vincent Bela\"iche  <vincent.belaiche@gmail.com>

	* Makefile (do_java): Add comment about do_java=0|1 needing
	tex4ht-dir.tex refresh.
	(xtpipe_jar): Replace java_or_not by xtpipes_jar, as the only
	purpose is to control making of xtpipes.jar, and transpose the
	dependency between in-tex and in-make, i.e., xtpipes.jar is needed
	only when java is compiled in tex.
	Replace all the "ifeq ($(java_in_make),true)" by "ifneq
	($(do_java),2)".
	(xtpipes_derived): Add $(xtpipes_jar).
	($(tex4ht_jsml_xtpipes_derived)): Replace $(call
	java_or_not,$(wd)/bin/xtpipes.jar) by $(xtpipes_jar) in the
	dependency list, so there is a dependency only when compiling java
	in tex.
	(jar): Suppress producing xtpipes.jar, this is needed only for
	compiling in tex.

2020-06-13  Vincent Bela\"iche  <vincent.belaiche@gmail.com>

	* xtpipes.tex,
	* tex4ht-xhtmml-xtpipes.tex,
	* tex4ht-xhtml-xtpipes.tex,
	* tex4ht-oo-xtpipes.tex,
	* tex4ht-jsml-xtpipes.tex,
	* tex4ht-javahelp-xtpipes.tex,
	* tex4ht-html-speech-xtpipes.tex,
	* tex4ht-docbook-xtpipes.tex: Make all java system calls
	conditional on "\ifdojava" switch.
	* tex4ht-dir.m4: Add a "\ifdojava" switch.
	* Makefile: Refactor the "do_java" option so that, and propagate
	the option to "tex4ht-dir.tex" via "tex4ht-dir.m4".

2020-06-11  Karl Berry  <karl@freefriends.org>

	* Makefile (all): run checklog.lua here, instead of in
	individual rules.
	* texlog.lua: fiddle with formatting.

2020-06-10 Michal Hoftich  <michal.h21@gmail.com>

	* checklog.lua: pass checked log file name to the log parser function.

2020-06-07  Karl Berry  <karl@freefriends.org>

	* Makefile (tex4ht_fonts_modern_derived): evidently lm-htf.tex
	is created from tex4ht-fonts-modern.tex, not noncjk. It looks to
	be a test file with no particul use, but ok, whatever. svn:ignore it.
	(diff-ht-fonts): failed to uncomment the full diff rerun.
	(diff_files): $(filter-out) various files in $(derived) that are
	not installed under $(inst_dir_4ht).
	(tex4ht_fonts_cjk_derived, tex4ht_fonts_cjk_utf8_derived): define
	as the first .htf file created, instead of the .html, since the
	.html is not installed.

2020-06-07 Michal Hoftich  <michal.h21@gmail.com>

	* checklog.lua: script for detection of errors in the log files.
	* tex4ht-4ht.tex (amsart.4ht, amsproc.4ht): fixed horizontal mode
	error when \dedication is used.
	https://puszcza.gnu.org.ua/bugs/?469

2020-06-06  Vincent Bela\"iche  <vincent.belaiche@gmail.com>

	* xtpipes.tex (End document system call): Remove
	-Xlint:deprecation from javac call.
	(<xtpipes imports>): Add xtpipes.XtpipesPrintWriter import.
	(<process script map>, <<set start element>, <save status of xmlns
	above element>): Replace deprecated Integer/Boolean allocation with
	new by call to static member function valueOf.

2020-06-06  Karl Berry  <karl@freefriends.org>

	* Makefile: use htlatex instead of xhlatex throughout.
	https://tug.org/pipermail/tex4ht/2020q2/002579.html

	(diff-ht-fonts): more tweaks on the road to making the output more
	easily usable.

	(SearchFonts.java): disable dependency.
	* tex4ht-fonts-noncjk.tex: document Michal's idea about about it.
	https://tug.org/pipermail/tex4ht/2020q2/002578.html

2020-06-05  Karl Berry  <karl@freefriends.org>

	* tex4ht-javahelp-xtpipes.tex: \input{tex4ht-dir}.

2020-06-05  Vincent Bela\"iche  <vincent.belaiche@gmail.com>

	* tex4ht-javahelp-xtpipes.tex,
	* tex4ht-html-speech-xtpipes.tex: Remove reference to \XTPIPES lib

2020-06-05  Karl Berry  <karl@freefriends.org>

	* Makefile (do_java): conditional to enable Java derivations
	and compilations.
	* Makefile.exp: move "experimental section" to here from Makefile.

2020-06-05  Vincent Bela\"iche  <vincent.belaiche@gmail.com>

	* tex4ht-docbook-xtpipes.tex,
	* tex4ht-javahelp-xtpipes.tex,
	* tex4ht-jsml-xtpipes.tex,
	* tex4ht-oo-xtpipes.tex,
	* tex4ht-xhtml-xtpipes.tex,
	* tex4ht-xhtmml-xtpipes.tex: Replace absolute paths by macros
	from tex4ht-dir.tex.

	* tex4ht-html-speech-xtpipes.tex: Likewise replace absolute paths,
	and ensure directory \TEXMFTEXivBIN exists.

	* xtpipes.tex: Likewise replace absolute paths, and
	change system calls so that javac input files are streamed from find.

2020-06-04 Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-fonts-modern.tex: removed lot of duplicated .htf entries.
	* tex4ht-fonts-modern.tex (txbtt8v, txbttsc8v, txbttsl8v, txtt8v,
	txttsc8v, txttsl8v): new HTF files.
	* tex4ht-fonts-noncjk.tex: renamed pxbsyc.htf to txbsyc.htf.

2020-06-04  Karl Berry  <karl@freefriends.org>

	* tex4ht-fonts-modern.tex (lm-qxtt-LM-05): remove duplicate \AddFont.
	(lm-qxtt-LM-05): move to after definition.
	* tex4ht-fonts-noncjk.tex (txtt): \AddFont this instead of txb twice.
	(zppleb7m): remove duplicate definition.
	(pcrb): remove \AddFont in phvb section (correct the name, too).
	(txbsyc): delete second spurious (alias) entry.
	(ma1r8c, ma1r8t, ma1b8t): remove definitions since they were never
	installed because their directory,
        tex4ht.dir/texmf/tex4ht/ht-fonts/unicode/monotype,
        was not created (and the fonts are not free anyway).

	* Makefile (SearchFonts.java, etc.): disable dependencies so as
	not to uselessly remake everything when files are not in the right
		place.

2020-06-04  Vincent Bela\"iche  <vincent.belaiche@gmail.com>

	* xtpipes.tex (\AddFileC): Remove appending slash to directory
	argument, as it ends prematurely the \MakeDir loop by having an
	unwanted // pattern in the path.

2020-06-03 Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-html4.tex (html4-math.4ht): handle nested math in amsmath
	version of \[\].
	https://tug.org/pipermail/tex4ht/2020q2/002561.html

2020-06-02 Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-4ht.tex (latex.4ht): fixed bug in tabbing environment.
	https://tug.org/pipermail/tex4ht/2020q2/002565.html

2020-05-31  Vincent_Bela\"iche  <vincent.belaiche@gmail.com>

	* tex4ht-dir.m4: new file, used to generate with m4:
	* tex4ht-dir.tex: generate, with java-related directories too.
	* Makefile (tex4ht-dir.tex): do the generation.
	(dirs): new variable, list of dirs to substitute.
	(common_no_cond_sty): add tex4ht-dir.tex.
	(tex4ht_docbook_xtpipes_derived, many others): use new directory vars
	for .java file locations, etc.
	(xtpipes.jar, tex4ht.jar, jar): new targets.

2020-05-31 Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-html4.tex (html4-math.4ht): added default definition for
	\:RestoreMathjaxCatcodes.
	* tex4ht-mathjax.tex (mathjax-latex-4ht.4ht): fix \sum in TOC.
	https://puszcza.gnu.org.ua/bugs/index.php?468

2020-05-27 Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-fonts-noncjk.tex,
	* tex4ht-fonts-modern.tex,
	* tex4ht-fonts-4hf.tex (
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/lm/lm-qx/lm-qx.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/unicode/iwona/greek-iwona.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/unicode/libertine/fxlr-xl-03.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/unicode/libertine/fxlr-xl-ts1.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/unicode/lm/lm-qxtt.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/unicode/lm/lm-ts1.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/unicode/pxfonts/rpcxr.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/unicode/tibetan/ctib.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/unicode/tipa/xipx.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/unicode/txfonts/rtcxr.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/unicode/txfonts/rtcxss.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/unicode/txfonts/tcxb.htf
	): fixed wrong XML entites. 
	* tex4ht-4ht.tex (awesomebox.4ht),
	* tex4ht-html4.tex (html4.4ht): basic support for the awesomebox
	package.
	https://tex.stackexchange.com/a/546570/2891

2020-05-25 Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-4ht.tex (usepackage.4ht): load Unicode definitions when script
	option for language selection is used in Polyglossia.
	https://github.com/reutenauer/polyglossia/issues/419

2020-05-22 Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-4ht.tex (usepackage.4ht, caption.4ht): fixes for the
	Caption package.
	https://tex.stackexchange.com/q/545582/2891
	* tex4ht-html4.tex (html4.4ht): use <pre> element for the verbatim
	environment.
	* tex4ht-4ht.tex (amsart.4ht, amsbook.4ht, amsproc.4ht): fixed spurious
	footnotes for \thanks command.

2020-05-20 Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-ooffice.tex (ooffice.4ht): added support for MW classess
	in the ooffice output.

2020-05-18 Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-4ht.tex (imakeidx.4ht): added support for the intoc option.
	https://tex.stackexchange.com/a/543759/2891

2020-05-05 Michal Hoftich  <michal.h21@gmail.com>

	* README: fixed location of xmllint and vcss commands.
	https://puszcza.gnu.org.ua/bugs/?459

2020-04-23 Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-4ht.tex (usepackage.4ht): fix for interaction between
	Cleveref and Hyperref.
	https://tex.stackexchange.com/a/540277/2891

2020-04-19 Michal Hoftich  <michal.h21@gmail.com>
	* tex4ht-mathjax.tex (mathjax-latex-4ht.4ht): fixed support for `\ {`
	https://tex.stackexchange.com/a/539677/2891
	https://puszcza.gnu.org.ua/bugs/index.php?457

2020-04-19 Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-mathjax.tex (mathjax-latex-4ht.4ht): added support for \ln in
	section titles.
	https://puszcza.gnu.org.ua/bugs/?456

2020-04-15 Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-sty.tex (tex4ht.sty): make \append:def and simillar commands
	available in usepackage.4ht
	* tex4ht-4ht.tex (usepackage.4ht): fixed TikZ externalization patching.
	https://puszcza.gnu.org.ua/bugs/?451

2020-04-13 Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-html4.tex(html4.4ht): removed CSS code that set left
	margin for images in margins to 10%
	* tex4ht-html5.tex (html5.4ht): fixed centering of images in floats and
	figures.
	https://tex.stackexchange.com/a/538431/2891

2020-04-04 Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-mathjax.tex (mathjax-latex-4ht.4ht): added
	\fixtmathjaxsec command, prevented \left and \right from expansion.
	https://puszcza.gnu.org.ua/bugs/?453

2020-03-16  Karl Berry  <karl@freefriends.org>

	* tex4ht-docbook.tex,
	* tex4ht-fonts-cjk-utf8.tex,
	* tex4ht-fonts-cjk.tex,
	* tex4ht-fonts-noncjk.tex,
	* tex4ht-html4.tex (html4.4ht),
	* tex4ht-html5.tex,
	* tex4ht-javahelp.tex (javahelp.4ht),
	* tex4ht-mkht.tex (mkht.4ht): use https://tug.org instead of http.
	Only listed .4ht files updated in TeX Live, others will
	have to come in time.

2020-03-14 Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-4ht.tex (multicol.4ht): fixed paragraph handling.

2020-03-12 Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-4ht.tex (usepackage.4ht): block package showframe.
	https://tug.org/pipermail/tex4ht/2020q1/002464.html
	
2020-03-09 Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-jats.tex (jats.4ht),
	tex4ht-options.tex (tex4ht.4ht): still work in progress on JATS.

2020-03-04 Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-html4.tex (html4-math.4ht),
	tex4ht-mathml.tex (html-mml.4ht): use MathJax 3
	https://tug.org/pipermail/tex4ht/2020q1/002455.html

2020-03-03 Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-jats.tex (jats.4ht),
	tex4ht-options.tex (tex4ht.4ht): started to work on basic JATS support.

2020-03-02 Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-4ht.tex (usepackage.4ht): fixed patching of the
	\usetikzpackage command.
	https://puszcza.gnu.org.ua/bugs/?451#postcomment

2020-02-28 Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-mathml.tex (mathml.4ht),
	tex4ht-html4.tex (html4.4ht): do not use breakable space for the "\ "
	command. It broke verbatim.
	https://puszcza.gnu.org.ua/bugs/?449

2020-02-26 Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-4ht.tex (latex.4ht, plain.4ht),
	tex4ht-mathml.tex (mathml.4ht),
	tex4ht-html4.tex (html4.4ht): use breakable space for the "\ " command.
	https://puszcza.gnu.org.ua/bugs/?449

2020-02-24 Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-oo-xtpipes.tex (oo-text.4xt): don't process <t4htlink>
	elements using Xtpipes; it is handled better by make4ht.

2020-02-17 Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-sty.tex (tex4ht.sty),
	tex4ht-4ht.tex (usepackage-fontspec.4ht, usepackage.4ht): fixed
	support for command patching in the document preamble. New
	command provided: \:AtEndOfPackage.
	https://puszcza.gnu.org.ua/bugs/?448

2020-02-14 Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-html4.tex (html4.4ht): removed ignored letters from
	\Configure{HAccent}.
	https://puszcza.gnu.org.ua/bugs/?446

2020-02-13 Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-4ht.tex (listings.4ht): added support for the
	\lstlistoflistings command.
	https://tex.stackexchange.com/a/528310/2891

2020-02-09 Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-4ht.tex (usepackage-fontspec.4ht): don't block the
	Fontenc package from loading, it caused another fatal issue with
	Fonspec.

2020-01-24 Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-html4.tex (html4.4ht): do not use 1.5 as default line height.
	* tex4ht-4ht.tex (usepackage-fontspec.4ht): fixed more fatal
	issues with Fontspec.

2020-01-23 Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-4ht.tex (usepackage-fontspec.4ht): fix fatal error
	with updated fontspec package.

2020-01-22 Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-html4.tex (html4.4ht): use plain text for \TeX and
	\LaTeX commands by default. Versions that try to emulate their
	visual appearance in PDF can be requested using the "fancylogo"
	option.

	* tex4ht-html4.tex (html4.4ht): use 1.5 as default line height.

	* tex4ht-fonts-cjk.tex (
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai62.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai77.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai66.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai68.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai08.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai29.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai64.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai87.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai88.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai48.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai43.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai34.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai04.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai10.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai32.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai37.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai55.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai11.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai47.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai27.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai61.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai09.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai83.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai82.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai31.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai19.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai54.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai76.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai94.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai06.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai12.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai84.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai28.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai80.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai40.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai58.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai60.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai75.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai49.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai24.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai79.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai50.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai86.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai53.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai44.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai07.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai41.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai20.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai71.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai13.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai03.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai67.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai65.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai05.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai93.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai21.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai74.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai17.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai15.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai38.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai70.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai42.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai14.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai85.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai18.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai25.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai91.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai72.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai23.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai33.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai46.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai22.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai36.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai02.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai51.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai52.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai16.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai35.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai01.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai30.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai92.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai57.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai63.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai39.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai81.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai45.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai73.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai89.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai69.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai56.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai90.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai78.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai26.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai59.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao69.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao55.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao54.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao42.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao68.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao17.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao25.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao61.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao06.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao62.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao91.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao92.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao26.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao36.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao49.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao56.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao20.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao87.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao39.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao80.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao63.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao23.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao77.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao84.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao78.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao19.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao18.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao51.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao76.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao71.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao16.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao59.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao94.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao40.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao47.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao09.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao70.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao24.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao37.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao08.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao35.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao75.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao02.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao83.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao74.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao50.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao89.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao64.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao28.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao79.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao88.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao01.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao66.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao38.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao90.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao52.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao57.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao34.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao41.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao27.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao32.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao73.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao04.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao43.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao12.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao53.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao13.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao46.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao65.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao58.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao60.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao45.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao22.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao86.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao03.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao48.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao07.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao82.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao11.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao67.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao85.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao33.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao44.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao30.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao72.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao10.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao05.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao15.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao93.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao21.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao14.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao81.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao31.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao29.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh20.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh55.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh29.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh54.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh82.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh26.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh24.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh03.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh53.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh68.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh10.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh02.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh75.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh92.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh73.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh38.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh63.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh49.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh84.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh56.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh04.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh60.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh34.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh15.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh65.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh59.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh07.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh32.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh52.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh85.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh70.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh40.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh39.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh19.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh61.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh22.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh06.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh74.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh13.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh86.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh48.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh12.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh71.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh16.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh90.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh37.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh87.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh05.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh78.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh81.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh25.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh41.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh69.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh94.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh33.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh30.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh51.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh77.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh47.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh58.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh93.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh18.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh09.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh76.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh80.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh57.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh01.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh89.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh66.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh21.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh42.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh27.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh44.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh88.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh46.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh67.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh62.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh23.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh79.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh72.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh14.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh11.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh28.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh50.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh35.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh31.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh91.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh43.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh36.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh83.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh08.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh64.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh17.htf
	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh45.htf
	): fixed more monospaced htf fonts.

	* tex4ht-fonts-noncjk.tex (
./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/t1fonts/DroidSansMono-t1.htf
./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/t1fonts/PTMono-BoldSlanted-tlf-t1.htf
./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/t1fonts/DejaVuSansMono-tlf-t1.htf
./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/t1fonts/DejaVuSansMono-Oblique-tlf-t1.htf
./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/t1fonts/DejaVuSansMono-Bold-tlf-t1.htf
./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/t1fonts/PTMono-Slanted-tlf-t1.htf
./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/t1fonts/DroidSansMono-SmallCaps-t1.htf
./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/t1fonts/DejaVuSansMono-BoldOblique-tlf-t1.htf
./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/t1fonts/PTMono-Regular-tlf-t1.htf
./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/t1fonts/DroidSansMono-Slanted-t1.htf
./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/t1fonts/PTMono-Bold-tlf-t1.htf
./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/t1fonts/DroidSansMono-Slanted-SmallCaps-t1.htf
./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/bera/fvmr8r.htf
	): even more fixes for monospaced htf fonts.

2019-12-30 Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-4ht.tex (extarticle.4ht, extbook.4ht, extletter.4ht):
	disable huge font size in the document. It led to huge text
	resulting from HTF fonts.
	https://tex.stackexchange.com/q/522173/2891

	* tex4ht-mathml.tex (mathml.4ht): redefined \int command to
	produce the <mo> element.
	https://tex.stackexchange.com/q/522173/2891

2019-12-29 Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-4ht.tex (amsmath.4ht),
	tex4ht-mathml.tex (mathml.4ht): added support for the
	\boldsymbol command.
	https://tex.stackexchange.com/q/522173/2891

	* tex4ht-mathml.tex (mathml.4ht): removed mathsize="big"
	attribute, it is deprecated.

2019-12-28 Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-unicode.tex (unicode.4ht),
	tex4ht-mathml.tex (mathml.4ht): fixed math accents.
	https://puszcza.gnu.org.ua/bugs/?444

2019-12-23 Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-4ht.tex (footmisc.4ht): fixed support for the symbolic
	footnote marks.
	https://tex.stackexchange.com/a/521497/2891

2019-12-20 Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-4ht.tex (biblatex.4ht): updated for the latest BibLaTeX
	version.
	http://puszcza.gnu.org.ua/bugs/?447

2019-12-19 Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-4ht.tex (usepackage.4ht): prevent the Caption package
	from patching other packages. This can clash with TeX4ht
	configurations.
	https://tex.stackexchange.com/a/520996/2891

	* tex4ht-4ht.tex (
	aa.4ht,
	acm_proc_article-sp.4ht,
	amsart.4ht,
	amsbook.4ht,
	amsproc.4ht,
	article.4ht,
	book.4ht,
	elsart.4ht,
	listings.4ht,
	longtable.4ht,
	mwart.4ht,
	mwbk.4ht,
	mwrep.4ht,
	report.4ht,
	revtex4.4ht,
	scrbook.4ht,
	scrreprt.4ht
	): Don't print caption label separator when the labels is empty.

2019-12-17 Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-html4.tex (html4.4ht): fixed CSS code for \cmidrule
	from Booktabs package.

2019-12-16 Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-html4.tex (html4.4ht): added margins to <div> and <pre>
	elements.
	* tex4ht-mathml.tex (mathml.4ht): add space after \tag* command.
	* tex4ht-4ht.tex (amsmath.4ht): fixed support for the \tag* command.

2019-12-15 Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-html4.tex (html4-math.4ht),
	tex4ht-mathml.tex (mathml.4ht): configure Amsmath \[ ... \] to
	\begin{equation*} ... \end{equation*}
	https://tex.stackexchange.com/q/520375/2891
	* tex4ht-html4.tex (html4.4ht): use only spaces as separator between
	paragraphs. Use the "p-indent" option to use text indents.

2019-12-13 Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-html4.tex (html4.4ht): added p-indent and p-space
	options. First one disables blank spaces between paragraphs, the
	second keeps blank spaces and disables indents.

	* tex4ht-html4.tex (html4.4ht): fixed font size problem with monospaced
	fonts.
	http://code.iamkate.com/html-and-css/fixing-browsers-broken-monospace-font-handling/
	* tex4ht-fonts-modern.tex,
	tex4ht-fonts-noncjk.tex (
	ma1r8t.htf
	tex4ht.dir/texmf/tex4ht/ht-fonts/unicode/pl/pltcsc.htf
	tex4ht.dir/texmf/tex4ht/ht-fonts/unicode/tipa/tipa.htf
	tex4ht.dir/texmf/tex4ht/ht-fonts/unicode/adobe/palatino/pplrc9t.htf
	tex4ht.dir/texmf/tex4ht/ht-fonts/unicode/cm/cmtcsc.htf
	tex4ht.dir/texmf/tex4ht/ht-fonts/unicode/lm/el-lm.htf
	tex4ht.dir/texmf/tex4ht/ht-fonts/unicode/lm/l7x-lm.htf
	tex4ht.dir/texmf/tex4ht/ht-fonts/unicode/lm/pre2005/qx-lmtt.htf
	tex4ht.dir/texmf/tex4ht/ht-fonts/unicode/lm/pre2005/cork-.htf
	tex4ht.dir/texmf/tex4ht/ht-fonts/unicode/lm/el-lmcs.htf
	tex4ht.dir/texmf/tex4ht/ht-fonts/unicode/lm/cs-lm.htf
	tex4ht.dir/texmf/tex4ht/ht-fonts/unicode/lm/l7x-lmcsc.htf
	tex4ht.dir/texmf/tex4ht/ht-fonts/unicode/txfonts/txsc.htf
	tex4ht.dir/texmf/tex4ht/ht-fonts/unicode/txfonts/tcxb.htf
	tex4ht.dir/texmf/tex4ht/ht-fonts/iso8859/1/sw/curr.htf
	tex4ht.dir/texmf/tex4ht/ht-fonts/iso8859/5/cyrillic/kmitt.htf
	tex4ht.dir/texmf/tex4ht/ht-fonts/alias/cyrillic/kmvtti.htf
	tex4ht.dir/texmf/tex4ht/ht-fonts/alias/cyrillic/cmcyr/cmcitt.htf
	tex4ht.dir/texmf/tex4ht/ht-fonts/alias/cyrillic/cmcyr/cmcsltt.htf
	tex4ht.dir/texmf/tex4ht/ht-fonts/alias/cyrillic/cmcyr/cmctt.htf
	tex4ht.dir/texmf/tex4ht/ht-fonts/alias/cyrillic/kmtt.htf
	tex4ht.dir/texmf/tex4ht/ht-fonts/alias/cyrillic/kmvtt.htf
	tex4ht.dir/texmf/tex4ht/ht-fonts/alias/cyrillic/kmsltt.htf
	tex4ht.dir/texmf/tex4ht/ht-fonts/alias/cs/cstt.htf
	tex4ht.dir/texmf/tex4ht/ht-fonts/alias/vntex/cmbrightvn/vncm.htf
	tex4ht.dir/texmf/tex4ht/ht-fonts/alias/vntex/vnr/vn.htf
	tex4ht.dir/texmf/tex4ht/ht-fonts/alias/vntex/urwvn/ucrbo8v.htf
	tex4ht.dir/texmf/tex4ht/ht-fonts/alias/vntex/urwvn/ucrrc8v.htf
	tex4ht.dir/texmf/tex4ht/ht-fonts/alias/vntex/urwvn/ucrb8v.htf
	tex4ht.dir/texmf/tex4ht/ht-fonts/alias/vntex/urwvn/ucrbc8v.htf
	tex4ht.dir/texmf/tex4ht/ht-fonts/alias/vntex/urwvn/ucrro8v.htf
	tex4ht.dir/texmf/tex4ht/ht-fonts/alias/vntex/urwvn/ucrr8v.htf
	tex4ht.dir/texmf/tex4ht/ht-fonts/alias/vntex/mscorevn/mcrb8v.htf
	tex4ht.dir/texmf/tex4ht/ht-fonts/alias/vntex/mscorevn/mcrbc8v.htf
	tex4ht.dir/texmf/tex4ht/ht-fonts/alias/vntex/mscorevn/mcrri8v.htf
	tex4ht.dir/texmf/tex4ht/ht-fonts/alias/vntex/mscorevn/mcrr8v.htf
	tex4ht.dir/texmf/tex4ht/ht-fonts/alias/vntex/mscorevn/mcrbi8v.htf
	tex4ht.dir/texmf/tex4ht/ht-fonts/alias/vntex/mscorevn/mcrrc8v.htf
	tex4ht.dir/texmf/tex4ht/ht-fonts/alias/vntex/chartervn/txtt.htf
	tex4ht.dir/texmf/tex4ht/ht-fonts/alias/pl/pltt.htf
	tex4ht.dir/texmf/tex4ht/ht-fonts/alias/pl/plsltt.htf
	tex4ht.dir/texmf/tex4ht/ht-fonts/alias/pl/plitt.htf
	tex4ht.dir/texmf/tex4ht/ht-fonts/alias/pl/plvtt.htf
	tex4ht.dir/texmf/tex4ht/ht-fonts/alias/jknappen/tc/tctt.htf
	tex4ht.dir/texmf/tex4ht/ht-fonts/alias/jknappen/tc/tcrb.htf
	tex4ht.dir/texmf/tex4ht/ht-fonts/alias/lh/lh-t2a/lctt.htf
	tex4ht.dir/texmf/tex4ht/ht-fonts/alias/lh/lh-t2a/latt.htf
	tex4ht.dir/texmf/tex4ht/ht-fonts/alias/lh/lh-t2a/lbcc.htf
	tex4ht.dir/texmf/tex4ht/ht-fonts/alias/lh/lh-t2a/ldcc.htf
	tex4ht.dir/texmf/tex4ht/ht-fonts/alias/lh/lh-t2a/ldtt.htf
	tex4ht.dir/texmf/tex4ht/ht-fonts/alias/lh/lh-t2a/lbtt.htf
	tex4ht.dir/texmf/tex4ht/ht-fonts/alias/lh/lh-t2a/ldss.htf
	tex4ht.dir/texmf/tex4ht/ht-fonts/alias/lh/lh-t2a/lcss.htf
	tex4ht.dir/texmf/tex4ht/ht-fonts/alias/lh/lh-t2a/lbss.htf
	tex4ht.dir/texmf/tex4ht/ht-fonts/alias/lh/lh-t2a/lait.htf
	tex4ht.dir/texmf/tex4ht/ht-fonts/alias/lh/lh-t2a/lass.htf
	tex4ht.dir/texmf/tex4ht/ht-fonts/alias/lh/lh-t2a/latc.htf
	tex4ht.dir/texmf/tex4ht/ht-fonts/alias/lh/lh-t2a/lccc.htf
	tex4ht.dir/texmf/tex4ht/ht-fonts/alias/tipa/tipx.htf
	tex4ht.dir/texmf/tex4ht/ht-fonts/alias/qfonts/qcrbi.htf
	tex4ht.dir/texmf/tex4ht/ht-fonts/alias/qfonts/qcrri.htf
	tex4ht.dir/texmf/tex4ht/ht-fonts/alias/qfonts/qcrb.htf
	tex4ht.dir/texmf/tex4ht/ht-fonts/alias/ae/aetcsc.htf
	tex4ht.dir/texmf/tex4ht/ht-fonts/alias/ae/ae.htf
	tex4ht.dir/texmf/tex4ht/ht-fonts/alias/adobe/courier/rpcrr.htf
	tex4ht.dir/texmf/tex4ht/ht-fonts/alias/adobe/courier/rpcrb.htf
	tex4ht.dir/texmf/tex4ht/ht-fonts/alias/adobe/courier/pcrr.htf
	tex4ht.dir/texmf/tex4ht/ht-fonts/alias/adobe/courier/pcrb.htf
	tex4ht.dir/texmf/tex4ht/ht-fonts/alias/adobe/courier/rpcrbo.htf
	tex4ht.dir/texmf/tex4ht/ht-fonts/alias/adobe/courier/pcrb8u.htf
	tex4ht.dir/texmf/tex4ht/ht-fonts/alias/adobe/courier/pcrbo.htf
	tex4ht.dir/texmf/tex4ht/ht-fonts/alias/adobe/courier/pcrr8u.htf
	tex4ht.dir/texmf/tex4ht/ht-fonts/alias/adobe/courier/rpcrro.htf
	tex4ht.dir/texmf/tex4ht/ht-fonts/alias/adobe/courier/pcrrc.htf
	tex4ht.dir/texmf/tex4ht/ht-fonts/alias/adobe/courier/pcrbo8u.htf
	tex4ht.dir/texmf/tex4ht/ht-fonts/alias/adobe/courier/pcrbc.htf
	tex4ht.dir/texmf/tex4ht/ht-fonts/alias/adobe/courier/pcrro.htf
	tex4ht.dir/texmf/tex4ht/ht-fonts/alias/adobe/pslatex/pcrr8rn.htf
	tex4ht.dir/texmf/tex4ht/ht-fonts/alias/adobe/pslatex/pcrr8tn.htf
	tex4ht.dir/texmf/tex4ht/ht-fonts/alias/cm/cmtt.htf
	tex4ht.dir/texmf/tex4ht/ht-fonts/alias/cm/cmitt.htf
	tex4ht.dir/texmf/tex4ht/ht-fonts/alias/cm/cmsltt.htf
	tex4ht.dir/texmf/tex4ht/ht-fonts/alias/cm/cmvtt.htf
	tex4ht.dir/texmf/tex4ht/ht-fonts/alias/lm/cs-lmcs.htf
	tex4ht.dir/texmf/tex4ht/ht-fonts/alias/lm/rm-lmt.htf
	tex4ht.dir/texmf/tex4ht/ht-fonts/alias/lm/ts1-.htf
	tex4ht.dir/texmf/tex4ht/ht-fonts/alias/lm/pre2005/qx-lmtcs.htf
	tex4ht.dir/texmf/tex4ht/ht-fonts/alias/lm/pre2005/texnansi-lmtcs.htf
	tex4ht.dir/texmf/tex4ht/ht-fonts/alias/lm/pre2005/texnansi-lm.htf
	tex4ht.dir/texmf/tex4ht/ht-fonts/alias/lm/pre2005/cork-lmtcs.htf
	tex4ht.dir/texmf/tex4ht/ht-fonts/alias/lm/t5-lm.htf
	tex4ht.dir/texmf/tex4ht/ht-fonts/alias/lm/lm-qx/qx-lm.htf
	tex4ht.dir/texmf/tex4ht/ht-fonts/alias/lm/lm-rep-cstt/cssltt.htf
	tex4ht.dir/texmf/tex4ht/ht-fonts/alias/lm/lm-rep-cstt/csvtt.htf
	tex4ht.dir/texmf/tex4ht/ht-fonts/alias/lm/lm-rep-cstt/cstcsc.htf
	tex4ht.dir/texmf/tex4ht/ht-fonts/alias/lm/lm-rep-cstt/csitt.htf
	tex4ht.dir/texmf/tex4ht/ht-fonts/alias/lm/rm-lmvt.htf
	tex4ht.dir/texmf/tex4ht/ht-fonts/alias/lm/lm-rep-t5psn/vntcsc.htf
	tex4ht.dir/texmf/tex4ht/ht-fonts/alias/lm/t5-lmtcs.htf
	tex4ht.dir/texmf/tex4ht/ht-fonts/alias/lm/lm-ec/ec-lm.htf
	tex4ht.dir/texmf/tex4ht/ht-fonts/alias/times/ptmr7t.htf
	tex4ht.dir/texmf/tex4ht/ht-fonts/alias/ec/dc.htf
	tex4ht.dir/texmf/tex4ht/ht-fonts/alias/ec/ec.htf
	tex4ht.dir/texmf/tex4ht/ht-fonts/alias/txfonts/tcxtt.htf
	tex4ht.dir/texmf/tex4ht/ht-fonts/alias/txfonts/txttsc.htf
	tex4ht.dir/texmf/tex4ht/ht-fonts/alias/txfonts/txbttsc.htf
	tex4ht.dir/texmf/tex4ht/ht-fonts/alias/txfonts/t1xttsc.htf
	tex4ht.dir/texmf/tex4ht/ht-fonts/alias/txfonts/tcxttsl.htf
	tex4ht.dir/texmf/tex4ht/ht-fonts/alias/txfonts/txbtt.htf
	tex4ht.dir/texmf/tex4ht/ht-fonts/alias/txfonts/tyx.htf
	tex4ht.dir/texmf/tex4ht/ht-fonts/alias/txfonts/t1x.htf
	tex4ht.dir/texmf/tex4ht/ht-fonts/alias/txfonts/t1xbttsc.htf
	): fixed monospace handling in htf files.

	* tex4ht-4ht.tex (usepackage.4ht): patched Polyglossia's
	direction handling.

2019-12-12 Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-4ht.tex (usepackage.4ht): the test for Polyglossia package was
	missing.

2019-11-23 Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-mathml.tex (mathml.4ht): changed way how functions are
	encoded in MathmML.
	https://puszcza.gnu.org.ua/bugs/?444
	* tex4ht-mathml.tex (mathml.4ht): use <mstyle> element for math text
	commands again.
	http://puszcza.gnu.org.ua/bugs/?226

2019-11-22 Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-4ht.tex (colortbl.4ht): fixed support for colors in \rowcolor
	command.

2019-11-21 Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-html5.tex (html5.4ht): fixed language detection when no main
	language is specified.
	* tex4ht-4ht.tex (colortbl.4ht): added support for the
	\cellcolor command.
	https://tex.stackexchange.com/a/517434/2891

2019-11-13 Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-4ht.tex (fancyvrb.4ht): fixed spacing issues.

2019-11-07  Karl Berry  <karl@freefriends.org>

	* tex4ht-cond4ht.tex (cond4ht.4ht, mktex4ht.4ht): copyright years.

2019-11-07 Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-4ht.tex (mdframed.4ht): fixed support for frame titles.
	Disabled native frame drawing.
	* tex4ht-4ht.tex (minted.4ht),
	tex4ht-html4.tex (html4.4ht): fixed support for inline syntax
	highlighting with the Minted package.
	* tex4ht-4ht.tex (pythontex.4ht),
	tex4ht-html4.tex (html4.4ht): fixed support for inline syntax
	highlighting with the Pythontex package.

2019-11-06 Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-html4.tex (html4.4ht): fixed test for existence of the
	\mdfl@linewidth command in the configuration for mdframed.

2019-10-31 Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-4ht.tex (usepackage.4ht): fix for the xr-hyper package.
	https://tex.stackexchange.com/a/514398/2891

2019-10-24 Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-4ht.tex (appendix.4ht), 
	tex4ht-html4.tex (html4.4ht): fixed the appendix package.

2019-10-16 Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-html4.tex (html4.4ht): fix for basic text formatting
	commands at the beginning of the paragraph when fontspec is used.
	http://puszcza.gnu.org.ua/bugs/?441
	* tex4ht-html4.tex (html4.4ht): changed style for horizontal lines in
	tables.

2019-10-13 Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-4ht.tex (graphics.4ht): fix for serious error that
	showed after a recent LaTeX core update -- all pictures were
	included as EPS images.

2019-10-08 Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-4ht.tex (usepackage.4ht): fix for Fancyhdr fancy style.

2019-09-29 Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-cond4ht.tex (cond4ht.4ht, docbook.4ht, html0.4ht, html32.4ht,
          html4.4ht, mktex4ht.4ht, ooffice.4ht, ooimpress.4ht, tei.4ht):
	Use \InputIfFileExists to include the package .4ht files. This
	should support the \input@path.
	https://tex.stackexchange.com/q/510155/2891

2019-09-23  Karl Berry  <karl@freefriends.org>

	* tex4ht-html4.tex: copyright 2019.

2019-09-22 Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-html4.tex (html4-math.4ht): fix for tables inside math in the
	MathJax node.
	https://tug.org/pipermail/tex4ht/2019q3/002349.html

2019-09-18 Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-4ht.tex (longtable.4ht): fix for the \\* commands
	inside longtable.
	https://puszcza.gnu.org.ua/bugs/?437

2019-09-13 Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-4ht.tex (hyperref.4ht, exerquiz.4ht): moved contents of
	the second argument of \hypertarget outside the generated
	link, in order to prevent creation of invalid HTML tags.

2019-09-12 Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-html4.tex (html4.4ht),
	tex4ht-ooffice.tex (ooffice.4ht),
	tex4ht-4ht.tex (graphics.4ht): fixed support for image dimensions,
	tex4ht will try to explicitly set them when possible.
	* tex4ht-html4.tex (html4.4ht),
	tex4ht-ooffice.tex (ooffice.4ht): use the -dusecropbox option for
	GhostScript in the PDF conversion.

2019-09-10 Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-html4.tex (html4.4ht),
	tex4ht-ooffice.tex (ooffice.4ht): disabled check for the missing
	bounding box, this prevented use of dimensions specified in
	\includegraphics[width=...].
	https://tex.stackexchange.com/q/501648/2891

2019-09-05 Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-4ht.tex (memoir.4ht): fix for footnotes when the Hyperref
	package is loaded.
	https://tex.stackexchange.com/q/507129/2891

2019-09-03 Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-ooffice.tex (ooffice.4ht), 
	* tex4ht-html4.tex (html4.4ht): use double quotes for command
	parameters instead of single quotes. This caused run time error on
	Windows.

2019-09-01 Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-ooffice.tex (ooffice.4ht): added support for the EPS images.

2019-08-31 Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-html4.tex (html4.4ht),
	tex4ht-4ht.tex (color.4ht): fix for colors defined with spaces. Like
	\definecolor{sample}{rgb}{0.2, 0.2, 0.2}

2019-08-30 Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-html4.tex (html4.4ht): added non breaking space to remove
	spurious space inserted on every odd line in the algorithmicx
	environment. https://github.com/michal-h21/make4ht/issues/20

2019-08-26 Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-4ht.tex (latex.4ht),
	tex4ht-mathml.tex (mathml.4ht): added support for different math space
	commands.

2019-08-20 Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-html4.tex (html4.4ht),
	tex4ht-ooffice.tex (ooffice.4ht): enable supported graphics types
	out of the box.
	* tex4ht-fonts-modern.tex
	(tex4ht.dir/texmf/tex4ht/ht-fonts/alias/vntex/arevvn/fav.htf):
	added CSS declarations for more font styles and weights.

2019-08-16 Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-fonts-noncjk.tex: fixed support for avant, newcent,
	bookman and chancery text fonts.
	https://puszcza.gnu.org.ua/bugs/?433

2019-07-26 Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-4ht.tex (natbib.4ht): added support for \Configure{cite}.
	https://tex.stackexchange.com/q/501572/2891

2019-07-10  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-4ht.tex (babel.4ht,polyglossia.4ht): added support for the
	\arabicdigits macro.
	https://tex.stackexchange.com/q/495709/2891

2019-07-06  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-4ht.tex (titling.4ht): added basic support for the
	titling package. 
	https://tex.stackexchange.com/a/498887/2891

2019-07-05  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-docbook.tex (docbook.4ht): added support for scrartcl,
	scrreprt and memoir classes.

2019-07-03  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-ooffice.tex (ooffice.4ht): removed invalid attribute
	table:value-type.

2019-06-24  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-4ht.tex (usepackage.4ht): fixed the breaklines option
	for Minted package.

2019-06-19  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-4ht.tex (usepackage.4ht, polyglossia.4ht),
	tex4ht-html4.tex (html4.4ht),
	tex4ht-ooffice.tex (ooffice.4ht): fixed direction support for
	polyglossia.

2019-06-18  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-4ht.tex (fontspec-4ht.lua): fix for unicode specials
	inserted at the beginning of a node list.

2019-06-11  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-html4.tex (html4.4ht): don't pass the PDF name to
	epstopdf, it can fail on Windows.

2019-06-10  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-html4.tex (html4.4ht): made the command used for the
	EPS graphics support configurable.

2019-06-07  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-4ht.tex (usepackage.4ht, imakeidx.4ht): added support for the
	Imakeidx package.

2019-06-06  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-4ht.tex (memoir.4ht),
	tex4ht-html4.tex (html4.4ht): added support for the \book command.
	* tex4ht-unicode.tex (unicode.4ht): check for "new-accents" option in
	accents configuration.

2019-05-27  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-4ht.tex (fontspec-4ht.lua): current LuaTeX needs + sign before
	direction.

2019-05-22  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-4ht.tex (bussproofs.4ht),
	tex4ht-html4.tex (html4.4ht): added support for the bussproofs package.
	* tex4ht-4ht.tex (proof.4ht),
	tex4ht-html4.tex (html4.4ht): added support for the proof package.

2019-05-20  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-4ht.tex (adjustbox.4ht),
	tex4ht-html4.tex (html4.4ht): added support for the adjustbox package.

2019-05-14  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-mathjax.tex (mathjax-latex-4ht.4ht): redefine the 
	problematic commands for TOC only in \Configure{writetoc}.
	https://tug.org/pipermail/tex4ht/2019q2/002262.html

2019-04-24  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-fonts-noncjk.tex: regenerated Zapf fonts using Htfgen.
	The old version produced incorrect characters

2019-04-18  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-fonts-noncjk.tex: restore XCharter fonts.
	* tex4ht-fonts-libertine.tex: fixed family names for Libertine
	fonts. This changes the directory where the HTF fonts are generated.
	* tex4ht-4ht.tex (floatpag.4ht): redefine the
	\thisfloatpagestyle command to be ignored with tex4ht.
	https://github.com/michal-h21/tex4ebook/issues/58

2019-04-17  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-fonts-noncjk.tex: removed EB Garamond and Linux
	Libertine fonts.
	* tex4ht-fonts-ebgaramond.tex: added new literate source for EB
	Garamond HTF files.
	* tex4ht-fonts-libertine.tex: added literate sources for Libertine HTF
	files.

2019-04-12  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-4ht.tex (nameref.4ht): fix for amsart and amsproc \part.

2019-04-10  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-html5.tex (html5.4ht): added support for HTML5 figures
	for AMS classes.
	
2019-04-09  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-4ht.tex (color.4ht, xcolor.4ht): fixed issues with color names
	equal to color schemes.
	https://tug.org/pipermail/tex4ht/2019q2/002242.html

2019-04-05  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-html4.tex (html4.4ht),
	tex4ht-mathjax.tex (mathjax-latex-4ht.4ht): added support for $$
	display math.
	
2019-03-25  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-ooffice.tex (ooffice.4ht): use superscript for a
	footnote anchor. https://tex.stackexchange.com/q/474000/2891

2019-03-25  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-html4.tex (html4.4ht): added support for \reversemarginpar.

2019-03-21  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-ooffice.tex (ooffice.4ht): changed footnote font size to 80%.

2019-03-19  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-ooffice.tex (ooffice.4ht): added group around
	\@textsuperscript reset, in order to support superscripts in footnotes.
	* Makefile: renamed jurabibib.4ht to jurabib.4ht.

2019-03-18  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-sty.tex (tex4ht.sty): removed second argument for
	\BlockElementEnd, it isn't used.

2019-03-16  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-ooffice.tex (ooffice.4ht): the wrapfix configuration generated
	nested paragraphs, leading to a non-valid ODF file. 

2019-03-15  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-html5.tex (html5.4ht): use semantic elements for floats,
	figures and captions.

	* tex4ht-4ht.tex (memoir.4ht): input definitions for booktabs.
	https://tex.stackexchange.com/q/479652/2891

2019-03-14  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-ooffice.tex (ooffice.4ht): fixed image filename parsers.
	* tex4ht-ooffice.tex (ooffice.4ht): added image mimetypes to the
	manifest.xml file.
	* tex4ht-ooffice.tex (ooffice.4ht): correct name of the attribute is
	text:class-names.

2019-03-13  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-4ht.tex (biblatex.4ht): fix for non-ascii cite keys
	with XeLaTeX.
	* tex4ht-html4.tex (html4.4ht),
	* tex4ht-javahelp.tex (javahelp.4ht): use white-space:normal in Css.
	* tex4ht-ooffice.tex (ooffice.4ht): support for PDF image inclusion.

2019-03-12  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-4ht.tex (biblatex.4ht): fix for Polyglossia package.
	* tex4ht-ooffice.tex (ooffice.4ht): fixed issues with pictures in
	subdirectories.
	* tex4ht-ooffice.tex (ooffice.4ht): set image dimensions on draw:frame
	element, we got validation error otherwise.

2019-02-19  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-4ht.tex (cleveref.4ht): added support for reference
	hyperlinks.
	https://tex.stackexchange.com/a/475664/2891
	
	* tex4ht-4ht.tex (csquotes.4ht): fix for footnotes inside blockquote
	environment.
	https://tex.stackexchange.com/a/474605/2891
	
2019-01-30  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-html4.tex (html4.4ht): horizontally center longtables.
	https://tex.stackexchange.com/a/472643/2891

2019-01-24  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-4ht.tex (amsmath.4ht): fixed definition of \xrightarrow and
	\xleftarrow again.
	https://tex.stackexchange.com/q/461445/2891
	* tex4ht-4ht.tex (amsmath.4ht): prevented duplicate definitions of some
	macros.

2019-01-23  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-4ht.tex (pstricks.4ht): fixed generated file name in
	the copyright notice.

2019-01-22  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-4ht.tex (memoir.4ht): removed loading of table related
	packages. Recent Memoir doesn't use them anymore.

2019-01-18  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-ooffice.tex (ooffice.4ht): added configurations for verse.4ht.

2019-01-17  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-4ht.tex (tuenc-xetex-input.4ht): fixed Unicode range character
	declaration.
	* tex4ht-html4.tex (html4.4ht),
	tex4ht-ooffice.tex (ooffice.4ht): Start a new paragraph after the verse
	environment.
	https://tex.stackexchange.com/q/470546/2891
	* tex4ht-html4.tex (html4.4ht): set zero bottom margin for
	paragraphs inside the verse environment in order to prevent
	unwanted blank lines. 

2019-01-16  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-4ht.tex (memoir.4ht): fixed chapter TOC creation
	https://tex.stackexchange.com/q/470352/2891
	* tex4ht-ooffice.tex (ooffice.4ht): renamed quote-trl to
	quote-rtl, to fix the direction support.
	https://tex.stackexchange.com/a/470434/2891

2019-01-12  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-4ht.tex (usepackage.4ht): fixed Biblatex language handling.
	https://tex.stackexchange.com/q/469718/2891

2019-01-06  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-4ht.tex (memoir.4ht): Support for optional argument of
	\chapter. Thanks to Deimantas Gal\v{c}ius.
	https://puszcza.gnu.org.ua/bugs/?406

2019-01-05  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-tei.tex (tei.4ht): added definitions of CSS support commands.
	* tex4ht-4ht.tex (titlesec.4ht): fixed issues with TOC.
	* tex4ht-4ht.tex (memoir.4ht): support for \tableofcontents* command.

2018-12-27  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-svg.tex (svg-option.4ht, html4-svg.4ht): renamed svg.4ht to
	svg-option.4ht due to name conflict with svg.sty.
	* tex4ht-options.tex (tex4ht.4ht): use svg-option.4ht instead of
	svg.4ht.
	* tex4ht-4ht.tex (svg.4ht): added basic support for the svg.sty
	package.
	* Makefile (tex4ht_svg_derived): change names accordingly.
	* mktex4ht-cnf.tex: \AddFile{9}{svg}.
	
	* tex4ht-4ht.tex (tabu.4ht): added basic support for the tabu package.
	* tex4ht-4ht.tex (scrjura.4ht),
	tex4ht-html4.tex (html4.4ht): added basic support for the
	scrjura package.

2018-12-20  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-4ht.tex (usepackage.4ht): load dvips driver for
	graphicx and xcolor packages with XeLaTeX. It fixes PDF support.

2018-12-19  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-options.tex (tex4ht.4ht): added support for mathml option for
	docbook and tei formats.

2018-12-18  Karl Berry  <karl@freefriends.org>

	* tex4ht-4ht.tex (pstricks.4ht): copyright.

2018-12-18  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-4ht.tex (pstricks.4ht): fixed compilation error.
	https://tex.stackexchange.com/a/466340/2891

2018-12-10  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-mathjax.tex (mathjax-latex-4ht.4ht): configure
	environments and 
	other redefinitions inside \AtBeginDocument.
	* tex4ht-mathjax.tex (mathjax-latex-4ht.4ht): added configurations for
	eqnarray.

2018-12-04  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-html4.tex (html4-math.4ht): added "mathjax" option.
	* tex4ht-mathjax.tex (mathjax-latex-4ht.4ht): new literate
	source holding definitions for keeping of LaTeX commands in math
	commands and environments.
	* tex4ht-mathml.tex (html-mml.4ht): use "mathjax" option also
	for MathML output.
	* tex4ht-html4.tex (html4.4ht): use \def instead of \newcommand for
	\AddFontFace, it causes compilation error.
	* tex4ht-4ht.tex (latex.4ht): added \NewConfigure{MathjaxSource}.

2018-11-29  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-html4.tex (html4.4ht): Added \Configure{AddJs} and
	\Configure{AddCss} for external script and style sheet inclusion.
	* tex4ht-html4.tex (html4.4ht): Added support for web fonts.
	* tex4ht-html4.tex (html4.4ht): Made the GhostScript configuration for
	actuall gs executable selection for the PDF to png conversion.

2018-11-24  Karl Berry  <karl@freefriends.org>

	* tex4ht-4ht.tex (amsmath.4ht): <TeX4ht copywrite>.

2018-11-24  Michal Hoftich  <michal.h21@gmail.com>

	*  tex4ht-4ht.tex (amsmath.4ht): fixed redefinition of
	\xrightarrow and \xleftarrow.
	https://tex.stackexchange.com/q/461445/2891

2018-11-17  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-4ht.tex (magyar.4ht): fixed support for \aref and \Aref
	commands.

2018-11-15  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-4ht.tex (magyar.4ht): added support for \az command in Magyar
	Babel.

2018-11-09  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-fonts-4hf.tex
	(tex4ht.dir/texmf/tex4ht/ht-fonts/mozilla/charset/unicode.4hf):
	removed many unnecessary mappings from Unicode math to ASCII.

2018-11-08  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-4ht.tex (czech.4ht): use \quotedblbase instead of
	custom code for opening quote.

2018-11-06  Karl Berry  <karl@freefriends.org>

	* tex4ht-4ht.tex (plain.4ht, fontmath.4ht): "copywrite"
	to include timestamps.

2018-11-06  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-4ht.tex (plain.4ht, fontmath.4ht): added definition of \ldots 

2018-11-05  Karl Berry  <karl@freefriends.org>

	* tex4ht-4ht.tex (lettrine.4ht): copyright 2018.

2018-11-05  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-4ht.tex (lettrine.4ht): use the same keyval namespace as
	lettrine.sty.
	https://github.com/michal-h21/tex4ebook/issues/48

2018-10-26  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-ooffice.tex (ooffice.4ht): added support for TocLink option.

2018-10-25  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-ooffice.tex (ooffice.4ht): removed space before footnote mark.
	https://puszcza.gnu.org.ua/bugs/?172

2018-10-20  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-4ht.tex (book.4ht, report.4ht, article.4ht, amsart.4ht,
	amsbook.4ht, amsproc.4ht, scrartcl.4ht, scrreprt.4ht, mwbk.4ht,
	mwart.4ht, mwrep.4ht): disabled patching of the old commands, it
	seemd like really old weird hack that is not useful anymore.
	https://tex.stackexchange.com/q/455994/2891

2018-10-15  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-html4.tex (html4.4ht): test for presence of image
	converted from pdf file.
	added support for conversion of eps files to the current picture
	format.

2018-10-01  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-4ht.tex (graphicx.4ht): defined configurations for \rotatebox
	* tex4ht-html4.tex (html4.4ht): configured \rotatebox
	https://tex.stackexchange.com/a/453376/2891

2018-09-16  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-4ht.tex (titlesec.4ht): fix for the runin and display formats.
	https://tex.stackexchange.com/q/451077/2891

2018-09-08  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-4ht.tex (biblatex-chicago.4ht): fix for correct punctuation.

2018-09-02  Karl Berry  <karl@freefriends.org>

	* tex4ht-unicode.tex: copyright.

2018-09-02  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-unicode.tex (unicode.4ht): fixed definition of
	\x:unicode to use the same pattern for declaration of Unicode
	characters as the rest of tex4ht sources.

	* tex4ht-html4.4ht (html4.4ht): added \ttfamily to the listings-init
	configuration. It fixes some issues when listings are used inside the
	\Picture*.

2018-08-30  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-4ht.tex (tuenc-luatex.4ht): added vpack_filter
	callback, in order to process all characters.
	* tex4ht-4ht.tex (latex.4ht): load tuenc.def to get definitions
	for text symbols.

2018-07-31  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-ooffice.tex (ooffice.4ht): removed &nbsp; entity from
	configuration for HBorder, it caused Xtpipes error.

2018-07-04  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-ooffice.tex (ooffice.4ht): removed all DOCTYPE
	definitions, they cause validation failure in
	https://odfvalidator.org/.
	* tex4ht-ooffice.tex (ooffice-mml.4ht): fixed mime type.
	Replaced literal math: prefix with \a:mathml in some configurations.
	Configured \Configure{mathml} to not use a prefix at all.
	Added correct Doctype for MathML.

2018-07-03  Karl Berry  <karl@freefriends.org>

	* tex4ht-t4ht.tex (texmf :=): replace %%~ with $TEXMFDIST,
	not $SELFAUTOPARENT, for consistency with MiKTeX, to help
	distros, etc.
	* tex4ht-env.tex (generic note fonts): replace <unix/win32 note fonts>.
	(unix opening comment): replace <my opening comment>; TEXMFDIST.
	Omit texmf-dist/ after %%~/ throughout.
	https://puszcza.gnu.org.ua/bugs/index.php?394
	https://tug.org/pipermail/tex4ht/2018q2/001975.html

2018-06-30  Karl Berry  <karl@freefriends.org>

	* tex4ht-c.tex (close tex4ht file): don't try to dereference
	null pointers if file is not open. (Why it's not open, I don't know.)
	Report from Nasser Abbasi, 25 May 2018 20:11:20 ff.

2018-06-29  Karl Berry  <karl@freefriends.org>

	* tex4ht-c.tex (command line options): mention A in option summary
	as well as text. (And push current *.c to TL.)

2018-06-12  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-ooffice.tex (ooffice.4ht): fixed support for images included
	without extension.

2018-06-12  Karl Berry  <karl@freefriends.org>

	* wripro.tex,
	* tex4ht-sty.tex: more \writesixteen.
	(\xeuniuseblock): quote use in doc.
	* tex4ht-html0.tex,
	* tex4ht-html32.tex,
	* tex4ht-info.tex,
	* tex4ht-options.tex,
	* tex4ht-tei.tex: copyright 2018.

2018-06-12  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-ooffice.tex (ooffice.4ht): removed \clearpage patch, it
	breaks math.

2018-06-11  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-sty.tex (tex4ht.sty): use higher number for \write,
	to try even harder to avoid possible conflicts.

2018-06-11  Michal Hoftich  <michal.h21@gmail.com>

	* common.tex,
	* tex4ht-4ht.tex (amsart.4ht, amsbook.4ht, amsproc.4ht, article.4ht,
	book.4ht, eplain.4ht, glossary.4ht, latex.4ht, mwart.4ht, mwbk.4ht,
	mwrep.4ht, report.4ht, scrbook.4ht, scrreprt.4ht, showfonts.4ht,
	th4.4ht),
	* tex4ht-html0.tex (html0.4ht),
	* tex4ht-html32.tex (html32.4ht),
	* tex4ht-html4.tex (html4.4ht, onmouseover.4ht),
	* tex4ht-info.tex (info4ht.4ht),
	* tex4ht-options.tex (tex4ht.4ht),
	* tex4ht-sty.tex (tex4ht.sty),
	* tex4ht-tei.tex (tei-mml.4ht, tei.4ht): changed \immediate\write16 to
	\writesixteen macro, and define it.

2018-06-08  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-4ht.tex (cleveref.4ht): basic support for Cleveref package.

2018-06-06  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-ooffice.tex (ooffice.4ht): require new page for
	\clearpage command.

2018-05-19  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-4ht.tex (tuenc-xetex-input.4ht): new release of l3kernel
	defined more active chars, it is necessary to undefine them for XeTeX.

2018-05-18  Karl Berry  <karl@freefriends.org>

	* Makefile (diff_files): diff all $(derived) as a test;
	use = when := is not necessary; doc tweaks.

2018-05-09  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-html4.tex (html4.4ht): removed testing snippet, it
	contained text in Latin 1 encoding and current LaTeX defaults to
	utf8, causing a compilation errror.

	* Makefile: removed $(ht_fonts_devdir)/alias/bera/fvmr8r.htf,
	this file doesn't exist and it caused constant recompilations of
	font files.

	* tex4ht-4ht.tex (usepackage.4ht): patch XeTeX active characters
	only in XeTeX compilation.

2018-05-08  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-4ht.tex (usepackage.4ht): patch for expl3 package
	* tex4ht-4ht.tex (usepackage-fontspec.4ht, tuenc-xetex.4ht,
	tuenc-xetex-input.4ht): fixed XeTeX support.

2018-05-04  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-html5.tex (html5.4ht): added declarations for
	additional languages supported by Polyglossia.
	* tex4ht-sty.tex (tex4ht.sty): load XeTeX encoding support code
	if XeTeX is active in order to support Unicode characters in the
	preamble.

2018-05-03  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-4ht.tex (memoir.4ht): include code which was invoked only for
	mempatch.sty in memoir.4ht, since mempatch is not used anymore.

2018-05-02  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-4ht.tex (usepackage.4ht): disabled package eso-pic, it
	cannot do anything useful under tex4ht.

2018-04-16  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-fonts-noncjk.tex 
	(tex4ht.dir/texmf/tex4ht/ht-fonts/alias/arev/favb8r.htf):
	fixed reference to the master .htf file.

2018-04-10  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-mathml.tex (mathml.4ht): removed \leavevmode from fbox
	configuration, it produced wrong results in the vertical mode.

	* tex4ht-4ht.tex (braket.4ht): patched the braket package, it
	produced wrong MathML code.

2018-04-06  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-4ht.tex (biblatex.4ht): use \pend:defI for patching of
	\blx@bibliography in the current Biblatex version.N
	Report from Anonymous,
	http://tug.org/pipermail/tex4ht/2018q2/001929.html

2018-03-29  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-fonts-noncjk.tex
	(tex4ht.dir/texmf/tex4ht/ht-fonts/alias/t1fonts/XCharter*.htf):
	Support for XCharter fonts.

2018-03-28  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-sty.tex (tex4ht.sty): use \long for definition of
	\IfFileExists, because it may contain blank lines in its branches.
	https://tex.stackexchange.com/q/423725/2891

2018-03-27  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-fonts-noncjk.tex
	(tex4ht.dir/texmf/tex4ht/ht-fonts/alias/adobe/bera/fvmr8r.htf):
	Monospaced Bera font.
	https://puszcza.gnu.org.ua/bugs/?390

2018-02-23  Karl Berry  <karl@freefriends.org>

	* tex4ht-mathml.tex: copyright 2018.

2018-02-22  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-mathml.tex (html-mml.4ht): disabled ht-fonts for basic
	font formatting commands also in MathML.
	* tex4ht-mathml.tex (mathml.4ht, html-mml.4ht): print <mtext>
	elements when text formatting commands are used.
	https://tex.stackexchange.com/a/416613/2891

2018-02-20  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-html4.tex (html4.4ht): disabled ht-fonts for basic font
	formatting commands.

2018-02-19  Karl Berry  <karl@freefriends.org>

	* tex4ht-fonts-noncjk.tex,
	* Makefile (tex4ht_fonts_noncjk_derived): use /alias/bera/,
	since it is not an Adobe font.

2018-02-15  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-fonts-noncjk.tex
	(tex4ht.dir/texmf/tex4ht/ht-fonts/alias/adobe/bera/fve*.htf): Basic
	support for Bera fonts.
	https://tex.stackexchange.com/q/415418/2891

2018-02-07  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-sty.tex (tex4ht.sty): new commands for semantic elements.
	https://puszcza.gnu.org.ua/bugs/index.php?387
	
2018-01-31  Karl Berry  <karl@freefriends.org>

	* tex4ht-html5.tex: copyright.

2018-01-31  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-html5.tex (html5.4ht): added meta tags for source file,
	date and instructions for mobile devices.

2018-01-15  Karl Berry  <karl@freefriends.org>

	* Makefile (tex4ht_fonts_modern_derived): add lm-ts1.htf.
	* tex4ht-fonts-modern.tex (lm-ts1-LM-05): copyright.

2018-01-15  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-fonts-modern.tex
	(tex4ht.dir/texmf/tex4ht/ht-fonts/unicode/lm/lm-ts1.htf): use
	ASCII apostrophe (x0027) for the \textquotesingle symbol.
	http://tug.org/pipermail/tex4ht/2018q1/001873.html

2018-01-12  Karl Berry  <karl@freefriends.org>

	* tex4ht-html4.tex,
	* tex4ht-ooffice.tex: it's 2018.

2017-01-11  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-4ht.tex (latex.4ht),
	* tex4ht-ooffice.tex (ooffice.4ht),
	* tex4ht-html4.tex (html4.4ht): fixed support for \textsubscript and
	\textsuperscript.
	http://tug.org/pipermail/tex4ht/2018q1/001870.html

2017-01-04  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-4ht.tex (biblatex.4ht): removed macros for older
	Biblatex versions support.
	https://tex.stackexchange.com/q/408742/2891
	http://puszcza.gnu.org.ua/bugs/?376

2017-12-13  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-html4.tex (html4.4ht): use hexadecimal entity for the
	asterism.

2017-12-09  Michal Hoftich  <michal.h21@gmail.com>

	* Makefile: compile the tex4ht-html4.tex file twice in order to
	get all configurations included.

2017-12-08  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-html4.tex (html4.4ht),
	* tex4ht-4ht.tex (sectionbreak.4ht): support for sectionbreak package.
	* Makefile: request compilation of tex4ht-cond4ht.tex before 
	tex4ht-4ht.tex. 
	
2017-12-06  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-html4.tex (html4.4ht), 
	* tex4ht-4ht.tex (animate.4ht, usepackage.4ht): added support for the
	animate package.

2017-11-23  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-4ht.tex (nameref.4ht): add label for equation if amsmath
	is not used. Report from Philippe Spiesser on tex-live list,
	http://tug.org/pipermail/tex-live/2017-November/040809.html.

2017-11-16  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-4ht.tex (biblatex.4ht): fixed version checking

2017-11-12  Karl Berry  <karl@freefriends.org>

	* Makefile (update-env): no -platform suffix.
	* Makefile (update-env): separate out target.
	(update): call it.

	* tex4ht-docbook.tex: copyright.

2017-11-11  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-docbook.tex (docbook.4ht): added support for the quote
	environment.

2017-11-10  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-env.tex (tex4ht.env): use the --exact option for dvisvgm, it
	prevents wrong image clipping in some cases.

2017-10-25  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-html4.tex (html4.4ht): define dummy vallue for
	\Gin@page when it is undefined.

2017-10-22  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-ooffice.tex (ooffice.4ht): added configurations for
	frenchb spaces.
	* tex4ht-ooffice.tex (ooffice-mml.4ht): Changed definition of
	\:nbsp macro to produce actual non-breaking space.
	http://tug.org/pipermail/tex4ht/2017q4/001852.html

2017-10-21  Karl Berry  <karl@freefriends.org>

	* tex4ht-fonts-noncjk.tex
     (ctib -> tex4ht.dir/texmf/tex4ht/ht-fonts/iso8859/1/tibetan/ctib.htf,
  ctib-uni -> tex4ht.dir/texmf/tex4ht/ht-fonts/unicode/tibetan/ctib.htf):
        correct |jobname to `jobname for this context.

	* tex4ht-fonts-noncjk.tex
     (lacc-uni -> tex4ht.dir/texmf/tex4ht/ht-fonts/unicode/lh/lh-t2a/lacc.htf),
	* tex4ht-4ht.tex (graphicx.4ht): copyright.

2017-10-18  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-4ht.tex (graphicx.4ht): add xbb support for pdf and svg.
	* tex4ht-html4.tex (html4.4ht): use pdf2svg for pdf to svg
	conversion, the pdf images will be converted to png by default,
	use "svg" option to request the svg output.

2017-10-16  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-4ht.tex (usepackage.4ht): added support for TikZ
	externalization.
	http://puszcza.gnu.org.ua/bugs/?371
	* tex4ht-html4.tex (html4.4ht): added support for pdf image inclusion.

2017-10-01  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-fonts-noncjk.tex 
        (tex4ht.dir/texmf/tex4ht/ht-fonts/alias/lh/lh-t2a/labi.htf,
         tex4ht.dir/texmf/tex4ht/ht-fonts/alias/lh/lh-t2a/latc.htf,
         tex4ht.dir/texmf/tex4ht/ht-fonts/alias/lh/lh-t2a/lait.htf):
	new Cyrillic fonts.
	* tex4ht-fonts-noncjk.tex 
        (tex4ht.dir/texmf/tex4ht/ht-fonts/unicode/lh/lh-t2a/lacc.htf):
        fixed wrong character.
        https://puszcza.gnu.org.ua/bugs/index.php?370
	
2017-09-19  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-fonts-noncjk.tex 
        (tex4ht.dir/texmf/tex4ht/ht-fonts/alias/ec/ecxc.htf,
         tex4ht.dir/texmf/tex4ht/ht-fonts/alias/lh/lh-t2a/laxc.htf):
	fixed some small-caps fonts.

2017-09-09  Karl Berry  <karl@freefriends.org>

	* tex4ht-mathml.tex (html-mml.4ht): copyright.
	https://tex.stackexchange.com/q/400629/2891

2017-09-02  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-4ht.tex (authblk.4ht): added basic support for authblk
	package.

2017-08-23  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-mathml.tex (mathml.4ht): print columnlines attribute only
	when it is not empty.

2017-08-14  Vincent Belaiche  <vincent.b.1@hotmail.fr>

	* tex4ht-sty.tex: \openin ./tex4ht.sty, to be sure we get the
	development version.
	https://puszcza.gnu.org.ua/bugs/?366

2017-08-01  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-html4.tex (html4.4ht): use `mk4ht xhtex` command with
	onmouseover option.
	https://tex.stackexchange.com/q/384371/2891

2017-05-19  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-mathml.tex (html-mml.4ht): configuration for array caused
	invalid MathML.
	https://tex.stackexchange.com/q/370450/2891
	https://puszcza.gnu.org.ua/bugs/?368

2017-05-15  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-info-svg.tex (infosvg.4ht): fixed compilation error.

2017-05-14  Karl Berry  <karl@freefriends.org>

	* tex4ht-ooffice.tex,
	* tex4ht-info.tex,
	* tex4ht-info-html4.tex,
	* tex4ht-info-mml.tex,
	* tex4ht-info-svg.tex: copyright 2017.

2017-05-10  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-ooffice.tex (ooffice.4ht): Added basic support for mdwlist
	environments enumerate* and itemize*

2017-05-10  Michal Hoftich  <michal.h21@gmail.com>

	* mktex4ht-cnf.tex: uncommented mktex4ht configuration.
	* tex4ht-info.tex (info4ht.4ht),
	* tex4ht-info-html4.tex (infoht4.4ht),
	* tex4ht-info-mml.tex (infomml.4ht,
	* tex4ht-info-svg.tex (infosvg.4ht): Added definition of \CleanComment 
	macro to each of these files, because it needs current filename in 
	it's definition. Generated info files, except infosvg.4ht, should work
	now.
	* Makefile: removed mktex4ht.4ht from common dependencies.

2017-05-09  Karl Berry  <karl@freefriends.org>

	* tex4ht-info-svg.tex (infosvg.4ht),
	tex4ht-svg.tex (svg.4ht),
	tex4ht-fonts-noncjk.tex 
	(tex4ht.dir/texmf/tex4ht/ht-fonts/unicode/misc/SkakNew.htf): copyright.

2017-05-05  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-fonts-noncjk.tex
	(tex4ht.dir/texmf/tex4ht/ht-fonts/unicode/misc/SkakNew.htf):
	Support for chess figures.
	* tex4ht-4ht.tex (skak.4ht),
	* tex4ht-html (html4.4ht): added support for skak package 
	chessboards.
	* tex4ht-svg.tex (svg.4ht, html4-svg.4ht),
	* tex4ht-options.tex (tex4ht.4ht): introduced new option,
	`svg-inline`, which holds the original meaning of `svg` option.
	`svg` option now doesn't include the image in the document text.
	* tex4ht-info-svg.tex (infosvg.4ht): added information about 
	various svg options.

2017-05-04  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-html4.tex (html4.4ht): round dimensions and remove 
	``pt'' units from image dimensions.
	* tex4ht-html4.tex (html4.4ht): Require horizontal stacking 
	of subfigures.

2017-05-03  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-4ht.tex (usepackage.4ht): added basic support for
	xeCJK package, fixed one issue with biblatex.
	Details:  https://tex.stackexchange.com/a/367968/2891 

2017-04-28  Karl Berry  <karl@freefriends.org>

	* Makefile (common): include mktex4ht.4ht and tex4ht.sty.
	(common_no_cond_sty): new variable without either of those.
	(tex4ht_cond4ht_derived,tex4ht_sty_derived): use
	  $(common_no_cond_sty) instead of $(common). 
	(tex4ht_4ht_derived): depend on cond4ht.4ht.
	
	* mktex4ht-cnf.tex: copyright 2017.

2017-04-28  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-html4.tex (html4.4ht): fixed error which happened when 
	xcolor haven't been loaded in the document. Fixed line widths.
	Start paragraph after mdframed environment.
	https://puszcza.gnu.org.ua/bugs/?217

2017-04-27  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-html4.tex (html4.4ht): use CSS instead of rules="groups"
	attribute for vertical lines in tables.
	* tex4ht-4ht.tex (xcolor.4ht): new command \get:xcolorcss, for 
	conversion from xcolor color spec to CSS colors.
	* tex4ht-4ht.tex (mdframed.4ht),
	* tex4ht-html4.tex (html4.4ht): added basic support for mdframed
	package. https://puszcza.gnu.org.ua/bugs/?217

2017-04-22  Karl Berry  <karl@freefriends.org>

	* tex4ht-4ht.tex (caption.4ht): copyright.
	(framed.4ht): no copyright 2016.

2017-04-20  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-4ht.tex (listings.4ht): added custom configuration for 
	\lst@makecaption, in order to get correct cross-references.

2017-04-18  Michal Hoftich  <michal.h21@gmail.com>

	* Makefile: added info4ht.4ht to the list of derived files.
	* tex4ht-4ht.tex (framed.4ht),
	* tex4ht-html4.tex (html4.4ht),
	* mktex4ht-cnf.tex: added basic support for Framed package,
	https://puszcza.gnu.org.ua/bugs/?217.

	* tex4ht-4ht.tex (caption.4ht): Added missing C to the macro name.

2017-04-12  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-fonts-noncjk.tex
	(tex4ht.dir/texmf/tex4ht/ht-fonts/unicode/tibetan/ctib.htf):
	one entity missed closing semicolon.

2017-04-11  Karl Berry  <karl@freefriends.org>

	* Makefile (tex4ht_fonts_noncjk_derived): add tibetan/ctib.htf.
	* tex4ht-mathml.tex (mathml.4ht),
	* tex4ht-options.tex (tex4ht.4ht): copyright 2017.

2017-04-10  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-options.tex (tex4ht.4ht): Don't load MathML by default
	for HTML5.

2017-04-07  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-fonts-noncjk.tex
	(tex4ht.dir/texmf/tex4ht/ht-fonts/unicode/tibetan/ctib.htf):
	fixed XML entities in ctib-uni block.
	* tex4ht-html4.tex (html4.4ht): added Unicode codes for some combined
	accents.
	* tex4ht-4ht.tex (usepackage-fontspec.4ht): don't use
	"new-accents" option, pass "no-math" option to Fontspec instead.

2017-04-06  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-html4.tex (html4.4ht): Round dimensions and remove units
	in width and height attributes in <img> elements.

2017-04-05  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-mathml.tex (mathml.4ht): added \EndPauseMathClass to
	\Configure{mathbf}.
	http://tex.stackexchange.com/q/362178/2891

2017-04-04  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-html4.tex (html4.4ht): changed some deprecated <center>
	elements to <div>.

2017-04-01  Karl Berry  <karl@freefriends.org>

	* tex4ht-html5.tex: copyright 2017.

2017-03-30  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-html5.tex (html5.4ht): Added support for xml:lang and lang
	attributes in <html> element. 
	Added support for xmlns in <html> tag.
	Removed cellspacing and cellpading attributes from tabular
	configuration.

2017-03-30  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-html4.tex (html4-math.4ht): Configure AMS math align-type
	environments to start a new paragraph. 

2017-03-28  Karl Berry  <karl@freefriends.org>

	* tex4ht-html4.tex (html4-math.4ht): copyright 2017.

2017-03-28  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-html4.tex (html4-math.4ht): The CSS code for align equations
	declared width 100% and margin-left:5%. This means that the
	equation numbers were moved by 5% out of the window. The width
	should be 95%, so the sum with margin-left is 100%.

2017-03-22  Karl Berry  <karl@freefriends.org>

	* tex4ht-fonts-cjk.tex,
	* tex4ht-fonts-cjk-utf8.tex,
	* tex4ht-docbook-xtpipes.tex,
	* tex4ht-4ht.tex: "The" Current Maintainer, not "This".

	* tex4ht-html4.tex (html4): copyright 2017.

	* tex4ht-4ht.tex (greek.4ht, russianb.4ht): copyright cleanup.

	(\<usepackage-fontspec.4ht\><<<): add h, was
 	"\<usepackage-fontspec.4t\><<<", in order to avoid this error:
	! \OutputCode\usepackage-fontspec without \Code\usepackage-fontspec.

2017-03-20  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-html4.tex (html4.4ht): check for new-accents option in
	configuration for \bbl@umlauta accent.
	* tex4ht-html4.tex (html4.4ht): prevent including of
	html4-russian-accents.4ht with XeLaTeX and LuaLaTeX.
	* tex4ht-4ht.tex (russianb.4ht): prevent usage of OpenType fonts with
	LuaLaTX and XeLaTeX, load definitions for Cyrillic characters 
	with XeLaTeX.
	* tex4ht-4ht.tex (greek.4ht): prevent usage of OpenType fonts, load
	definitions of Greek characters with XeLaTeX.
	* tex4ht-4ht.tex (fontspec-4ht.lua): Added ec-lm as supported font.

2017-03-20  Karl Berry  <karl@freefriends.org>

	* Makefile (tex4ht_fonts_4hf): use basename instead of make features.
	(install-unicode-4hf): new target to install all unicode.4hf files.
	(diff-ht-fonts): new target to compare dev vs. installed ht-fonts.
	New variables to support the above.
	* tex4ht-fonts-4hf.tex: use \input common.
	(TeX4ht copyright): remove, since it was only used in unicode.4hf
	files and it turns out they don't allow comments.
	(unicode.4hf): in all the many encodings, remove leading comments.

2017-03-16  Michal Hoftich  <michal.h21@gmail.com>

	* Makefile (tex4ht_fonts_4hf_derived): use dvilualatex for compilation.

2017-03-15  Michal Hoftich  <michal.h21@gmail.com>

	* Makefile (tex4ht_fonts_4hf_derived): support tex4ht-fonts-4hf.tex.
	* tex4ht-fonts-4hf.tex
	(tex4ht.dir/texmf/tex4ht/ht-fonts/unicode/charset/unicode.4hf)
	and others: request xml entity for single quote, removed xml
	entity for ` character.

2017-03-13  Karl Berry  <karl@freefriends.org>

	* Makefile (tex4ht_4ht_derived): spread out by first letter.

	* tex4ht-4ht.tex (graphics.4ht): copyright.

2017-03-11  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-html4.tex (html4.4ht), 
	* tex4ht-4ht.tex (graphics.4ht): Fixed support for images with spaces
	in their filenames.

2017-03-11  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-4ht.tex (memoir.4ht): redefinition for \legend command
	* tex4ht-html4.tex (html4.4ht): default configuration for \legend

2017-02-09  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-env.tex (tex4ht.env-unix): use one version of htf paths for 
	both Unix and Windows.

2017-02-04  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-env.tex (tex4ht.env-win32): replaced backslashes with normal
	slashes in HTF paths on Windows 

2017-02-03  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-env.tex (tex4ht.env-win32): fixed file paths on Windows

2017-02-01  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-env.tex (tex4ht.env-unix, tex4ht.env-win32):
	Use dvisvgm for SVG production and dvipng for bitmap production by 
	default.

2017-01-31  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-4ht.tex (usepackage.4ht, 
	usepackage-fontspec.4ht): New configurations for Fontspec package, 
	redefining user commands instead of internal macros. Hopefully
	it will fix LuaLaTeX and XeLaTeX issues.
	http://puszcza.gnu.org.ua/bugs/?352

2017-01-29  Karl Berry  <karl@freefriends.org>

	* common-info.tex,
	* common.tex,
	* tex4ht-fonts-4hf.tex,
	* tex4ht-info-html4.tex,
	* tex4ht-info-javahelp.tex,
	* tex4ht-info-mml.tex,
	* tex4ht-info.tex: copyright cleanups.
	
2017-01-24  Karl Berry  <karl@freefriends.org>

	* tex4ht-4ht.tex (tuenc-luatex.4ht, tuenc-xetex.4ht,
	fontspec-luatex.4ht, fontspec-xetex.4ht,
	fontspec-4ht.lua, fontspec.4ht):
	use |<TeX4ht license text|> and direct copyright lines
	for these new files, instead of various macro invocations.

2017-01-24  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-4ht.tex (tuenc-luatex.4ht, tuenc-xetex.4ht,
	fontspec-luatex.4ht, fontspec-xetex.4ht, latex.4ht): Introduced
	basic Unicode handling for LuaLaTeX and XeLaTeX. It is based on
	code which was originally used in Fontspec support.
	(Plus copyright tweaks from Karl.)
	https://puszcza.gnu.org.ua/bugs/?352

2017-01-23  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-4ht.tex (latex.4ht): prevent the selection of TU font
	encoding, because it loads OpenType fonts. Use OT1 instead.
	https://puszcza.gnu.org.ua/bugs/?352

2016-12-26  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-4ht.tex (nameref.4ht): changed \:tempc to \:tempams, in order
	to avoid collision with pic-align option
	http://tex.stackexchange.com/q/345689/2891

2016-12-21  Karl Berry  <karl@freefriends.org>

	* tex4ht-4ht.tex (xr.4ht, xr-hyper.4ht): copyrights.

2016-12-20  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-4ht.tex (usepackage.4ht, xr.4ht, xr-hyper.4ht): fix support
	for additional optional argument of \externaldocument,
	and support for hyperref's label in the cross references.
	http://puszcza.gnu.org.ua/bugs/?349>

2016-12-18  Karl Berry  <karl@freefriends.org>

	* tex4ht-4ht.tex (nameref.4ht): copyright.

2016-12-16  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-4ht.tex (nameref.4ht): Fixed support for empty nameref
	types in labels, added support for asmath environments.
	https://puszcza.gnu.org.ua/bugs/?348

2016-12-16  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-html4.tex (html4.4ht): Added support for inclusion of
	SVG images
	https://puszcza.gnu.org.ua/bugs/?348

2016-12-15  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-4ht.tex (listings.4ht): Fixed support for mathescape
	option
	https://puszcza.gnu.org.ua/bugs/?347>

2016-12-14  Karl Berry  <karl@freefriends.org>

	* tex4ht-4ht.tex (xcolor.4ht): copyright.

2016-12-14  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-4ht.tex (colortbl.4ht): Added support for \color 
	command in table column specifivation.
	* tex4ht-4ht.tex (xcolor.4ht): Added support for colors 
	defined by the user.
	https://puszcza.gnu.org.ua/bugs/?346

2016-12-13  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-4ht.tex (colortbl.4ht): Use xcolor.sty commands 
	to convert color specifications to CSS.
	https://puszcza.gnu.org.ua/bugs/?346

2016-12-11  Karl Berry  <karl@freefriends.org>

	* tex4ht-fonts-noncjk.tex ([g]version 2..18): eliminate
	right-justified %'s, typos.

	* tex4ht-fonts-modern.tex (rm-lm): copyright for
	tex4ht.dir/texmf/tex4ht/ht-fonts/unicode/lm/rm-lm.htf.

2016-12-11  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-fonts-modern.tex
	(tex4ht.dir/texmf/tex4ht/ht-fonts/unicode/lm/rm-lm.htf,
	tex4ht.dir/texmf/tex4ht/ht-fonts/alias/lm/rm-lmt.htf,
	tex4ht.dir/texmf/tex4ht/ht-fonts/alias/lm/rm-lmvt.htf):
	Typewriter lmodern fonts in OT1 encoding containded wrong
	backslashes and other characters.
	
2016-12-10  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-4ht.tex (usepackage.4ht): There was catcode issue with 
	`:` character, it was 11 instead of 12.
	* tex4ht-4ht.tex (fontspec-4ht.lua): There could be Lua error caused
	by some fonts.
	https://puszcza.gnu.org.ua/bugs/?123

2016-12-09  Karl Berry  <karl@freefriends.org>

	* tex4ht-env.tex: copyright 2016.

	* tex4ht-4ht.tex (usepackage.4ht): |<TeX4ht copyright|>
	not copywrite, so the full notice is inserted.
	
2016-12-08  Karl Berry  <karl@freefriends.org>

	* tex4ht-cond4ht.tex (mktex4ht.4ht): copyright 2016.

2016-12-07  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-env.tex (tex4ht.env): moved default picture conversion
	scripts below alternative scripts, in order to enable their
	selection with -c option of t4ht.
	https://puszcza.gnu.org.ua/bugs/?343
	http://tug.org/pipermail/tex4ht/2016q4/001689.html

2016-12-04  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-4ht.tex (fontspec.4ht, fontspec-luatex.4ht,
	fontspec-xetex.4ht): moved luatex and xetex definitions for
	fontspec to fontspec-xetex.4ht and fontspec-luatex.4ht.
	* mktex4ht-cnf.tex (mktex4ht.4ht): added fontspec-luatex.

2016-12-03  Karl Berry  <karl@freefriends.org>

	* .svnignore (fontspec-4ht.lua): add.
	
	* Makefile (tex4ht_4ht_derived),
	* mktex4ht-cnf.tex,
	* tex4ht-4ht.tex: rename xetex-fontspec.4ht to fontspec-xetex.4ht.

	* tex4ht-4ht.tex (fontspec.4ht, fontspec-4ht.lua, fontspec-xetex.4ht),
	* mktex4ht-cnf.tex: copyrights, svn:keywords, comments.

2016-12-02  Karl Berry  <karl@freefriends.org>

	* tex4ht-4ht.tex (multirow.4ht): copyright.

2016-12-02  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-4ht.tex (multirow.4ht): fixed support for package multirow.
	https://puszcza.gnu.org.ua/bugs/index.php?342

2016-11-27  Michal Hoftich  <michal.h21@gmail.com>

	* mktex4ht-cnf.tex: added requests for fontspec
	* Makefile: added mktex4ht-cnf.tex as dependency for tex4ht-cond4ht.tex

2016-11-27  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-4ht.tex (usepackage.4ht, fontspec.4ht, fontspec-4ht.lua,
	fontspec-xetex.4ht): Added support for Fontspec package, for both 
	LuaLaTeX and XeLaTeX
	* tex4ht-html4.tex: Configuration for basic font commands when
	fontspec is used.
	https://puszcza.gnu.org.ua/bugs/?123

2016-11-25  Karl Berry  <karl@freefriends.org>

	* tex4ht-html4.tex,
	* tex4ht-options.tex: copyright 2016, svn:keywords.

2016-11-25  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-html5.tex (html5.4ht): basic html5 template
	* tex4ht-options.tex (tex4ht.4ht): added html5 option
	* Makefile: generate html5 files
	https://puszcza.gnu.org.ua/bugs/index.php?341

2016-11-23  Karl Berry  <karl@freefriends.org>

	* tex4ht-mathml.tex: Copyright 2016.

2016-11-22 Michal Hoftich <michal.h21@gmail.com>

	Towards http://puszcza.gnu.org.ua/bugs/?340.
	
	* tex4ht-mathml.tex (mathml.4ht): added \a:mathml commands
	before some attributes where it was missing. This ensures use of
	mathml: prefix if it is used in the output format.

	* tex4ht-ooffice.tex (ooffice-mml.4ht): Removed configurations
	of 'left' and 'right', default configurations from mathml.4ht
	should be used instead.

2016-11-21 Michal Hoftich <michal.h21@gmail.com>

	* tex4ht-mathml.tex (mathml.4ht): added \let\columnlines\empty
	before use of \columnlines in \Configure{halignTB<>}. It caused
	compilation error in ooffice mode.

2016-10-05 Deimantas Galcius <deimantas.galcius@gmail.com>

	* Makefile (d) Experimental target "d" for dependency/derived files.
	* Makefile (tohtmldir) move html files to html.dir
	* Makefile (toderivedir) move derived files to derived.dir
	* extra-bin/fls2d, extra-bin/flslg2d: scripts to read *fls/*.lg
	and output *.d file

2016-10-03 Deimantas Galcius <deimantas.galcius@gmail.com>

	* Makefile (PATH): set PATH to look into $extra_bin and $ht_bin;
	TeXLive 2016 (DVD) does not ship with 'xhlatex', so we find it in
	$ht_bin.
	* Makefile (tex_options): set '-recorder' option to $tex_opts. We
	want to know deps/derived files.
	* Makefile (clean): add '*.fls' for removal
	* Makefile (ht tex): replace with $(HTTEX) which respects $tex_opts
	* Makefile ("-d./" in htlatex calls): replace "-d./" with "".
	"-d./" means move generated files to current folder, which does
	not make sense.
	* Makefile (html4): Amend $(tex4ht_html4_derived) rule. No
	dependency on html4.4ht-released.
	* Remove (html4.4-released): Delete file. (hopefully) not needed
	any more.
	* Makefile: change $(dev_null) to "".

2016-09-29 Deimantas Galcius <deimantas.galcius@gmail.com>

	* common-info.tex (CleanComment): fix CleanComment to not
	raise latex run error on first pass.
	* mktex4ht-cnf.tex (new file): copy of mktex4ht.cnf. The file
	should not be generated by literate sources
	* tex4ht-4ht.tex (mktex4ht.4ht,mktex4ht.cnf): remove mktex4ht.4ht
	generation. Remove mktex4ht.cnf processing. Define macro
	\Skipmkfilename.
	* tex4ht-cond4ht.cnf (ConfigFiles,FirstPass): \ConfigFiles set to
	a new file mktex4ht-cnf.tex; skip processing lit entries on
	FirstPass; set a hook \Skipmkfilename for skipping mktex4ht.4ht
	generation from tex4ht-4ht.tex
	* tex4ht-info-html4.tex: remove code duplication; input
	common-info.tex and common.tex; this also fixes latex run error as
	in common-info.tex.
	* tex4ht-info-javahelp.tex: remove code duplication; ensure to load
	local mktex4ht.4ht
	* tex4ht-info-mml.tex: ensure to load local mktex4ht.4ht
	* tex4ht-info.tex: remove code duplication

2016-09-20  Karl Berry  <karl@freefriends.org>

	* tex4ht-c.tex (scan postamble): allow any value <= the xdv byte,
	instead of requiring equality.  That way the same tex4ht binary
	can be used with different versions of XeTeX.  As of
	XeTeX 3.14159265-2.6-0.99996 (TeX Live 2016), the id value is 7.
	(version xdv): update value to 10.

2016-08-10  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-4ht.tex (latex.4ht): use \mathunderscore in math mode for
	\_ macro.
	* tex4ht-mathml.tex (mathml.4ht): fix for mathml.
	https://puszcza.gnu.org.ua/bugs/?337

2016-07-19  Karl Berry  <karl@freefriends.org>

	* tex4ht-4ht.tex (lettrine.4ht) <\@lettrine>: use lettrine-*
	for the <span class= name, since that's what is defined.

2016-07-18  Karl Berry  <karl@freefriends.org>

	* Makefile (dev_null): new macro for </dev/null.
	(tex4ht_fonts_cjk_derived, etc.): use it when ht*tex is not
	invoked directly, so we don't ever sit around waiting for input.
	
	* Makefile (diff-all): excise more from the diff results.
	(diff1): use same $(diff).

2016-07-18  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-sty.tex (tex4ht.sty): make macros patched by \pend:def
       	and similar patching commands \long, in order to correctly support
	macros defined with \newcommand.
	<https://puszcza.gnu.org.ua/bugs/index.php?330>.

2016-07-17  Karl Berry  <karl@freefriends.org>

	* tex4ht-4ht.tex (\CodeLineNo): disable again since Michal's
	compilation fails.

2016-06-05  Karl Berry  <karl@freefriends.org>

	* ProTex.sty,
	* AlProTex.sty: symlinks to ../protex, so dev versions will be used.
	* Makefile (common): depend on them.

	* tex4ht-c.tex,
	* tex4ht-4ht.tex: enable new protex option CodeLineNo to generate
	#line directives in the .c files, and %line comments in *.4ht.
	http://puszcza.gnu.org.ua/bugs/?136

2016-07-04  Karl Berry  <karl@freefriends.org>

	* tex4ht-html-speech.tex,
	* tex4ht-jsml.tex,
	* tex4ht-mathltx.tex: update copyrights.
	* Makefile (diff-all): --ignore-matching-lines for boilerplate.

2016-07-04  Karl Berry  <karl@freefriends.org>

	* tex4ht-mkht.tex: don't hardwire c: paths.

2016-07-03  Karl Berry  <karl@freefriends.org>

	* tex4ht-4ht.tex,
	* tex4ht-auto-script.tex,
	* tex4ht-env.tex,
	* tex4ht-sty.tex: remove nonascii chars in comments.

2016-07-02  Karl Berry  <karl@freefriends.org>

	* tex4ht-4ht.tex (lettrine.4ht): delete the .lettrine-Agrave css
	with literal Agraves, to avoid encoding agony.  Update copyright.

2016-07-01  Karl Berry  <karl@freefriends.org>

	* tex4ht-sty.tex (tex4ht.sty),
	* tex4ht-4ht.tex (usepackage.4ht): unify copyright notices.	

2016-06-30  Karl Berry  <karl@freefriends.org>

	* tex4ht-4ht.tex (latex.4ht): unify copyright notice.

2016-06-30  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-4ht.tex (latex.4ht): added \hbox{} to active
	hyphen in order to prevent ligatures in environments defined
	with \ScriptEnv.
        <https://puszcza.gnu.org.ua/bugs/?319>

2016-06-16  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-html4.tex (html4.4ht): added \par command to sectioning
	commands, text can be outside paragraphs otherwise.
	<https://puszcza.gnu.org.ua/bugs/?279>

2016-06-16  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-4ht.tex (html4.4ht): Replaced non-breaking Unicode space with
	normal spaces.
	<https://puszcza.gnu.org.ua/bugs/?316>

2016-06-16  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-4ht.tex: Fixed lstinline configuration - spurious \aftergroup.

2016-06-15  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-html4.tex (html4.4ht): Fixed configurations for
	algorithmic package - indentation and line number align.
	<https://puszcza.gnu.org.ua/bugs/index.php?314>

2016-06-15  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-4ht.tex,
	* tex4ht-misc.tex: move definitions for lettrine to tex4ht-4ht.tex.
	* Makefile: don't compile tex4ht-misc.tex, it causes overwritting of
	mktex4ht.cnf.

2016-06-10  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-html4.tex,
	* tex4ht-html-speech.tex,
	* tex4ht-html32.tex,
	* tex4ht-ooffice.tex: remove explicit two-space indentation in
	fancyvrb configuration; found by deimi.
	<https://puszcza.gnu.org.ua/bugs/?308>

2016-06-09  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-sty.tex (tex4ht.sty): added \:dontusepackage macro for
	package loading preventing. Changed \@onefilewithoptions
	patching, second argument is read and saved.
	* tex4ht-4ht.tex (usepackage.4ht): added savetrees.sty to list
	of packages detected upon their loading. It is blocked from
	loading, as it causes tex4ht to fail.
	* Makefile: add derived files.
	https://puszcza.gnu.org.ua/bugs/?309

2016-05-24  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-4ht.tex (geometry.4ht): new file to turn off frame-drawing.
	<http://puszcza.gnu.org.ua/bugs/?303>
	* Makefile (tex4ht_4ht_derived): add it.

2016-05-22  Karl Berry  <karl@freefriends.org>

	* tex4ht-c.tex (search_file): return NULL rather than FALSE
	to placate MiKTeX.  Report from Mojca,
	https://sourceforge.net/p/miktex/bugs/2488.

2016-03-31  Karl Berry  <karl@freefriends.org>

	* Makefile (tex4ht_info_html4_derived, tex4ht_info_javahelp_derived,
	tex4ht_misc_derived): new variables, targets.
	
	* tex4ht-docbook.tex,
	* tex4ht-html-speech.tex,
	* tex4ht-html0.tex,
	* tex4ht-html32.tex,
	* tex4ht-ooffice.tex,
	* tex4ht-tei.tex: likewise make timestamps (\:today) in output
	off by default, enabled with timestamp option.  In css files
	and other contexts where an option is inconvenient, just remove them.
	
	* tex4ht-javahelp.tex,
	* tex4ht-docbook.tex: reference tug rather than ohio-state.edu
	web site.

2016-03-31  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-html4.tex (html4.4ht): remove timestamp from the HTML4
	output.  It can be enabled with ``timestamp'' option.
	https://puszcza.gnu.org.ua/bugs/index.php?277

2016-03-16  Karl Berry  <karl@freefriends.org>

	* Makefile (tex4ht_4ht_derived): add biblatex.4ht.

2016-03-16  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-4ht.tex (biblatex.4ht): support for biblatex 3.0.
	http://puszcza.gnu.org.ua/bugs/?273>

2016-02-01  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-fonts-noncjk.tex (pcrro8r.htf): Fixed some wrong characters.
        http://puszcza.gnu.org.ua/bugs/?271

2016-01-12  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-4ht.tex (hyperref.4ht): Added support for \nameref* command,
	http://tex.stackexchange.com/q/285339/2891,
	http://puszcza.gnu.org.ua/bugs/?269.

2016-01-04  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-4ht.tex (biblatex.4ht): Fix for version checking

2015-12-19  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-ooffice.tex (il2-pl.tcx url encoder): Fix the file
	encoding. It is related to a earlier bug in tex4ht-html4.tex,
	where input encoding error was reported with package babel when
	LuaLaTeX was used for compilation.  Just
	\input{html4-l2-url.4ht}.
	Report from Guido Milanese, Dec 18 23:29:28 CET 2015,
	http://tug.org/pipermail/tex4ht/2015q4/001326.html.

	* tex4ht-4ht.tex (<frenchb luatex>, frenchn.4ht): disable LuaTeX
	callback which causes tex4ht command to fail.

2015-10-25  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-fonts-noncjk.tex (tcrm-uni): Updated support for textcomp
	font tcrm.
	* Makefile (tex4ht_fonts_noncjk_derived): add derived file
	tex4ht.dir/texmf/tex4ht/ht-fonts/unicode/jknappen/tc/tcrm.htf.
	https://puszcza.gnu.org.ua/bugs/?264

2015-10-09  Karl Berry  <karl@freefriends.org>

	* Makefile (tex4ht_fonts_modern_derived): new var for l7x,
 	and make it a target in addition to noncjk_derived.

2015-10-09   Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-fonts-modern.tex (l7x-lmcsc.htf, l7x-lm.htf): fixed
	diacritic marks for Lithuanian language.
	https://puszcza.gnu.org.ua/bugs/?263

2015-09-29  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-ooffice.tex (configure ooffice subscript),
	* tex4ht-4ht.tex (subscript.4ht),
	* tex4ht-html4.tex (configure html4 subscript):
	support for \textsubscript.  http://puszcza.gnu.org.ua/bugs/?262
	* Makefile (derived): add subscript.4ht.

2015-08-05  Michal Hoftich  <michal.h21@gmail.com>
        and Karl Berry <karl@gnu.org>

	* Makefile (derived): add graphicx.4ht.
	* tex4ht-4ht.tex (graphicx.4ht): usee .xbb for png/jpg/gif.
	https://puszcza.gnu.org.ua/bugs/?257

2015-06-10  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-ooffice.tex (save image name): use \Gin@ext rather than
	\PictExt (which is apparently always png).  Report from Simon Spiegel,
	10 Jun 2015 10:21:19.

2015-06-10  Radhakrishnan CV  <cvr@river-valley.org>

	* tex4ht-4ht.tex (biblatex): \blx@checksum was a parameterless
         macro, while the current biblatex defines it as a macro with three
         parameters. The macro has been redefined to match the package. The bug
         was reported by Simon Spiegel and fix suggested by Michal Hoftich.
         http://tug.org/pipermail/tex4ht/2015q2/001211.html (and previous).

2015-06-07  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-fonts-noncjk.tex: huge update of T1-encoded fonts 
 	not previously supported by tex4ht.
 	* t1fontmake.lua: new script.
 	* t1fontsample.tex: new sample tex file.
	* Makefile (tex4ht_fonts_noncjk_derived): add two of
	the new aliases/t1fonts/*.htf files.
 	Mail of http://tug.org/pipermail/tex4ht/2015q2/001180.html.

2015-05-25  Michal Hoftich  <michal.h21@gmail.com>
        and Karl Berry <karl@gnu.org>

	* tex4ht-fonts-noncjk.tex (eccc): new font support.
	https://puszcza.gnu.org.ua/bugs/?253

	* Makefile (tex4ht_fonts_noncjk_derived): add the new
	 tex4ht.dir/texmf/tex4ht/ht-fonts/alias/ec/eccc.htf
	 tex4ht.dir/texmf/tex4ht/ht-fonts/unicode/ec/eccc-uni.htf
	as htf output examples.

2015-04-14  Michal Hoftich  <michal.h21@gmail.com>

	* Makefile (tex4ht_4ht_derived): add memoir.4ht.
	* tex4ht-4ht.tex: improve array and tabular support for memoir;
	input array,dcolumn,tabularx,booktabs.4ht, disable \columnlines.
	http://puszcza.gnu.org.ua/bugs/?249

2015-04-01  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-ooffice.tex: configure wrapfig to avoid spurious \par.
	https://puszcza.gnu.org.ua/bugs/?247

2015-02-17  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-4ht.tex (spanish.4ht): fix missing csname when Spanish
	babel is used.
	https://puszcza.gnu.org.ua/bugs/?245
	* Makefile (tex4ht_4ht_derived): add spanish.4ht.

2015-02-11  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-ooffice.tex (ooffice.4ht): fix images in subfolders
	handling -- everything in Pictures/.
	* tex4ht-env.tex: likewise, copy all images to one directory.
	https://puszcza.gnu.org.ua/bugs/?240

2015-02-13  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-mathml.tex (mathml.4ht) <config mathml fontmath>: 
	output <mi mathvariant=...
	https://puszcza.gnu.org.ua/bugs/?226

2015-02-09  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-mathml.tex (mathml.4ht) <config start mtext>: \ifmmode\else
	<config math within mtext> to avoid some (but not all)
	problems.  https://puszcza.gnu.org.ua/bugs/?244

2015-02-07  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-4ht.tex (scrartcl.4ht, scrbook.4ht, scrreprt.4ht):
	koma-script patch, mail of 6 Feb 2015 12:32:10.
	Original report from Alexander Willand.

2015-02-04  Radhakrishnan CV  <cvr@river-valley.org>

	* tex4ht-4ht.tex (biblatex.4ht): biblatex fixes for
	http://puszcza.gnu.org.ua/bugs/?227.

2015-01-29  Michal Hoftich <michal.h21@gmail.com> and Karl Berry <karl@gnu.org>

	* Makefile (tex4ht_4ht_derived): add quoting.4ht.
	* tex4ht-4ht.tex (quoting.4ht): new generated file,
        to restore <p> when quoting.sty is sued.
	http://puszcza.gnu.org.ua/bugs/?198
	http://tex.stackexchange.com/q/140986/2891

2015-01-28  Michal Hoftich <michal.h21@gmail.com>

	* tex4ht-mathltx.tex
	* tex4ht-mathml.tex
	* tex4ht-html-speech.tex
	* tex4ht-jsmath.tex: added \relax after \mathchar to prevent eating
	following characters as hexadecimal numbers.
	https://puszcza.gnu.org.ua/bugs/?230
	http://tex.stackexchange.com/q/116340/2891
	
	* Makefile (diff): new convenience target.

2015-01-28  Karl Berry  <karl@gnu.org>

	* tex4ht-4ht.tex (\CopyYear, \TeX4ht copyright): no need for
	en-dash in copyrights.
	(frenchb.4ht): rework copyrights, and install in TL,
	including previously-unreleased testing for
	\FDP@space vs. \FDP@colonspace.

2015-01-26  Michal Hoftich <michal.h21@gmail.com> and Karl Berry <karl@gnu.org>

	* tex4ht-html4.tex: generate {html4-l2-url,html4-russian-accents}.4ht
	as separate files, to avoid having html4.4ht with multiple encodings,
	which lualatex does not like to read.
	* Makefile (tex4ht_html4_derived): add the new files.

2015-01-23  Karl Berry  <karl@gnu.org>

	* html4.4ht-released: new file, copied from current TL.
	* Makefile (tex4ht_html4_derived): enable, and intersperse
	copying of html4.4ht-released to html4.4ht with latex runs,
	per comments at top of file.  No significant differences remain.

2015-01-19  Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-html4.tex,
	* tex4ht-unicode.tex: remove spurious semicolon produced by
	\textregistered command.
	http://puszcza.gnu.org.ua/bugs/?242
	http://tex.stackexchange.com/questions/223804/tex4ht-textregistered-and-an-unwanted-semicolon

2014-10-28 Michal Hoftich  <michal.h21@gmail.com>

	* tex4ht-html4.tex: Spurious comma in css selector causes CSS
	validation error.
	https://puszcza.gnu.org.ua/bugs/index.php?232

2014-10-10  Peter Breitenlohner  <peb@mppmu.mpg.de>

	* tex4ht-c.tex: Avoid compiler warning [-Wunused-value].
	(Backport from TeX Live.)

2014-07-15  Michal Hoftich <michal.h21@gmail.com>

	* tex4ht-4ht.tex (scrbook.4ht, scrreprt.4ht, scrartcl.4ht): Update 
	KOMA-Script configurations to handle recent changes in the classes
	for the \rm, etc., font commands.
	http://tug.org/pipermail/tex4ht/2014q1/000913.html
	http://puszcza.gnu.org.ua/bugs/?205
	* Makefile (tex4ht_4ht_derived): add the affected scr*.4ht.

2014-07-14  Karl Berry  <karl@gnu.org>

	* Makefile (tex4ht_4ht_derived): add titlesec.4ht.
	(titlesec 2005) <\ttl:straight@i>: use {#2} in case arg contains
	brackets.  From Michal Hoftich.
	http://tex.stackexchange.com/q/185866/
	http://puszcza.gnu.org.ua/bugs/?215

2014-07-13  Karl Berry  <karl@gnu.org>

	* Makefile (tex4ht_4ht_derived): add listings.4ht.
	* tex4ht-4ht.tex (listings.4ht): handle listings' escapechar
	feature. From Michal Hoftich.
	http://tex.stackexchange.com/q/188322/2891
	http://puszcza.gnu.org.ua/bugs/?221

2014-07-13  Karl Berry  <karl@gnu.org>

	* Makefile (tex4ht_4ht_derived): add tocloft.4ht.
	* tex4ht-4ht.tex (tocloft.4ht): new generated file,
	to turn off tocloft toc's.  Fix from Michal Hoftich.
	http://tex.stackexchange.com/q/190991/2891
	http://puszcza.gnu.org.ua/bugs/?220

	* tex4ht-4ht.tex (TeX4ht license text): new macro without
	copyright line, used in the new .4ht file.
	(TeX4ht copyright): use that after the copyright line.

2014-06-27  Karl Berry  <karl@gnu.org>

	* tex4ht-4ht.tex (mwcls divs): omit error if not in vertical mode
	in mwbk.cls. Report from Sylwester Arabas, fix from Deimantas Galcius.
	http://puszcza.gnu.org.ua/bugs/?214

2014-06-27  Karl Berry  <karl@gnu.org>

	* tex4ht-fonts-noncjk.tex,
	* tex4ht-mathltx.tex,
	* tex4ht-mathml.tex: copyright years and notices.

2014-06-26  Chris Horler  <cshorler@googlemail.com>

	* tex4ht-mathltx.tex,
	* tex4ht-mathml.tex: use different align= values
	instead of CSS text-align: values, per current standards.
	Affects mathltx.4ht and mathml.4ht.
	https://puszcza.gnu.org.ua/bugs/?219
	
2014-06-26  Karl Berry  <karl@gnu.org>

	* Makefile (tex4ht_mathml_derived): new variable and target,
	for tex4ht-mathml.tex.

	* Makefile (tex4ht_fonts_noncjk_derived): evidently lm-htf.tex
	is created from tex4ht-fonts-noncjk.tex, but not cmtex.htf.
	Don't see where/how cmtex.htf is created.

2014-05-22  Karl Berry  <karl@gnu.org>

	* tex4ht-4ht.tex (shared url): must use definition
	of \set@mathnolig from previous url.sty, since we must
	use literal _ rather than \sb for tex4ht.  (From CVR.)

2014-02-21  Karl Berry  <karl@gnu.org>

	* tex4ht-html4.tex (font-size): need \%, not %, for the 70%.
	Found by Raphael Pinson, http://puszcza.gnu.org.ua/bugs/?189.

2014-02-10  Karl Berry  <karl@gnu.org>

	* tex4ht-env.tex: use gs instead of convert for making bitmaps
	(from dick, + notes).
	
	* tex4ht-env.tex: use %%~ or ~ instead of hardwired gurari dir.

2013-10-07  Karl Berry  <karl@gnu.org>

	* Makefile (tex4ht-fonts-{cjk,cjk-utf8,noncjk}*): new targets and vars.
	* tex4ht-fonts-noncjk.tex: do not generate cjk and cjk-utf8.
	* tex4ht-fonts-cjk-utf8.tex: copyright update.

2013-07-02  Peter Breitenlohner  <peb@mppmu.mpg.de>

	* tex4ht-c.tex, tex4ht-t4ht.tex: Always include system headers
	after <kpathsea/config.h>.  (Backport from TeX Live.)

2013-03-01  Radhakrishnan CV  <cvr@river-valley.org>

	* tex4ht-ooffice.tex: \NoFonts ... \EndNoFonts added in
	{footnotetext} configuration to avoid font size anomalies in
	footnotes when footnote text has accented characters. Patch
	submitted by Nicolai Rostov, Feb 28, 2013 at 4:40 AM.

2013-01-08  Peter Breitenlohner  <peb@mppmu.mpg.de>

	Backport from TeX Live.
	* tex4ht-c.tex, tex4ht-t4ht.tex: Drop set but unused variables.

2012-07-27  Peter Breitenlohner  <peb@mppmu.mpg.de>

	Adapt to W32TeX (backport from TeX Live).
	* tex4ht-c.tex, tex4ht-t4ht.tex [WIN32]:
	Use binary mode for output files.
	Pass program name string to kpse_set_program_name.
	Must not free argv.

2011-09-18  Karl Berry  <karl@gnu.org>

	* tex4ht-unicode.tex (<double acute code>): \H{O} is 0150,
	not 0151; http://www.fileformat.info/info/unicode/char/150/index.htm.
	Report from Tibor Tomacs, 18 Sep 2011 12:34:09,
	http://puszcza.gnu.org.ua/bugs/?147.

2010-12-25  Karl Berry  <karl@gnu.org>

	* tex4ht-c.tex (<trace context>): allow -hA to enable all tracing.
	(<find tex4ht.env>): fatal error if we don't find it, since the
	next thing we do is seek on the file which crashes anyway.
	(<kpathsea tex4ht.env>): use --format=othertext so we can find
	tex4ht.env.  However, this is not enough to find the .htf files,
	so it's still not possible to run the program as anything except
	`tex4ht'.  So it goes.

2010-12-24  Karl Berry  <karl@gnu.org>

	* tex4ht-c.tex,
	* tex4ht-t4ht.tex: attempt to document which files I think these
	programs read and write.  Fix a couple typos.

2010-12-23  Karl Berry  <karl@gnu.org>

	* tex4ht-c.tex,
	* tex4ht-t4ht.tex,
	* tex4ht-htcmd.tex: rewrite some doc uses of "win32".

	* common-info.tex (\CleanComment): lengthy comment about ultimate
	failure trying to make the info option work with mzlatex.

	* tex4ht-info-mml.tex (configure infomml tex4ht): use \Configure,
	not the undefined \Contribution, add plain text heading
	like the others.

2010-12-16  Peter Breitenlohner  <peb@mppmu.mpg.de>

	* tex4ht-t4ht.tex: missed <<<.

2010-12-14  Karl Berry  <karl@gnu.org>

	* tex4ht-c.tex,
	* tex4ht-t4ht.tex (resplit argv for windows): new section, from Akira
	Kakuto.
	
	* tex4ht-htcmd.tex: document that this not used.

2010-11-17  Karl Berry  <karl@gnu.org>

	* all files: switch to ranges in copyright notices.

2010-11-17  Karl Berry  <karl@gnu.org>

	* tex4ht-c.tex: compiler options are a comment, despite #define's.

2010-11-16  Peter Breitenlohner  <peb@mppmu.mpg.de>

	* t4ht.c (main): Initialize addr and media in order to avoid
	compiler warnings.  Use '#if 0' to skip unreachable code.

2010-11-12  Peter Breitenlohner  <peb@mppmu.mpg.de>

	* t4ht.c (filterGifScript): Avoid 'filtered_script might be used
	uninitialized'.  Use NULL_SCRIPT.

2010-03-17  Karl Berry  <karl@gnu.org>

	* tex4ht-auto-script.tex: unused, it seems.

2010-03-12  Karl Berry  <karl@gnu.org>

	* tex4ht-bibtex2.tex: license notices.
	* Makefile: add derivations.

2010-03-11  Karl Berry  <karl@gnu.org>

	* tex4ht-c.tex: license notices.
	* Makefile: add derivations.

2010-03-08  Karl Berry  <karl@gnu.org>

	* tex4ht-cond4ht.tex: license notices.
	* mktex4ht.cnf: new (empty) file, needed to run cond4ht.
	* Makefile: add derivations.
	* tex4ht-cpright.tex: note additional copy.
	* all files: no period ending copyright lines, I guess.

2010-03-08  Karl Berry  <karl@gnu.org>

	* tex4ht-docbook-xtpipes.tex: license notices.
	* Makefile: add derivations.

2010-03-07  Karl Berry  <karl@gnu.org>

	* tex4ht-docbook.tex: license notices.
	* Makefile: add derivations.

2010-03-06  Karl Berry  <karl@gnu.org>

	* tex4ht-env.tex: license notices.
	(dvips convert (personal)): do not hardcode path to convert
	(else zztex4ht-env.ps is left behind).
	* Makefile: add derivations.

2010-03-05  Karl Berry  <karl@gnu.org>

	* tex4ht-fonts-noncjk.tex: start at license notices.
	Correct quoting of the
	\Needs{"xhlatex tex4ht-fonts-4hf ..."} line.
	* Makefile: start at derivations.

2010-03-04  Radhakrishnan CV  <cvr@river-valley.org>

	* tex4ht-mkht.tex (<MYcopyrightnotice): new macro; insert
	notice in all generated scripts.

2010-03-04  Karl Berry  <karl@gnu.org>

	* tex4ht-htcmd.tex: update license notices.
	* Makefile: add derivations.

2010-03-03  Karl Berry  <karl@gnu.org>

	* tex4ht-html-speech-xtpipes.tex: update license notices.
	* Makefile: add derivations.

2010-03-02  Karl Berry  <karl@gnu.org>

	* tex4ht-html-speech.tex,
	* tex4ht-html0.tex: update license notices.
	* Makefile: add derivations.

2010-02-28  Karl Berry  <karl@gnu.org>

	* tex4ht-html32.tex,
	* tex4ht-html4.tex: update license notices.
	* Makefile: add derivations.

2010-02-26  Karl Berry  <karl@gnu.org>

	* tex4ht-info-mml.tex,
	* tex4ht-info-ooffice.tex: update license notices.
	* Makefile: add derivations.

2010-02-25  Karl Berry  <karl@gnu.org>

	* tex4ht-info-svg.tex,
	* tex4ht-javahelp-xtpipes.tex: update license notices.
	* Makefile: add derivations.

2010-02-23  Karl Berry  <karl@gnu.org>

	* tex4ht-javahelp.tex,
	* tex4ht-jsmath.tex: update license notices.
	* Makefile: add derivations.

2010-02-22  Karl Berry  <karl@gnu.org>

	* tex4ht-jsml-xtpipes.tex,
	* tex4ht-jsml.tex: update license notices.
	* Makefile: add derivations.

2010-02-21  Karl Berry  <karl@gnu.org>

	* tex4ht-mathltx.tex: update license notices.
	* Makefile: add derivations.

2010-02-18  Karl Berry  <karl@gnu.org>

	* tex4ht-mathplayer.tex: update license notices.
	* tex4ht-mkht.tex: update some license notices, more to come.
	* Makefile: add derivations.

2010-02-17  Karl Berry  <karl@gnu.org>

	* tex4ht-moz.tex: update license notices.
	* Makefile: add derivations.

2010-02-16  Karl Berry  <karl@gnu.org>

	* tex4ht-oo-xtpipes.tex: update license notices.
	* Makefile: add derivations.

2010-02-15  Karl Berry  <karl@gnu.org>

	* tex4ht-ooffice.tex: update license notices.
	* Makefile: add derivations.

2010-02-14  Karl Berry  <karl@gnu.org>

	* tex4ht-ooimpress.tex: update license notices.
	Remove would-be generation of ooimpress-math and ooimpress-mml,
	since it seems they are not actually generated.
	* Makefile: add derivations.

2010-02-13  Karl Berry  <karl@gnu.org>

	* common-code.tex: new file.
	* tex4ht-unicode.tex: use it.

	* tex4ht-options.tex: update license notices.
	* Makefile: add derivations.

2010-02-12  Karl Berry  <karl@gnu.org>

	* tex4ht-sty.tex: update license notices.
	* Makefile: add derivations.

2010-02-11  Karl Berry  <karl@gnu.org>

	* tex4ht-svg.tex: update license notices.
	* Makefile: add derivations.

	* All files so far: Put current (2010) copyright line first.

2010-02-10  Karl Berry  <karl@gnu.org>

	* tex4ht-t4ht.tex: update license notices.
	* Makefile: add derivations.

2010-02-09  Karl Berry  <karl@gnu.org>

	* tex4t-tei.tex: update license notices.
	* Makefile: add derivations.
	* tex4ht-cpright.tex: new macro |TeX4ht copywrite,
	to output the license notice with a \write to the log file.

2010-02-08  Karl Berry  <karl@gnu.org>

	* tex4ht-unicode.tex: update license notices.
	* Makefile: add derivations.

2010-02-07  Karl Berry  <karl@gnu.org>

	* tex4ht-word.tex: update license notices.
	* Makefile: add derivations.

2010-02-06  Karl Berry  <karl@gnu.org>

	* tex4ht-xhtml-xtpipes.tex: update license notices.
	* Makefile: add derivations.

	* tex4ht-xhtmml-xtpipes.tex,
	* xtpipes.tex: \message when running the lit sources doesn't
	seem useful.  Remove it.

2010-02-05  Karl Berry  <karl@gnu.org>

	* tex4ht-xhtmml-xtpipes.tex: update license notices.
	* Makefile: add derivations.

2010-02-03  Karl Berry  <karl@gnu.org>

	* wripro.tex: add license notice.

2010-02-02  Karl Berry  <karl@gnu.org>

	* xtpipes.tex: add derivation info and copyright messages
	to generated files.
	* tex4ht-cpright.tex: minimize lines.
	* Makefile: start at new file.

2010-02-23  Peter Breitenlohner  <peb@mppmu.mpg.de>

	* t4ht.c (get_env_dir) [WIN32]: Declare as static.

2010-02-20  Peter Breitenlohner  <peb@mppmu.mpg.de>

	* tex4ht.c [__MINGW32__]: #define HAVE_BOOLEAN in order to avoid
	conflicting declaration for boolean from kpathsea/types.h.
	Declare various param strings as const.

2009-09-30  Peter Breitenlohner  <peb@mppmu.mpg.de>

	* t4ht.c, tex4ht.c: Declare numerous param and local strings as
	const.

This file is public domain.  Started 2010, Karl Berry.
2011-09-18  Karl Berry  <karl@gnu.org>

	* tex4ht-unicode.tex (<double acute code>): \H{O} is 0150,
	not 0151; http://www.fileformat.info/info/unicode/char/150/index.htm.
	Report from Tibor Tomacs, 18 Sep 2011 12:34:09,
	http://puszcza.gnu.org.ua/bugs/?147.

2010-12-25  Karl Berry  <karl@gnu.org>

	* tex4ht-c.tex (<trace context>): allow -hA to enable all tracing.
	(<find tex4ht.env>): fatal error if we don't find it, since the
	next thing we do is seek on the file which crashes anyway.
	(<kpathsea tex4ht.env>): use --format=othertext so we can find
	tex4ht.env.  However, this is not enough to find the .htf files,
	so it's still not possible to run the program as anything except
	`tex4ht'.  So it goes.

2010-12-24  Karl Berry  <karl@gnu.org>

	* tex4ht-c.tex,
	* tex4ht-t4ht.tex: attempt to document which files I think these
	programs read and write.  Fix a couple typos.

2010-12-23  Karl Berry  <karl@gnu.org>

	* tex4ht-c.tex,
	* tex4ht-t4ht.tex,
	* tex4ht-htcmd.tex: rewrite some doc uses of "win32".

	* common-info.tex (\CleanComment): lengthy comment about ultimate
	failure trying to make the info option work with mzlatex.

	* tex4ht-info-mml.tex (configure infomml tex4ht): use \Configure,
	not the undefined \Contribution, add plain text heading
	like the others.

2010-12-16  Peter Breitenlohner  <peb@mppmu.mpg.de>

	* tex4ht-t4ht.tex: missed <<<.

2010-12-14  Karl Berry  <karl@gnu.org>

	* tex4ht-c.tex,
	* tex4ht-t4ht.tex (resplit argv for windows): new section, from Akira
	Kakuto.
	
	* tex4ht-htcmd.tex: document that this not used.

2010-11-17  Karl Berry  <karl@gnu.org>

	* all files: switch to ranges in copyright notices.

2010-11-17  Karl Berry  <karl@gnu.org>

	* tex4ht-c.tex: compiler options are a comment, despite #define's.

2010-11-16  Peter Breitenlohner  <peb@mppmu.mpg.de>

	* t4ht.c (main): Initialize addr and media in order to avoid
	compiler warnings.  Use '#if 0' to skip unreachable code.

2010-11-12  Peter Breitenlohner  <peb@mppmu.mpg.de>

	* t4ht.c (filterGifScript): Avoid 'filtered_script might be used
	uninitialized'.  Use NULL_SCRIPT.

2010-03-17  Karl Berry  <karl@gnu.org>

	* tex4ht-auto-script.tex: unused, it seems.

2010-03-12  Karl Berry  <karl@gnu.org>

	* tex4ht-bibtex2.tex: license notices.
	* Makefile: add derivations.

2010-03-11  Karl Berry  <karl@gnu.org>

	* tex4ht-c.tex: license notices.
	* Makefile: add derivations.

2010-03-08  Karl Berry  <karl@gnu.org>

	* tex4ht-cond4ht.tex: license notices.
	* mktex4ht.cnf: new (empty) file, needed to run cond4ht.
	* Makefile: add derivations.
	* tex4ht-cpright.tex: note additional copy.
	* all files: no period ending copyright lines, I guess.

2010-03-08  Karl Berry  <karl@gnu.org>

	* tex4ht-docbook-xtpipes.tex: license notices.
	* Makefile: add derivations.

2010-03-07  Karl Berry  <karl@gnu.org>

	* tex4ht-docbook.tex: license notices.
	* Makefile: add derivations.

2010-03-06  Karl Berry  <karl@gnu.org>

	* tex4ht-env.tex: license notices.
	(dvips convert (personal)): do not hardcode path to convert
	(else zztex4ht-env.ps is left behind).
	* Makefile: add derivations.

2010-03-05  Karl Berry  <karl@gnu.org>

	* tex4ht-fonts-noncjk.tex: start at license notices.
	Correct quoting of the
	\Needs{"xhlatex tex4ht-fonts-4hf ..."} line.
	* Makefile: start at derivations.

2010-03-04  Radhakrishnan CV  <cvr@river-valley.org>

	* tex4ht-mkht.tex (<MYcopyrightnotice): new macro; insert
	notice in all generated scripts.

2010-03-04  Karl Berry  <karl@gnu.org>

	* tex4ht-htcmd.tex: update license notices.
	* Makefile: add derivations.

2010-03-03  Karl Berry  <karl@gnu.org>

	* tex4ht-html-speech-xtpipes.tex: update license notices.
	* Makefile: add derivations.

2010-03-02  Karl Berry  <karl@gnu.org>

	* tex4ht-html-speech.tex,
	* tex4ht-html0.tex: update license notices.
	* Makefile: add derivations.

2010-02-28  Karl Berry  <karl@gnu.org>

	* tex4ht-html32.tex,
	* tex4ht-html4.tex: update license notices.
	* Makefile: add derivations.

2010-02-26  Karl Berry  <karl@gnu.org>

	* tex4ht-info-mml.tex,
	* tex4ht-info-ooffice.tex: update license notices.
	* Makefile: add derivations.

2010-02-25  Karl Berry  <karl@gnu.org>

	* tex4ht-info-svg.tex,
	* tex4ht-javahelp-xtpipes.tex: update license notices.
	* Makefile: add derivations.

2010-02-23  Karl Berry  <karl@gnu.org>

	* tex4ht-javahelp.tex,
	* tex4ht-jsmath.tex: update license notices.
	* Makefile: add derivations.

2010-02-22  Karl Berry  <karl@gnu.org>

	* tex4ht-jsml-xtpipes.tex,
	* tex4ht-jsml.tex: update license notices.
	* Makefile: add derivations.

2010-02-21  Karl Berry  <karl@gnu.org>

	* tex4ht-mathltx.tex: update license notices.
	* Makefile: add derivations.

2010-02-18  Karl Berry  <karl@gnu.org>

	* tex4ht-mathplayer.tex: update license notices.
	* tex4ht-mkht.tex: update some license notices, more to come.
	* Makefile: add derivations.

2010-02-17  Karl Berry  <karl@gnu.org>

	* tex4ht-moz.tex: update license notices.
	* Makefile: add derivations.

2010-02-16  Karl Berry  <karl@gnu.org>

	* tex4ht-oo-xtpipes.tex: update license notices.
	* Makefile: add derivations.

2010-02-15  Karl Berry  <karl@gnu.org>

	* tex4ht-ooffice.tex: update license notices.
	* Makefile: add derivations.

2010-02-14  Karl Berry  <karl@gnu.org>

	* tex4ht-ooimpress.tex: update license notices.
	Remove would-be generation of ooimpress-math and ooimpress-mml,
	since it seems they are not actually generated.
	* Makefile: add derivations.

2010-02-13  Karl Berry  <karl@gnu.org>

	* common-code.tex: new file.
	* tex4ht-unicode.tex: use it.

	* tex4ht-options.tex: update license notices.
	* Makefile: add derivations.

2010-02-12  Karl Berry  <karl@gnu.org>

	* tex4ht-sty.tex: update license notices.
	* Makefile: add derivations.

2010-02-11  Karl Berry  <karl@gnu.org>

	* tex4ht-svg.tex: update license notices.
	* Makefile: add derivations.

	* All files so far: Put current (2010) copyright line first.

2010-02-10  Karl Berry  <karl@gnu.org>

	* tex4ht-t4ht.tex: update license notices.
	* Makefile: add derivations.

2010-02-09  Karl Berry  <karl@gnu.org>

	* tex4t-tei.tex: update license notices.
	* Makefile: add derivations.
	* tex4ht-cpright.tex: new macro |TeX4ht copywrite,
	to output the license notice with a \write to the log file.

2010-02-08  Karl Berry  <karl@gnu.org>

	* tex4ht-unicode.tex: update license notices.
	* Makefile: add derivations.

2010-02-07  Karl Berry  <karl@gnu.org>

	* tex4ht-word.tex: update license notices.
	* Makefile: add derivations.

2010-02-06  Karl Berry  <karl@gnu.org>

	* tex4ht-xhtml-xtpipes.tex: update license notices.
	* Makefile: add derivations.

	* tex4ht-xhtmml-xtpipes.tex,
	* xtpipes.tex: \message when running the lit sources doesn't
	seem useful.  Remove it.

2010-02-05  Karl Berry  <karl@gnu.org>

	* tex4ht-xhtmml-xtpipes.tex: update license notices.
	* Makefile: add derivations.

2010-02-03  Karl Berry  <karl@gnu.org>

	* wripro.tex: add license notice.

2010-02-02  Karl Berry  <karl@gnu.org>

	* xtpipes.tex: add derivation info and copyright messages
	to generated files.
	* tex4ht-cpright.tex: minimize lines.
	* Makefile: start at new file.

2010-02-23  Peter Breitenlohner  <peb@mppmu.mpg.de>

	* t4ht.c (get_env_dir) [WIN32]: Declare as static.

2010-02-20  Peter Breitenlohner  <peb@mppmu.mpg.de>

	* tex4ht.c [__MINGW32__]: #define HAVE_BOOLEAN in order to avoid
	conflicting declaration for boolean from kpathsea/types.h.
	Declare various param strings as const.

2010-01-11  Karl Berry  <karl@tug.org>

	* texmf/tex/generic/tex4ht/frenchb.4ht: patch from
	daniel.flipo@univ-lille1.fr to improve compatibility
	with different versions of frenchb.

2009-09-30  Peter Breitenlohner  <peb@mppmu.mpg.de>

	* t4ht.c, tex4ht.c: Declare numerous param and local strings as
	const.

This file is public domain.  Started 2010, Karl Berry.

# vim: textwidth=78