summaryrefslogtreecommitdiff
path: root/Build/source/texk/dvisvgm/dvisvgm-1.5.3/ChangeLog
blob: aa07685bdc0aafc52d10d7d134ff20d34af900a6 (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
2014-04-11  Martin Gieseking  <martin.gieseking@uos.de>

  * src/CMap.cpp, src/CmdLineParserBase.cpp, src/ColorSpecialHandler.cpp, 
    src/DVIReader.cpp, src/DVIToSVGActions.cpp, src/Doxyfile, 
    src/DvisvgmSpecialHandler.cpp, src/DvisvgmSpecialHandler.h, 
    src/EPSFile.cpp, src/EmSpecialHandler.cpp, src/FileFinder.cpp, 
    src/FileSystem.cpp, src/Font.cpp, src/FontCache.cpp, src/FontEncoding.h, 
    src/FontEngine.cpp, src/FontMap.cpp, src/GraphicPath.h, 
    src/PSInterpreter.cpp, src/PageRanges.cpp, src/PsSpecialHandler.cpp, 
    src/SVGTree.cpp, src/SVGTree.h, src/SpecialManager.cpp, src/Subfont.cpp, 
    src/TFM.cpp, src/TpicSpecialHandler.cpp, src/XMLDocument.cpp, 
    src/XMLNode.cpp, src/dvisvgm.cpp: 
  fixed issues in the doxygen documentation 

2014-04-09  Martin Gieseking  <martin.gieseking@uos.de>

  * src/BoundingBox.h, src/DVIActions.cpp, src/DVIActions.h, 
    src/DVIReader.cpp, src/DVIReader.h, src/DVIToSVG.cpp, 
    src/DVIToSVGActions.cpp, src/DVIToSVGActions.h, 
    src/DvisvgmSpecialHandler.cpp, src/EPSToSVG.cpp, 
    src/EmSpecialHandler.cpp, src/Font.h, src/FontManager.cpp, 
    src/GFGlyphTracer.cpp, src/GFReader.cpp, src/GFTracer.cpp, 
    src/GFTracer.h, src/GraphicPath.h, src/HtmlSpecialHandler.h, 
    src/Makefile.am, src/PSPattern.cpp, src/PSPreviewFilter.cpp, 
    src/PSPreviewFilter.h, src/PageSize.cpp, src/PageSize.h, 
    src/PsSpecialHandler.cpp, src/PsSpecialHandler.h, src/SVGTree.cpp, 
    src/SpecialHandler.h, src/SpecialManager.cpp, src/SpecialManager.h, 
    src/TFM.cpp, src/TpicSpecialHandler.cpp, src/TpicSpecialHandler.h, 
    src/VFReader.cpp: 
  switched internal computations from TeX points (pt) to PS points (bp) 

  * src/DVIToSVGActions.cpp: 
  equalize implementations of moveToX and moveToY 

2014-02-05  Martin Gieseking  <martin.gieseking@uos.de>

  * src/DVIReader.cpp, src/DVIReader.h: 
  ensure updating the SVG cursor position when executing DVI command 
  set_rule 

2014-01-13  Martin Gieseking  <martin.gieseking@uos.de>

  * src/Ghostscript.cpp: 
  check if library given by --libgs is actually a GS library 

2014-01-10  Martin Gieseking  <martin.gieseking@uos.de>

  * NEWS: 
  updated NEWS 

2014-01-03  Martin Gieseking  <martin.gieseking@uos.de>

  * configure.ac, src/Doxyfile: 
  set version to 1.5.2 

  * src/FileFinder.cpp: 
  return 'unknown' if MiKTeX version can't be retrieved 

  * src/Directory.cpp: 
  initialize Directory member variables (Win only) 

  * src/FileFinder.cpp: 
  catch exceptions thrown by MiKTeXCom object 

2014-01-02  Martin Gieseking  <martin.gieseking@uos.de>

  * Makefile.am, README, configure.ac, doc/Makefile.am, doc/dvisvgm.txt.in, 
    src/BgColorSpecialHandler.cpp, src/BgColorSpecialHandler.h, 
    src/Bitmap.cpp, src/Bitmap.h, src/BoundingBox.cpp, src/BoundingBox.h, 
    src/CMap.cpp, src/CMap.h, src/CMapManager.cpp, src/CMapManager.h, 
    src/CMapReader.cpp, src/CMapReader.h, src/CRC32.cpp, src/CRC32.h, 
    src/Calculator.cpp, src/Calculator.h, src/CharMap.cpp, src/CharMap.h, 
    src/CharMapID.cpp, src/CharMapID.h, src/Character.h, 
    src/CmdLineParserBase.cpp, src/CmdLineParserBase.h, src/Color.cpp, 
    src/Color.h, src/ColorSpecialHandler.cpp, src/ColorSpecialHandler.h, 
    src/CommandLine.cpp, src/CommandLine.h, src/DLLoader.cpp, src/DLLoader.h, 
    src/DVIActions.cpp, src/DVIActions.h, src/DVIReader.cpp, src/DVIReader.h, 
    src/DVIToSVG.cpp, src/DVIToSVG.h, src/DVIToSVGActions.cpp, 
    src/DVIToSVGActions.h, src/Directory.cpp, src/Directory.h, 
    src/DvisvgmSpecialHandler.cpp, src/DvisvgmSpecialHandler.h, 
    src/EPSFile.cpp, src/EPSFile.h, src/EPSToSVG.cpp, src/EPSToSVG.h, 
    src/EmSpecialHandler.cpp, src/EmSpecialHandler.h, src/EncFile.cpp, 
    src/EncFile.h, src/FileFinder.cpp, src/FileFinder.h, src/FilePath.cpp, 
    src/FilePath.h, src/FileSystem.cpp, src/FileSystem.h, src/Font.cpp, 
    src/Font.h, src/FontCache.cpp, src/FontCache.h, src/FontEncoding.cpp, 
    src/FontEncoding.h, src/FontEngine.cpp, src/FontEngine.h, 
    src/FontManager.cpp, src/FontManager.h, src/FontMap.cpp, src/FontMap.h, 
    src/FontMetrics.cpp, src/FontMetrics.h, src/GFGlyphTracer.cpp, 
    src/GFGlyphTracer.h, src/GFReader.cpp, src/GFReader.h, src/GFTracer.cpp, 
    src/GFTracer.h, src/Ghostscript.cpp, src/Ghostscript.h, src/Glyph.h, 
    src/GlyphTracerMessages.h, src/GraphicPath.h, src/HtmlSpecialHandler.cpp, 
    src/HtmlSpecialHandler.h, src/InputBuffer.cpp, src/InputBuffer.h, 
    src/InputReader.cpp, src/InputReader.h, src/JFM.cpp, src/JFM.h, 
    src/Length.cpp, src/Length.h, src/Makefile.am, src/Makefile.old, 
    src/MapLine.cpp, src/MapLine.h, src/Matrix.cpp, src/Matrix.h, 
    src/Message.cpp, src/Message.h, src/MessageException.h, 
    src/MetafontWrapper.cpp, src/MetafontWrapper.h, src/MiKTeXCom.cpp, 
    src/MiKTeXCom.h, src/NoPsSpecialHandler.cpp, src/NoPsSpecialHandler.h, 
    src/PSFilter.h, src/PSInterpreter.cpp, src/PSInterpreter.h, 
    src/PSPattern.cpp, src/PSPattern.h, src/PSPreviewFilter.cpp, 
    src/PSPreviewFilter.h, src/PageRanges.cpp, src/PageRanges.h, 
    src/PageSize.cpp, src/PageSize.h, src/Pair.h, src/PdfSpecialHandler.cpp, 
    src/PdfSpecialHandler.h, src/Process.cpp, src/Process.h, 
    src/PsSpecialHandler.cpp, src/PsSpecialHandler.h, src/SVGOutputBase.h, 
    src/SVGTree.cpp, src/SVGTree.h, src/SWFWriter.cpp, src/SWFWriter.h, 
    src/SignalHandler.cpp, src/SignalHandler.h, src/SpecialActions.h, 
    src/SpecialHandler.h, src/SpecialManager.cpp, src/SpecialManager.h, 
    src/StreamReader.cpp, src/StreamReader.h, src/StreamWriter.cpp, 
    src/StreamWriter.h, src/Subfont.cpp, src/Subfont.h, src/System.cpp, 
    src/System.h, src/TFM.cpp, src/TFM.h, src/Terminal.cpp, src/Terminal.h, 
    src/TpicSpecialHandler.cpp, src/TpicSpecialHandler.h, src/VFActions.h, 
    src/VFReader.cpp, src/VFReader.h, src/VectorStream.h, 
    src/XMLDocument.cpp, src/XMLDocument.h, src/XMLNode.cpp, src/XMLNode.h, 
    src/XMLString.cpp, src/XMLString.h, src/dvisvgm.cpp, src/macros.h, 
    src/options.dtd, src/options.xml, src/psdefs.cpp, src/psdefs.ps, 
    src/types.h, tests/BoundingBoxTest.cpp, tests/CMapReaderTest.cpp, 
    tests/CMapTest.cpp, tests/CRC32Test.cpp, tests/CalculatorTest.cpp, 
    tests/ColorSpecialTest.cpp, tests/ColorTest.cpp, 
    tests/CommandLineTest.cpp, tests/DirectoryTest.cpp, 
    tests/FileFinderTest.cpp, tests/FilePathTest.cpp, 
    tests/FileSystemTest.cpp, tests/FontManagerTest.cpp, 
    tests/FontMapTest.cpp, tests/GFReaderTest.cpp, tests/GraphicPathTest.cpp, 
    tests/LengthTest.cpp, tests/Makefile.am, tests/MapLineTest.cpp, 
    tests/MatrixTest.cpp, tests/MessageExceptionTest.cpp, 
    tests/PSInterpreterTest.cpp, tests/PageRagesTest.cpp, 
    tests/PageSizeTest.cpp, tests/PairTest.cpp, 
    tests/SplittedCharInputBufferTest.cpp, tests/StreamInputBufferTest.cpp, 
    tests/StreamReaderTest.cpp, tests/StreamWriterTest.cpp, 
    tests/SubfontTest.cpp, tests/TypesTest.cpp, tests/VectorStreamTest.cpp, 
    tests/check-conv, tests/create-makefile, tests/normalize.xsl: 
  updated year in copyright statements to 2014 

2013-12-29  Martin Gieseking  <martin.gieseking@uos.de>

  * src/FontCache.cpp: 
  catch potential StreamReaderException 

  * src/Directory.cpp, src/Directory.h, src/FontMap.cpp, 
    tests/DirectoryTest.cpp: 
  changed directory entry types from char to enums 

  * src/Font.cpp: 
  check if units per EM are not 0 to prevent divisions by zero 

2013-12-18  Martin Gieseking  <martin.gieseking@uos.de>

  * src/DVIReader.cpp, src/Directory.cpp, src/GFReader.cpp: 
  added missing initializations of member variables 

  * src/FontCache.cpp, src/SpecialManager.cpp: 
  restore stream format flags 

  * src/DvisvgmSpecialHandler.cpp, src/FontCache.cpp: 
  ensure null pointer checks before dereferencing 

  * src/DVIReader.cpp: 
  check if denominator of DVI unit is non-zero 

  * src/Matrix.cpp: 
  ensure return value of istream::get() is assigned to int vars 

  * src/FontCache.cpp: 
  avoid accessing strings constructed from temporaries 

  * src/BoundingBox.cpp: 
  explicitely initialize BoundingBox fields 

2013-11-16  Martin Gieseking  <martin.gieseking@uos.de>

  * src/DVIReader.cpp, src/SVGTree.cpp, src/SVGTree.h: 
  don't let global font colors interfere with color specials 

2013-10-29  Martin Gieseking  <martin.gieseking@uos.de>

  * NEWS: 
  updated NEWS 

2013-10-28  Martin Gieseking  <martin.gieseking@uos.de>

  * configure.ac, src/Doxyfile: 
  set version to 1.5.1 

  * src/DVIReader.cpp: 
  temporarily reactivated processing of font definitions located in the 
  postamble 

  * src/FileSystem.cpp, src/MetafontWrapper.cpp: 
  added explicit casts from ifstream to bool 

  * src/Bitmap.cpp, src/Color.cpp, src/JFM.cpp, src/Matrix.cpp: 
  added missing #includes of header file <algorithm> 

2013-10-27  Martin Gieseking  <martin.gieseking@uos.de>

  * src/DVIToSVG.cpp: 
  suppress output of logical page number if it equals physical page number 

2013-10-16  Martin Gieseking  <martin.gieseking@uos.de>

  * src/PSPreviewFilter.cpp, src/PsSpecialHandler.cpp: 
  ensure proper evaluation of tightpage data if multiple pages are 
  processed 

2013-10-12  Martin Gieseking  <martin.gieseking@uos.de>

  * src/Color.h, src/PsSpecialHandler.cpp, src/PsSpecialHandler.h: 
  added 'const' to read-only methods 

  * src/InputBuffer.h: 
  don't check unsigned variables for negative values 

2013-09-21  Martin Gieseking  <martin.gieseking@uos.de>

  * src/DVIToSVG.cpp: 
  changed warning message that appears if PS support has been disabled 
  permanently 

  * src/DVIToSVG.cpp, src/Ghostscript.h, src/dvisvgm.cpp: 
  added missing guards and functions to prevent compilation errors if 
  DISABLE_GS is set 

  * src/FontCache.cpp, src/FontCache.h: 
  renamed FontCache::VERSION to FontCache::FORMAT_VERSION 

2013-09-01  Martin Gieseking  <martin.gieseking@uos.de>

  * NEWS: 
  updated NEWS 

  * configure.ac, src/Doxyfile: 
  set version to 1.5 

  * src/DLLoader.h, src/Directory.h: 
  moved #define NOMINMAX to Windows config.h 

  * src/BgColorSpecialHandler.cpp, src/Bitmap.cpp, src/BoundingBox.cpp, 
    src/CMap.cpp, src/CMapManager.cpp, src/CMapReader.cpp, src/CRC32.cpp, 
    src/Calculator.cpp, src/CharMap.cpp, src/CmdLineParserBase.cpp, 
    src/Color.cpp, src/ColorSpecialHandler.cpp, src/CommandLine.cpp, 
    src/CommandLine.h, src/DLLoader.cpp, src/DVIActions.cpp, 
    src/DVIReader.cpp, src/DVIToSVG.cpp, src/DVIToSVGActions.cpp, 
    src/Directory.cpp, src/DvisvgmSpecialHandler.cpp, src/EPSFile.cpp, 
    src/EPSToSVG.cpp, src/EmSpecialHandler.cpp, src/EncFile.cpp, 
    src/FileFinder.cpp, src/FilePath.cpp, src/FileSystem.cpp, src/Font.cpp, 
    src/FontCache.cpp, src/FontEncoding.cpp, src/FontEngine.cpp, 
    src/FontManager.cpp, src/FontMap.cpp, src/FontMetrics.cpp, 
    src/GFGlyphTracer.cpp, src/GFReader.cpp, src/GFTracer.cpp, 
    src/Ghostscript.cpp, src/Ghostscript.h, src/HtmlSpecialHandler.cpp, 
    src/InputBuffer.cpp, src/InputReader.cpp, src/JFM.cpp, src/Length.cpp, 
    src/MapLine.cpp, src/Matrix.cpp, src/Message.cpp, 
    src/MetafontWrapper.cpp, src/MiKTeXCom.cpp, src/NoPsSpecialHandler.cpp, 
    src/PSInterpreter.cpp, src/PSPattern.cpp, src/PSPreviewFilter.cpp, 
    src/PageRanges.cpp, src/PageSize.cpp, src/PdfSpecialHandler.cpp, 
    src/Process.cpp, src/PsSpecialHandler.cpp, src/SVGTree.cpp, 
    src/SignalHandler.cpp, src/SpecialManager.cpp, src/StreamReader.cpp, 
    src/StreamWriter.cpp, src/Subfont.cpp, src/System.cpp, src/TFM.cpp, 
    src/Terminal.cpp, src/TpicSpecialHandler.cpp, src/VFReader.cpp, 
    src/XMLDocument.cpp, src/XMLNode.cpp, src/XMLString.cpp, src/dvisvgm.cpp: 
  include config.h at the top of every translation unit 

2013-08-30  Martin Gieseking  <martin.gieseking@uos.de>

  * doc/dvisvgm.txt.in: 
  updated manpage 

  * src/Font.cpp, src/Font.h, src/XMLString.cpp: 
  replaced entity references by corresponding UTF-8 characters; use 
  correct unicode points rather than DVI charcodes 

  * src/DVIReader.cpp, src/DVIReader.h, src/Font.cpp, src/Font.h, 
    src/FontEngine.cpp, src/FontEngine.h, src/FontManager.cpp, 
    src/FontManager.h, src/FontStyle.h, src/SVGTree.cpp, src/dvisvgm.cpp: 
  added support for XDV (DVI format 5) files 

  * src/DVIActions.h, src/DVIReader.cpp, src/DVIReader.h, 
    src/DVIToSVGActions.cpp, src/DVIToSVGActions.h, src/Font.cpp, src/Font.h, 
    src/FontEngine.cpp, src/FontEngine.h, src/FontMetrics.h, src/JFM.h, 
    src/SVGTree.cpp, src/SVGTree.h, src/TFM.h, src/dvisvgm.cpp: 
  added support for DVI format 3 (pTeX, vertical mode) 

  * src/FontMetrics.h, src/JFM.cpp, src/JFM.h, src/TFM.h: 
  added retrieval of vertical mode flag to class FontMetrics 

2013-08-29  Martin Gieseking  <martin.gieseking@uos.de>

  * src/CharMap.cpp, src/CharMap.h, src/Font.cpp, src/Font.h, 
    src/FontEncoding.h, src/FontEngine.cpp, src/FontEngine.h, 
    src/FontManager.cpp, src/Makefile.am: 
  replaced local std::map tables used in Font classes with new class 
  CharMap 

2013-08-23  Martin Gieseking  <martin.gieseking@uos.de>

  * src/SVGTree.cpp: 
  appended px unit to font-size attributes in style section 

2013-08-20  Martin Gieseking  <martin.gieseking@uos.de>

  * src/FileFinder.cpp: 
  suppress error messages from makeFOO tools 

2013-08-13  Martin Gieseking  <martin.gieseking@uos.de>

  * src/Font.cpp, src/Font.h, src/FontEncoding.cpp, src/FontEncoding.h, 
    src/FontManager.cpp, src/FontMap.cpp, src/FontMap.h: 
  moved assignment of base font map to Font class 

  * src/CMap.cpp, src/CMap.h, src/CMapManager.cpp, src/CMapManager.h, 
    src/EncFile.h, src/Font.cpp, src/Font.h, src/FontEncoding.cpp, 
    src/FontEncoding.h, src/FontManager.cpp, src/FontMap.cpp, src/FontMap.h: 
  derive EncodingPair from FontEncoding 

2013-08-11  Martin Gieseking  <martin.gieseking@uos.de>

  * src/dvisvgm.cpp: 
  fix number of dashes printed by -V1 

  * configure.ac, src/FileFinder.cpp: 
  check if the kpathsea library is C++-safe (patch by Peter Breitenlohner) 

2013-08-08  Martin Gieseking  <martin.gieseking@uos.de>

  * src/Matrix.cpp, src/Matrix.h: 
  renamed Matrix skewing methods 

2013-08-04  Martin Gieseking  <martin.gieseking@uos.de>

  * src/Ghostscript.h, src/PSPreviewFilter.cpp, src/PsSpecialHandler.cpp: 
  added missing variable initializations 

  * src/Font.cpp, src/Font.h, src/FontEngine.cpp, src/FontManager.cpp, 
    src/FontMap.cpp, src/FontMap.h, src/FontStyle.h, src/Makefile.am: 
  store pointers to font map and encoding in Font objects to speed up 
  looking them up 

2013-08-03  Martin Gieseking  <martin.gieseking@uos.de>

  * src/CMapManager.cpp, src/CMapManager.h, src/FontManager.cpp: 
  avoid const_cast in CMapManager 

2013-08-02  Martin Gieseking  <martin.gieseking@uos.de>

  * src/CMap.h, src/CMapManager.cpp: 
  properly handle 'unicode' encoding entries set in font map 

  * src/DVIActions.h, src/DVIReader.cpp, src/DVIToSVG.cpp: 
  disable font processing while scanning PS header specials 

2013-08-01  Martin Gieseking  <martin.gieseking@uos.de>

  * configure.ac, src/Doxyfile: 
  set version to 1.4 

  * NEWS: 
  updated NEWS 

  * src/DVIToSVG.cpp, src/DVIToSVG.h, src/DVIToSVGActions.h, src/EPSToSVG.h, 
    src/Matrix.cpp, src/Matrix.h, src/PsSpecialHandler.cpp, 
    src/SpecialActions.h, src/dvisvgm.cpp: 
  apply page transformations to width, height, and depth of preview bbox 

  * src/DVIToSVG.cpp: 
  removed redundant #include statements 

  * src/DVIToSVG.cpp, src/Makefile.am, src/SVGTree.cpp, 
    src/XMLDocTypeNode.h: 
  removed DOCTYPE declaration from generated files as suggested by the SVG 
  specification 

  * src/XMLDocument.cpp, src/XMLString.cpp: 
  changed encoding of SVG files from ISO-8859-1 to UTF-8 

2013-07-31  Martin Gieseking  <martin.gieseking@uos.de>

  * src/CMap.h, src/CMapManager.cpp, src/CMapManager.h, src/CMapReader.cpp, 
    src/CharMapID.cpp, src/CharMapID.h, src/Font.cpp, src/Font.h, 
    src/FontEngine.cpp, src/FontEngine.h, src/FontManager.cpp, 
    src/FontMap.cpp, src/FontMap.h, src/Makefile.am: 
  try to decode characters of non-CID fonts that have a CMap assigned in 
  the fontmap 

  * src/CMap.cpp, src/CMap.h, src/CMapReader.cpp, src/CMapReader.h, 
    tests/CMapReaderTest.cpp, tests/CMapTest.cpp, tests/Makefile.am: 
  added evaluation of base font (bf) sections in CMap files 

  * src/Font.cpp, src/Font.h, src/FontMetric.cpp, src/FontMetric.h, 
    src/FontMetrics.cpp, src/FontMetrics.h, src/Makefile.am, src/TFM.h: 
  renamed class FontMetric to FontMetrics 

  * src/FileFinder.cpp, src/Font.cpp, src/Font.h, src/FontManager.cpp: 
  added support for OTF fonts 

  * src/CMap.cpp, src/CMap.h, src/Character.h, src/EncFile.h, src/Font.cpp, 
    src/Font.h, src/FontEncoding.h, src/FontEngine.cpp, src/FontEngine.h, 
    src/Makefile.am, tests/CMapTest.cpp: 
  added Character class to handle character names, codes, and indexes 
  consistently 

  * src/CMap.cpp, src/CMap.h, src/CMapManager.h, src/EncFile.cpp, 
    src/EncFile.h, src/FileFinder.cpp, src/Font.cpp, src/Font.h, 
    src/FontEncoding.cpp, src/FontEncoding.h, src/FontEngine.cpp, 
    src/FontEngine.h, src/FontManager.cpp, src/Makefile.am, 
    tests/CMapTest.cpp: 
  derive .enc encoding vectors and CMaps from common base class 
  FontEncoding 

  * src/CMap.cpp, src/CMap.h, src/CMapManager.cpp, src/CMapManager.h, 
    src/CMapReader.cpp, src/CMapReader.h, src/FontManager.cpp, 
    src/Makefile.am, tests/CMapTest.cpp, tests/Makefile.am: 
  added classes to handle CMap files 

2013-07-27  Martin Gieseking  <martin.gieseking@uos.de>

  * doc/dvisvgm.txt.in, src/DVIActions.h, src/DVIReader.cpp, 
    src/DVIToSVG.cpp, src/DVIToSVGActions.cpp, src/DVIToSVGActions.h, 
    src/EPSToSVG.cpp, src/Makefile.am, src/PSFilter.h, src/PSInterpreter.cpp, 
    src/PSInterpreter.h, src/PSPreviewFilter.cpp, src/PSPreviewFilter.h, 
    src/PsSpecialHandler.cpp, src/PsSpecialHandler.h, src/SpecialActions.h, 
    src/SpecialHandler.h, src/SpecialManager.cpp, src/SpecialManager.h: 
  added evaluation of bounding box information created by preview package 

  * src/PSInterpreter.cpp, src/PSInterpreter.h, src/PsSpecialHandler.cpp: 
  added funtion to execute PS code snippets and retrieve their results 

  * src/BgColorSpecialHandler.h, src/DVIToSVG.cpp, src/PSInterpreter.cpp, 
    src/PSInterpreter.h, src/PsSpecialHandler.cpp, src/PsSpecialHandler.h, 
    src/SpecialManager.cpp, src/SpecialManager.h: 
  ensure that PS header code is evaluated before the page/body code; also 
  execute bop-hook and eop-hook 

  * src/JFM.cpp: 
  fixed retrieval of char indexes if a JFM contains entries of chartype 0 
  only 

2013-07-23  Martin Gieseking  <martin.gieseking@uos.de>

  * src/FontMap.cpp: 
  check for EOF prior to try to parse another mapline 

  * src/psdefs.cpp, src/psdefs.ps: 
  PS handler: call newpath before executing charpath in operator show 

  * src/EPSToSVG.cpp: 
  print warning message if height or width of EPS bbox is 0 

2013-07-18  Martin Gieseking  <martin.gieseking@uos.de>

  * src/psdefs.cpp, src/psdefs.ps: 
  replaced PS operator prval with =only in psdefs 

2013-07-17  Martin Gieseking  <martin.gieseking@uos.de>

  * src/psdefs.cpp, src/psdefs.ps: 
  properly store PS operator applyscalevals in systemdict 

  * src/DVIToSVG.cpp: 
  ensure catching PSExceptions while processing PS header specials to 
  prevent segfaults 

2013-07-14  Martin Gieseking  <martin.gieseking@uos.de>

  * src/FileFinder.cpp, src/FileFinder.h: 
  FileFinder: added lookup of cmap files 

  * src/Process.cpp, src/Process.h: 
  extended Process::run() to grab the output written to stdout 

2013-07-08  Martin Gieseking  <martin.gieseking@uos.de>

  * src/CmdLineParserBase.cpp, src/CmdLineParserBase.h, src/CommandLine.cpp: 
  command-line parser: changed type of argument mode from char to enum 

2013-06-17  Martin Gieseking  <martin.gieseking@uos.de>

  * src/FileFinder.cpp: 
  removed redundant 'using namespace std' 

2013-06-03  Martin Gieseking  <martin.gieseking@uos.de>

  * doc/dvisvgm.txt.in, src/HtmlSpecialHandler.cpp, 
    src/HtmlSpecialHandler.h, src/dvisvgm.cpp: 
  extend option --linkmark to highlight linked areas by a given background 
  color 

2013-06-01  Martin Gieseking  <martin.gieseking@uos.de>

  * src/Color.cpp, src/Color.h, src/ColorSpecialHandler.cpp, 
    src/ColorSpecialHandler.h, src/SpecialActions.h, 
    tests/ColorSpecialTest.cpp, tests/ColorTest.cpp, tests/Makefile.am: 
  use Color class in ColorSpecialHandler rather than local code; added 
  ColorTest 

2013-05-22  Martin Gieseking  <martin.gieseking@uos.de>

  * src/dvisvgm.cpp: 
  added a missing (underlining) hyphen to the output of -V1 

2013-05-13  Martin Gieseking  <martin.gieseking@uos.de>

  * NEWS: 
  updated NEWS 

  * configure.ac, src/Doxyfile: 
  set version to 1.3 

  * doc/dvisvgm.txt.in, src/CommandLine.cpp, src/CommandLine.h, 
    src/HtmlSpecialHandler.cpp, src/dvisvgm.cpp, src/options.xml: 
  added option --linkmark to select the highlighing variant for hyperlinks 

  * doc/dvisvgm.txt.in, src/DVIToSVG.cpp, src/HtmlSpecialHandler.cpp, 
    src/HtmlSpecialHandler.h, src/Makefile.am, src/SpecialManager.cpp: 
  added support of hyperref specials 

  * src/FileFinder.cpp, src/MiKTeXCom.cpp, src/MiKTeXCom.h, src/dvisvgm.cpp: 
  try to load the Ghostscript library that comes with MiKTeX 

  * src/Font.cpp, src/FontMetric.cpp, src/FontMetric.h, src/JFM.cpp, 
    src/JFM.h, src/Makefile.am, src/StreamReader.h, src/TFM.cpp, src/TFM.h: 
  added support for Japanese font metric (JFM) files 

  * src/Font.cpp, src/Font.h, src/FontManager.h, src/FontMetric.cpp, 
    src/FontMetric.h, src/Makefile.am, src/TFM.cpp, src/TFM.h: 
  handle invalid TFM files properly 

2013-05-02  Martin Gieseking  <martin.gieseking@uos.de>

  * src/DVIActions.h, src/DVIReader.cpp, src/DVIReader.h, src/DVIToSVG.cpp, 
    src/DVIToSVG.h, src/DVIToSVGActions.cpp, src/DVIToSVGActions.h, 
    src/EmSpecialHandler.cpp, src/EmSpecialHandler.h, 
    src/NoPsSpecialHandler.cpp, src/NoPsSpecialHandler.h, 
    src/SpecialHandler.h, src/SpecialManager.cpp, src/SpecialManager.h, 
    src/TpicSpecialHandler.cpp, src/TpicSpecialHandler.h: 
  added page number parameter to DVIEndPageListener::dviEndPage() 

  * src/EmSpecialHandler.h, src/NoPsSpecialHandler.h, src/SpecialHandler.h, 
    src/SpecialManager.cpp, src/SpecialManager.h, src/TpicSpecialHandler.h: 
  moved DVI listener methods to dedicated listener interface classes 

  * src/HtmlSpecialHandler.h: 
  dropped old HtmlSpecialHandler.h that should had been removed long time 
  ago 

  * src/InputReader.cpp, src/InputReader.h: 
  added optional parameter 'quotechar' to InputReader::parseAttributes() 

  * src/DVIToSVGActions.h, src/EPSToSVG.h, src/SpecialActions.h: 
  provide the context push/pop methods of class SVGTree to special 
  handlers 

  * src/SVGTree.cpp, src/SVGTree.h: 
  added methods to push and pop 'context elements' to a page that wrap 
  parts of the page contents 

  * AUTHORS, Makefile.am, README, configure.ac, potracelib/Makefile.am, 
    potracelib/auxiliary.h, potracelib/bitmap.h, potracelib/curve.c, 
    potracelib/curve.h, potracelib/decompose.c, potracelib/decompose.h, 
    potracelib/lists.h, potracelib/potracelib.c, potracelib/potracelib.h, 
    potracelib/progress.h, potracelib/trace.c, potracelib/trace.h: 
  removed bundled potrace library 

2013-05-01  Martin Gieseking  <martin.gieseking@uos.de>

  * src/DVIToSVGActions.cpp, src/Terminal.cpp, src/Terminal.h: 
  disable cursor when showing the progress indicator (Windows only) 

2013-04-26  Martin Gieseking  <martin.gieseking@uos.de>

  * src/DVIToSVG.cpp: 
  don't link NoPsSpecialHandler if HAVE_LIBGS 

2013-04-25  Martin Gieseking  <martin.gieseking@uos.de>

  * src/FontEncoding.cpp: 
  fixed bracketing bug that prevented lookup of fontmap files 

2013-04-24  Martin Gieseking  <martin.gieseking@uos.de>

  * NEWS: 
  updated NEWS 

  * configure.ac, src/Doxyfile: 
  set version to 1.2.2 

  * src/BoundingBox.cpp, src/BoundingBox.h, src/Calculator.cpp, 
    src/Calculator.h, src/Matrix.cpp, src/Matrix.h, src/MessageException.h, 
    src/PageSize.cpp, src/PageSize.h, src/StreamReader.cpp, 
    src/StreamReader.h, src/VFReader.cpp, src/VFReader.h, src/VectorStream.h, 
    src/XMLDocument.cpp, src/XMLDocument.h: 
  added missing underscores to private member variables 

2013-04-23  Martin Gieseking  <martin.gieseking@uos.de>

  * src/BoundingBox.cpp, src/BoundingBox.h, src/Calculator.h, 
    src/CmdLineParserBase.h, src/DVIToSVGActions.cpp, src/Message.cpp, 
    src/VFReader.cpp: 
  added missing member initializations to some classes 

  * doc/dvisvgm.txt.in, src/CmdLineParserBase.cpp, src/CommandLine.cpp, 
    src/options.dtd, src/options.xml: 
  added information about 'dvisvgm -E' to usage line 

2013-04-20  Martin Gieseking  <martin.gieseking@uos.de>

  * src/DVIToSVG.cpp, src/Makefile.am, src/NoPsSpecialHandler.cpp, 
    src/NoPsSpecialHandler.h, src/SpecialManager.cpp: 
  print a warning message if PS specials are found but ignored 

2013-04-15  Martin Gieseking  <martin.gieseking@uos.de>

  * src/FileFinder.cpp, src/dvisvgm.cpp: 
  catch MessageException if MiKTeX version can't be obtained 

2013-04-09  Martin Gieseking  <martin.gieseking@uos.de>

  * NEWS: 
  updated NEWS 

  * configure.ac, src/Doxyfile: 
  set version to 1.2.1 

  * tests/Makefile.am, tests/create-makefile: 
  updated tests/Makefile.am to honor system potracelib if present 

2013-04-08  Martin Gieseking  <martin.gieseking@uos.de>

  * src/PageRanges.h: 
  dropped unused variable PageRanges::_max 

  * src/CmdLineParserBase.h, src/InputReader.h: 
  changed 'struct InputReader' to 'class InputReader' 

  * doc/dvisvgm.txt.in, src/Color.cpp, src/Color.h, src/DVIToSVGActions.cpp: 
  allow the background color special to insert white rectancles 

2013-04-04  Martin Gieseking  <martin.gieseking@uos.de>

  * src/XMLNode.cpp, src/XMLNode.h: 
  unhide derived method XMLDeclarationNode::append 

2013-03-10  Martin Gieseking  <martin.gieseking@uos.de>

  * Makefile.am, configure.ac: 
  don't build bundled potracelib if system library is used (patch by 
  Alexis Ballier) 

2013-03-03  Martin Gieseking  <martin.gieseking@uos.de>

  * potracelib/auxiliary.h, potracelib/bitmap.h, potracelib/curve.c, 
    potracelib/curve.h, potracelib/decompose.c, potracelib/decompose.h, 
    potracelib/lists.h, potracelib/potracelib.c, potracelib/potracelib.h, 
    potracelib/progress.h, potracelib/trace.c, potracelib/trace.h: 
  updated bundled potrace library to version 1.11 

2013-03-02  Martin Gieseking  <martin.gieseking@uos.de>

  * potracelib/auxiliary.h, potracelib/bitmap.h, potracelib/curve.c, 
    potracelib/decompose.h, potracelib/lists.h, potracelib/progress.h, 
    potracelib/trace.c, potracelib/trace.h, src/EPSFile.cpp, 
    src/EPSToSVG.cpp, src/EPSToSVG.h, src/PSPattern.cpp, src/PSPattern.h, 
    src/SVGOutputBase.h: 
  converted DOS line endings 

2013-02-28  Martin Gieseking  <martin.gieseking@uos.de>

  * NEWS: 
  updated NEWS 

  * configure.ac, src/Doxyfile: 
  set version to 1.2 

  * src/psdefs.cpp, src/psdefs.ps: 
  improved processing of PS operator "show" 

  * tests/MapLineTest.cpp: 
  prevent MapLineTest from failing if file UGBK.sfd is not available 

  * src/Makefile.am, src/PSInterpreter.cpp, src/psdefs.cpp, src/psdefs.ps, 
    src/psdefs.psc: 
  make psdefs a separate compilation unit 

  * src/Makefile.am, src/PSInterpreter.cpp, src/PSInterpreter.h, 
    src/PSPattern.cpp, src/PSPattern.h, src/PsSpecialHandler.cpp, 
    src/PsSpecialHandler.h, src/psdefs.ps, src/psdefs.psc, 
    tests/PSInterpreterTest.cpp: 
  PS handler: added support of tiling patterns 

2013-02-21  Martin Gieseking  <martin.gieseking@uos.de>

  * src/XMLNode.cpp, src/XMLNode.h: 
  added methods to lookup attribute values and selected descendant XML 
  nodes 

2013-02-19  Martin Gieseking  <martin.gieseking@uos.de>

  * src/FilePath.cpp: 
  adapt path separators on Windows systems to get the  correct output path 

  * src/PSInterpreter.cpp, src/PSInterpreter.h: 
  added PSInterpreter::limit() to limit the number of bytes to be 
  processed 

2013-02-11  Martin Gieseking  <martin.gieseking@uos.de>

  * src/CmdLineParserBase.cpp, src/CmdLineParserBase.h, src/CommandLine.cpp, 
    src/CommandLine.h: 
  applied a few refactorings to the command-line parser 

2013-02-07  Martin Gieseking  <martin.gieseking@uos.de>

  * doc/dvisvgm.txt.in, src/CmdLineParserBase.cpp, src/CmdLineParserBase.h, 
    src/CommandLine.cpp, src/CommandLine.h, src/dvisvgm.cpp, src/options.xml: 
  added optional parameter to option --help to specify output format 

2013-02-06  Martin Gieseking  <martin.gieseking@uos.de>

  * doc/dvisvgm.txt.in, src/BoundingBox.cpp, src/CommandLine.cpp, 
    src/CommandLine.h, src/EmSpecialHandler.cpp, src/GraphicPath.h, 
    src/Matrix.cpp, src/PsSpecialHandler.cpp, src/TpicSpecialHandler.cpp, 
    src/XMLString.cpp, src/XMLString.h, src/dvisvgm.cpp, src/options.xml: 
  added option --precision to set the number of decimal places applied to 
  attribute values 

2013-01-30  Martin Gieseking  <martin.gieseking@uos.de>

  * src/CommandLine.cpp: 
  fixed alignment of --help text 

2013-01-21  Martin Gieseking  <martin.gieseking@uos.de>

  * NEWS, README: 
  updated NEWS and README 

  * configure.ac, src/Doxyfile: 
  set version to 1.1 

  * src/CommandLine.cpp, src/Font.cpp, src/Font.h, src/FontEngine.cpp, 
    src/FontEngine.h, src/FontManager.cpp, src/FontMap.cpp, src/FontMap.h, 
    src/MapLine.cpp, src/MapLine.h, tests/MapLineTest.cpp: 
  implemented evaluation of font style options given in a mapline 

  * src/FontManager.cpp, src/FontMap.cpp, src/FontMap.h, src/MapLine.h: 
  replaced FontMap entries by pointers; initialize entries with MapLine 
  objects 

  * src/DVIReader.cpp, src/DVIToSVG.cpp, src/FileFinder.cpp, src/Font.cpp, 
    src/Font.h, src/FontEncoding.cpp, src/FontEngine.cpp, src/FontEngine.h, 
    src/FontManager.cpp, src/FontMap.cpp, src/FontMap.h, src/Makefile.am, 
    src/MapLine.cpp, src/MapLine.h, src/Subfont.cpp, src/Subfont.h, 
    tests/FontMapTest.cpp, tests/Makefile.am, tests/MapLineTest.cpp, 
    tests/SubfontTest.cpp, tests/create-makefile, tests/sample.sfd: 
  added support for subfont definitions and multi-font (.ttc) files 

2013-01-20  Martin Gieseking  <martin.gieseking@uos.de>

  * src/FontEngine.cpp, src/FontEngine.h: 
  removed unneeded code related to font sizes from class FontEngine 

2013-01-16  Martin Gieseking  <martin.gieseking@uos.de>

  * doc/dvisvgm.txt.in, src/DVIToSVG.cpp, src/FontMap.cpp, src/FontMap.h, 
    src/Makefile.am, src/PdfSpecialHandler.cpp, src/PdfSpecialHandler.h: 
  added PdfSpecialHandler to evaluate pdf:mapline and pdf:mapfile specials 

  * doc/dvisvgm.txt.in, src/CommandLine.cpp, src/CommandLine.h, 
    src/FontMap.cpp, src/FontMap.h, src/dvisvgm.cpp, src/options.xml: 
  renamed option --map-file to --fontmap; allow multiple mapfiles and 
  modes 

2013-01-10  Martin Gieseking  <martin.gieseking@uos.de>

  * src/Font.cpp, src/FontEncoding.cpp: 
  fixed a string exception that occurred when an encoding file or an entry 
  in the encoding table is unavailable 

2013-01-06  Martin Gieseking  <martin.gieseking@uos.de>

  * src/FileFinder.cpp, src/FileFinder.h, src/FontEncoding.cpp, 
    src/FontEncoding.h: 
  removed font encoding methods from FileFinder 

2013-01-02  Martin Gieseking  <martin.gieseking@uos.de>

  * Makefile.am, README, configure.ac, doc/Makefile.am, doc/dvisvgm.txt.in, 
    src/BgColorSpecialHandler.cpp, src/BgColorSpecialHandler.h, 
    src/Bitmap.cpp, src/Bitmap.h, src/BoundingBox.cpp, src/BoundingBox.h, 
    src/CRC32.cpp, src/CRC32.h, src/Calculator.cpp, src/Calculator.h, 
    src/CmdLineParserBase.cpp, src/CmdLineParserBase.h, src/Color.cpp, 
    src/Color.h, src/ColorSpecialHandler.cpp, src/ColorSpecialHandler.h, 
    src/CommandLine.cpp, src/CommandLine.h, src/DLLoader.cpp, src/DLLoader.h, 
    src/DVIActions.cpp, src/DVIActions.h, src/DVIReader.cpp, src/DVIReader.h, 
    src/DVIToSVG.cpp, src/DVIToSVG.h, src/DVIToSVGActions.cpp, 
    src/DVIToSVGActions.h, src/Directory.cpp, src/Directory.h, 
    src/DvisvgmSpecialHandler.cpp, src/DvisvgmSpecialHandler.h, 
    src/EmSpecialHandler.cpp, src/EmSpecialHandler.h, src/FileFinder.cpp, 
    src/FileFinder.h, src/FilePath.cpp, src/FilePath.h, src/FileSystem.cpp, 
    src/FileSystem.h, src/Font.cpp, src/Font.h, src/FontCache.cpp, 
    src/FontCache.h, src/FontEncoding.cpp, src/FontEncoding.h, 
    src/FontEngine.cpp, src/FontEngine.h, src/FontManager.cpp, 
    src/FontManager.h, src/FontMap.cpp, src/FontMap.h, src/GFGlyphTracer.cpp, 
    src/GFGlyphTracer.h, src/GFReader.cpp, src/GFReader.h, src/GFTracer.cpp, 
    src/GFTracer.h, src/Ghostscript.cpp, src/Ghostscript.h, src/Glyph.h, 
    src/GlyphTracerMessages.h, src/GraphicPath.h, src/HtmlSpecialHandler.h, 
    src/InputBuffer.cpp, src/InputBuffer.h, src/InputReader.cpp, 
    src/InputReader.h, src/Length.cpp, src/Length.h, src/Makefile.am, 
    src/Matrix.cpp, src/Matrix.h, src/Message.cpp, src/Message.h, 
    src/MessageException.h, src/MetafontWrapper.cpp, src/MetafontWrapper.h, 
    src/MiKTeXCom.cpp, src/MiKTeXCom.h, src/PSInterpreter.cpp, 
    src/PSInterpreter.h, src/PageRanges.cpp, src/PageRanges.h, 
    src/PageSize.cpp, src/PageSize.h, src/Pair.h, src/Process.cpp, 
    src/Process.h, src/PsSpecialHandler.cpp, src/PsSpecialHandler.h, 
    src/SVGTree.cpp, src/SVGTree.h, src/SWFWriter.cpp, src/SWFWriter.h, 
    src/SignalHandler.cpp, src/SignalHandler.h, src/SpecialActions.h, 
    src/SpecialHandler.h, src/SpecialManager.cpp, src/SpecialManager.h, 
    src/StreamReader.cpp, src/StreamReader.h, src/StreamWriter.cpp, 
    src/StreamWriter.h, src/System.cpp, src/System.h, src/TFM.cpp, src/TFM.h, 
    src/Terminal.cpp, src/Terminal.h, src/TpicSpecialHandler.cpp, 
    src/TpicSpecialHandler.h, src/VFActions.h, src/VFReader.cpp, 
    src/VFReader.h, src/VectorStream.h, src/XMLDocTypeNode.h, 
    src/XMLDocument.cpp, src/XMLDocument.h, src/XMLNode.cpp, src/XMLNode.h, 
    src/XMLString.cpp, src/XMLString.h, src/dvisvgm.cpp, src/macros.h, 
    src/options.dtd, src/options.xml, src/psdefs.ps, src/psdefs.psc, 
    src/types.h, tests/BoundingBoxTest.cpp, tests/CRC32Test.cpp, 
    tests/CalculatorTest.cpp, tests/ColorSpecialTest.cpp, 
    tests/CommandLineTest.cpp, tests/DirectoryTest.cpp, 
    tests/FileFinderTest.cpp, tests/FilePathTest.cpp, 
    tests/FileSystemTest.cpp, tests/FontManagerTest.cpp, 
    tests/FontMapTest.cpp, tests/GFReaderTest.cpp, tests/GraphicPathTest.cpp, 
    tests/LengthTest.cpp, tests/Makefile.am, tests/MatrixTest.cpp, 
    tests/MessageExceptionTest.cpp, tests/PSInterpreterTest.cpp, 
    tests/PageRagesTest.cpp, tests/PageSizeTest.cpp, tests/PairTest.cpp, 
    tests/SplittedCharInputBufferTest.cpp, tests/StreamInputBufferTest.cpp, 
    tests/StreamReaderTest.cpp, tests/StreamWriterTest.cpp, 
    tests/TypesTest.cpp, tests/VectorStreamTest.cpp, tests/create-makefile: 
  updated year in copyright statements to 2013 

2012-12-23  Martin Gieseking  <martin.gieseking@uos.de>

  * src/FileFinder.cpp, src/Message.cpp, src/dvisvgm.cpp: 
  reduced scope of some variables 

  * src/CmdLineParserBase.h, src/Directory.cpp, src/GFReader.cpp, 
    src/PsSpecialHandler.cpp: 
  initialize uninitialized member variables 

  * src/FileFinder.cpp, src/MiKTeXCom.cpp, src/Process.cpp: 
  avoid creating copies of exception objects 

  * src/FontCache.cpp, src/PsSpecialHandler.cpp, src/TpicSpecialHandler.cpp: 
  check emptiness of containers with empty() instead of size() 

2012-12-12  Martin Gieseking  <martin.gieseking@uos.de>

  * src/SpecialManager.cpp: 
  clear all corresponding containers when calling 
  SpecialHandler::unregisterHandlers() 

  * src/FontCache.cpp: 
  replaced 'char' with 'glyph' in font cache listing 

2012-12-03  Martin Gieseking  <martin.gieseking@uos.de>

  * src/Ghostscript.cpp: 
  added explicit cast to avoid signed/unsigned comparison warning 

2012-12-02  Martin Gieseking  <martin.gieseking@uos.de>

  * doc/dvisvgm.txt.in, src/Ghostscript.cpp: 
  use gsdll64.dll for 64-bit builds; added info about gsdll64.dll to 
  manpage 

  * src/FileFinder.cpp, src/FontEngine.cpp, src/Makefile.am, 
    src/MiKTeXCom.cpp, src/MiKTeXCom.h: 
  moved MiKTeX COM code to separate class 

  * src/MiKTeX209-session_i.c: 
  add additiona files required to build dvisvgm with MinGW 

  * src/macros.h: 
  removed SHOW() from macros.h 

  * tests/FileSystemTest.cpp, tests/GFReaderTest.cpp: 
  ensure that tests work properly on Windows 

  * src/FilePath.cpp, tests/FilePathTest.cpp: 
  strip drive letter if it's not set (Windows only) 

2012-11-23  Martin Gieseking  <martin.gieseking@uos.de>

  * src/PSInterpreter.cpp, src/psdefs.ps, src/psdefs.psc: 
  print operand stack in case of a PS error 

  * src/Ghostscript.cpp, src/Ghostscript.h, src/PSInterpreter.cpp, 
    src/PSInterpreter.h, src/dvisvgm.cpp: 
  print an error message if the execution of PS code fails 

2012-11-22  Martin Gieseking  <martin.gieseking@uos.de>

  * src/Message.cpp: 
  handle wrapping of messages containing newlines correctly 

2012-11-21  Martin Gieseking  <martin.gieseking@uos.de>

  * src/DLLoader.cpp, src/DLLoader.h, src/Ghostscript.cpp: 
  renamed DLLoader::loadFunction() to DLLoader::loadSymbol() 

2012-11-19  Martin Gieseking  <martin.gieseking@uos.de>

  * src/Font.cpp, src/Font.h, src/FontManager.cpp: 
  print warning if font checksums don't match 

  * src/FontEngine.cpp, src/FontEngine.h: 
  renamed FontEngine::fname to FontEngine::_fontname 

2012-11-16  Martin Gieseking  <martin.gieseking@uos.de>

  * src/Directory.h: 
  undefine macro max() to avoid compilation problems on Windows 

2012-11-15  Martin Gieseking  <martin.gieseking@uos.de>

  * src/FileFinder.cpp, src/FontManager.cpp, src/FontMap.cpp, src/FontMap.h, 
    tests/FontMapTest.cpp: 
  adapted code to use new MapLine class; introduced support of map line 
  modes 

  * src/Makefile.am, src/MapLine.cpp, src/MapLine.h, tests/Makefile.am, 
    tests/MapLineTest.cpp: 
  added new class MapLine to parse and evaluate a single line of a map 
  file 

  * src/FileFinder.cpp, src/FileFinder.h, src/dvisvgm.cpp: 
  moved initialization of FontMap from FileFinder to dvisvgm.cpp 

  * src/FileFinder.cpp, src/FileFinder.h, src/FontMap.cpp, src/FontMap.h, 
    tests/FontMapTest.cpp: 
  made class FontMap a singleton 

2012-11-14  Martin Gieseking  <martin.gieseking@uos.de>

  * src/DVIToSVG.cpp: 
  prevent compilation error when using a C++11 compiler (patch by Peter 
  Breitenlohner) 

  * src/FileFinder.cpp, src/FileFinder.h, src/dvisvgm.cpp, 
    tests/FileFinderTest.cpp, tests/FontManagerTest.cpp: 
  initialize second parameter of kpse_set_program_name() correctly 

  * src/FileFinder.cpp: 
  initialize Ghostscript when compiled for TeX Live Win32 (patch by Peter 
  Breitenlohner) 

2012-11-11  Martin Gieseking  <martin.gieseking@uos.de>

  * src/InputBuffer.cpp, src/InputBuffer.h, src/InputReader.cpp, 
    src/InputReader.h, src/PsSpecialHandler.cpp, 
    tests/StreamInputBufferTest.cpp: 
  some refactorings of class InputReader; added InputReader::find() 

2012-10-24  Martin Gieseking  <martin.gieseking@uos.de>

  * src/DVIToSVG.cpp, src/DVIToSVG.h, src/dvisvgm.cpp: 
  don't show warning about disabled PS support in list of special handlers 

2012-09-27  Martin Gieseking  <martin.gieseking@uos.de>

  * doc/Makefile.am: 
  remove manpage when calling 'make distclean' 

  * NEWS: 
  updated NEWS 

  * configure.ac, src/Doxyfile: 
  set version to 1.0.12 

2012-09-20  Martin Gieseking  <martin.gieseking@uos.de>

  * src/PsSpecialHandler.cpp, src/PsSpecialHandler.h: 
  removed Ghostscript info from ps entry in list of special handlers 

  * src/DVIToSVG.cpp: 
  show warning if processing of PS specials is disabled 

2012-06-06  Martin Gieseking  <martin.gieseking@uos.de>

  * src/gfprint.mak: 
  fixed bugs in gfprint, and added gfprint.mak for easier builds 

2012-04-17  Martin Gieseking  <martin.gieseking@uos.de>

  * doc/Makefile.am: 
  keep manpage when calling 'make clean' or 'make distclean' 

2012-04-04  Martin Gieseking  <martin.gieseking@uos.de>

  * src/DVIToSVGActions.cpp, src/SVGTree.cpp, src/SVGTree.h, 
    tests/frktest-nf-cmp.svg, tests/frktest-wf-cmp.svg, 
    tests/sample-nf-cmp.svg, tests/sample-wf-cmp.svg: 
  scale point units in the SVG files to big points (bp) 

2012-04-02  Martin Gieseking  <martin.gieseking@uos.de>

  * src/Matrix.cpp, src/Matrix.h, tests/MatrixTest.cpp: 
  added Matrix::invert() and det() 

2012-03-29  Martin Gieseking  <martin.gieseking@uos.de>

  * src/Matrix.cpp, src/Matrix.h, tests/MatrixTest.cpp: 
  added start index parameter to Matrix::set(vector<>) 

2012-03-21  Martin Gieseking  <martin.gieseking@uos.de>

  * src/psdefs.ps, src/psdefs.psc: 
  evaluate PS operators rectclip, rectfill, and rectstroke 

2012-03-09  Martin Gieseking  <martin.gieseking@uos.de>

  * NEWS: 
  updated NEWS 

  * src/dvisvgm.cpp: 
  added Ghostscript to library list printed by --version=yes 

  * src/Ghostscript.cpp, src/Ghostscript.h: 
  added optional parameter to Ghostscript::revision() to retrieve the 
  revision number only 

2012-03-08  Martin Gieseking  <martin.gieseking@uos.de>

  * configure.ac, src/Doxyfile: 
  set version to 1.0.11 

2012-03-07  Martin Gieseking  <martin.gieseking@uos.de>

  * src/DVIToSVGActions.cpp: 
  correct location of a rule's bounding box (lp bug #948713) 

2012-02-24  Martin Gieseking  <martin.gieseking@uos.de>

  * doc/dvisvgm.txt.in: 
  fixed a couple of mistakes and formatting flaws in the manpage 

2012-02-17  Martin Gieseking  <martin.gieseking@uos.de>

  * README: 
  updated information about bug reporting 

2012-01-26  Martin Gieseking  <martin.gieseking@uos.de>

  * src/CmdLineParserBase.h, src/DVIActions.h, src/DVIReader.h, 
    src/DVIToSVGActions.h, src/FontEngine.h, src/FontManager.h, 
    src/MetafontWrapper.h, src/SVGTree.h, src/SpecialActions.h, 
    src/SpecialHandler.h, src/SpecialManager.h, src/TFM.h, src/VFReader.h: 
  adapt forward declarations of classes and structs to their corresponding 
  definition (SF bug #3480013) 

2012-01-09  Martin Gieseking  <martin.gieseking@uos.de>

  * src/TpicSpecialHandler.cpp: 
  added some more comments to methods of class TpicSpecialHandler 

  * src/InputReader.cpp, tests/StreamInputBufferTest.cpp: 
  fixed parsing of negative floating point numbers starting with '-0.' (SF 
  bug #3471097) 

2012-01-06  Martin Gieseking  <martin.gieseking@uos.de>

  * Makefile.am, README, configure.ac, doc/Makefile.am, doc/dvisvgm.txt.in, 
    src/BgColorSpecialHandler.cpp, src/BgColorSpecialHandler.h, 
    src/Bitmap.cpp, src/Bitmap.h, src/BoundingBox.cpp, src/BoundingBox.h, 
    src/CRC32.cpp, src/CRC32.h, src/Calculator.cpp, src/Calculator.h, 
    src/CmdLineParserBase.cpp, src/CmdLineParserBase.h, src/Color.cpp, 
    src/Color.h, src/ColorSpecialHandler.cpp, src/ColorSpecialHandler.h, 
    src/CommandLine.cpp, src/CommandLine.h, src/DLLoader.cpp, src/DLLoader.h, 
    src/DVIActions.cpp, src/DVIActions.h, src/DVIReader.cpp, src/DVIReader.h, 
    src/DVIToSVG.cpp, src/DVIToSVG.h, src/DVIToSVGActions.cpp, 
    src/DVIToSVGActions.h, src/Directory.cpp, src/Directory.h, 
    src/DvisvgmSpecialHandler.cpp, src/DvisvgmSpecialHandler.h, 
    src/EmSpecialHandler.cpp, src/EmSpecialHandler.h, src/FileFinder.cpp, 
    src/FileFinder.h, src/FilePath.cpp, src/FilePath.h, src/FileSystem.cpp, 
    src/FileSystem.h, src/Font.cpp, src/Font.h, src/FontCache.cpp, 
    src/FontCache.h, src/FontEncoding.cpp, src/FontEncoding.h, 
    src/FontEngine.cpp, src/FontEngine.h, src/FontManager.cpp, 
    src/FontManager.h, src/FontMap.cpp, src/FontMap.h, src/GFGlyphTracer.cpp, 
    src/GFGlyphTracer.h, src/GFReader.cpp, src/GFReader.h, src/GFTracer.cpp, 
    src/GFTracer.h, src/Ghostscript.cpp, src/Ghostscript.h, src/Glyph.h, 
    src/GlyphTracerMessages.h, src/GraphicPath.h, src/HtmlSpecialHandler.h, 
    src/InputBuffer.cpp, src/InputBuffer.h, src/InputReader.cpp, 
    src/InputReader.h, src/Length.cpp, src/Length.h, src/Makefile.am, 
    src/Matrix.cpp, src/Matrix.h, src/Message.cpp, src/Message.h, 
    src/MessageException.h, src/MetafontWrapper.cpp, src/MetafontWrapper.h, 
    src/PSInterpreter.cpp, src/PSInterpreter.h, src/PageRanges.cpp, 
    src/PageRanges.h, src/PageSize.cpp, src/PageSize.h, src/Pair.h, 
    src/Process.cpp, src/Process.h, src/PsSpecialHandler.cpp, 
    src/PsSpecialHandler.h, src/SVGTree.cpp, src/SVGTree.h, 
    src/SWFWriter.cpp, src/SWFWriter.h, src/SignalHandler.cpp, 
    src/SignalHandler.h, src/SpecialActions.h, src/SpecialHandler.h, 
    src/SpecialManager.cpp, src/SpecialManager.h, src/StreamReader.cpp, 
    src/StreamReader.h, src/StreamWriter.cpp, src/StreamWriter.h, 
    src/System.cpp, src/System.h, src/TFM.cpp, src/TFM.h, src/Terminal.cpp, 
    src/Terminal.h, src/TpicSpecialHandler.cpp, src/TpicSpecialHandler.h, 
    src/VFActions.h, src/VFReader.cpp, src/VFReader.h, src/VectorStream.h, 
    src/XMLDocTypeNode.h, src/XMLDocument.cpp, src/XMLDocument.h, 
    src/XMLNode.cpp, src/XMLNode.h, src/XMLString.cpp, src/XMLString.h, 
    src/dvisvgm.cpp, src/macros.h, src/options.dtd, src/options.xml, 
    src/psdefs.ps, src/psdefs.psc, src/types.h, tests/BoundingBoxTest.cpp, 
    tests/CRC32Test.cpp, tests/CalculatorTest.cpp, 
    tests/ColorSpecialTest.cpp, tests/CommandLineTest.cpp, 
    tests/DirectoryTest.cpp, tests/FileFinderTest.cpp, 
    tests/FilePathTest.cpp, tests/FileSystemTest.cpp, 
    tests/FontManagerTest.cpp, tests/FontMapTest.cpp, tests/GFReaderTest.cpp, 
    tests/GraphicPathTest.cpp, tests/LengthTest.cpp, tests/Makefile.am, 
    tests/MatrixTest.cpp, tests/MessageExceptionTest.cpp, 
    tests/PSInterpreterTest.cpp, tests/PageRagesTest.cpp, 
    tests/PageSizeTest.cpp, tests/PairTest.cpp, 
    tests/SplittedCharInputBufferTest.cpp, tests/StreamInputBufferTest.cpp, 
    tests/StreamReaderTest.cpp, tests/StreamWriterTest.cpp, 
    tests/TypesTest.cpp, tests/VectorStreamTest.cpp, tests/check-conv, 
    tests/create-makefile: 
  updated year in copyright statements 

2011-12-18  Martin Gieseking  <martin.gieseking@uos.de>

  * NEWS: 
  updated NEWS 

  * configure.ac, src/Doxyfile: 
  set version to 1.0.10 

  * tests/Makefile.am, tests/create-makefile: 
  link tests with -lpthread (required by gtest on Ubuntu) 

2011-12-17  Martin Gieseking  <martin.gieseking@uos.de>

  * doc/dvisvgm.txt.in: 
  added documentation on environment variable DVISVGM_COLORS to manpage 

  * src/DVIToSVG.cpp, src/DVIToSVGActions.cpp, src/GlyphTracerMessages.h, 
    src/Message.cpp, src/Message.h, src/MetafontWrapper.cpp, 
    src/Terminal.cpp, src/Terminal.h, src/dvisvgm.cpp: 
  allow users to customize the message colors 

2011-11-22  Martin Gieseking  <martin.gieseking@uos.de>

  * src/GraphicPath.h: 
  added some more comments to the methods of GraphicPath 

2011-11-18  Martin Gieseking  <martin.gieseking@uos.de>

  * configure.ac: 
  move linker flag -lfreetype from LDFLAGS to LIBS to avoid linking 
  problems 

2011-10-28  Martin Gieseking  <martin.gieseking@uos.de>

  * src/SVGTree.cpp: 
  avoid possible collisions of glyph IDs 

  * src/FontMap.cpp: 
  removed unused variable eval_prefix in helper function read_entry() 

2011-10-13  Martin Gieseking  <martin.gieseking@uos.de>

  * NEWS: 
  updated NEWS 

2011-10-10  Martin Gieseking  <martin.gieseking@uos.de>

  * src/Font.cpp, src/Font.h, src/FontManager.cpp, src/FontManager.h: 
  extended class FontManager to handle external fonts 

  * src/ExternalFont.cpp, src/ExternalFont.h, src/Makefile.am: 
  added class ExternalFont 

2011-10-09  Martin Gieseking  <martin.gieseking@uos.de>

  * configure.ac, src/FontDB.cpp, src/FontDB.h, src/Makefile.am: 
  added class FontDB 

  * src/DirectoryTree.cpp, src/DirectoryTree.h, src/Makefile.am, 
    tests/DirectoryTreeTest.cpp, tests/Makefile.am: 
  added class DirectoryTree 

  * src/Directory.h: 
  dropped method Directory::getEntry() 

  * src/FilePath.cpp: 
  added some missing comments to methods of class FilePath 

2011-10-07  Martin Gieseking  <martin.gieseking@uos.de>

  * src/Process.cpp: 
  exclude definition of split_paramstr() from Windows builds as it's not 
  used there 

  * src/Process.cpp: 
  added missing include <signal.h> to Process.cpp 

2011-10-03  Martin Gieseking  <martin.gieseking@uos.de>

  * doc/Makefile.am: 
  add metadata/pdfmarks to pdf version of manpage 

2011-09-30  Martin Gieseking  <martin.gieseking@uos.de>

  * src/InputReader.cpp, src/InputReader.h, tests/StreamInputBufferTest.cpp: 
  added InputReader::getUntil() to simplify parsing of an input stream 

  * src/CommandLine.cpp, src/CommandLine.h, src/dvisvgm.cpp, 
    src/options.xml: 
  added command-line option --query 

2011-09-06  Martin Gieseking  <martin.gieseking@uos.de>

  * potracelib/auxiliary.h, potracelib/bitmap.h, potracelib/curve.c, 
    potracelib/curve.h, potracelib/decompose.c, potracelib/decompose.h, 
    potracelib/lists.h, potracelib/potracelib.c, potracelib/potracelib.h, 
    potracelib/progress.h, potracelib/trace.c, potracelib/trace.h: 
  updated bundled potrace library to version 1.10 

2011-06-04  Martin Gieseking  <martin.gieseking@uos.de>

  * src/FileFinder.cpp, src/MetafontWrapper.cpp: 
  fixed segfault occured in TeX Live Win32 caused by mf.exe being 
  unavailable (SF bug #3308473) 

  * configure.ac, src/Doxyfile: 
  set version to 1.0.9dev 

2011-05-31  Martin Gieseking  <martin.gieseking@uos.de>

  * src/PsSpecialHandler.cpp: 
  explicitly cast double to int in call of ClippingStack::dup()/pop() 

  * NEWS, configure.ac, src/Doxyfile: 
  set version to 1.0.8; updated NEWS 

2011-05-27  Martin Gieseking  <martin.gieseking@uos.de>

  * tests/check-conv, tests/sample-nf-cmp.svg, tests/sample-wf-cmp.svg: 
  updated conversion tests 

2011-05-23  Martin Gieseking  <martin.gieseking@uos.de>

  * src/Font.cpp, src/Makefile.am, src/MetafontWrapper.cpp, 
    src/MetafontWrapper.h, src/Process.cpp, src/Process.h, 
    src/SignalHandler.cpp: 
  replaced call of system() with Process::run() and kill child process if 
  necessary 

2011-05-22  Martin Gieseking  <martin.gieseking@uos.de>

  * src/MetafontWrapper.cpp: 
  dropped '--halt-on-error' in Metafont call to process buggy mf files 
  completely 

  * src/FileFinder.cpp: 
  MiKTeX: maketfm and makemf have been renamed to miktex-maketfm and 
  miktex-makemf 

2011-05-19  Martin Gieseking  <martin.gieseking@uos.de>

  * src/DLLoader.h: 
  added #undef NOMINMAX before (re)defining it 

2011-05-12  Martin Gieseking  <martin.gieseking@uos.de>

  * src/PSInterpreter.cpp, src/PSInterpreter.h, src/PsSpecialHandler.cpp, 
    src/PsSpecialHandler.h, src/psdefs.ps, src/psdefs.psc, 
    tests/PSInterpreterTest.cpp: 
  PS handler: implemented evaluation of save, restore, and grestoreall 

2011-05-07  Martin Gieseking  <martin.gieseking@uos.de>

  * src/PsSpecialHandler.cpp: 
  fixed potential segfault caused by invisible zero-length paths 

  * src/PsSpecialHandler.cpp: 
  add definitions in literal PS headers to dictionary TeXDict 

  * src/DVIReader.cpp, src/DVIReader.h, src/DVIToSVGActions.h, 
    src/PsSpecialHandler.cpp, src/PsSpecialHandler.h, src/SpecialActions.h: 
  fixed interaction between PS and DVI drawing position 

  * configure.ac, src/Doxyfile: 
  set version to 1.0.8dev 

2011-05-06  Martin Gieseking  <martin.gieseking@uos.de>

  * fedora/dvisvgm-gs.patch, fedora/dvisvgm-potrace.patch, 
    fedora/dvisvgm.spec: 
  removed directories 'fedora' and 'homepage' 

  * NEWS, README, configure.ac, fedora/dvisvgm.spec, src/Doxyfile: 
  set version to 1.0.7; updated NEWS and README 

2011-05-05  Martin Gieseking  <martin.gieseking@uos.de>

  * doc/dvisvgm.txt.in: 
  added info about dvips rounding issues to manpage 

  * src/DVIToSVGActions.h, src/PsSpecialHandler.cpp, src/PsSpecialHandler.h, 
    src/psdefs.ps, src/psdefs.psc: 
  PS handler: added missing unit conversions (pt vs. bp) 

  * src/PsSpecialHandler.h: 
  corrected scaling formula applied to PS line properties 

  * src/PSInterpreter.cpp, src/PsSpecialHandler.cpp: 
  separate PS snippets by newline characters to leave preceding comments 

2011-05-04  Martin Gieseking  <martin.gieseking@uos.de>

  * src/Length.h: 
  undefine macro IN 

  * src/Ghostscript.cpp, src/Ghostscript.h, src/PSInterpreter.cpp, 
    src/PSInterpreter.h: 
  avoid 'this' pointer in initialazation list of 
  PSInterpreter::PSInterpreter() 

  * src/PsSpecialHandler.cpp: 
  don't call Ghostscript::revision() in initialization of static variable 

2011-05-03  Martin Gieseking  <martin.gieseking@uos.de>

  * src/TpicSpecialHandler.cpp, src/TpicSpecialHandler.h: 
  tpic special 'ip' must not draw the outline of the polygon but only fill 
  its interior 

  * src/PSInterpreter.cpp, src/PSInterpreter.h, src/PsSpecialHandler.cpp, 
    src/PsSpecialHandler.h, src/macros.h, src/psdefs.ps, src/psdefs.psc, 
    tests/PSInterpreterTest.cpp: 
  improved handling of pure PostScript specials 

  * src/DVIReader.cpp, src/DVIReader.h, src/DVIToSVGActions.cpp, 
    src/DVIToSVGActions.h, src/EmSpecialHandler.cpp, src/EmSpecialHandler.h, 
    src/PSInterpreter.h, src/PsSpecialHandler.cpp, src/PsSpecialHandler.h, 
    src/SpecialActions.h, src/SpecialHandler.h, src/SpecialManager.cpp, 
    src/SpecialManager.h, src/TpicSpecialHandler.cpp, 
    src/TpicSpecialHandler.h: 
  replaced methods for DVI position alterations with translation semantics 

2011-05-02  Martin Gieseking  <martin.gieseking@uos.de>

  * src/psdefs.ps, src/psdefs.psc: 
  PS handler: recognize save/restore operators 

2011-04-30  Martin Gieseking  <martin.gieseking@uos.de>

  * src/psdefs.ps, src/psdefs.psc: 
  catch PS error /nocurrentpoint in operator 'setpos' properly 

  * src/SpecialManager.cpp: 
  register special prefix ps:: properly 

  * configure.ac, fedora/dvisvgm.spec, src/Doxyfile: 
  set version to 1.0.7dev 

2011-04-16  Martin Gieseking  <martin.gieseking@uos.de>

  * NEWS, README, configure.ac, fedora/dvisvgm.spec, src/Doxyfile: 
  set version to 1.0.6; updated NEWS and README 

2011-04-14  Martin Gieseking  <martin.gieseking@uos.de>

  * src/DVIReader.cpp, src/Font.cpp, src/GFReader.cpp, src/Makefile.am, 
    src/MetafontWrapper.cpp, src/PSInterpreter.cpp, src/SignalHandler.cpp, 
    src/SignalHandler.h, src/TFM.cpp, src/dvisvgm.cpp: 
  added class SignalHandler for CTRL-C signals 

  * src/DVIToSVGActions.cpp, src/MessageException.h, src/dvisvgm.cpp, 
    tests/Makefile.am, tests/MessageExceptionTest.cpp: 
  derived MessageException from std::exception and replaced getMessage() 
  with what() 

2011-04-13  Martin Gieseking  <martin.gieseking@uos.de>

  * src/XMLNode.cpp, src/XMLNode.h: 
  prepended member variables of the XMLNode classes with underscore 

2011-04-09  Martin Gieseking  <martin.gieseking@uos.de>

  * src/FileFinder.cpp, src/FileFinder.h, src/dvisvgm.cpp, 
    tests/FileFinderTest.cpp: 
  dropped class FileFinder::Impl and simplified FileFinder interface 

2011-03-15  Martin Gieseking  <martin.gieseking@uos.de>

  * src/DVIReader.cpp: 
  throw DVI exception if set_char/put_char is executed without preceding 
  font selection 

2011-03-12  Martin Gieseking  <martin.gieseking@uos.de>

  * pull-wiki: 
  updated rsync parameters in 'pull-wiki' 

2011-03-04  Martin Gieseking  <martin.gieseking@uos.de>

  * src/CRC32.cpp, src/StreamWriter.cpp: 
  added missing 'const' to type casts (Peter Breitenlohner) 

  * potracelib/potracelib.c, potracelib/potracelib.h: 
  changed return type of potrace_version() to 'const char *' in order to 
  avoid compiler warning 

  * configure.ac, fedora/dvisvgm.spec, src/Doxyfile: 
  set version to 1.0.6dev 

2011-02-28  Martin Gieseking  <martin.gieseking@uos.de>

  * NEWS, configure.ac, fedora/dvisvgm.spec, src/Doxyfile: 
  set version to 1.0.5, updated NEWS 

  * src/Ghostscript.cpp: 
  fixed formatting of GS version number 

  * doc/dvisvgm.txt.in, src/FontCache.cpp, src/FontCache.h, src/dvisvgm.cpp: 
  added code to remove outdated and corrupted cache files 

2011-02-21  Martin Gieseking  <martin.gieseking@uos.de>

  * tests/frktest-nf-cmp.svg, tests/frktest-wf-cmp.svg, 
    tests/sample-nf-cmp.svg, tests/sample-wf-cmp.svg: 
  updated conversion test files 

  * src/SVGTree.cpp: 
  added missing unit in height/width attribute of svg root element 

  * doc/dvisvgm.txt.in, src/CommandLine.cpp, src/CommandLine.h, 
    src/GraphicPath.h, src/SVGTree.cpp, src/SVGTree.h, src/dvisvgm.cpp, 
    src/options.xml, tests/CommandLineTest.cpp: 
  added option to replace use elements with paths 

2011-02-16  Martin Gieseking  <martin.gieseking@uos.de>

  * src/InputBuffer.h: 
  reference to scanned string in StringInputBuffer is constant now 

2011-02-10  Martin Gieseking  <martin.gieseking@uos.de>

  * src/FontCache.cpp, src/FontCache.h: 
  added CRC32 checks to cache files 

  * src/StreamReader.cpp, src/StreamReader.h, src/StreamWriter.cpp, 
    src/StreamWriter.h, tests/Makefile.am, tests/StreamReaderTest.cpp, 
    tests/StreamWriterTest.cpp: 
  added CRC32 computation methods to StreamReader and StreamWriter 

  * src/CRC32.cpp, src/CRC32.h, src/Makefile.am, tests/CRC32Test.cpp, 
    tests/Makefile.am: 
  added class CRC32 and corresponding tests 

  * src/FileSystem.cpp, src/FileSystem.h, src/dvisvgm.cpp, 
    tests/FileSystemTest.cpp: 
  merged FileSystem::move() into FileSystem::copy() 

2011-01-31  Martin Gieseking  <martin.gieseking@uos.de>

  * src/CmdLineParserBase.cpp: 
  print character instead of ascii value in message of command-line parser 

2011-01-30  Martin Gieseking  <martin.gieseking@uos.de>

  * doc/dvisvgm.txt.in, src/CommandLine.cpp, src/CommandLine.h, 
    src/FileFinder.cpp, src/FileFinder.h, src/FontEngine.cpp, 
    src/FontEngine.h, src/dvisvgm.cpp, src/options.xml: 
  added optional argument to --version 

2011-01-28  Martin Gieseking  <martin.gieseking@uos.de>

  * potracelib/auxiliary.h, potracelib/bitmap.h, potracelib/curve.c, 
    potracelib/curve.h, potracelib/decompose.c, potracelib/decompose.h, 
    potracelib/lists.h, potracelib/potracelib.c, potracelib/potracelib.h, 
    potracelib/progress.h, potracelib/trace.c, potracelib/trace.h: 
  updated bundled potrace library to version 1.9 

2011-01-17  Martin Gieseking  <martin.gieseking@uos.de>

  * doc/dvisvgm.txt.in, src/dvisvgm.cpp: 
  moved cache files to subfolder ($HOME/.dvisvgm/cache) 

2011-01-04  Martin Gieseking  <martin.gieseking@uos.de>

  * tests/Makefile.am, tests/PSInterpreterTest.cpp: 
  added basic tests for class PSInterpreter 

  * Makefile.am, README, configure.ac, doc/Makefile.am, doc/dvisvgm.txt.in, 
    src/BgColorSpecialHandler.cpp, src/BgColorSpecialHandler.h, 
    src/Bitmap.cpp, src/Bitmap.h, src/BoundingBox.cpp, src/BoundingBox.h, 
    src/Calculator.cpp, src/Calculator.h, src/CmdLineParserBase.cpp, 
    src/CmdLineParserBase.h, src/Color.cpp, src/Color.h, 
    src/ColorSpecialHandler.cpp, src/ColorSpecialHandler.h, 
    src/CommandLine.cpp, src/CommandLine.h, src/DLLoader.cpp, src/DLLoader.h, 
    src/DVIActions.cpp, src/DVIActions.h, src/DVIReader.cpp, src/DVIReader.h, 
    src/DVIToSVG.cpp, src/DVIToSVG.h, src/DVIToSVGActions.cpp, 
    src/DVIToSVGActions.h, src/Directory.cpp, src/Directory.h, 
    src/DvisvgmSpecialHandler.cpp, src/DvisvgmSpecialHandler.h, 
    src/EmSpecialHandler.cpp, src/EmSpecialHandler.h, src/FileFinder.cpp, 
    src/FileFinder.h, src/FilePath.cpp, src/FilePath.h, src/FileSystem.cpp, 
    src/FileSystem.h, src/Font.cpp, src/Font.h, src/FontCache.cpp, 
    src/FontCache.h, src/FontEncoding.cpp, src/FontEncoding.h, 
    src/FontEngine.cpp, src/FontEngine.h, src/FontManager.cpp, 
    src/FontManager.h, src/FontMap.cpp, src/FontMap.h, src/GFGlyphTracer.cpp, 
    src/GFGlyphTracer.h, src/GFReader.cpp, src/GFReader.h, src/GFTracer.cpp, 
    src/GFTracer.h, src/Ghostscript.cpp, src/Ghostscript.h, src/Glyph.h, 
    src/GlyphTracerMessages.h, src/GraphicPath.h, src/HtmlSpecialHandler.h, 
    src/InputBuffer.cpp, src/InputBuffer.h, src/InputReader.cpp, 
    src/InputReader.h, src/Length.cpp, src/Length.h, src/Makefile.am, 
    src/Matrix.cpp, src/Matrix.h, src/Message.cpp, src/Message.h, 
    src/MessageException.h, src/MetafontWrapper.cpp, src/MetafontWrapper.h, 
    src/PSInterpreter.cpp, src/PSInterpreter.h, src/PageRanges.cpp, 
    src/PageRanges.h, src/PageSize.cpp, src/PageSize.h, src/Pair.h, 
    src/PsSpecialHandler.cpp, src/PsSpecialHandler.h, src/SVGTree.cpp, 
    src/SVGTree.h, src/SWFWriter.cpp, src/SWFWriter.h, src/SpecialActions.h, 
    src/SpecialHandler.h, src/SpecialManager.cpp, src/SpecialManager.h, 
    src/StreamReader.cpp, src/StreamReader.h, src/StreamWriter.cpp, 
    src/StreamWriter.h, src/System.cpp, src/System.h, src/TFM.cpp, src/TFM.h, 
    src/Terminal.cpp, src/Terminal.h, src/TpicSpecialHandler.cpp, 
    src/TpicSpecialHandler.h, src/VFActions.h, src/VFReader.cpp, 
    src/VFReader.h, src/VectorStream.h, src/XMLDocTypeNode.h, 
    src/XMLDocument.cpp, src/XMLDocument.h, src/XMLNode.cpp, src/XMLNode.h, 
    src/XMLString.cpp, src/XMLString.h, src/dvisvgm.cpp, src/macros.h, 
    src/options.dtd, src/options.xml, src/psdefs.ps, src/psdefs.psc, 
    src/types.h, tests/BoundingBoxTest.cpp, tests/CalculatorTest.cpp, 
    tests/ColorSpecialTest.cpp, tests/CommandLineTest.cpp, 
    tests/DirectoryTest.cpp, tests/FileFinderTest.cpp, 
    tests/FilePathTest.cpp, tests/FontManagerTest.cpp, tests/FontMapTest.cpp, 
    tests/GFReaderTest.cpp, tests/GraphicPathTest.cpp, tests/LengthTest.cpp, 
    tests/Makefile.am, tests/MatrixTest.cpp, tests/PageRagesTest.cpp, 
    tests/PageSizeTest.cpp, tests/PairTest.cpp, 
    tests/SplittedCharInputBufferTest.cpp, tests/StreamInputBufferTest.cpp, 
    tests/TypesTest.cpp, tests/VectorStreamTest.cpp, tests/check-conv, 
    tests/create-makefile: 
  updated year in copyright info 

2010-12-18  Martin Gieseking  <martin.gieseking@uos.de>

  * doc/dvisvgm.txt.in: 
  minor update to the manpage 

  * NEWS, configure.ac, fedora/dvisvgm.spec, src/Doxyfile: 
  set version to 1.0.4; updated NEWS 

  * src/PSInterpreter.cpp, src/PSInterpreter.h, src/PsSpecialHandler.cpp, 
    src/PsSpecialHandler.h, src/psdefs.ps, src/psdefs.psc: 
  PS handler: added missing scaling of linewidths and dash distances 

  * src/PsSpecialHandler.cpp: 
  fixed scaling issue in PS positioning 

2010-12-16  Martin Gieseking  <martin.gieseking@uos.de>

  * src/FileFinder.cpp: 
  updated to MiKTeX 2.8 SDK 

2010-08-18  Martin Gieseking  <martin.gieseking@uos.de>

  * configure.ac, fedora/dvisvgm.spec, src/Doxyfile: 
  set version to 1.0.4dev 

  * src/FontEngine.cpp: 
  fixed FreeType version check (patch by Paul Vojta) 

2010-08-11  Martin Gieseking  <martin.gieseking@uos.de>

  * tests/Makefile.am, tests/PairTest.cpp: 
  added PairTest 

2010-08-05  Martin Gieseking  <martin.gieseking@uos.de>

  * NEWS, doc/dvisvgm.txt.in: 
  updated manpage and NEWS 

  * configure.ac, fedora/dvisvgm.spec, src/Doxyfile: 
  set version to 1.0.3 

2010-08-04  Martin Gieseking  <martin.gieseking@uos.de>

  * src/BoundingBox.cpp, src/BoundingBox.h, src/Matrix.cpp, src/Matrix.h, 
    src/PsSpecialHandler.cpp: 
  revamped PsSpecialHandler::psfile() to fix a transformation issue (SF 
  bug #3037372) 

2010-07-28  Martin Gieseking  <martin.gieseking@uos.de>

  * src/DVIReader.cpp, src/DVIReader.h, src/DVIToSVG.cpp: 
  added check of DVI format version 

2010-07-26  Martin Gieseking  <martin.gieseking@uos.de>

  * src/PsSpecialHandler.cpp, src/PsSpecialHandler.h: 
  restore transformation matrix after execution of psfile 

2010-07-13  Martin Gieseking  <martin.gieseking@uos.de>

  * src/Directory.cpp, src/Directory.h, src/GFReader.cpp, src/GFReader.h: 
  added leading underscore to variables of GFReader 

  * src/GraphicPath.h, src/PsSpecialHandler.h: 
  fixed missing initialization of GraphicPath iterator 

  * src/Terminal.cpp: 
  replaced \e with \x1B 

  * src/InputBuffer.h: 
  added missing namespace prefix 

  * configure.ac, fedora/dvisvgm.spec, src/Doxyfile: 
  set version to 1.0.3dev 

2010-06-22  Martin Gieseking  <martin.gieseking@uos.de>

  * NEWS, configure.ac, fedora/dvisvgm.spec, src/Doxyfile: 
  set version to 1.0.2 

  * src/gzstream.cpp, src/gzstream.h: 
  fixed class variable issue introduced by previous AIX patch 

2010-06-18  Martin Gieseking  <martin.gieseking@uos.de>

  * src/Bitmap.cpp, tests/DirectoryTest.cpp, tests/GFReaderTest.cpp, 
    tests/Makefile.am, tests/cmr10.600gf, tests/create-makefile: 
  added GFReaderTest; updated DirectoryTest 

2010-06-17  Martin Gieseking  <martin.gieseking@uos.de>

  * src/types.h, tests/Makefile.am, tests/TypesTest.cpp: 
  added TypesTest 

  * src/Message.cpp, src/Message.h: 
  renamed MessageStream::putchar() to MessageStream::putChar() to avoid 
  name clashes 

  * src/Bitmap.cpp, src/Calculator.cpp, src/CmdLineParserBase.cpp, 
    src/Color.cpp, src/ColorSpecialHandler.cpp, src/DVIReader.cpp, 
    src/DVIReader.h, src/DVIToSVGActions.cpp, src/DvisvgmSpecialHandler.cpp, 
    src/EmSpecialHandler.cpp, src/FontCache.cpp, src/FontEncoding.cpp, 
    src/GFGlyphTracer.cpp, src/Pair.h, src/PsSpecialHandler.cpp, 
    src/PsSpecialHandler.h, src/TFM.cpp, src/TFM.h: 
  fixed some type conversion warnings 

2010-06-16  Martin Gieseking  <martin.gieseking@uos.de>

  * potracelib/curve.c, potracelib/curve.h, potracelib/decompose.c: 
  renamed internal potrace functions path_new() and path_free() to prevent 
  linker conflicts on OS X 

  * configure.ac, src/CmdLineParserBase.h, src/FileFinder.h, 
    src/FontCache.cpp, src/FontCache.h, src/FontEncoding.cpp, 
    src/FontEngine.cpp, src/GFGlyphTracer.h, src/MetafontWrapper.cpp, 
    src/gzstream.cpp: 
  applied latest TL patches from Peter Breitenlohner and Karl Berry 

2010-06-14  Martin Gieseking  <martin.gieseking@uos.de>

  * configure.ac, fedora/dvisvgm.spec, src/Doxyfile: 
  set version to 1.0.2dev 

2010-06-11  Martin Gieseking  <martin.gieseking@uos.de>

  * NEWS, configure.ac, fedora/dvisvgm.spec, src/Doxyfile: 
  set version to 1.0.1 

  * src/Message.cpp: 
  suppress ANSI color code by default 

2010-06-09  Martin Gieseking  <martin.gieseking@uos.de>

  * src/psdefs.ps, src/psdefs.psc: 
  fixed recursion issue in PS operator charpath 

  * configure.ac, fedora/dvisvgm.spec, src/Doxyfile: 
  set version to 1.0.1dev 

2010-06-08  Martin Gieseking  <martin.gieseking@uos.de>

  * src/PSInterpreter.cpp, src/PSInterpreter.h, src/PsSpecialHandler.cpp, 
    src/PsSpecialHandler.h: 
  fixed PS destructor issue (SF bug #3013392) 

  * NEWS, configure.ac, fedora/dvisvgm.spec, src/Doxyfile: 
  set version to 1.0 

  * doc/Makefile.am, doc/dvisvgm.txt.in: 
  documented option --help and --version in manpage 

  * doc/dvisvgm.txt.in, src/CommandLine.cpp, src/CommandLine.h, 
    src/DVIActions.h, src/DVIToSVGActions.cpp, src/DVIToSVGActions.h, 
    src/Makefile.am, src/Message.cpp, src/Message.h, src/PSInterpreter.cpp, 
    src/PSInterpreter.h, src/PsSpecialHandler.cpp, src/PsSpecialHandler.h, 
    src/SpecialActions.h, src/System.cpp, src/System.h, src/dvisvgm.cpp, 
    src/options.xml: 
  added percentage-based progress indicator 

  * src/DVIActions.h, src/DVIReader.cpp, src/DVIReader.h: 
  added method to compute length of DVI command 

  * src/PSInterpreter.cpp, src/PSInterpreter.h, src/PsSpecialHandler.cpp, 
    src/PsSpecialHandler.h, src/psdefs.ps, src/psdefs.psc: 
  evaluate Ghostscript operator .setopacityalpha 

  * src/Font.cpp: 
  print error message if Metafont failed 

  * configure.ac, doc/Makefile.am, doc/dvisvgm.txt.in, src/CommandLine.cpp, 
    src/CommandLine.h, src/DVIActions.h, src/DVIToSVG.cpp, src/GFTracer.cpp, 
    src/GlyphTracerMessages.h, src/Makefile.am, src/Message.cpp, 
    src/Message.h, src/MetafontWrapper.cpp, src/Terminal.cpp, src/Terminal.h, 
    src/dvisvgm.cpp, src/options.xml: 
  improved output of messages including optional colorization 

  * doc/dvisvgm.txt.in, src/CommandLine.cpp, src/CommandLine.h, 
    src/DVIReader.cpp, src/DVIReader.h, src/DVIToSVG.cpp, src/DVIToSVG.h, 
    src/DVIToSVGActions.cpp, src/DVIToSVGActions.h, src/Makefile.am, 
    src/PageRanges.cpp, src/PageRanges.h, src/StreamCounter.h, 
    src/dvisvgm.cpp, src/options.xml, tests/BoundingBoxTest.cpp, 
    tests/CommandLineTest.cpp, tests/Makefile.am, tests/PageRagesTest.cpp, 
    tests/StreamCounterTest.cpp: 
  added conversion of multiple pages 

  * src/InputBuffer.h, tests/ColorSpecialTest.cpp, 
    tests/StreamInputBufferTest.cpp: 
  added InputBuffer::invalidate() 

  * src/FilePath.cpp, src/FilePath.h, src/FileSystem.cpp, src/FileSystem.h, 
    src/Makefile.am, tests/FilePathTest.cpp, tests/Makefile.am: 
  added class FilePath 

  * doc/dvisvgm.txt.in, src/BoundingBox.cpp, src/DVIToSVGActions.cpp, 
    src/DVIToSVGActions.h, src/DvisvgmSpecialHandler.cpp, 
    src/EmSpecialHandler.cpp, src/PsSpecialHandler.cpp, src/SpecialActions.h, 
    src/SpecialManager.cpp, src/TpicSpecialHandler.cpp: 
  added special for creating local bounding boxes 

  * configure.ac, fedora/dvisvgm.spec, src/Doxyfile: 
  set version to 1.0dev 

  * configure.ac, doc/Makefile.am, src/Makefile.am: 
  cleaned up configuration scripts 

2010-05-09  Martin Gieseking  <martin.gieseking@uos.de>

  * configure.ac: 
  fixed whitespace issue in CPPFLAGS and LDFLAGS 

2010-05-04  Martin Gieseking  <martin.gieseking@uos.de>

  * tests/FileFinderTest.cpp, tests/FontManagerTest.cpp, tests/check-conv: 
  fixed segfaults in tests 

  * configure.ac: 
  fixed kpathsea check; use pkg-config to check freetype availability 

2010-04-22  Martin Gieseking  <martin.gieseking@uos.de>

  * NEWS, configure.ac, fedora/dvisvgm.spec, src/Doxyfile: 
  set version to 0.9.1 

  * tests/check-conv, tests/frktest-wf-cmp.svg, tests/sample-wf-cmp.svg: 
  adapted conversion tests to new output format 

  * src/DVIActions.h, src/DVIReader.cpp, src/DVIReader.h, src/DVIToSVG.cpp, 
    src/DVIToSVG.h, src/DVIToSVGActions.cpp, src/DVIToSVGActions.h: 
  print page count and page number of DVI page being processed 

  * src/SVGTree.cpp: 
  fixed broken validity when using SVG fonts 

  * src/DVIToSVG.cpp, src/DVIToSVGActions.cpp, src/DVIToSVGActions.h, 
    src/SVGTree.cpp, src/SVGTree.h, src/XMLNode.cpp, src/XMLNode.h: 
  ignore unused fonts in CSS styles list 

  * src/CommandLine.cpp, src/options.xml: 
  output of option --help: replaced '(default: FOO)' by '[FOO]' 

2010-04-20  Martin Gieseking  <martin.gieseking@uos.de>

  * src/FontEncoding.cpp: 
  fixed memory bug in FontEncoding::encoding() 

2010-04-11  Martin Gieseking  <martin.gieseking@uos.de>

  * src/DVIToSVGActions.cpp: 
  replaced wrong font pointer that could lead to segfaults 

  * configure.ac, fedora/dvisvgm.spec, src/Doxyfile: 
  set version to 0.9.1dev 

2010-03-25  Martin Gieseking  <martin.gieseking@uos.de>

  * fedora/dvisvgm.spec: 
  updated spec file 

2010-03-24  Martin Gieseking  <martin.gieseking@uos.de>

  * transfer-cs: 
  added extension .patch to exported changesets 

  * tests/frktest-nf-cmp.svg, tests/frktest-wf-cmp.svg, 
    tests/sample-nf-cmp.svg, tests/sample-wf-cmp.svg: 
  updated conversion tests 

  * NEWS, configure.ac, fedora/dvisvgm.spec, src/Doxyfile: 
  set version to 0.9 

  * src/FontCache.cpp, src/GFGlyphTracer.cpp, src/GFReader.cpp: 
  variable _fontname is now correctly set in class FontCache 

  * src/CmdLineParserBase.cpp, src/DVIToSVG.cpp, src/DVIToSVGActions.cpp, 
    src/FontEngine.cpp, src/GlyphTracerMessages.h, src/Message.cpp, 
    src/Message.h, src/MetafontWrapper.cpp, src/dvisvgm.cpp: 
  added class MessageStream, updated message output 

  * src/FontCache.cpp, src/Makefile.am, src/StreamWriter.cpp, 
    src/StreamWriter.h, src/TFM.cpp: 
  replaced local stream IO functions by StreamReader/StreamWriter methods 

  * doc/dvisvgm.txt.in, src/BoundingBox.cpp, src/BoundingBox.h, 
    src/CommandLine.cpp, src/CommandLine.h, src/DVIToSVG.cpp, 
    src/DVIToSVGActions.cpp, src/DVIToSVGActions.h, src/Font.cpp, src/Font.h, 
    src/GlyphTracerMessages.h, src/Makefile.am, src/dvisvgm.cpp, 
    src/options.xml: 
  added command-line option --exact 

  * src/Font.cpp, src/Font.h, src/dvisvgm.cpp: 
  moved some methods from PhysicalFontImpl to PysicalFont 

2010-03-18  Martin Gieseking  <martin.gieseking@uos.de>

  * doc/dvisvgm.txt.in, src/CommandLine.cpp, src/CommandLine.h, 
    src/Font.cpp, src/Font.h, src/dvisvgm.cpp, src/options.xml: 
  added command-line option --keep 

  * doc/dvisvgm.txt.in, src/CommandLine.cpp, src/CommandLine.h, 
    src/DVIToSVG.cpp, src/DVIToSVG.h, src/Font.cpp, src/Font.h, 
    src/dvisvgm.cpp, src/options.xml, tests/CommandLineTest.cpp: 
  reactivated option --trace-all, and added optional argument 'retrace' to 
  it 

  * src/CmdLineParserBase.cpp, src/CmdLineParserBase.h: 
  added evaluation of boolean and char arguments to the command-line 
  parser 

  * src/DVIToSVG.cpp, src/Font.cpp, src/Font.h, src/GFGlyphTracer.cpp, 
    src/GFGlyphTracer.h, src/SVGTree.cpp, src/SVGTree.h: 
  added class GFGlyphTracer::Callback providing an interface used to print 
  status information about the tracer 

  * src/DVIToSVG.cpp, src/SVGTree.cpp: 
  moved creation of SVG 'use' elements from class DVIToSVG to class 
  SVGTree 

2010-03-17  Martin Gieseking  <martin.gieseking@uos.de>

  * src/BoundingBox.cpp, src/Calculator.cpp, src/Matrix.cpp, 
    src/PSInterpreter.cpp, src/PSInterpreter.h: 
  fixed a couple of comments 

  * src/DVIToSVG.cpp, src/DVIToSVG.h, src/DVIToSVGActions.cpp, src/Font.cpp, 
    src/Font.h, src/FontEmitter.h, src/GFGlyphTracer.h, src/Makefile.am, 
    src/SVGFontEmitter.cpp, src/SVGFontEmitter.h, 
    src/SVGFontTraceEmitter.cpp, src/SVGFontTraceEmitter.h, src/SVGTree.cpp, 
    src/SVGTree.h, src/dvisvgm.cpp, tests/Makefile.am, tests/check-conv, 
    tests/create-makefile: 
  removed emitter classes; incorporated their functionality into SVGTree 
  and PhysicalFontImpl 

  * src/FontCache.cpp, src/FontCache.h: 
  added method FontCache::write(const char *dir) that updates the cache 
  file of the current font 

  * src/DVIReader.cpp, src/DVIReader.h, src/DVIToSVG.cpp, 
    src/DVIToSVGActions.cpp, src/FontManager.cpp, src/FontManager.h, 
    src/SVGFontEmitter.cpp, src/SVGFontEmitter.h, 
    src/SVGFontTraceEmitter.cpp, src/SVGFontTraceEmitter.h, src/SVGTree.cpp, 
    src/SVGTree.h, src/VFReader.h, tests/FontManagerTest.cpp: 
  made FontManager a singleton 

  * src/CharmapTranslator.cpp, src/CharmapTranslator.h, src/DVIToSVG.cpp, 
    src/DVIToSVGActions.cpp, src/DVIToSVGActions.h, src/Font.cpp, src/Font.h, 
    src/Makefile.am, src/SVGFontEmitter.cpp, src/SVGFontEmitter.h, 
    src/SVGFontTraceEmitter.cpp, src/SVGFontTraceEmitter.h, src/SVGTree.cpp, 
    src/SVGTree.h: 
  removed class CharmapTranslator 

  * src/GFReader.cpp, src/GFReader.h: 
  replaced GFReader messages by exceptions 

2010-02-26  Martin Gieseking  <martin.gieseking@uos.de>

  * src/Font.cpp, src/FontCache.cpp, src/FontCache.h, src/GFGlyphTracer.cpp, 
    src/GFGlyphTracer.h, src/GFReader.cpp, src/GFReader.h, src/GFTracer.h, 
    src/SVGFontTraceEmitter.cpp, src/SVGFontTraceEmitter.h: 
  refactorings of GF tracer class; removed transferGlyph() 

2010-02-21  Martin Gieseking  <martin.gieseking@uos.de>

  * src/CharmapTranslator.cpp, src/CharmapTranslator.h, src/Font.cpp, 
    src/Font.h, src/FontCache.cpp, src/FontCache.h, src/FontEngine.cpp, 
    src/FontEngine.h, src/Glyph.cpp, src/Glyph.h, src/Makefile.am, 
    src/SVGFontEmitter.cpp, src/SVGFontEmitter.h: 
  removed class Glyph and incorporated its functionality into Font class 

2010-02-05  Martin Gieseking  <martin.gieseking@uos.de>

  * src/DVIToSVG.cpp: 
  added evaluation of literal PS headers to PSHeaderActions 

2010-02-04  Martin Gieseking  <martin.gieseking@uos.de>

  * src/psdefs.ps, src/psdefs.psc: 
  removed PS error handler nocurrentpoint 

2010-02-02  Martin Gieseking  <martin.gieseking@uos.de>

  * fedora/dvisvgm.spec: 
  updated homepage and spec file 

  * NEWS, configure.ac, fedora/dvisvgm.spec, src/Doxyfile: 
  version updated to 0.8.8 

2010-02-01  Martin Gieseking  <martin.gieseking@uos.de>

  * tests/check-conv: 
  skip conversion checks by default 

2010-01-31  Martin Gieseking  <martin.gieseking@uos.de>

  * tests/normalize.xsl: 
  some improvements to normalize.xsl 

  * tests/Makefile.am, tests/check-conv, tests/create-makefile, 
    tests/frktest-nf-cmp.svg, tests/frktest-wf-cmp.svg, tests/frktest.dvi, 
    tests/normalize.xsl, tests/sample-nf-cmp.svg, tests/sample-wf-cmp.svg, 
    tests/sample.dvi: 
  added tests to check conversion results 

2010-01-29  Martin Gieseking  <martin.gieseking@uos.de>

  * src/GraphicPath.h: 
  fixed scaling bug in computation of glyph paths when using -n 

  * src/CmdLineParserBase.cpp, src/CmdLineParserBase.h, src/CommandLine.cpp, 
    src/CommandLine.h: 
  removed CmdLineParserBase::numOptions() 

2010-01-24  Martin Gieseking  <martin.gieseking@uos.de>

  * doc/dvisvgm.txt.in, src/CommandLine.cpp, src/CommandLine.h, 
    src/FontCache.h, src/dvisvgm.cpp, src/options.dtd, src/options.xml: 
  added command-line option --libgs 

2010-01-18  Martin Gieseking  <martin.gieseking@uos.de>

  * src/CommandLine.cpp, src/options.dtd, src/options.xml: 
  added DTD for options.xml 

2010-01-17  Martin Gieseking  <martin.gieseking@uos.de>

  * src/Ghostscript.cpp: 
  fixed typo in variable name 

  * NEWS: 
  updated NEWS 

  * doc/dvisvgm.txt.in, src/FileFinder.cpp, src/Ghostscript.cpp, 
    src/Ghostscript.h, src/dvisvgm.cpp: 
  environment variable LIBGS can now be used to set the name of the GS 
  shared library 

  * Makefile.am, README, configure.ac, doc/dvisvgm.txt.in, 
    src/BgColorSpecialHandler.cpp, src/BgColorSpecialHandler.h, 
    src/Bitmap.cpp, src/Bitmap.h, src/BoundingBox.cpp, src/BoundingBox.h, 
    src/Calculator.cpp, src/Calculator.h, src/CharmapTranslator.cpp, 
    src/CharmapTranslator.h, src/CmdLineParserBase.cpp, 
    src/CmdLineParserBase.h, src/Color.cpp, src/Color.h, 
    src/ColorSpecialHandler.cpp, src/ColorSpecialHandler.h, 
    src/CommandLine.cpp, src/CommandLine.h, src/DLLoader.cpp, src/DLLoader.h, 
    src/DVIActions.cpp, src/DVIActions.h, src/DVIReader.cpp, src/DVIReader.h, 
    src/DVIToSVG.cpp, src/DVIToSVG.h, src/DVIToSVGActions.cpp, 
    src/DVIToSVGActions.h, src/Directory.cpp, src/Directory.h, 
    src/DvisvgmSpecialHandler.cpp, src/DvisvgmSpecialHandler.h, 
    src/EmSpecialHandler.cpp, src/EmSpecialHandler.h, src/FileFinder.cpp, 
    src/FileFinder.h, src/FileSystem.cpp, src/FileSystem.h, src/Font.cpp, 
    src/Font.h, src/FontCache.cpp, src/FontCache.h, src/FontEmitter.h, 
    src/FontEncoding.cpp, src/FontEncoding.h, src/FontEngine.cpp, 
    src/FontEngine.h, src/FontManager.cpp, src/FontManager.h, 
    src/FontMap.cpp, src/FontMap.h, src/GFGlyphTracer.cpp, 
    src/GFGlyphTracer.h, src/GFReader.cpp, src/GFReader.h, src/GFTracer.cpp, 
    src/GFTracer.h, src/Ghostscript.cpp, src/Ghostscript.h, src/Glyph.cpp, 
    src/Glyph.h, src/GraphicPath.h, src/HtmlSpecialHandler.h, 
    src/InputBuffer.cpp, src/InputBuffer.h, src/InputReader.cpp, 
    src/InputReader.h, src/Length.cpp, src/Length.h, src/Makefile.am, 
    src/Matrix.cpp, src/Matrix.h, src/Message.cpp, src/Message.h, 
    src/MessageException.h, src/MetafontWrapper.cpp, src/MetafontWrapper.h, 
    src/PSInterpreter.cpp, src/PSInterpreter.h, src/PageSize.cpp, 
    src/PageSize.h, src/Pair.h, src/PsSpecialHandler.cpp, 
    src/PsSpecialHandler.h, src/SVGFontEmitter.cpp, src/SVGFontEmitter.h, 
    src/SVGFontTraceEmitter.cpp, src/SVGFontTraceEmitter.h, src/SVGTree.cpp, 
    src/SVGTree.h, src/SWFWriter.cpp, src/SWFWriter.h, src/SpecialActions.h, 
    src/SpecialHandler.h, src/SpecialManager.cpp, src/SpecialManager.h, 
    src/StreamCounter.h, src/StreamReader.cpp, src/StreamReader.h, 
    src/TFM.cpp, src/TFM.h, src/TpicSpecialHandler.cpp, 
    src/TpicSpecialHandler.h, src/VFActions.h, src/VFReader.cpp, 
    src/VFReader.h, src/VectorStream.h, src/XMLDocTypeNode.h, 
    src/XMLDocument.cpp, src/XMLDocument.h, src/XMLNode.cpp, src/XMLNode.h, 
    src/XMLString.cpp, src/XMLString.h, src/dvisvgm.cpp, src/macros.h, 
    src/options.xml, src/psdefs.ps, src/psdefs.psc, src/types.h, 
    tests/BoundingBoxTest.cpp, tests/CalculatorTest.cpp, 
    tests/ColorSpecialTest.cpp, tests/CommandLineTest.cpp, 
    tests/DirectoryTest.cpp, tests/FileFinderTest.cpp, 
    tests/FontManagerTest.cpp, tests/FontMapTest.cpp, 
    tests/GraphicPathTest.cpp, tests/LengthTest.cpp, tests/Makefile.am, 
    tests/MatrixTest.cpp, tests/PageSizeTest.cpp, 
    tests/SplittedCharInputBufferTest.cpp, tests/StreamCounterTest.cpp, 
    tests/StreamInputBufferTest.cpp, tests/VectorStreamTest.cpp, 
    tests/create-makefile: 
  updated boilerplates 

  * doc/dvisvgm.txt.in, src/BoundingBox.cpp, src/BoundingBox.h, 
    src/DVIToSVG.cpp, tests/BoundingBoxTest.cpp, tests/Makefile.am: 
  added support for enlarging the minimal bbox by a given amount. 

  * configure.ac: 
  updated type of kpathsea_version_string (patch by lomov_vl) 

2009-12-16  Martin Gieseking  <martin.gieseking@uos.de>

  * src/InputReader.cpp: 
  fixed bug in InputReader::parseUInt() 

2009-12-15  Martin Gieseking  <martin.gieseking@uos.de>

  * configure.ac, src/dvisvgm.cpp: 
  appied get_time patch sent by Peter Breitenlohner 

2009-12-02  Martin Gieseking  <martin.gieseking@uos.de>

  * src/BoundingBox.h, src/Calculator.h, src/CharmapTranslator.h, 
    src/DVIReader.h, src/DVIToSVG.h, src/DVIToSVGActions.h, src/Font.h, 
    src/FontEngine.h, src/FontManager.h, src/FontMap.h, src/GFGlyphTracer.h, 
    src/GFReader.h, src/MessageException.h, src/MetafontWrapper.h, 
    src/PageSize.h, src/SVGTree.cpp, src/SVGTree.h, src/StreamReader.h, 
    src/VFActions.h, src/VFReader.h, src/XMLDocTypeNode.h, src/XMLDocument.h, 
    src/XMLNode.h, src/XMLString.h: 
  removed using statements from header files 

2009-11-25  Martin Gieseking  <martin.gieseking@uos.de>

  * src/FontCache.cpp, src/FontCache.h, src/FontEngine.cpp, 
    src/FontEngine.h, src/FontGlyph.cpp, src/FontGlyph.h, 
    src/GFGlyphTracer.cpp, src/GFGlyphTracer.h, src/GFTracer.cpp, 
    src/Glyph.cpp, src/Glyph.h, src/GraphicPath.h, src/Makefile.am, 
    src/Pair.h, src/SVGFontEmitter.cpp, src/SVGFontTraceEmitter.cpp, 
    tests/GraphicPathTest.cpp: 
  removed FEGlyphCommands and replaced separate glyph class implementation 
  by class GraphicPath 

2009-11-23  Martin Gieseking  <martin.gieseking@uos.de>

  * src/DVIToSVG.cpp: 
  avoid scaling by 1 in use elements 

2009-11-18  Martin Gieseking  <martin.gieseking@uos.de>

  * src/DLLoader.cpp, src/DLLoader.h: 
  fixed line endings 

  * src/Ghostscript.cpp, src/Ghostscript.h: 
  replaced #if HAVE_LIBGS by #if defined(HAVE_LIBGS) 

  * src/DVIToSVG.cpp, src/Ghostscript.cpp, src/Ghostscript.h: 
  replaced #if !DISABLE_GS by #if !defined(DISABLE_GS) (Peter 
  Breitenlohner) 

2009-11-17  Martin Gieseking  <martin.gieseking@uos.de>

  * NEWS: 
  updated NEWS 

  * src/dvisvgm.cpp: 
  don't use email adress PACKAGE_BUGREPORT for copyright notice 

  * src/CmdLineParserBase.h, src/GraphicPath.h, src/InputReader.h, 
    src/Makefile.am, src/PSInterpreter.h, src/SpecialManager.h: 
  added missing virtual destructors to avoid warnings 

  * src/InputReader.cpp: 
  added missing initialization value (Peter Breitenlohner) 

  * src/Color.cpp, src/ColorSpecialHandler.cpp, src/FontManager.cpp, 
    src/PsSpecialHandler.cpp, src/PsSpecialHandler.h, 
    src/TpicSpecialHandler.cpp: 
  added explicit casts to avoid compiler warnings (Peter Breitenlohner) 

  * potracelib/potracelib.c, potracelib/potracelib.h: 
  replaced outdated string constant type char* by const char* in 
  potrace_version() 

  * configure.ac, fedora/dvisvgm.spec, src/Doxyfile: 
  set version to 0.8.8dev 

2009-11-10  Martin Gieseking  <martin.gieseking@uos.de>

  * fedora/dvisvgm.spec: 
  updated spec file 

2009-11-09  Martin Gieseking  <martin.gieseking@uos.de>

  * configure.ac, fedora/dvisvgm.spec, src/Doxyfile: 
  set version to 0.8.7 

  * NEWS, src/Color.cpp, src/Color.h, src/PsSpecialHandler.cpp, 
    src/PsSpecialHandler.h, src/SVGTree.cpp: 
  PS handler: colors set by color specials are now considered properly 

  * src/DVIToSVG.cpp, src/dvisvgm.cpp: 
  added total number of pages to message text 

2009-11-06  Martin Gieseking  <martin.gieseking@uos.de>

  * NEWS, src/PsSpecialHandler.cpp: 
  fixed path scaling issue in PS handler 

  * NEWS, doc/dvisvgm.txt.in: 
  updated NEWS and manpage 

  * src/GraphicPath.h, src/PsSpecialHandler.cpp: 
  PS handler: replace zero-length paths by dots 

2009-10-29  Martin Gieseking  <martin.gieseking@uos.de>

  * src/DVIToSVGActions.cpp, src/Font.cpp, src/Font.h: 
  fixed positioning of italic characters 

2009-10-18  Martin Gieseking  <martin.gieseking@uos.de>

  * src/Font.cpp, src/TFM.cpp, src/TFM.h: 
  added italic correction values to character widths 

2009-10-16  Martin Gieseking  <martin.gieseking@uos.de>

  * configure.ac, src/Doxyfile: 
  increased version to 0.8.7dev 

  * tests/Makefile.am, tests/create-makefile: 
  added script to create tests/Makefile.am 

2009-10-13  Martin Gieseking  <martin.gieseking@uos.de>

  * README, tests/CalculatorTest.cpp, tests/CalculatorTest.h, 
    tests/ColorSpecialTest.cpp, tests/ColorSpecialTest.h, 
    tests/CommandLineTest.cpp, tests/CommandLineTest.h, 
    tests/DirectoryTest.cpp, tests/DirectoryTest.h, tests/FileFinderTest.cpp, 
    tests/FileFinderTest.h, tests/FontManagerTest.cpp, 
    tests/FontManagerTest.h, tests/FontMapTest.cpp, tests/FontMapTest.h, 
    tests/GraphicPathTest.cpp, tests/GraphicPathTest.h, tests/LengthTest.cpp, 
    tests/LengthTest.h, tests/Makefile.am, tests/MatrixTest.cpp, 
    tests/MatrixTest.h, tests/PageSizeTest.cpp, tests/PageSizeTest.h, 
    tests/SplittedCharInputBufferTest.cpp, 
    tests/SplittedCharInputBufferTest.h, tests/StreamCounterTest.cpp, 
    tests/StreamCounterTest.h, tests/StreamInputBufferTest.cpp, 
    tests/StreamInputBufferTest.h, tests/VectorStreamTest.cpp, 
    tests/VectorStreamTest.h: 
  replaced cxxtest by googletest 

  * doc/Makefile.am: 
  added missing dvi suffix in Makefile target dvi-pdf 

  * fedora/dvisvgm.spec: 
  updated spec file 

  * doc/Makefile.am, doc/dvisvgm.txt.in: 
  removed outdated post-processing of manpage 

2009-10-12  Martin Gieseking  <martin.gieseking@uos.de>

  * src/FontInfo.cpp, src/FontInfo.h, src/FontTracer.h, src/PSObject.cpp, 
    src/PSObject.h, src/PSState.cpp, src/PSState.h, src/global.cpp, 
    src/global.h: 
  removed unused source files 

  * src/BgColorSpecialHandler.cpp, src/BgColorSpecialHandler.h, 
    src/Bitmap.cpp, src/Bitmap.h, src/BoundingBox.cpp, src/BoundingBox.h, 
    src/Calculator.cpp, src/Calculator.h, src/CharmapTranslator.cpp, 
    src/CharmapTranslator.h, src/CmdLineParserBase.cpp, 
    src/CmdLineParserBase.h, src/Color.cpp, src/Color.h, 
    src/ColorSpecialHandler.cpp, src/ColorSpecialHandler.h, src/DLLoader.cpp, 
    src/DLLoader.h, src/DVIActions.cpp, src/DVIActions.h, src/DVIReader.cpp, 
    src/DVIReader.h, src/DVIToSVG.h, src/DVIToSVGActions.cpp, 
    src/DVIToSVGActions.h, src/Directory.cpp, src/Directory.h, 
    src/DvisvgmSpecialHandler.h, src/EmSpecialHandler.cpp, 
    src/EmSpecialHandler.h, src/FileFinder.cpp, src/FileFinder.h, 
    src/FileSystem.cpp, src/FileSystem.h, src/Font.cpp, src/Font.h, 
    src/FontCache.cpp, src/FontCache.h, src/FontEmitter.h, 
    src/FontEncoding.cpp, src/FontEncoding.h, src/FontEngine.cpp, 
    src/FontEngine.h, src/FontGlyph.cpp, src/FontGlyph.h, 
    src/FontManager.cpp, src/FontManager.h, src/FontMap.cpp, src/FontMap.h, 
    src/GFGlyphTracer.cpp, src/GFGlyphTracer.h, src/GFReader.cpp, 
    src/GFReader.h, src/GFTracer.cpp, src/GFTracer.h, src/Ghostscript.cpp, 
    src/Ghostscript.h, src/GraphicPath.h, src/InputBuffer.cpp, 
    src/InputBuffer.h, src/InputReader.cpp, src/InputReader.h, 
    src/Matrix.cpp, src/Matrix.h, src/Message.cpp, src/Message.h, 
    src/MessageException.h, src/MetafontWrapper.cpp, src/MetafontWrapper.h, 
    src/PSInterpreter.cpp, src/PSInterpreter.h, src/PageSize.cpp, 
    src/PageSize.h, src/Pair.h, src/SVGFontEmitter.cpp, src/SVGFontEmitter.h, 
    src/SVGFontTraceEmitter.cpp, src/SVGFontTraceEmitter.h, 
    src/SpecialActions.h, src/SpecialHandler.h, src/SpecialManager.cpp, 
    src/SpecialManager.h, src/StreamCounter.h, src/StreamReader.cpp, 
    src/StreamReader.h, src/TFM.cpp, src/TFM.h, src/TpicSpecialHandler.cpp, 
    src/TpicSpecialHandler.h, src/VFActions.h, src/VFReader.cpp, 
    src/VFReader.h, src/VectorStream.h, src/XMLDocTypeNode.h, 
    src/XMLDocument.cpp, src/XMLDocument.h, src/XMLNode.cpp, src/XMLNode.h, 
    src/XMLString.cpp, src/XMLString.h, src/macros.h, src/types.h: 
  code cleanup 

2009-10-11  Martin Gieseking  <martin.gieseking@uos.de>

  * NEWS: 
  NEWS updated 

  * src/DVIToSVG.cpp, src/DvisvgmSpecialHandler.cpp, 
    src/PsSpecialHandler.cpp, src/PsSpecialHandler.h, src/SVGTree.cpp, 
    src/SVGTree.h: 
  suppress empty style and transformation elements 

  * transfer-cs: 
  improved transfer-cs 

2009-10-10  Martin Gieseking  <martin.gieseking@uos.de>

  * src/PsSpecialHandler.cpp: 
  scale clipping paths by 72.27/72 

2009-10-09  Martin Gieseking  <martin.gieseking@uos.de>

  * src/Makefile.am: 
  fixed Makefile 

  * src/Length.cpp, src/Length.h, tests/LengthTest.h: 
  fixed unit conversion bug 

  * doc/dvisvgm.txt.in: 
  fixed formatting of manual page 

  * transfer-cs: 
  added script to transfer changesets to dvisvgm-pub 

  * autogen.sh, prepare: 
  prepare script replaced by autogen.sh 

  * src/Bitmap.h: 
  fixed bit shift overflow in Bitmap class occured on 64-bit systems 

2009-10-08  Martin Gieseking  <martin.gieseking@uos.de>

  * src/dvisvgm.cpp: 
  fixed uncaught PageSizeException 

  * src/MetafontWrapper.cpp: 
  fixed file permissions 

  * NEWS, src/GraphicPath.h, src/PsSpecialHandler.cpp, 
    src/PsSpecialHandler.h: 
  PS clipping path sequences and intersections are now handled correctly 

  * NEWS, doc/dvisvgm.txt.in, src/BoundingBox.cpp, src/CommandLine.cpp, 
    src/CommandLine.h, src/DVIToSVG.cpp, src/DVIToSVG.h, src/dvisvgm.cpp, 
    src/options.xml, tests/CommandLineTest.h, tests/Makefile.am: 
  cmdline parameter --bbox can now be used to set the absolute bounding 
  box 

2009-10-07  Martin Gieseking  <martin.gieseking@uos.de>

  * src/BoundingBox.cpp, src/BoundingBox.h, src/Length.cpp, src/Length.h, 
    src/Makefile.am, tests/LengthTest.h: 
  class Length provides length unit calculations 

  * NEWS, doc/dvisvgm.txt.in, src/BoundingBox.cpp, src/BoundingBox.h, 
    src/DvisvgmSpecialHandler.cpp: 
  added the special variant 'dvisvgm:bbox abs' and 'dvisvgm:bbox fix' 

2009-10-06  Martin Gieseking  <martin.gieseking@uos.de>

  * NEWS, configure.ac, fedora/dvisvgm.spec, src/Doxyfile: 
  set version to 0.8.6 

  * src/BoundingBox.cpp, src/BoundingBox.h, src/GraphicPath.h, 
    src/PSInterpreter.cpp, src/PSInterpreter.h, src/PsSpecialHandler.cpp, 
    src/PsSpecialHandler.h, src/psdefs.ps, src/psdefs.psc: 
  fixed some PS bounding box and positioning issues introduced by previous 
  changesets 

2009-10-05  Martin Gieseking  <martin.gieseking@uos.de>

  * NEWS, src/PsSpecialHandler.cpp: 
  fixed another positioning bug reported by John Bowman 

  * src/PsSpecialHandler.cpp: 
  convert PS path coordinated to TeX point units 

2009-10-04  Martin Gieseking  <martin.gieseking@uos.de>

  * src/GraphicPath.h, src/PsSpecialHandler.cpp, src/PsSpecialHandler.h: 
  corrected positioning bug introduced with previous PS positioning fix 

2009-10-02  Martin Gieseking  <martin.gieseking@uos.de>

  * doc/Makefile.am, doc/dvisvgm.txt.in: 
  generate pdf manpage directly with groff; adapted manpage source to work 
  with latest asciidoc 

2009-10-01  Martin Gieseking  <martin.gieseking@uos.de>

  * doc/Makefile.am, doc/dvisvgm.txt.in: 
  replaced backticks in manpage by apostrophes; updated date on homepage 

2009-09-30  Martin Gieseking  <martin.gieseking@uos.de>

  * Makefile.am, configure.ac, fedora/dvisvgm.spec, src/Doxyfile: 
  increased version number to 0.8.5 

  * LGPL-2.1.txt, NEWS, README: 
  updated README and NEWS, and added file with LGPL license text 

  * doc/dvisvgm.txt.in: 
  added dvisvgm:raw example to man page 

2009-09-17  Martin Gieseking  <martin.gieseking@uos.de>

  * doc/dvisvgm.txt.in: 
  minor changes of the documentation 

  * fedora/dvisvgm.spec: 
  updated spec file and fixed typo on website 

  * src/PsSpecialHandler.h: 
  increased the default linewidth to 0.5 

  * NEWS: 
  added cretdit to John Bowman for sending a patch for the already fixed 
  clipping bug 

2009-09-11  Martin Gieseking  <martin.gieseking@uos.de>

  * src/FileSystem.cpp, src/MetafontWrapper.cpp: 
  Windows: Metafont is now called via CreateProcess() 

  * NEWS, doc/dvisvgm.txt.in, src/CommandLine.cpp, src/CommandLine.h, 
    src/DVIToSVGActions.cpp, src/DVIToSVGActions.h, src/SpecialManager.cpp, 
    src/SpecialManager.h, src/dvisvgm.cpp, src/options.xml: 
  added option --progress for enabling a progress indicator (feature #22) 

  * NEWS, src/CmdLineParserBase.cpp, src/FontCache.cpp, 
    src/SVGFontTraceEmitter.cpp: 
  fixed memory bug in tracer module (issue #21) 

2009-09-10  Martin Gieseking  <martin.gieseking@uos.de>

  * src/FileSystem.cpp, src/FontCache.cpp: 
  fixed Windows-related bug in FileSystem::collect 

  * NEWS, doc/dvisvgm.txt.in, src/FileSystem.cpp, src/FileSystem.h, 
    src/FontCache.cpp, src/FontCache.h, src/dvisvgm.cpp: 
  option --cache prints additional information about the cached fonts 
  (feature #7) 

  * src/BgColorSpecialHandler.cpp, src/BgColorSpecialHandler.h, 
    src/ColorSpecialHandler.cpp, src/ColorSpecialHandler.h, src/DVIToSVG.cpp, 
    src/DvisvgmSpecialHandler.cpp, src/DvisvgmSpecialHandler.h, 
    src/EmSpecialHandler.cpp, src/EmSpecialHandler.h, 
    src/PsSpecialHandler.cpp, src/PsSpecialHandler.h, src/SpecialHandler.h, 
    src/SpecialManager.cpp, src/TpicSpecialHandler.cpp, 
    src/TpicSpecialHandler.h: 
  refactored prefixes methods of the SpecialHandlers (ticket #20) 

2009-09-06  Martin Gieseking  <martin.gieseking@uos.de>

  * NEWS, README: 
  updated NEWS and README 

2009-09-04  Martin Gieseking  <martin.gieseking@uos.de>

  * src/CmdLineParserBase.cpp, src/CmdLineParserBase.h, src/CommandLine.cpp, 
    src/InputBuffer.h, src/InputReader.h, src/psdefs.psc, 
    tests/CommandLineTest.h: 
  improved the command line parser to make it more POSIX-compliant 
  (feature #17) 

  * src/dvisvgm.cpp: 
  fixed evaluation of option --help 

  * src/BoundingBox.cpp, src/BoundingBox.h, src/PsSpecialHandler.cpp: 
  linewidths are now considered properly in computation of bounding box 
  (issue #13) 

  * configure.ac, fedora/dvisvgm.spec, src/Doxyfile: 
  increased version number to 0.8.4 

2009-09-01  Martin Gieseking  <martin.gieseking@uos.de>

  * src/PsSpecialHandler.cpp, src/psdefs.ps, src/psdefs.psc: 
  fixed flattened clipping path bug (issue #11) 

2009-08-31  Martin Gieseking  <martin.gieseking@uos.de>

  * src/Makefile.am: 
  added error checks; disallow numeric optional arguments w/o default 
  value 

2009-08-28  Martin Gieseking  <martin.gieseking@uos.de>

  * NEWS, src/PSInterpreter.cpp, src/PsSpecialHandler.cpp, src/dvisvgm.cpp, 
    src/psdefs.ps, src/psdefs.psc: 
  added evaluation of PS 'show' operator in order to evaluate PSTricks 
  Type 3 fonts properly 

2009-08-27  Martin Gieseking  <martin.gieseking@uos.de>

  * NEWS, configure.ac, doc/dvisvgm.txt.in, src/CmdLineParserBase.cpp, 
    src/CommandLine.cpp, src/Doxyfile, src/dvisvgm.cpp, src/getopt.c, 
    src/getopt.h, src/getopt1.c, src/options.xml: 
  replaced option --cache=? by --cache; increased version number to 0.8.3 

2009-08-26  Martin Gieseking  <martin.gieseking@uos.de>

  * NEWS, configure.ac, src/DVIToSVG.cpp, src/DVIToSVG.h, 
    src/DVIToSVGActions.cpp, src/DVIToSVGActions.h, src/PsSpecialHandler.cpp, 
    src/SpecialManager.cpp, src/SpecialManager.h: 
  PS prologue files referenced in first page are now always loaded 

  * configure.ac, fedora/dvisvgm.spec, src/Ghostscript.cpp, 
    src/Ghostscript.h, src/Makefile.am: 
  improved Ghostscript and potrace linking checks to simplify usage of 
  external devel files 

  * fedora/dvisvgm-0.8.1-potrace.patch, fedora/dvisvgm-gs.patch, 
    fedora/dvisvgm-potrace.patch, fedora/dvisvgm.spec: 
  updated Fedora files 

2009-08-24  Martin Gieseking  <martin.gieseking@uos.de>

  * src/CommandLine.cpp, src/CommandLine.h: 
  speed up printing help by using puts() instead of C++ streams 

2009-08-21  Martin Gieseking  <martin.gieseking@uos.de>

  * NEWS, configure.ac, src/CmdLineParserBase.cpp, src/CmdLineParserBase.h, 
    src/Doxyfile: 
  increased version number to 0.8.2 

  * src/CmdLineParserBase.cpp, src/CmdLineParserBase.h, src/Makefile.am, 
    src/dvisvgm.cpp, src/options.xml, tests/CommandLineTest.h, 
    tests/Makefile.am: 
  improved CmdLineParserBase and replaced gengetopt-based parser 

  * src/FontMap.cpp: 
  fixed memory bug in FontMap 

2009-08-20  Martin Gieseking  <martin.gieseking@uos.de>

  * COPYING: 
  added copy of file COPYING 

  * src/CmdLineParserBase.cpp, src/CmdLineParserBase.h: 
  finished cmdline parser 

  * src/CmdLineParserBase.cpp, src/CmdLineParserBase.h, src/options.xml: 
  added files for replacement of gengetopt (not active yet) 

  * src/InputReader.cpp, src/InputReader.h: 
  added method parseUInt() 

2009-08-17  Martin Gieseking  <martin.gieseking@uos.de>

  * COPYING, LICENSE, Makefile.am, README, doc/dvisvgm.txt.in, 
    src/BgColorSpecialHandler.cpp, src/BgColorSpecialHandler.h, 
    src/Bitmap.cpp, src/Bitmap.h, src/BoundingBox.cpp, src/BoundingBox.h, 
    src/Calculator.cpp, src/Calculator.h, src/CharmapTranslator.cpp, 
    src/CharmapTranslator.h, src/Color.cpp, src/Color.h, 
    src/ColorSpecialHandler.cpp, src/ColorSpecialHandler.h, src/DLLoader.cpp, 
    src/DLLoader.h, src/DVIActions.cpp, src/DVIActions.h, src/DVIReader.cpp, 
    src/DVIReader.h, src/DVIToSVG.cpp, src/DVIToSVG.h, 
    src/DVIToSVGActions.cpp, src/DVIToSVGActions.h, src/Directory.cpp, 
    src/Directory.h, src/DvisvgmSpecialHandler.cpp, 
    src/DvisvgmSpecialHandler.h, src/EmSpecialHandler.cpp, 
    src/EmSpecialHandler.h, src/FileFinder.cpp, src/FileFinder.h, 
    src/FileSystem.cpp, src/FileSystem.h, src/Font.cpp, src/Font.h, 
    src/FontCache.cpp, src/FontCache.h, src/FontEmitter.h, 
    src/FontEncoding.cpp, src/FontEncoding.h, src/FontEngine.cpp, 
    src/FontEngine.h, src/FontGlyph.cpp, src/FontGlyph.h, src/FontInfo.cpp, 
    src/FontInfo.h, src/FontManager.cpp, src/FontManager.h, src/FontMap.cpp, 
    src/FontMap.h, src/FontTracer.h, src/GFGlyphTracer.cpp, 
    src/GFGlyphTracer.h, src/GFReader.cpp, src/GFReader.h, src/GFTracer.cpp, 
    src/GFTracer.h, src/Ghostscript.cpp, src/Ghostscript.h, 
    src/GraphicPath.h, src/HtmlSpecialHandler.h, src/InputBuffer.cpp, 
    src/InputBuffer.h, src/InputReader.cpp, src/InputReader.h, 
    src/Matrix.cpp, src/Matrix.h, src/Message.cpp, src/Message.h, 
    src/MessageException.h, src/MetafontWrapper.cpp, src/MetafontWrapper.h, 
    src/PSInterpreter.cpp, src/PSInterpreter.h, src/PSObject.cpp, 
    src/PSObject.h, src/PSState.cpp, src/PSState.h, src/PageSize.cpp, 
    src/PageSize.h, src/Pair.h, src/PsSpecialHandler.cpp, 
    src/PsSpecialHandler.h, src/SVGFontEmitter.cpp, src/SVGFontEmitter.h, 
    src/SVGFontTraceEmitter.cpp, src/SVGFontTraceEmitter.h, src/SVGTree.cpp, 
    src/SVGTree.h, src/SWFWriter.cpp, src/SWFWriter.h, src/SpecialActions.h, 
    src/SpecialHandler.h, src/SpecialManager.cpp, src/SpecialManager.h, 
    src/StreamCounter.h, src/StreamReader.cpp, src/StreamReader.h, 
    src/TFM.cpp, src/TFM.h, src/TpicSpecialHandler.cpp, 
    src/TpicSpecialHandler.h, src/VFActions.h, src/VFReader.cpp, 
    src/VFReader.h, src/VectorStream.h, src/XMLDocTypeNode.h, 
    src/XMLDocument.cpp, src/XMLDocument.h, src/XMLNode.cpp, src/XMLNode.h, 
    src/XMLString.cpp, src/XMLString.h, src/dvisvgm.cpp, src/global.cpp, 
    src/global.h, src/inttypes.h, src/macros.h, src/psdefs.ps, 
    src/psdefs.psc, src/types.h, tests/CalculatorTest.h, 
    tests/ColorSpecialTest.h, tests/DirectoryTest.h, tests/FileFinderTest.h, 
    tests/FontManagerTest.h, tests/FontMapTest.h, tests/GraphicPathTest.h, 
    tests/MatrixTest.h, tests/PageSizeTest.h, 
    tests/SplittedCharInputBufferTest.h, tests/StreamCounterTest.h, 
    tests/StreamInputBufferTest.h, tests/VectorStreamTest.h: 
  changed license to GPL version 3 or later 

  * tests/Makefile.am: 
  added include path to fix broken distcheck 

2009-08-10  Martin Gieseking  <martin.gieseking@uos.de>

  * tests/Makefile.am: 
  added generated file test-all.cpp to CLEANFILES 

  * Makefile.am, configure.ac, src/Makefile.am, src/tests/CalculatorTest.h, 
    src/tests/ColorSpecialTest.h, src/tests/DirectoryTest.h, 
    src/tests/FileFinderTest.h, src/tests/FontManagerTest.h, 
    src/tests/FontMapTest.h, src/tests/GraphicPathTest.h, 
    src/tests/MatrixTest.h, src/tests/PageSizeTest.h, 
    src/tests/SplittedCharInputBufferTest.h, src/tests/StreamCounterTest.h, 
    src/tests/StreamInputBufferTest.h, src/tests/VectorStreamTest.h, 
    src/tests/dvipdfm_test.map, src/tests/dvips_test.map, 
    tests/CalculatorTest.h, tests/ColorSpecialTest.h, tests/DirectoryTest.h, 
    tests/FileFinderTest.h, tests/FontManagerTest.h, tests/FontMapTest.h, 
    tests/GraphicPathTest.h, tests/Makefile.am, tests/MatrixTest.h, 
    tests/PageSizeTest.h, tests/SplittedCharInputBufferTest.h, 
    tests/StreamCounterTest.h, tests/StreamInputBufferTest.h, 
    tests/VectorStreamTest.h, tests/dvipdfm_test.map, tests/dvips_test.map: 
  moved tests from src/tests to ./tests 

  * fedora/dvisvgm-0.8.1-potrace.patch, fedora/dvisvgm.spec, 
    rpm/dvisvgm.spec: 
  added spec file and patch for Fedora builds 

2009-08-02  Martin Gieseking  <martin.gieseking@uos.de>

  * LICENSE, Makefile.am, rpm/dvisvgm.spec, rpm/dvisvgm.spec.in, 
    src/Ghostscript.cpp: 
  modified package to be compatible with prerequisites of Fedora 

2009-07-30  Martin Gieseking  <martin.gieseking@uos.de>

  * src/DVIToSVGActions.cpp, src/Ghostscript.cpp, src/Ghostscript.h, 
    src/PsSpecialHandler.cpp, src/PsSpecialHandler.h: 
  added Ghostscript revision info to output of dvisvgm -l 

  * configure.ac, src/DVIToSVG.cpp: 
  added target triplet to version string in SVG output 

2009-07-29  Martin Gieseking  <martin.gieseking@uos.de>

  * src/psdefs.psc: 
  added vim tag to psdefs.psc 

2009-07-28  Martin Gieseking  <martin.gieseking@uos.de>

  * src/gencmdline.bat, src/psdefs.psc: 
  cleaned up VC++ build files; added batch file to generate cmdline.c; 
  added generated file psdefs.psc for convenience 

  * NEWS, src/FileSystem.cpp, src/FontEngine.cpp, src/FontManager.cpp, 
    src/Ghostscript.cpp, src/PageSize.cpp, src/dvisvgm.cpp: 
  fixed bug related to unsigned/size_t mismatch on x64 systems 

  * NEWS, configure.ac, src/Doxyfile: 
  updated version number to 0.8.1 

  * src/PsSpecialHandler.cpp: 
  added evaluation of more psfile parameters; fixed psfile bounding box 
  bug 

2009-07-27  Martin Gieseking  <martin.gieseking@uos.de>

  * src/DVIReader.h, src/InputBuffer.cpp, src/InputBuffer.h, 
    src/InputReader.cpp, src/InputReader.h, src/Matrix.cpp, src/Matrix.h, 
    src/PSInterpreter.h: 
  replaced size_t parameters by unsigned 

  * NEWS, README: 
  fixed typos; updated homepage/manpage 

  * src/DLLoader.cpp, src/InputReader.cpp, src/PSInterpreter.cpp: 
  changes to make VC happy; fixed potential memory bug 

2009-07-23  Martin Gieseking  <martin.gieseking@uos.de>

  * src/PSInterpreter.cpp: 
  some clean-ups 

2009-07-22  Martin Gieseking  <martin.gieseking@uos.de>

  * src/TpicSpecialHandler.cpp: 
  fixed reintroduced bug in TPIC handler 

  * NEWS, README, doc/dvisvgm.txt.in, src/BoundingBox.cpp, 
    src/BoundingBox.h, src/GraphicPath.h, src/PSInterpreter.cpp, 
    src/PsSpecialHandler.cpp, src/PsSpecialHandler.h, src/psdefs.ps: 
  fixed clipping bug; updated homepage, README, NEWS 

2009-07-20  Martin Gieseking  <martin.gieseking@uos.de>

  * src/PsSpecialHandler.cpp, src/SVGTree.cpp: 
  fixed bbox bug; added missing file 

  * src/DvisvgmSpecialHandler.cpp, src/InputBuffer.cpp, src/InputReader.cpp, 
    src/InputReader.h, src/PsSpecialHandler.cpp, src/PsSpecialHandler.h, 
    src/psdefs.ps, src/tests/StreamInputBufferTest.h: 
  implemented psfile special; fixed some bugs 

2009-06-01  Martin Gieseking  <martin.gieseking@uos.de>

  * src/BgColorSpecialHandler.cpp, src/BgColorSpecialHandler.h, 
    src/ColorSpecialHandler.cpp, src/ColorSpecialHandler.h, 
    src/DvisvgmSpecialHandler.cpp, src/DvisvgmSpecialHandler.h, 
    src/EmSpecialHandler.cpp, src/EmSpecialHandler.h, src/SpecialHandler.h, 
    src/SpecialManager.cpp, src/SpecialManager.h, src/TpicSpecialHandler.cpp, 
    src/TpicSpecialHandler.h: 
  transplanted changes to SpecialHandlers from branch 'pages' 

  * src/GFTracer.cpp: 
  transplanted changes to GFTracer from branch 'pages' 

  * src/VFReader.cpp: 
  transplanted changes to VFReader from branch 'pages' 

  * src/FileSystem.cpp, src/FileSystem.h: 
  transplanted changes to FileSystem from branch 'pages' 

  * src/DVIReader.cpp, src/DVIReader.h: 
  transplanted changes to DVIReader from branch 'pages' 

  * src/Bitmap.cpp, src/Bitmap.h: 
  transplanted changes to Bitmap from branch 'pages' 

  * src/InputBuffer.cpp, src/InputBuffer.h, src/Makefile.am: 
  transplanted changes to InputBuffer from branch 'pages' 

2009-04-24  Martin Gieseking  <martin.gieseking@uos.de>

  * src/FontCache.h: 
  increased version of font cache files to ensure their recreation due to 
  the previously fixed shorthand path command bug 

  * NEWS, configure.ac, src/Doxyfile: 
  increased version number to 0.7.3 

  * src/TpicSpecialHandler.cpp: 
  fixed TPIC handler bug that could caused unwanted color fills of 
  ellipses due to a missing call of reset() 

2009-04-02  Martin Gieseking  <martin.gieseking@uos.de>

  * configure.ac, doc/dvisvgm.txt.in, src/MetafontWrapper.cpp, 
    src/dvisvgm.cpp: 
  prepared release 0.7.2 (removed inclusions of debug.h, adapted homepage 
  and manpage) 

2009-03-25  Martin Gieseking  <martin.gieseking@uos.de>

  * src/Doxyfile: 
  added doxygen files 

  * src/DVIToSVG.cpp, src/DVIToSVG.h, src/FontGlyph.cpp, 
    src/SVGFontTraceEmitter.cpp, src/SVGFontTraceEmitter.h, src/dvisvgm.cpp: 
  replaced Metafont magnification variable and its setters by a public 
  class variable 

2009-03-24  Martin Gieseking  <martin.gieseking@uos.de>

  * src/FontGlyph.cpp: 
  fixed memory bug in Glyph::optimizeCommands() 

  * src/FontGlyph.cpp: 
  fixed potential bug in Glyph::optimizeCommands() 

  * NEWS, src/FontCache.cpp, src/FontGlyph.cpp, src/FontGlyph.h, 
    src/GFGlyphTracer.cpp, src/Pair.h, src/SVGFontEmitter.cpp: 
  use of shorthand path commands has been implemented 

2009-03-20  Martin Gieseking  <martin.gieseking@uos.de>

  * src/FontCache.cpp: 
  cache files are being compressed now to reduce the file size 

2009-03-19  Martin Gieseking  <martin.gieseking@uos.de>

  * src/FontCache.cpp, src/SVGFontTraceEmitter.cpp: 
  don't read existing cache file if --trace-all is given (trace complete 
  font and then write cache file instead) 

  * NEWS, doc/dvisvgm.txt.in, src/FontEmitter.h, src/GFGlyphTracer.cpp, 
    src/SVGFontEmitter.cpp, src/SVGFontEmitter.h, 
    src/SVGFontTraceEmitter.cpp, src/SVGFontTraceEmitter.h, src/dvisvgm.cpp, 
    src/options.ggo: 
  added option --trace-all that forces tracing of all glyphs of all 
  currently used bitmap fonts 

2009-03-18  Martin Gieseking  <martin.gieseking@uos.de>

  * src/DVIToSVG.cpp, src/TFM.cpp, src/TFM.h: 
  added firstChar()/lastChar() to TFM class, removed unnecessary mag 
  member variable and its setter 

  * src/FontCache.cpp: 
  fixed bug in read/write functions of FontCache 

2009-03-17  Martin Gieseking  <martin.gieseking@uos.de>

  * src/FontCache.cpp: 
  reduced size of cache file format by using variable integer sizes 

  * doc/dvisvgm.txt.in, src/dvisvgm.cpp: 
  added option variant --cache=? to display the default cache directory 

  * doc/dvisvgm.txt.in, src/DVIToSVG.cpp, src/FileSystem.cpp, 
    src/FileSystem.h, src/FontCache.cpp, src/FontCache.h, src/FontGlyph.h, 
    src/GFGlyphTracer.cpp, src/GFGlyphTracer.h, src/Makefile.am, 
    src/SVGFontTraceEmitter.cpp, src/SVGFontTraceEmitter.h, src/dvisvgm.cpp: 
  completed font caching support 

2009-03-16  Martin Gieseking  <martin.gieseking@uos.de>

  * NEWS, configure.ac, doc/dvisvgm.txt.in, src/DVIToSVG.cpp, 
    src/FileSystem.cpp, src/FileSystem.h, src/FontCache.cpp, src/FontCache.h, 
    src/FontGlyph.cpp, src/FontGlyph.h, src/GFGlyphTracer.cpp, 
    src/GFGlyphTracer.h, src/GFTracer.cpp, src/options.ggo: 
  first additions to support font caching; not working yet 

2009-03-11  Martin Gieseking  <martin.gieseking@uos.de>

  * src/DVIReader.h, src/DVIToSVG.cpp, src/DVIToSVGActions.cpp, 
    src/DVIToSVGActions.h, src/FontEmitter.h, src/SVGFontEmitter.cpp, 
    src/SVGFontEmitter.h, src/SVGFontTraceEmitter.cpp, 
    src/SVGFontTraceEmitter.h: 
  improved font embedding algorithm in case of --no-fonts (identical 
  glyphs in different sizes are now referenced rather than duplicated) 

2009-03-10  Martin Gieseking  <martin.gieseking@uos.de>

  * NEWS, src/DVIToSVG.cpp, src/DVIToSVGActions.cpp, src/Font.h, 
    src/SVGFontEmitter.cpp, src/SVGFontTraceEmitter.cpp: 
  all glyph sizes are now computed correctly in conjuction with option 
  --no-fonts 

2009-03-09  Martin Gieseking  <martin.gieseking@uos.de>

  * src/DVIReader.cpp, src/DVIReader.h, src/DVIToSVG.cpp, src/DVIToSVG.h, 
    src/DVIToSVGActions.cpp: 
  fixed transformation bug (transformations are now applied properly to 
  the page) 

  * src/types.h: 
  minor changes to homepage and .hgignore 

  * src/BgColorSpecialHandler.cpp, src/SpecialManager.cpp, 
    src/TpicSpecialHandler.cpp: 
  adapted Code to make VC happy 

2009-03-08  Martin Gieseking  <martin.gieseking@uos.de>

  * src/BgColorSpecialHandler.cpp, src/BgColorSpecialHandler.h: 
  added missing background color handler 

  * NEWS, README, src/Color.cpp, src/Color.h, src/ColorSpecialHandler.cpp, 
    src/DVIToSVGActions.cpp, src/DVIToSVGActions.h, 
    src/DvisvgmSpecialHandler.cpp, src/EmSpecialHandler.cpp, src/Makefile.am, 
    src/TpicSpecialHandler.cpp: 
  added bgcolor support, updated homepage, fixed color handler bug 

2009-03-06  Martin Gieseking  <martin.gieseking@uos.de>

  * src/TpicSpecialHandler.cpp, src/TpicSpecialHandler.h: 
  implemented splines of tpic specials 

  * src/TpicSpecialHandler.cpp, src/TpicSpecialHandler.h: 
  implemented arc drawing of tpic special set 

2009-03-03  Martin Gieseking  <martin.gieseking@uos.de>

  * doc/dvisvgm.txt.in, src/DvisvgmSpecialHandler.cpp, 
    src/DvisvgmSpecialHandler.h: 
  minor code improvements; comments added 

  * doc/Makefile.am, doc/dvisvgm.txt.in, src/DVIToSVGActions.cpp, 
    src/DVIToSVGActions.h, src/DvisvgmSpecialHandler.cpp, 
    src/DvisvgmSpecialHandler.h, src/InputBuffer.cpp, src/InputBuffer.h, 
    src/SpecialActions.h: 
  implemented the dvisvgm specials raw, image, and bbox 

  * src/BoundingBox.cpp, src/BoundingBox.h, src/Color.cpp, 
    src/ColorSpecialHandler.cpp, src/ColorSpecialHandler.h, src/DVIActions.h, 
    src/DVIBBoxActions.h, src/DVIToSVG.cpp, src/DVIToSVG.h, 
    src/DVIToSVGActions.cpp, src/DVIToSVGActions.h, src/EmSpecialHandler.cpp, 
    src/Makefile.am, src/SpecialActions.h, src/SpecialHandler.h, 
    src/TpicSpecialHandler.cpp: 
  improved computation of the bounding box (works with specials now); 
  added dummy function for background color assignments 

2009-02-26  Martin Gieseking  <martin.gieseking@uos.de>

  * doc/Makefile.am, doc/dvisvgm.txt.in: 
  improved manpage 

  * doc/Makefile.am, doc/dvisvgm.txt, doc/dvisvgm.txt.in: 
  removed generated file, added dvisvgm.txt.in 

2009-02-25  Martin Gieseking  <martin.gieseking@uos.de>

  * src/DVIToSVGActions.cpp, src/DVIToSVGActions.h, 
    src/DvisvgmSpecialHandler.cpp, src/EmSpecialHandler.cpp, 
    src/SpecialActions.h, src/TpicSpecialHandler.cpp: 
  renamed appendInPage() to appendToPage 

2009-02-24  Martin Gieseking  <martin.gieseking@uos.de>

  * NEWS, doc/dvisvgm.1.in, src/TpicSpecialHandler.cpp: 
  few additions to tpic handler 

  * NEWS, src/Color.cpp, src/Color.h, src/DVIToSVGActions.cpp, 
    src/Makefile.am, src/Pair.h, src/SpecialHandler.h, 
    src/SpecialManager.cpp, src/SpecialManager.h, src/TpicSpecialHandler.cpp, 
    src/TpicSpecialHandler.h: 
  first tpic implementations; not complete yet 

  * src/ColorSpecialHandler.cpp, src/ColorSpecialHandler.h, 
    src/DVIToSVGActions.cpp, src/DvisvgmSpecialHandler.cpp, 
    src/DvisvgmSpecialHandler.h, src/EmSpecialHandler.cpp, 
    src/EmSpecialHandler.h, src/HtmlSpecialHandler.h, src/Makefile.am, 
    src/SpecialColorHandler.cpp, src/SpecialColorHandler.h, 
    src/SpecialDvisvgmHandler.cpp, src/SpecialDvisvgmHandler.h, 
    src/SpecialEmHandler.cpp, src/SpecialEmHandler.h, src/SpecialHandler.h, 
    src/SpecialHtmlHandler.h, src/SpecialManager.cpp, src/SpecialManager.h, 
    src/tests/ColorSpecialTest.h: 
  improved SpecialHandler is now able to handle unprefixed specials 

2009-02-23  Martin Gieseking  <martin.gieseking@uos.de>

  * NEWS, configure.ac, doc/dvisvgm.1.in, src/DVIBBoxActions.h, 
    src/DVIReader.h, src/DVIToSVG.cpp, src/DVIToSVG.h, 
    src/DVIToSVGActions.cpp, src/FontEmitter.h, src/FontEngine.cpp, 
    src/FontEngine.h, src/FontGlyph.cpp, src/FontGlyph.h, 
    src/SVGFontEmitter.cpp, src/SVGFontEmitter.h, 
    src/SVGFontTraceEmitter.cpp, src/SVGFontTraceEmitter.h, src/XMLNode.cpp, 
    src/XMLNode.h, src/dvisvgm.cpp, src/options.ggo, 
    src/tests/ColorSpecialTest.h: 
  added option --no-fonts wich uses path elements instead of fonts 

2009-02-20  Martin Gieseking  <martin.gieseking@uos.de>

  * NEWS, doc/dvisvgm.1.in, src/Color.cpp, src/Color.h, 
    src/DVIToSVGActions.cpp, src/DVIToSVGActions.h, src/Makefile.am, 
    src/SpecialActions.h, src/SpecialColorHandler.cpp, 
    src/SpecialDvisvgmHandler.cpp, src/SpecialDvisvgmHandler.h, 
    src/SpecialEmHandler.cpp, src/SpecialEmHandler.h, 
    src/SpecialHtmlHandler.h, src/VerbSpecialHandler.cpp, 
    src/VerbSpecialHandler.h: 
  fixed bug in color handler, added skeletons of dvisvgm/hyperref special 
  handlers 

2009-02-18  Martin Gieseking  <martin.gieseking@uos.de>

  * NEWS, src/SpecialActions.h, src/tests/ColorSpecialTest.h: 
  adapted color test to new interface, added emtex info 

  * src/Color.h, src/DVIToSVGActions.cpp, src/DVIToSVGActions.h, 
    src/Makefile.am, src/SpecialActions.h, src/SpecialColorHandler.cpp, 
    src/SpecialEmHandler.cpp: 
  added color support to emTeX specials, removed Color class 

2009-02-17  Martin Gieseking  <martin.gieseking@uos.de>

  * src/DVIReader.cpp: 
  made DVICommand local to executeCommand, removed unnecessary if 
  statement 

2009-02-15  Martin Gieseking  <martin.gieseking@uos.de>

  * src/DVIToSVGActions.cpp, src/DVIToSVGActions.h, src/Makefile.am, 
    src/SpecialActions.h, src/SpecialManager.cpp, src/VerbSpecialHandler.cpp, 
    src/VerbSpecialHandler.h, src/XMLString.cpp, src/XMLString.h: 
  added special handler for verbatim output 

2009-02-14  Martin Gieseking  <martin.gieseking@uos.de>

  * NEWS, configure.ac: 
  prepared release of version 0.7 

  * doc/dvisvgm.1.in, src/DVIToSVG.cpp, src/DVIToSVG.h, 
    src/DVIToSVGActions.cpp, src/dvisvgm.cpp, src/options.ggo: 
  added option --no-style 

  * NEWS, configure.ac: 
  increased version number to 0.6.2, updated NEWS 

  * src/dvisvgm.cpp: 
  fixed incorrect behavior of option -V/--version 

  * src/Color.h, src/DVIToSVGActions.cpp, src/DVIToSVGActions.h: 
  finished color support 

2009-02-13  Martin Gieseking  <martin.gieseking@uos.de>

  * src/ColorSpecialHandler.cpp, src/Makefile.am, 
    src/tests/ColorSpecialTest.h: 
  added tests for ColorSpecialHandler 

  * prepare: 
  updated administrative files 

  * src/DVIToSVGActions.cpp, src/DVIToSVGActions.h, src/Makefile.am, 
    src/SpecialActions.h, src/SpecialHandler.h, src/SpecialManager.cpp, 
    src/SpecialManager.h: 
  color specials are now processed by DVIToSVGActions, but don't create 
  any results yet 

  * src/ColorSpecialHandler.cpp, src/ColorSpecialHandler.h: 
  reverted to previous version, removed dependency on Color class 

  * hgauthors, prepare: 
  added administrative files 

  * Makefile.am, configure.ac, src/tests/DirectoryTest.h: 
  removed rpm support 

  * src/types.h: 
  replaced static definition of sized integers by template program 

2009-02-10  Martin Gieseking  <martin.gieseking@uos.de>

  * src/Color.h, src/ColorSpecialHandler.cpp, src/ColorSpecialHandler.h, 
    src/Makefile.am: 
  replaced RGB arrays by Color class 

2009-02-09  Martin Gieseking  <martin.gieseking@uos.de>

  * src/TransformationMatrix.cpp: 
  made y-coordinate of cmdline-option -t optional 

2009-02-06  Martin Gieseking  <martin.gieseking@uos.de>

  * src/FileFinder.cpp: 
  changed lookup order of font maps 

  * doc/dvisvgm.1.in, src/ColorSpecialHandler.h, src/DVIToSVG.cpp, 
    src/DVIToSVG.h, src/DVIToSVGActions.cpp, src/DVIToSVGActions.h, 
    src/SpecialHandler.h, src/SpecialManager.cpp, src/SpecialManager.h, 
    src/dvisvgm.cpp, src/options.ggo: 
  added option --list-specials that lists all registered special handlers 

2009-02-05  Martin Gieseking  <martin.gieseking@uos.de>

  * src/DVIToSVGActions.cpp: 
  replaced special ignore list evaluation algorithm 

  * src/DVIToSVG.cpp, src/DVIToSVG.h, src/DVIToSVGActions.cpp, 
    src/DVIToSVGActions.h, src/dvisvgm.cpp, src/options.ggo: 
  added optional prefix list to commandline option --no-specials 

  * src/extract-colors.php: 
  added php-script that extracts color definitions from color.pro 

2009-02-04  Martin Gieseking  <martin.gieseking@uos.de>

  * src/FontMap.cpp: 
  added output of font encoding in write method 

  * src/FileFinder.cpp: 
  added option for additional loading of user maps 

2009-02-03  Martin Gieseking  <martin.gieseking@uos.de>

  * map/cork-lm.map: 
  removed deprecated map subdirectory 

  * src/FileFinder.cpp, src/FileFinder.h, src/dvisvgm.cpp: 
  option -m/--map-file is now evaluated properly 

  * src/ColorSpecialHandler.cpp, src/ColorSpecialHandler.h, 
    src/DVIToSVGActions.cpp, src/DVIToSVGActions.h, src/SpecialHandler.h, 
    src/SpecialManager.cpp, src/SpecialManager.h, src/options.ggo: 
  more color special implementation (color constants), still not ready 

2009-02-02  Martin Gieseking  <martin.gieseking@uos.de>

  * src/ColorSpecialHandler.cpp, src/ColorSpecialHandler.h: 
  some refactorings in color handler 

  * src/ColorSpecialHandler.cpp, src/ColorSpecialHandler.h, src/Makefile.am, 
    src/SpecialHandler.h, src/SpecialManager.cpp, src/SpecialManager.h: 
  added special support skeletons; not working yet 

  * NEWS, src/FileFinder.cpp: 
  fixed buggy call of maketfm/makemf in Windows version 

2009-01-30  Martin Gieseking  <martin.gieseking@uos.de>

  * NEWS, src/DVIReader.cpp, src/DVIReader.h: 
  fixed magnification bug 

  * src/dvisvgm.cpp: 
  prevented writing zero-length svg files; simplified main code by using 
  auto pointers 

2009-01-29  Martin Gieseking  <martin.gieseking@uos.de>

  * src/FileFinder.cpp: 
  adapted Windows version to new release 

2009-01-28  Martin Gieseking  <martin.gieseking@uos.de>

  * NEWS, configure.ac, doc/dvisvgm.1.in: 
  adapted configuration and documentation to new dvips map file support 

  * src/FileFinder.cpp, src/FontMap.cpp, src/FontMap.h, 
    src/tests/FontMapTest.h, src/tests/dvips_test.map: 
  FontMap now supports dvips and dvipdfm maps 

  * src/Calculator.cpp, src/DVIToSVG.cpp, src/FontEncoding.cpp, 
    src/FontMap.cpp, src/SVGFontEmitter.cpp, src/SVGFontTraceEmitter.cpp: 
  replaced comparisions with "" with calls of empty() 

  * src/FontMap.cpp, src/Makefile.am, src/tests/FontMapTest.h, 
    src/tests/dvipdfm_test.map, src/tests/dvips_test.map: 
  extensions to FontMap almost complete but not finished yet 

  * src/GFReader.h, src/GFTracer.cpp, src/GFTracer.h: 
  improved GFTracer to support unscaled results 

  * src/dvisvgm.cpp: 
  use new initialisation of FileFinder 

  * src/FileFinder.cpp, src/FileFinder.h, src/Makefile.am, 
    src/tests/DirectoryTest.h, src/tests/FileFinderTest.h, 
    src/tests/FontManagerTest.h, src/tests/KPSFileFinderTest.h: 
  refactored FileFinder (implementation as singleton) 

2009-01-27  Martin Gieseking  <martin.gieseking@uos.de>

  * src/GFGlyphTracer.cpp, src/GFGlyphTracer.h, src/GFTracer.cpp, 
    src/GFTracer.h, src/Makefile.am, src/SVGFontTraceEmitter.cpp, 
    src/SVGFontTraceEmitter.h: 
  made GFTracer a generic class with template methods 

2009-01-26  Martin Gieseking  <martin.gieseking@uos.de>

  * src/InputBuffer.h: 
  fixed incompatible types bug 

  * src/Bitmap.cpp, src/Bitmap.h, src/GFReader.cpp, src/GFReader.h, 
    src/GFTracer.cpp, src/Makefile.am: 
  improvements to GF handling, first skeletton of gf->metapost (gfprint) 

2009-01-25  Martin Gieseking  <martin.gieseking@uos.de>

  * src/FontMap.cpp: 
  basic dvips font map support, not complete yet 

  * src/CharmapTranslator.cpp, src/DVIToSVG.cpp, src/FileFinder.cpp, 
    src/FileFinder.h, src/Font.cpp, src/FontEncoding.cpp, 
    src/FontManager.cpp, src/KPSFileFinder.cpp, src/KPSFileFinder.h, 
    src/Makefile.am, src/MetafontWrapper.cpp, src/TFM.cpp, src/dvisvgm.cpp: 
  renamed KPSFileFinder to FileFinder 

  * src/FontMap.cpp, src/FontMap.h: 
  started redesign of FontMap, not complete yet 

  * src/InputBuffer.cpp, src/InputBuffer.h: 
  added missing include 

2009-01-23  Martin Gieseking  <martin.gieseking@uos.de>

  * doc/Makefile.am, doc/dvisvgm.1.in: 
  manpage updates 

2009-01-22  Martin Gieseking  <martin.gieseking@uos.de>

  * configure.ac: 
  added test whether dvipdfm.map is available 

  * doc/dvisvgm.1.in, rpm/dvisvgm.spec.in, src/Bitmap.cpp, src/Bitmap.h, 
    src/BoundingBox.cpp, src/BoundingBox.h, src/Calculator.cpp, 
    src/Calculator.h, src/CharmapTranslator.cpp, src/CharmapTranslator.h, 
    src/DVIActions.cpp, src/DVIActions.h, src/DVIBBoxActions.h, 
    src/DVIReader.cpp, src/DVIReader.h, src/DVIToSVG.cpp, src/DVIToSVG.h, 
    src/DVIToSVGActions.cpp, src/DVIToSVGActions.h, src/Directory.cpp, 
    src/Directory.h, src/FileFinder.cpp, src/FileFinder.h, 
    src/FileSystem.cpp, src/FileSystem.h, src/Font.cpp, src/Font.h, 
    src/FontEmitter.h, src/FontEncoding.cpp, src/FontEncoding.h, 
    src/FontEngine.cpp, src/FontEngine.h, src/FontGlyph.cpp, src/FontGlyph.h, 
    src/FontInfo.cpp, src/FontInfo.h, src/FontManager.cpp, src/FontManager.h, 
    src/FontMap.cpp, src/FontMap.h, src/FontTracer.h, src/GFReader.cpp, 
    src/GFReader.h, src/GFTracer.cpp, src/GFTracer.h, src/InputBuffer.cpp, 
    src/InputBuffer.h, src/KPSFileFinder.cpp, src/KPSFileFinder.h, 
    src/Makefile.am, src/Makefile.orig, src/Matrix.cpp, src/Matrix.h, 
    src/Message.cpp, src/Message.h, src/MessageException.h, 
    src/MetafontWrapper.cpp, src/MetafontWrapper.h, src/PSInterpreter.cpp, 
    src/PSInterpreter.h, src/PSObject.cpp, src/PSObject.h, src/PSState.cpp, 
    src/PSState.h, src/PageSize.cpp, src/PageSize.h, src/Pair.h, 
    src/SVGFontEmitter.cpp, src/SVGFontEmitter.h, 
    src/SVGFontTraceEmitter.cpp, src/SVGFontTraceEmitter.h, 
    src/StreamCounter.h, src/StreamReader.cpp, src/StreamReader.h, 
    src/TFM.cpp, src/TFM.h, src/TransformationMatrix.cpp, 
    src/TransformationMatrix.h, src/VFActions.h, src/VFReader.cpp, 
    src/VFReader.h, src/VectorStream.h, src/XMLDocTypeNode.h, 
    src/XMLDocument.cpp, src/XMLDocument.h, src/XMLNode.cpp, src/XMLNode.h, 
    src/XMLString.cpp, src/XMLString.h, src/dvisvgm.cpp, src/global.cpp, 
    src/global.h, src/macros.h, src/options.ggo, src/types.h: 
  updated file header comments 

  * src/tests/CalculatorTest.h, src/tests/DirectoryTest.h, 
    src/tests/FontManagerTest.h, src/tests/FontMapTest.h, 
    src/tests/KPSFileFinderTest.h, src/tests/PageSizeTest.h, 
    src/tests/StreamCounterTest.h, src/tests/VectorStreamTest.h: 
  updated tests 

  * Makefile.am, NEWS, README, configure.ac, potracelib/Makefile.am: 
  updated version info to 0.6 

  * src/KPSFileFinder.cpp: 
  fixed throwing of COM exception 

  * src/DVIReader.cpp, src/FontManager.cpp, src/KPSFileFinder.cpp: 
  memory leak fixed 

  * src/KPSFileFinder.cpp, src/KPSFileFinder.h, src/dvisvgm.cpp: 
  added support for MiKTeX' new COM interface 

  * src/FontMap.cpp: 
  forgot to remove address operator 

2009-01-21  Martin Gieseking  <martin.gieseking@uos.de>

  * src/Calculator.cpp, src/DVIReader.cpp, src/DVIToSVGActions.cpp, 
    src/Directory.cpp, src/FontEncoding.cpp, src/FontEngine.cpp, 
    src/FontManager.cpp, src/FontMap.cpp, src/KPSFileFinder.cpp, 
    src/MetafontWrapper.cpp, src/PageSize.cpp, src/StreamReader.cpp, 
    src/TFM.cpp, src/TransformationMatrix.cpp, src/VFReader.cpp, 
    src/XMLDocument.cpp, src/XMLNode.cpp: 
  added in/out attributes to parameter documentation 

  * src/DVIReader.cpp, src/DVIReader.h, src/DVIToSVG.cpp, 
    src/FontEncoding.cpp, src/FontGlyph.cpp: 
  fixed bugs in handling of font encodings and virtual fonts 

2009-01-20  Martin Gieseking  <martin.gieseking@uos.de>

  * src/SVGFontEmitter.cpp: 
  fixed memory bug 

  * src/FontEngine.cpp, src/FontEngine.h, src/SVGFontEmitter.cpp: 
  fixed glyph positioning bug occured in conjunction with font encoding 

  * src/DVIReader.cpp, src/DVIToSVG.cpp, src/Font.h, src/FontEncoding.cpp, 
    src/FontEncoding.h, src/FontEngine.cpp, src/FontEngine.h, 
    src/FontGlyph.cpp, src/FontGlyph.h, src/FontManager.cpp, 
    src/FontManager.h, src/InputBuffer.cpp, src/InputBuffer.h, 
    src/SVGFontEmitter.cpp, src/SVGFontEmitter.h: 
  first working version with font encoding support 

2009-01-19  Martin Gieseking  <martin.gieseking@uos.de>

  * src/DVIReader.cpp, src/FontEncoding.cpp, src/FontEncoding.h, 
    src/FontEngine.cpp, src/FontEngine.h, src/FontManager.cpp, 
    src/FontManager.h, src/FontMap.cpp: 
  partly working mapping support, but yet too slow 

  * src/FontEncoding.cpp, src/FontEncoding.h, src/FontEngine.cpp, 
    src/FontEngine.h, src/FontManager.cpp, src/FontManager.h, 
    src/FontMap.cpp, src/FontMap.h, src/KPSFileFinder.cpp, 
    src/KPSFileFinder.h: 
  more encoding implementations, not complete yet 

2009-01-16  Martin Gieseking  <martin.gieseking@uos.de>

  * src/TransformationMatrix.cpp: 
  fixed bug in argument assignment of transformation command M 

2009-01-15  Martin Gieseking  <martin.gieseking@uos.de>

  * src/TransformationMatrix.cpp: 
  removed a dangerous loop remained from previous code 

2009-01-14  Martin Gieseking  <martin.gieseking@uos.de>

  * src/KPSFileFinder.cpp: 
  added enc-file support 

  * src/dvisvgm.cpp: 
  updated copyright string 

  * src/FileSystem.cpp, src/FileSystem.h: 
  const string parameters 

  * src/FontEncoding.cpp, src/FontEncoding.h, src/InputBuffer.cpp, 
    src/InputBuffer.h, src/Makefile.am: 
  added basic skeleton for handling of font encodings 

  * potracelib/auxiliary.h, potracelib/bitmap.h, potracelib/curve.c, 
    potracelib/curve.h, potracelib/decompose.c, potracelib/decompose.h, 
    potracelib/lists.h, potracelib/potracelib.c, potracelib/potracelib.h, 
    potracelib/progress.h, potracelib/trace.c, potracelib/trace.h: 
  updated libpotrace to version 1.8 

2009-01-13  Martin Gieseking  <martin.gieseking@uos.de>

  * src/CharmapTranslator.cpp: 
  fixed crash on loading corrupt pfb-files 

2008-06-18  Martin Gieseking  <martin.gieseking@uos.de>

  * src/Makefile.am: 
  adapted to latest gengetopt version 

2008-04-07  Martin Gieseking  <martin.gieseking@uos.de>

  * src/DVIReader.cpp: 
  minor change 

2007-03-26  Martin Gieseking  <martin.gieseking@uos.de>

  * src/DVIActions.cpp, src/DVIReader.cpp, src/DVIReader.h, 
    src/FontManager.cpp, src/tests/FontManagerTest.h: 
  few minor changes 

  * NEWS, src/CharmapTranslator.cpp, src/CharmapTranslator.h, 
    src/DVIActions.h, src/DVIReader.cpp, src/DVIToSVG.cpp, 
    src/DVIToSVGActions.cpp, src/DVIToSVGActions.h, src/Font.h, 
    src/FontManager.cpp, src/Makefile.am, src/SVGFontTraceEmitter.cpp, 
    src/SVGFontTraceEmitter.h: 
  redesigned DVIActions and CharmapTranslator 

2007-03-25  Martin Gieseking  <martin.gieseking@uos.de>

  * src/DVIReader.cpp, src/DVIReader.h, src/VFActions.h: 
  minor fixes 

  * src/DVIActions.cpp, src/DVIActions.h, src/DVIBBoxActions.h, 
    src/DVIReader.cpp, src/DVIReader.h, src/DVIToSVG.cpp, 
    src/DVIToSVGActions.cpp, src/DVIToSVGActions.h, src/Font.cpp, src/Font.h, 
    src/FontManager.cpp, src/FontManager.h, src/StreamReader.cpp, 
    src/StreamReader.h, src/VFActions.h, src/VFReader.cpp, src/VFReader.h, 
    src/VectorStream.h: 
  first working version 0.5, release candidate 1 

2007-03-23  Martin Gieseking  <martin.gieseking@uos.de>

  * src/DVIReader.cpp, src/FontManager.cpp, src/FontManager.h, 
    src/KPSFileFinder.cpp, src/KPSFileFinder.h, src/VFReader.cpp: 
  more vf implementations, not complete yet 

2007-03-22  Martin Gieseking  <martin.gieseking@uos.de>

  * src/DVIReader.cpp, src/Font.cpp, src/Font.h, src/FontManager.cpp, 
    src/VFActions.h, src/VFReader.cpp, src/VFReader.h: 
  more vf implementations 

  * NEWS, doc/Makefile.in, src/DVIReader.cpp, src/DVIReader.h, 
    src/DVIToSVG.cpp, src/DVIToSVG.h, src/FileSystem.cpp, src/FileSystem.h, 
    src/KPSFileFinder.cpp, src/KPSFileFinder.h, src/Makefile.am, 
    src/dvisvgm.cpp, src/tests/DirectoryTest.h, src/tests/FontManagerTest.h: 
  reintegrated font map initialization into KPSFileFinderm adapted some 
  tests 

2007-03-21  Martin Gieseking  <martin.gieseking@uos.de>

  * src/KPSFileFinder.cpp, src/KPSFileFinder.h, src/dvisvgm.cpp: 
  implemented options -n and -m 

  * src/Directory.cpp, src/Directory.h, src/KPSFileFinder.cpp, 
    src/KPSFileFinder.h, src/dvisvgm.cpp: 
  completed MiKTeX font map file look-up, fixed bug in Directory class 

  * src/Calculator.cpp, src/DVIReader.cpp, src/Directory.cpp, src/Font.h, 
    src/FontManager.cpp, src/Makefile, src/Makefile.am, src/Makefile.in, 
    src/MetafontWrapper.cpp, src/VFReader.cpp, src/VectorStream.h, 
    src/test-all.cpp, src/tests/VectorStreamTest.h: 
  removed redundant code and commented code fragments, added 
  VectorInputStream class 

  * AUTHORS, Makefile.am, README, potracelib/Makefile.am, 
    rpm/dvisvgm.spec.in, src/Directory.cpp, src/Directory.h, 
    src/KPSFileFinder.cpp, src/Makefile, src/Makefile.am, src/Makefile.in, 
    src/SVGFontTraceEmitter.cpp, src/test-all.cpp, src/tests/DirectoryTest.h: 
  implemented Directory class for Linux, added DirectoryTest 

2007-03-20  Martin Gieseking  <martin.gieseking@uos.de>

  * src/Directory.cpp, src/Directory.h, src/FileSystem.cpp, src/FontMap.cpp, 
    src/FontMap.h, src/KPSFileFinder.cpp: 
  more changes for MiKTeX support 

  * NEWS, doc/Makefile, doc/Makefile.in, doc/dvisvgm.1.in, 
    src/DVIReader.cpp, src/DVIToSVG.cpp, src/Font.cpp, src/Font.h, 
    src/FontManager.cpp, src/KPSFileFinder.cpp, src/Makefile, 
    src/Makefile.am, src/Makefile.in, src/VFReader.cpp, src/dvisvgm.cpp, 
    src/test-all.cpp, src/tests/KPSFileFinderTest.h: 
  added KPSFileFinderTest, added EmptyFont, fixed compilation error 

2007-03-19  Martin Gieseking  <martin.gieseking@uos.de>

  * src/Font.cpp, src/Font.h, src/FontManager.cpp, src/FontMap.cpp, 
    src/FontMap.h, src/KPSFileFinder.cpp: 
  made sources comaptible with MikTeX 

  * src/KPSFileFinder.cpp: 
  bug fixed, font maps work now 

  * src/CharmapTranslator.cpp, src/DVIToSVG.cpp, src/FontManager.cpp, 
    src/KPSFileFinder.cpp, src/KPSFileFinder.h, src/Makefile, 
    src/Makefile.am, src/Makefile.in, src/MetafontWrapper.cpp, src/TFM.cpp: 
  added mktexFOO support and font map lookups to KPSFileFinder 

2007-03-16  Martin Gieseking  <martin.gieseking@uos.de>

  * src/Font.cpp, src/Font.h, src/FontManager.cpp, src/FontMap.cpp, 
    src/FontMap.h, src/KPSFileFinder.cpp, src/Makefile, src/Makefile.am, 
    src/Makefile.in, src/StreamReader.cpp, src/TFM.cpp, src/options.ggo, 
    src/tests/FontMapTest.h: 
  more coding in the font department, not finished yet 

2007-03-09  Martin Gieseking  <martin.gieseking@uos.de>

  * src/CharmapTranslator.cpp, src/CharmapTranslator.h, src/DVIReader.cpp, 
    src/DVIReader.h, src/DVIToSVG.cpp, src/DVIToSVGActions.cpp, src/Font.cpp, 
    src/FontInfo.cpp, src/FontManager.cpp, src/GFTracer.cpp, 
    src/KPSFileFinder.cpp, src/KPSFileFinder.h, src/Makefile, 
    src/Makefile.am, src/Makefile.in, src/MetafontWrapper.cpp, 
    src/MetafontWrapper.h, src/SVGFontTraceEmitter.cpp, 
    src/SVGFontTraceEmitter.h, src/StreamReader.cpp, src/StreamReader.h, 
    src/TFM.cpp, src/TFM.h, src/VFReader.cpp, src/VFReader.h, 
    src/dvisvgm.cpp, src/options.ggo, src/test-all.cpp: 
  refactorings: extracted StreamReader class, replaced generic FileFinder 
  support by KPSFileFinder calls 

2007-03-08  Martin Gieseking  <martin.gieseking@uos.de>

  * src/DVIReader.cpp, src/DVIToSVGActions.cpp, src/Font.h, src/Makefile, 
    src/Makefile.am, src/Makefile.in, src/Makefile.orig, src/VFActions.h, 
    src/VFReader.cpp, src/VFReader.h, src/dvisvgm.cpp: 
  plugged VFReader and its actions into the code (not usable yet) 

  * src/DVIBBoxReader.cpp, src/DVIBBoxReader.h, src/Font.cpp, src/Font.h, 
    src/Makefile.orig, src/StreamCounter.h, src/dvisvgm.cpp: 
  fixed memory bug 

  * doc/dvisvgm.1, src/FontEngine.h, src/Makefile.orig, src/dvisvgm.cpp, 
    src/tests/FontManagerTest.h: 
  minor changes 

  * COPYING, Makefile, Makefile.am, Makefile.in, Martins_svg_neu.svg, NEWS, 
    aclocal.m4, cmdline.c, config.guess, config.h, config.h.in, 
    config.status, config.sub, configure.ac, depcomp, doc/Makefile, 
    doc/dvisvgm.1, doc/dvisvgm.1.in, gpl.txt, install-sh, missing, 
    src/FontManager.cpp, src/FontManager.h, src/Makefile.am, 
    src/VFReader.cpp, src/tests/FontManagerTest.h, stamp-h1, table.txt: 
  removed some garbage from the repository, added initial FontManagerTest 

  * src/DVIActions.h, src/DVIBBoxActions.h, src/DVIReader.cpp, 
    src/DVIReader.h, src/DVIToSVG.cpp, src/DVIToSVGActions.cpp, 
    src/DVIToSVGActions.h, src/Font.cpp, src/Font.h, src/FontManager.cpp, 
    src/FontManager.h, src/KPSFileFinder.cpp, src/KPSFileFinder.h, 
    src/Makefile, src/Makefile.am, src/Makefile.in, src/Message.cpp, 
    src/dvisvgm.cpp, src/macros.h, src/test-all.cpp: 
  first unstable version with redesigned font handling 

2007-03-07  Martin Gieseking  <martin.gieseking@uos.de>

  * src/Font.cpp, src/Font.h: 
  added Font classes (not yet error-free) 

2007-03-06  Martin Gieseking  <martin.gieseking@uos.de>

  * src/DVIReader.h, src/DVIToSVG.cpp, src/FontManager.cpp, 
    src/FontManager.h: 
  added FontManager skeleton, fixed bug in makehead 

2007-03-03  Martin Gieseking  <martin.gieseking@uos.de>

  * src/DVIReader.cpp, src/FontManager.cpp, src/VFReader.cpp: 
  added some more skeleton code 

2007-03-02  Martin Gieseking  <martin.gieseking@uos.de>

  * src/DVIReader.cpp, src/Makefile, src/Makefile.in, src/VFReader.cpp, 
    src/VFReader.h, src/options.ggo: 
  added skeleton of VFReader 

2007-01-10  Martin Gieseking  <martin.gieseking@uos.de>

  * INSTALL, Makefile.am, NEWS, README, configure.ac, doc/Makefile, 
    doc/Makefile.am, doc/Makefile.in, doc/dvisvgm.1, doc/dvisvgm.1.in, 
    gzstream/COPYING.LIB, gzstream/Makefile, gzstream/README, 
    gzstream/gzstream.cpp, gzstream/gzstream.h, gzstream/index.html, 
    gzstream/logo.gif, gzstream/test_gunzip.C, gzstream/test_gzip.C, 
    gzstream/version, map/cork-lm.map, mkwindist.pl, potracelib/Makefile.am, 
    potracelib/auxiliary.h, potracelib/bitmap.h, potracelib/curve.c, 
    potracelib/curve.h, potracelib/decompose.c, potracelib/decompose.h, 
    potracelib/lists.h, potracelib/potracelib.c, potracelib/potracelib.h, 
    potracelib/progress.h, potracelib/trace.c, potracelib/trace.h, 
    rpm/Makefile, rpm/Makefile.am, rpm/Makefile.in, rpm/dvisvgm.spec, 
    rpm/dvisvgm.spec.in: 
  moved sources 

2007-01-09  Martin Gieseking  <martin.gieseking@uos.de>

  * map/cork-lm.map, rpm/Makefile, rpm/Makefile.am, rpm/Makefile.in, 
    rpm/dvisvgm.spec, rpm/dvisvgm.spec.in: 
  moved files to trunk 

  * INSTALL, Makefile.am, NEWS, README, configure.ac, doc/Makefile, 
    doc/Makefile.am, doc/Makefile.in, doc/dvisvgm.1, doc/dvisvgm.1.in, 
    gzstream/COPYING.LIB, gzstream/Makefile, gzstream/README, 
    gzstream/gzstream.cpp, gzstream/gzstream.h, gzstream/index.html, 
    gzstream/logo.gif, gzstream/test_gunzip.C, gzstream/test_gzip.C, 
    gzstream/version, mkwindist.pl, potracelib/Makefile.am, 
    potracelib/auxiliary.h, potracelib/bitmap.h, potracelib/curve.c, 
    potracelib/curve.h, potracelib/decompose.c, potracelib/decompose.h, 
    potracelib/lists.h, potracelib/potracelib.c, potracelib/potracelib.h, 
    potracelib/progress.h, potracelib/trace.c, potracelib/trace.h, 
    rpm/Makefile, rpm/Makefile.am, rpm/Makefile.in, rpm/dvisvgm.spec, 
    rpm/dvisvgm.spec.in, src/A, src/Bitmap.cpp, src/Bitmap.h, 
    src/BoundingBox.cpp, src/BoundingBox.h, src/Calculator.cpp, 
    src/Calculator.h, src/CharmapTranslator.cpp, src/CharmapTranslator.h, 
    src/DVIActions.h, src/DVIBBoxActions.h, src/DVIBBoxReader.cpp, 
    src/DVIBBoxReader.h, src/DVIReader.cpp, src/DVIReader.h, 
    src/DVIToSVG.cpp, src/DVIToSVG.h, src/DVIToSVGActions.cpp, 
    src/DVIToSVGActions.h, src/FileFinder.cpp, src/FileFinder.h, 
    src/FileSystem.cpp, src/FileSystem.h, src/FontEmitter.h, 
    src/FontEngine.cpp, src/FontEngine.h, src/FontGlyph.cpp, src/FontGlyph.h, 
    src/FontInfo.cpp, src/FontInfo.h, src/FontMap.cpp, src/FontMap.h, 
    src/FontTracer.h, src/GFReader.cpp, src/GFReader.h, src/GFTracer.cpp, 
    src/GFTracer.h, src/KPSFileFinder.cpp, src/KPSFileFinder.h, src/Makefile, 
    src/Makefile.am, src/Makefile.in, src/Makefile.orig, src/Matrix.cpp, 
    src/Matrix.h, src/Message.cpp, src/Message.h, src/MessageException.h, 
    src/MetafontWrapper.cpp, src/MetafontWrapper.h, src/PSInterpreter.cpp, 
    src/PSInterpreter.h, src/PSObject.cpp, src/PSObject.h, src/PSState.cpp, 
    src/PSState.h, src/PageSize.cpp, src/PageSize.h, src/Pair.h, 
    src/SVGFontEmitter.cpp, src/SVGFontEmitter.h, 
    src/SVGFontTraceEmitter.cpp, src/SVGFontTraceEmitter.h, 
    src/StreamCounter.h, src/TFM.cpp, src/TFM.h, 
    src/TransformationMatrix.cpp, src/TransformationMatrix.h, 
    src/XMLDocTypeNode.h, src/XMLDocument.cpp, src/XMLDocument.h, 
    src/XMLNode.cpp, src/XMLNode.h, src/XMLString.cpp, src/XMLString.h, 
    src/cmdline.c, src/cmdline.h, src/dvisvgm.cpp, src/getopt.c, 
    src/getopt.h, src/getopt1.c, src/global.cpp, src/global.h, 
    src/gzstream.cpp, src/gzstream.h, src/macros.h, src/miktex-core.def, 
    src/miktex-kps.def, src/miktex-kps.h, src/options.ggo, src/test-all.cpp, 
    src/tests/CalculatorTest.h, src/tests/PageSizeTest.h, 
    src/tests/StreamCounterTest.h, src/types.h: 
  moved files to trunk subfolder 

2007-01-05  Martin Gieseking  <martin.gieseking@uos.de>

  * Makefile, Makefile.am, Makefile.in, README, config.status, configure.ac, 
    potracelib/Makefile.am, potracelib/bitops.h, potracelib/flate.c, 
    potracelib/flate.h, src/Bitmap.cpp, src/Bitmap.h, src/BoundingBox.cpp, 
    src/BoundingBox.h, src/Calculator.cpp, src/Calculator.h, 
    src/CharmapTranslator.cpp, src/CharmapTranslator.h, src/DVIActions.h, 
    src/DVIBBoxActions.h, src/DVIBBoxReader.cpp, src/DVIBBoxReader.h, 
    src/DVIReader.cpp, src/DVIReader.h, src/DVIToSVG.cpp, src/DVIToSVG.h, 
    src/DVIToSVGActions.cpp, src/DVIToSVGActions.h, src/FileFinder.cpp, 
    src/FileFinder.h, src/FileSystem.cpp, src/FileSystem.h, 
    src/FontEmitter.h, src/FontEngine.cpp, src/FontEngine.h, 
    src/FontGlyph.cpp, src/FontGlyph.h, src/FontInfo.cpp, src/FontInfo.h, 
    src/FontMap.cpp, src/FontMap.h, src/FontTracer.h, src/GFReader.cpp, 
    src/GFReader.h, src/GFTracer.cpp, src/GFTracer.h, src/KPSFileFinder.cpp, 
    src/KPSFileFinder.h, src/Makefile.am, src/Matrix.cpp, src/Matrix.h, 
    src/Message.cpp, src/Message.h, src/MessageException.h, 
    src/MetafontWrapper.cpp, src/MetafontWrapper.h, src/PSInterpreter.cpp, 
    src/PSInterpreter.h, src/PSObject.cpp, src/PSObject.h, src/PSState.cpp, 
    src/PSState.h, src/PageSize.cpp, src/PageSize.h, src/Pair.h, 
    src/SVGFontEmitter.cpp, src/SVGFontEmitter.h, 
    src/SVGFontTraceEmitter.cpp, src/SVGFontTraceEmitter.h, 
    src/StreamCounter.h, src/TFM.cpp, src/TFM.h, 
    src/TransformationMatrix.cpp, src/TransformationMatrix.h, 
    src/XMLDocTypeNode.h, src/XMLDocument.cpp, src/XMLDocument.h, 
    src/XMLNode.cpp, src/XMLNode.h, src/XMLString.cpp, src/XMLString.h, 
    src/dvisvgm.cpp, src/global.cpp, src/global.h, src/macros.h, 
    src/test-all.cpp, src/types.h: 
  minor modifications 

2007-01-03  Martin Gieseking  <martin.gieseking@uos.de>

  * configure: 
  removed configure from repository 

  * Makefile, Makefile.am, Makefile.in, config.h, config.h.in, 
    config.status, configure, configure.ac, doc/Makefile, 
    potracelib/Makefile.am, potracelib/auxiliary.h, potracelib/bitmap.h, 
    potracelib/bitops.h, potracelib/curve.c, potracelib/curve.h, 
    potracelib/decompose.c, potracelib/decompose.h, potracelib/flate.c, 
    potracelib/flate.h, potracelib/lists.h, potracelib/potracelib.c, 
    potracelib/potracelib.h, potracelib/progress.h, potracelib/trace.c, 
    potracelib/trace.h, src/Makefile, src/Makefile.am, src/Makefile.in: 
  added potracelib to distribution 

  * NEWS, mkwindist.pl, src/KPSFileFinder.cpp: 
  updated homepage 

2006-12-31  Martin Gieseking  <martin.gieseking@uos.de>

  * src/KPSFileFinder.cpp: 
  fixed namepsace bug 

  * Makefile, config.status, configure, configure.ac, doc/Makefile, 
    doc/dvisvgm.1, src/FileSystem.cpp, src/FontEngine.cpp, 
    src/KPSFileFinder.cpp, src/Makefile, src/dvisvgm.cpp, src/test-all.cpp: 
  some minor fixes 

  * NEWS, configure.ac, src/DVIToSVG.cpp, src/FileSystem.cpp, 
    src/FontEngine.cpp, src/GFTracer.cpp, src/KPSFileFinder.cpp, 
    src/Makefile.orig, src/Matrix.h, src/Message.cpp, src/PageSize.cpp, 
    src/TransformationMatrix.cpp, src/dvisvgm.cpp: 
  updated to MikTeX 2.5 support 

2006-08-01  Martin Gieseking  <martin.gieseking@uos.de>

  * configure.ac: 
  enabled svn keyword expansion 

  * Makefile, Makefile.in, NEWS, aclocal.m4, autom4te.cache/output.0, 
    autom4te.cache/requests, autom4te.cache/traces.0, config.h, config.log, 
    config.status, configure, configure.ac, doc/Makefile, doc/Makefile.in, 
    doc/dvisvgm.1, src/FontEngine.cpp, src/Makefile, src/Makefile.in, 
    src/cmdline.c, src/cmdline.h, src/dvisvgm.cpp: 
  added support for freetype version >= 2.1.1 

2006-04-12  Martin Gieseking  <martin.gieseking@uos.de>

  * src/lshort-cm.dvi, src/lshort-cm.svg, src/lshort-cm.svgz, 
    src/lshort.dvi, src/lshort.svg, src/lshort.svgz: 
  removed files that need not be version controlled 

  * src/Bitmap.cpp, src/Bitmap.h, src/BoundingBox.cpp, src/BoundingBox.h, 
    src/Calculator.cpp, src/Calculator.h, src/CharmapTranslator.cpp, 
    src/CharmapTranslator.h, src/DVIActions.h, src/DVIBBoxActions.h, 
    src/DVIBBoxReader.cpp, src/DVIBBoxReader.h, src/DVIReader.cpp, 
    src/DVIReader.h, src/DVIToSVG.cpp, src/DVIToSVG.h, 
    src/DVIToSVGActions.cpp, src/DVIToSVGActions.h, src/FileFinder.cpp, 
    src/FileFinder.h, src/FileSystem.cpp, src/FileSystem.h, 
    src/FontEmitter.h, src/FontEngine.cpp, src/FontEngine.h, 
    src/FontGlyph.cpp, src/FontGlyph.h, src/FontInfo.cpp, src/FontInfo.h, 
    src/FontMap.cpp, src/FontMap.h, src/FontTracer.h, src/GFReader.cpp, 
    src/GFReader.h, src/GFTracer.cpp, src/GFTracer.h, src/KPSFileFinder.cpp, 
    src/KPSFileFinder.h, src/Message.cpp, src/Message.h, 
    src/MessageException.h, src/MetafontWrapper.cpp, src/MetafontWrapper.h, 
    src/PSObject.cpp, src/PSObject.h, src/PageSize.cpp, src/PageSize.h, 
    src/Pair.h, src/SVGFontEmitter.cpp, src/SVGFontEmitter.h, 
    src/SVGFontTraceEmitter.cpp, src/SVGFontTraceEmitter.h, 
    src/StreamCounter.h, src/TFM.cpp, src/TFM.h, 
    src/TransformationMatrix.cpp, src/TransformationMatrix.h, 
    src/XMLDocTypeNode.h, src/XMLDocument.cpp, src/XMLDocument.h, 
    src/XMLNode.cpp, src/XMLNode.h, src/XMLString.cpp, src/XMLString.h, 
    src/dvisvgm.cpp, src/global.cpp, src/global.h, src/macros.h, 
    src/test-all.cpp, src/tests/CalculatorTest.h, src/tests/PageSizeTest.h, 
    src/tests/StreamCounterTest.h, src/types.h: 
  changed keyword tags 

  * COPYING, INSTALL, Makefile, Makefile.am, Makefile.in, 
    Martins_svg_neu.svg, NEWS, README, aclocal.m4, autom4te.cache/output.0, 
    autom4te.cache/requests, autom4te.cache/traces.0, cmdline.c, 
    config.guess, config.h, config.h.in, config.log, config.status, 
    config.sub, configure, configure.ac, depcomp, doc/Makefile, 
    doc/Makefile.am, doc/Makefile.in, doc/dvisvgm.1, doc/dvisvgm.1.in, 
    gpl.txt, gzstream/COPYING.LIB, gzstream/Makefile, gzstream/README, 
    gzstream/gzstream.cpp, gzstream/gzstream.h, gzstream/index.html, 
    gzstream/logo.gif, gzstream/test_gunzip.C, gzstream/test_gzip.C, 
    gzstream/version, install-sh, map/cork-lm.map, missing, mkwindist.pl, 
    src/A, src/Bitmap.cpp, src/Bitmap.h, src/BoundingBox.cpp, 
    src/BoundingBox.h, src/Calculator.cpp, src/Calculator.h, 
    src/CharmapTranslator.cpp, src/CharmapTranslator.h, src/DVIActions.h, 
    src/DVIBBoxActions.h, src/DVIBBoxReader.cpp, src/DVIBBoxReader.h, 
    src/DVIReader.cpp, src/DVIReader.h, src/DVIToSVG.cpp, src/DVIToSVG.h, 
    src/DVIToSVGActions.cpp, src/DVIToSVGActions.h, src/FileFinder.cpp, 
    src/FileFinder.h, src/FileSystem.cpp, src/FileSystem.h, 
    src/FontEmitter.h, src/FontEngine.cpp, src/FontEngine.h, 
    src/FontGlyph.cpp, src/FontGlyph.h, src/FontInfo.cpp, src/FontInfo.h, 
    src/FontMap.cpp, src/FontMap.h, src/FontTracer.h, src/GFReader.cpp, 
    src/GFReader.h, src/GFTracer.cpp, src/GFTracer.h, src/KPSFileFinder.cpp, 
    src/KPSFileFinder.h, src/Makefile, src/Makefile.am, src/Makefile.in, 
    src/Makefile.orig, src/Matrix.cpp, src/Matrix.h, src/Message.cpp, 
    src/Message.h, src/MessageException.h, src/MetafontWrapper.cpp, 
    src/MetafontWrapper.h, src/PSInterpreter.cpp, src/PSInterpreter.h, 
    src/PSObject.cpp, src/PSObject.h, src/PSState.cpp, src/PSState.h, 
    src/PageSize.cpp, src/PageSize.h, src/Pair.h, src/SVGFontEmitter.cpp, 
    src/SVGFontEmitter.h, src/SVGFontTraceEmitter.cpp, 
    src/SVGFontTraceEmitter.h, src/StreamCounter.h, src/TFM.cpp, src/TFM.h, 
    src/TransformationMatrix.cpp, src/TransformationMatrix.h, 
    src/XMLDocTypeNode.h, src/XMLDocument.cpp, src/XMLDocument.h, 
    src/XMLNode.cpp, src/XMLNode.h, src/XMLString.cpp, src/XMLString.h, 
    src/cmdline.c, src/cmdline.h, src/dvisvgm.cpp, src/getopt.c, 
    src/getopt.h, src/getopt1.c, src/global.cpp, src/global.h, 
    src/gzstream.cpp, src/gzstream.h, src/lshort-cm.dvi, src/lshort-cm.svg, 
    src/lshort-cm.svgz, src/lshort.dvi, src/lshort.svg, src/lshort.svgz, 
    src/macros.h, src/miktex-core.def, src/miktex-kps.def, src/miktex-kps.h, 
    src/options.ggo, src/test-all.cpp, src/tests/CalculatorTest.h, 
    src/tests/PageSizeTest.h, src/tests/StreamCounterTest.h, src/types.h, 
    stamp-h1, table.txt: 
  initial import