summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-git
blob: d12f5e6c318ff67960b5f12d42a7661365355f94 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
2451
2452
2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
2472
2473
2474
2475
2476
2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
2494
2495
2496
2497
2498
2499
2500
2501
2502
2503
2504
2505
2506
2507
2508
2509
2510
2511
2512
2513
2514
2515
2516
2517
2518
2519
2520
2521
2522
2523
2524
2525
2526
2527
2528
2529
2530
2531
2532
2533
2534
2535
2536
2537
2538
2539
2540
2541
2542
2543
2544
2545
2546
2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
2557
2558
2559
2560
2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
2580
2581
2582
2583
2584
2585
2586
2587
2588
2589
2590
2591
2592
2593
2594
2595
2596
2597
2598
2599
2600
2601
2602
2603
2604
2605
2606
2607
2608
2609
2610
2611
2612
2613
2614
2615
2616
2617
2618
2619
2620
2621
2622
2623
2624
2625
2626
2627
2628
2629
2630
2631
2632
2633
2634
2635
2636
2637
2638
2639
2640
2641
2642
2643
2644
2645
2646
2647
2648
2649
2650
2651
2652
2653
2654
2655
2656
2657
2658
2659
2660
2661
2662
2663
2664
2665
2666
2667
2668
2669
2670
2671
2672
2673
2674
2675
2676
2677
2678
2679
2680
2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
2691
2692
2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
2713
2714
2715
2716
2717
2718
2719
2720
2721
2722
2723
2724
2725
2726
2727
2728
2729
2730
2731
2732
2733
2734
2735
2736
2737
2738
2739
2740
2741
2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
2756
2757
2758
2759
2760
2761
2762
2763
2764
2765
2766
2767
2768
2769
2770
2771
2772
2773
2774
2775
2776
2777
2778
2779
2780
2781
2782
2783
2784
2785
2786
2787
2788
2789
2790
2791
2792
2793
2794
2795
2796
2797
2798
2799
2800
2801
2802
2803
2804
2805
2806
2807
2808
2809
2810
2811
2812
2813
2814
2815
2816
2817
2818
2819
2820
2821
2822
2823
2824
2825
2826
2827
2828
2829
2830
2831
2832
2833
2834
2835
2836
2837
2838
2839
2840
2841
2842
2843
2844
2845
2846
2847
2848
2849
2850
2851
2852
2853
2854
2855
2856
2857
2858
2859
2860
2861
2862
2863
2864
2865
2866
2867
2868
2869
2870
2871
2872
2873
2874
2875
2876
2877
2878
2879
2880
2881
2882
2883
2884
2885
2886
2887
2888
2889
2890
2891
2892
2893
2894
2895
2896
2897
2898
2899
2900
2901
2902
2903
2904
2905
2906
2907
2908
2909
2910
2911
2912
2913
2914
2915
2916
2917
2918
2919
2920
2921
2922
2923
2924
2925
2926
2927
2928
2929
2930
2931
2932
2933
2934
2935
2936
2937
2938
2939
2940
2941
2942
2943
2944
2945
2946
2947
2948
2949
2950
2951
2952
2953
2954
2955
2956
2957
2958
2959
2960
2961
2962
2963
2964
2965
2966
2967
2968
2969
2970
2971
2972
2973
2974
2975
2976
2977
2978
2979
2980
2981
2982
2983
2984
2985
2986
2987
2988
2989
2990
2991
2992
2993
2994
2995
2996
2997
2998
2999
3000
3001
3002
3003
3004
3005
3006
3007
3008
3009
3010
3011
3012
3013
3014
3015
3016
3017
3018
3019
3020
3021
3022
3023
3024
3025
3026
3027
3028
3029
3030
3031
3032
3033
3034
3035
3036
3037
3038
3039
3040
3041
3042
3043
3044
3045
3046
3047
3048
3049
3050
3051
3052
3053
3054
3055
3056
3057
3058
3059
3060
3061
3062
3063
3064
3065
3066
3067
3068
3069
3070
3071
3072
3073
3074
3075
3076
3077
3078
3079
3080
3081
3082
3083
3084
3085
3086
3087
3088
3089
3090
3091
3092
3093
3094
3095
3096
3097
3098
3099
3100
3101
3102
3103
3104
3105
3106
3107
3108
3109
3110
3111
3112
3113
3114
3115
3116
3117
3118
3119
3120
3121
3122
3123
3124
3125
3126
3127
3128
3129
3130
3131
3132
3133
3134
3135
3136
3137
3138
3139
3140
3141
3142
3143
3144
3145
3146
3147
3148
3149
3150
3151
3152
3153
3154
3155
3156
3157
3158
3159
3160
3161
3162
3163
3164
3165
3166
3167
3168
3169
3170
3171
3172
3173
3174
3175
3176
3177
3178
3179
3180
3181
3182
3183
3184
3185
3186
3187
3188
3189
3190
3191
3192
3193
3194
3195
3196
3197
3198
3199
3200
3201
3202
3203
3204
3205
3206
3207
3208
3209
3210
3211
3212
3213
3214
3215
3216
3217
3218
3219
3220
3221
3222
3223
3224
3225
3226
3227
3228
3229
3230
3231
3232
3233
3234
3235
3236
3237
3238
3239
3240
3241
3242
3243
3244
3245
3246
3247
3248
3249
3250
3251
3252
3253
3254
3255
3256
3257
3258
3259
3260
3261
3262
3263
3264
3265
3266
3267
3268
3269
3270
3271
3272
3273
3274
3275
3276
3277
3278
3279
3280
3281
3282
3283
3284
3285
3286
3287
3288
3289
3290
3291
3292
3293
3294
3295
3296
3297
3298
3299
3300
3301
3302
3303
3304
3305
3306
3307
3308
3309
3310
3311
3312
3313
3314
3315
3316
3317
3318
3319
3320
3321
3322
3323
3324
3325
3326
3327
3328
3329
3330
3331
3332
3333
3334
3335
3336
3337
3338
3339
3340
3341
3342
3343
3344
3345
3346
3347
3348
3349
3350
3351
3352
3353
3354
3355
3356
3357
3358
3359
3360
3361
3362
3363
3364
3365
3366
3367
3368
3369
3370
3371
3372
3373
3374
3375
3376
3377
3378
3379
3380
3381
3382
3383
3384
3385
3386
3387
3388
3389
3390
3391
3392
3393
3394
3395
3396
3397
3398
3399
3400
3401
3402
3403
3404
3405
3406
3407
3408
3409
3410
3411
3412
3413
3414
3415
3416
3417
3418
3419
3420
3421
3422
3423
3424
3425
3426
3427
3428
3429
3430
3431
3432
3433
3434
3435
3436
3437
3438
3439
3440
3441
3442
3443
3444
3445
3446
3447
3448
3449
3450
3451
3452
3453
3454
3455
3456
3457
3458
3459
3460
3461
3462
3463
3464
3465
3466
3467
3468
3469
3470
3471
3472
3473
3474
3475
3476
3477
3478
3479
3480
3481
3482
3483
3484
3485
3486
3487
3488
3489
3490
3491
3492
3493
3494
3495
3496
3497
3498
3499
3500
3501
3502
3503
3504
3505
3506
3507
3508
3509
3510
3511
3512
3513
3514
3515
3516
3517
3518
3519
3520
3521
3522
3523
3524
3525
3526
3527
3528
3529
3530
3531
3532
3533
3534
3535
3536
3537
3538
3539
3540
3541
3542
3543
3544
3545
3546
3547
3548
3549
3550
3551
3552
3553
3554
3555
3556
3557
3558
3559
3560
3561
3562
3563
3564
3565
3566
3567
3568
3569
3570
3571
3572
3573
3574
3575
3576
3577
3578
3579
3580
3581
3582
3583
3584
3585
3586
3587
3588
3589
3590
3591
3592
3593
3594
3595
3596
3597
3598
3599
3600
3601
3602
3603
3604
3605
3606
3607
3608
3609
3610
3611
3612
3613
3614
3615
3616
3617
3618
3619
3620
3621
3622
3623
3624
3625
3626
3627
3628
3629
3630
3631
3632
3633
3634
3635
3636
3637
3638
3639
3640
3641
3642
3643
3644
3645
3646
3647
3648
3649
3650
3651
3652
3653
3654
3655
3656
3657
3658
3659
3660
3661
3662
3663
3664
3665
3666
3667
3668
3669
3670
3671
3672
3673
3674
3675
3676
3677
3678
3679
3680
3681
3682
3683
3684
3685
3686
3687
3688
3689
3690
3691
3692
3693
3694
3695
3696
3697
3698
3699
3700
3701
3702
3703
3704
3705
3706
3707
3708
3709
3710
3711
3712
3713
3714
3715
3716
3717
3718
3719
3720
3721
3722
3723
3724
3725
3726
3727
3728
3729
3730
3731
3732
3733
3734
3735
3736
3737
3738
3739
3740
3741
3742
3743
3744
3745
3746
3747
3748
3749
3750
3751
3752
3753
3754
3755
3756
3757
3758
3759
3760
3761
3762
3763
3764
3765
3766
3767
3768
3769
3770
3771
3772
3773
3774
3775
3776
3777
3778
3779
3780
3781
3782
3783
3784
3785
3786
3787
3788
3789
3790
3791
3792
3793
3794
3795
3796
3797
3798
3799
3800
3801
3802
3803
3804
3805
3806
3807
3808
3809
3810
3811
3812
3813
3814
3815
3816
3817
3818
3819
3820
3821
3822
3823
3824
3825
3826
3827
3828
3829
3830
3831
3832
3833
3834
3835
3836
3837
3838
3839
3840
3841
3842
3843
3844
3845
3846
3847
3848
3849
3850
3851
3852
3853
3854
3855
3856
3857
3858
3859
3860
3861
3862
3863
3864
3865
3866
3867
3868
3869
3870
3871
3872
3873
3874
3875
3876
3877
3878
3879
3880
3881
3882
3883
3884
3885
3886
3887
3888
3889
3890
3891
3892
3893
3894
3895
3896
3897
3898
3899
3900
3901
3902
3903
3904
3905
3906
3907
3908
3909
3910
3911
3912
3913
3914
3915
3916
3917
3918
3919
3920
3921
3922
3923
3924
3925
3926
3927
3928
3929
3930
3931
3932
3933
3934
3935
3936
3937
3938
3939
3940
3941
3942
3943
3944
3945
3946
3947
3948
3949
3950
3951
3952
3953
3954
3955
3956
3957
3958
3959
3960
3961
3962
3963
3964
3965
3966
3967
3968
3969
3970
3971
3972
3973
3974
3975
3976
3977
3978
3979
3980
3981
3982
3983
3984
3985
3986
3987
3988
3989
3990
3991
3992
3993
3994
3995
3996
3997
3998
3999
4000
4001
4002
4003
4004
4005
4006
4007
4008
4009
4010
4011
4012
4013
4014
4015
4016
4017
4018
4019
4020
4021
4022
4023
4024
4025
4026
4027
4028
4029
4030
4031
4032
4033
4034
4035
4036
4037
4038
4039
4040
4041
4042
4043
4044
4045
4046
4047
4048
4049
4050
4051
4052
4053
4054
4055
4056
4057
4058
4059
4060
4061
4062
4063
4064
4065
4066
4067
4068
4069
4070
4071
4072
4073
4074
4075
4076
4077
4078
4079
4080
4081
4082
4083
4084
4085
4086
4087
4088
4089
4090
4091
4092
4093
4094
4095
4096
4097
4098
4099
4100
4101
4102
4103
4104
4105
4106
4107
4108
4109
4110
4111
4112
4113
4114
4115
4116
4117
4118
4119
4120
4121
4122
4123
4124
4125
4126
4127
4128
4129
4130
4131
4132
4133
4134
4135
4136
4137
4138
4139
4140
4141
4142
4143
4144
4145
4146
4147
4148
4149
4150
4151
4152
4153
4154
4155
4156
4157
4158
4159
4160
4161
4162
4163
4164
4165
4166
4167
4168
4169
4170
4171
4172
4173
4174
4175
4176
4177
4178
4179
4180
4181
4182
4183
4184
4185
4186
4187
4188
4189
4190
4191
4192
4193
4194
4195
4196
4197
4198
4199
4200
4201
4202
4203
4204
4205
4206
4207
4208
4209
4210
4211
4212
4213
4214
4215
4216
4217
4218
4219
4220
4221
4222
4223
4224
4225
4226
4227
4228
4229
4230
4231
4232
4233
4234
4235
4236
4237
4238
4239
4240
4241
4242
4243
4244
4245
4246
4247
4248
4249
4250
4251
4252
4253
4254
4255
4256
4257
4258
4259
4260
4261
4262
4263
4264
4265
4266
4267
4268
4269
4270
4271
4272
4273
4274
4275
4276
4277
4278
4279
4280
4281
4282
4283
4284
4285
4286
4287
4288
4289
4290
4291
4292
4293
4294
4295
4296
4297
4298
4299
4300
4301
4302
4303
4304
4305
4306
4307
4308
4309
4310
4311
4312
4313
4314
4315
4316
4317
4318
4319
4320
4321
4322
4323
4324
4325
4326
4327
4328
4329
4330
4331
4332
4333
4334
4335
4336
4337
4338
4339
4340
4341
4342
4343
4344
4345
4346
4347
4348
4349
4350
4351
4352
4353
4354
4355
4356
4357
4358
4359
4360
4361
4362
4363
4364
4365
4366
4367
4368
4369
4370
4371
4372
4373
4374
4375
4376
4377
4378
4379
4380
4381
4382
4383
4384
4385
4386
4387
4388
4389
4390
4391
4392
4393
4394
4395
4396
4397
4398
4399
4400
4401
4402
4403
4404
4405
4406
4407
4408
4409
4410
4411
4412
4413
4414
4415
4416
4417
4418
4419
4420
4421
4422
4423
4424
4425
4426
4427
4428
4429
4430
4431
4432
4433
4434
4435
4436
4437
4438
4439
4440
4441
4442
4443
4444
4445
4446
4447
4448
4449
4450
4451
4452
4453
4454
4455
4456
4457
4458
4459
4460
4461
4462
4463
4464
4465
4466
4467
4468
4469
4470
4471
4472
4473
4474
4475
4476
4477
4478
4479
4480
4481
4482
4483
4484
4485
4486
4487
4488
4489
4490
4491
4492
4493
4494
4495
4496
4497
4498
4499
4500
4501
4502
4503
4504
4505
4506
4507
4508
4509
4510
4511
4512
4513
4514
4515
4516
4517
4518
4519
4520
4521
4522
4523
4524
4525
4526
4527
4528
4529
4530
4531
4532
4533
4534
4535
4536
4537
4538
4539
4540
4541
4542
4543
4544
4545
4546
4547
4548
4549
4550
4551
4552
4553
4554
4555
4556
4557
4558
4559
4560
4561
4562
4563
4564
4565
4566
4567
4568
4569
4570
4571
4572
4573
4574
4575
4576
4577
4578
4579
4580
4581
4582
4583
4584
4585
4586
4587
4588
4589
4590
4591
4592
4593
4594
4595
4596
4597
4598
4599
4600
4601
4602
4603
4604
4605
4606
4607
4608
4609
4610
4611
4612
4613
4614
4615
4616
4617
4618
4619
4620
4621
4622
4623
4624
4625
4626
4627
4628
4629
4630
4631
4632
4633
4634
4635
4636
4637
4638
4639
4640
4641
4642
4643
4644
4645
4646
4647
4648
4649
4650
4651
4652
4653
4654
4655
4656
4657
4658
4659
4660
4661
4662
4663
4664
4665
4666
4667
4668
4669
4670
4671
4672
4673
4674
4675
4676
4677
4678
4679
4680
4681
4682
4683
4684
4685
4686
4687
4688
4689
4690
4691
4692
4693
4694
4695
4696
4697
4698
4699
4700
4701
4702
4703
4704
4705
4706
4707
4708
4709
4710
4711
4712
4713
4714
4715
4716
4717
4718
4719
4720
4721
4722
4723
4724
4725
4726
4727
4728
4729
4730
4731
4732
4733
4734
4735
4736
4737
4738
4739
4740
4741
4742
4743
4744
4745
4746
4747
4748
4749
4750
4751
4752
4753
4754
4755
4756
4757
4758
4759
4760
4761
4762
4763
4764
4765
4766
4767
4768
4769
4770
4771
4772
4773
4774
4775
4776
4777
4778
4779
4780
4781
4782
4783
4784
4785
4786
4787
4788
4789
4790
4791
4792
4793
4794
4795
4796
4797
4798
4799
4800
4801
4802
4803
4804
4805
4806
4807
4808
4809
4810
4811
4812
4813
4814
4815
4816
4817
4818
4819
4820
4821
4822
4823
4824
4825
4826
4827
4828
4829
4830
4831
4832
4833
4834
4835
4836
4837
4838
4839
4840
4841
4842
4843
4844
4845
4846
4847
4848
4849
4850
4851
4852
4853
4854
4855
4856
4857
4858
4859
4860
4861
4862
4863
4864
4865
4866
4867
4868
4869
4870
4871
4872
4873
4874
4875
4876
4877
4878
4879
4880
4881
4882
4883
4884
4885
4886
4887
4888
4889
4890
4891
4892
4893
4894
4895
4896
4897
4898
4899
4900
4901
4902
4903
4904
4905
4906
4907
4908
4909
4910
4911
4912
4913
4914
4915
4916
4917
4918
4919
4920
4921
4922
4923
4924
4925
4926
4927
4928
4929
4930
4931
4932
4933
4934
4935
4936
4937
4938
4939
4940
4941
4942
4943
4944
4945
4946
4947
4948
4949
4950
4951
4952
4953
4954
4955
4956
4957
4958
4959
4960
4961
4962
4963
4964
4965
4966
4967
4968
4969
4970
4971
4972
4973
4974
4975
4976
4977
4978
4979
4980
4981
4982
4983
4984
4985
4986
4987
4988
4989
4990
4991
4992
4993
4994
4995
4996
4997
4998
4999
5000
5001
5002
5003
5004
5005
5006
5007
5008
5009
5010
5011
5012
5013
5014
5015
5016
5017
5018
5019
5020
5021
5022
5023
5024
5025
5026
5027
5028
5029
5030
5031
5032
5033
5034
5035
5036
5037
5038
5039
5040
5041
5042
5043
5044
5045
5046
5047
5048
5049
5050
5051
5052
5053
5054
5055
5056
5057
5058
5059
5060
5061
5062
5063
5064
5065
5066
5067
5068
5069
5070
5071
5072
5073
5074
5075
5076
5077
5078
5079
5080
5081
5082
5083
5084
5085
5086
5087
5088
5089
5090
5091
5092
5093
5094
5095
5096
5097
5098
5099
5100
5101
5102
5103
5104
5105
5106
5107
5108
5109
5110
5111
5112
5113
5114
5115
5116
5117
5118
5119
5120
5121
5122
5123
5124
5125
5126
5127
5128
5129
5130
5131
5132
5133
5134
5135
5136
5137
5138
5139
5140
5141
5142
5143
5144
5145
5146
5147
5148
5149
5150
5151
5152
5153
5154
5155
5156
5157
5158
5159
5160
5161
5162
5163
5164
5165
5166
5167
5168
5169
5170
5171
5172
5173
5174
5175
5176
5177
5178
5179
5180
5181
5182
5183
5184
5185
5186
5187
5188
5189
5190
5191
5192
5193
5194
5195
5196
5197
5198
5199
5200
5201
5202
5203
5204
5205
5206
5207
5208
5209
5210
5211
5212
5213
5214
5215
5216
5217
5218
5219
5220
5221
5222
5223
5224
5225
5226
5227
5228
5229
5230
5231
5232
5233
5234
5235
5236
5237
5238
5239
5240
5241
5242
5243
5244
5245
5246
5247
5248
5249
5250
5251
5252
5253
5254
5255
5256
5257
5258
5259
5260
5261
5262
5263
5264
5265
5266
5267
5268
5269
5270
5271
5272
5273
5274
5275
5276
5277
5278
5279
5280
5281
5282
5283
5284
5285
5286
5287
5288
5289
5290
5291
5292
5293
5294
5295
5296
5297
5298
5299
5300
5301
5302
5303
5304
5305
5306
5307
5308
5309
5310
5311
5312
5313
5314
5315
5316
5317
5318
5319
5320
5321
5322
5323
5324
5325
5326
5327
5328
5329
5330
5331
5332
5333
5334
5335
5336
5337
5338
5339
5340
5341
5342
5343
5344
5345
5346
5347
5348
5349
5350
5351
5352
5353
5354
5355
5356
5357
5358
5359
5360
5361
5362
5363
5364
5365
5366
5367
5368
5369
5370
5371
5372
5373
5374
5375
5376
5377
5378
5379
5380
5381
5382
5383
5384
5385
5386
5387
5388
5389
5390
5391
5392
5393
5394
5395
5396
5397
5398
5399
5400
5401
5402
5403
5404
5405
5406
5407
5408
5409
5410
5411
5412
5413
5414
5415
5416
5417
5418
5419
5420
5421
5422
5423
5424
5425
5426
5427
5428
5429
5430
5431
5432
5433
5434
5435
5436
5437
5438
5439
5440
5441
5442
5443
5444
5445
5446
5447
5448
5449
5450
5451
5452
5453
5454
5455
5456
5457
5458
5459
5460
5461
5462
5463
5464
5465
5466
5467
5468
5469
5470
5471
5472
5473
5474
5475
5476
5477
5478
5479
5480
5481
5482
5483
5484
5485
5486
5487
5488
5489
5490
5491
5492
5493
5494
5495
5496
5497
5498
5499
5500
5501
5502
5503
5504
5505
5506
5507
5508
5509
5510
5511
5512
5513
5514
5515
5516
5517
5518
5519
5520
5521
5522
5523
5524
5525
5526
5527
5528
5529
5530
5531
5532
5533
5534
5535
5536
5537
5538
5539
5540
5541
5542
5543
5544
5545
5546
5547
5548
5549
5550
5551
5552
5553
5554
5555
5556
5557
5558
5559
5560
5561
5562
5563
5564
5565
5566
5567
5568
5569
5570
5571
5572
5573
5574
5575
5576
5577
5578
5579
5580
5581
5582
5583
5584
5585
5586
5587
5588
5589
5590
5591
5592
5593
5594
5595
5596
5597
5598
5599
5600
5601
5602
5603
5604
5605
5606
5607
5608
5609
5610
5611
5612
5613
5614
5615
5616
5617
5618
5619
5620
5621
5622
5623
5624
5625
5626
5627
5628
5629
5630
5631
5632
5633
5634
5635
5636
5637
5638
5639
5640
5641
5642
5643
5644
5645
5646
5647
5648
5649
5650
5651
5652
5653
5654
5655
5656
5657
5658
5659
5660
5661
5662
5663
5664
5665
5666
5667
5668
5669
5670
5671
5672
5673
5674
5675
5676
5677
5678
5679
5680
5681
5682
5683
5684
5685
5686
5687
5688
5689
5690
5691
5692
5693
5694
5695
5696
5697
5698
5699
5700
5701
5702
5703
5704
5705
5706
5707
5708
5709
5710
5711
5712
5713
5714
5715
5716
5717
5718
5719
5720
5721
5722
5723
5724
5725
5726
5727
5728
5729
5730
5731
5732
5733
5734
5735
5736
5737
5738
5739
5740
5741
5742
5743
5744
5745
5746
5747
5748
5749
5750
5751
5752
5753
5754
5755
5756
5757
5758
5759
5760
5761
5762
5763
5764
5765
5766
5767
5768
5769
5770
5771
5772
5773
5774
5775
5776
5777
5778
5779
5780
5781
5782
5783
5784
5785
5786
5787
5788
5789
5790
5791
5792
5793
5794
5795
5796
5797
5798
5799
5800
5801
5802
5803
5804
5805
5806
5807
5808
5809
5810
5811
5812
5813
5814
5815
5816
5817
5818
5819
5820
5821
5822
5823
5824
5825
5826
5827
5828
5829
5830
5831
5832
5833
5834
5835
5836
5837
5838
5839
5840
5841
5842
5843
5844
5845
5846
5847
5848
5849
5850
5851
5852
5853
5854
5855
5856
5857
5858
5859
5860
5861
5862
5863
5864
5865
5866
5867
5868
5869
5870
5871
5872
5873
5874
5875
5876
5877
5878
5879
5880
5881
5882
5883
5884
5885
5886
5887
5888
5889
5890
5891
5892
5893
5894
5895
5896
5897
5898
5899
5900
5901
5902
5903
5904
5905
5906
5907
5908
5909
5910
5911
5912
5913
5914
5915
5916
5917
5918
5919
5920
5921
5922
5923
5924
5925
5926
5927
5928
5929
5930
5931
5932
5933
5934
5935
5936
5937
5938
5939
5940
5941
5942
5943
5944
5945
5946
5947
5948
5949
5950
5951
5952
5953
5954
5955
5956
5957
5958
5959
5960
5961
5962
5963
5964
5965
5966
5967
5968
5969
5970
5971
5972
5973
5974
5975
5976
5977
5978
5979
5980
5981
5982
5983
5984
5985
5986
5987
5988
5989
5990
5991
5992
5993
5994
5995
5996
5997
5998
5999
6000
6001
6002
6003
6004
6005
6006
6007
6008
6009
6010
6011
6012
6013
6014
6015
6016
6017
6018
6019
6020
6021
6022
6023
6024
6025
6026
6027
6028
6029
6030
6031
6032
6033
6034
6035
6036
6037
6038
6039
6040
6041
6042
6043
6044
6045
6046
6047
6048
6049
6050
6051
6052
6053
6054
6055
6056
6057
6058
6059
6060
6061
6062
6063
6064
6065
6066
6067
6068
6069
6070
6071
6072
6073
6074
6075
6076
6077
6078
6079
6080
6081
6082
6083
6084
6085
6086
6087
6088
6089
6090
6091
6092
6093
6094
6095
6096
6097
6098
6099
6100
6101
6102
6103
6104
6105
6106
6107
6108
6109
6110
6111
6112
6113
6114
6115
6116
6117
6118
6119
6120
6121
6122
6123
6124
6125
6126
6127
6128
2009-02-10  Rober Carr <carrr@rpi.edu>

	Bug 569633 – Typelib compiler fails with vararg callbacks

	* girepository/girparser.c: Also filter out callback functions
	which take vararg arguments.

2009-02-10  Xan Lopez  <xan@gnome.org>

	Bug 570903 - Add information about -I flag to scanner manpage

	* docs/g-ir-scanner.1: Add info about -I flag.

2009-02-06  Owen Taylor  <otaylor@redhat.com>

	* gir/xlib-2.0.gir: Add KeySym and KeyCode to the dummy
	xlib-2.0.gir.

2009-02-04  Johan Dahlin  <jdahlin@async.com.br>

	* girepository/Makefile.am:
	* girepository/girffi.c (g_callable_info_get_ffi_arg_types),
	(g_callable_info_get_ffi_return_type),
	(g_callable_info_prepare_closure), (g_callable_info_free_closure):
	* girepository/girffi.h:
	Add utility functions for invocing closures given a GICallableInfo
	using libffi.

2009-02-03  Andreas Rottmann  <a.rottmann@gmx.at>

	* tests/scanner/utility.h (UtilityTaggedValue): Make the union
	member anonymous.
	(UtilityByte): New union typedef with an unnamed struct in it.

	* giscanner/transformer.py (Transformer._create_struct): Create
	unnamed structs for symbols with a None ident.
	(Transformer._create_union): Likewise.

	* giscanner/girwriter.py (GIRWriter._write_record): Allow name
	being None.
	(GIRWriter._write_union): Likewise.

	* girepository/girparser.c (start_struct): Allow a NULL name for
	non-toplevel structs.
	(start_union): Likewise.

	* tests/scanner/utility.h (UtilityTaggedValue): New struct
	typedef, which has a nested union member.
	* tests/scanner/utility-expected.gir: Adapted.

	* giscanner/transformer.py (Transformer._create_member): Create
	struct/union members if appropriate.
	(Transformer._create_struct, Transformer._create_union): Allow for
	structs/unions without a C type.

	* giscanner/glibtransformer.py (GLibTransformer._resolve_field):
	We don't need to resolve non-typef'd
	(GLibTransformer._resolve_field): Add cases for non-typedef'd
	struct/union "fields".

	* giscanner/girwriter.py (GIRWriter._write_record): Allow for
	records without a C type.
	(GIRWriter._write_field): structs and unions may appear in places
	where fields do.

2009-02-03  Andreas Rottmann  <a.rottmann@gmx.at>
	
	* girepository/girparser.c (ParseContext): Removed member
	current_node, added node_stack instead.
	(CURRENT_NODE): New macro, returns the current node (top of
	node_stack).
	(pop_node, push_node): New functions; pop or push a node from
	node_stack.
	Rest of the file adapted to these changes, which are necessary 
	for supporting nested structs/and unions.

2009-02-02  Dan Winship  <danw@gnome.org>

	* girepository/ginfo.c (g_registered_type_info_get_g_type): handle
	the special case for GObject, whose glib:get-type is listed as
	"intern".

2009-02-02  Andreas Rottmann  <a.rottmann@gmx.at>

	Bug 569408 – Scanner doesn't handle arbitrary typedefs correctly

	* giscanner/glibtransformer.py (GLibTransformer._create_gobject):
	Treat GInitiallyUnowned specially.

	Bug 568680 – Scanner misses fields (at least in GObject.Object)

	* girepository/giroffsets.c (compute_struct_field_offsets): Fix
	handling of callbacks (a callback member clobbered the size
	computed so far).

	* giscanner/transformer.py (Transformer._create_compound): Use
	the (empty) compound created by a typedef if present; this means
	that fields will no longer get lost.

	* giscanner/transformer.py (Transformer._create_compound): New
	method, contains logic common to _create_union and _create_struct.
	(Transformer._create_struct, Transformer._create_union): Rewritten
	in terms of _create_compound.

	* gir/GObject-2.0.xpath: Some new assertations of the presence
	GObject fields.
	* tests/offsets/Makefile.am, tests/offsets/offsets.h: Added test
	for object field offsets.

  2009-02-02  Andreas Rottmann  <a.rottmann@gmx.at>

	Bug 563469 – Arrays not treated correctly in struct offset calculation

	* tests/offsets/offsets.h (OffsetsArray): New struct, containing a
	bunch of arrays.

	* tests/offsets/gen-gitestoffsets (FIELD_RE): Handle arrays.

	* girepository/giroffsets.c (get_interface_size_alignment):
	Refactored to make it more general, now takes a GIrNodeType*
	instead of a GIrNodeField*, plus an additional 'who' parameter
	that denotes what the size/alignment is calculated for.
	(get_type_size_alignment): New function, refactored version of
	get_field_size_alignment().
	(get_field_size_alignment): Implemented in terms of
	get_type_size_alignment().
	(get_type_size_alignment): Handle array types correctly.

  2009-01-28  Johan Bilien  <jobi@via.ecp.fr>

	* tests/scanner/annotation-1.0-expected.gir: add missing
	with_voidp

2009-01-27  Johan Dahlin  <jdahlin@async.com.br>

	* gir/cairo-1.0.gir:
	* gir/fontconfig-2.0.gir:
	* gir/freetype2-2.0.gir:
	* gir/libxml2-2.0.gir:
	* gir/xfixes-4.0.gir:
	* gir/xft-2.0.gir:
	* gir/xlib-2.0.gir:
	Remove shared-library tags for these too.

2009-01-27  Johan Dahlin  <jdahlin@async.com.br>

	* gir/GL-1.0.gir:
	Remove shared-library which removes the build
	time dependency on mesa.

2009-01-27  Dan Winship  <danw@gnome.org>

	Misc warning fixes

	* giscanner/scannerparser.y: Fix the "Ignoring non-UTF-8 constant
	string" error to print the right value.

	* tests/scanner/annotation.c (backslash_parsing_tester)
	(backslash_parsing_tester_2): make these non-static to avoid a
	warning.
	(annotation_object_string_out)
	(annotation_string_zero_terminated): fix return values

	* tests/scanner/annotation.h (annotation_object_with_voidp):
	prototype this

	* tests/scanner/gtkfrob.c:
	* tests/scanner/gtkfrob.h (gtk_frob_language_manager_get_default):
	fix prototype. (s/()/(void)/).

	* tools/compiler.c (format_output): fix signed/unsigned warning.
	Output a prototype for register_typelib() to avoid warnings later.

2009-01-26  Johan Dahlin  <jdahlin@async.com.br>

	* tests/everything/everything.c (test_callback):
	* tests/everything/everything.h:
	Add a couple of callback tests.

2009-01-26  Johan Dahlin  <jdahlin@async.com.br>

	* girepository/ginfo.c (g_base_info_unref):
	Only unref the repository if it's actually set.

2009-01-23  Johan Dahlin  <jdahlin@async.com.br>

	* tests/everything/everything.c (test_enum_param):
	* tests/everything/everything.h:

	Add an enum param test function

2009-01-21  Johan Dahlin  <jdahlin@async.com.br>

	* configure.ac:
	Post-release version bump

=== 0.6.2 ===
2009-01-21  Johan Dahlin  <jdahlin@async.com.br>

	* NEWS: Update

2009-01-21  Johan Dahlin  <jdahlin@async.com.br>

	Bug 562622 – Errordomains missing

	* giscanner/girwriter.py:
	* giscanner/glibast.py:
	* giscanner/glibtransformer.py:
	* tests/scanner/Makefile.am:
	* tests/scanner/foo-1.0-expected.gir:
	* tests/scanner/foo-1.0-expected.tgir:
	* tests/scanner/foo.c (foo_error_get_type), (foo_error_quark):
	* tests/scanner/foo.h:

2009-01-20  Johan Dahlin  <jdahlin@async.com.br>

	* giscanner/scannerlexer.l:
	Increase the buffer size to 1M, so
	gtkalias.h can be parsed.

2009-01-20  Johan Dahlin  <jdahlin@async.com.br>

	* giscanner/glibtransformer.py:
	When trying to map functions to structs, do
	not require a public structure to exist, should
	fix Gst gir generation in.

2009-01-20  Johan Dahlin  <jdahlin@async.com.br>

	Bug 562615 – Struct methods missing

	* giscanner/annotationparser.py:
	* giscanner/ast.py:
	* giscanner/girwriter.py:
	* giscanner/glibast.py:
	* giscanner/glibtransformer.py:
	* tests/scanner/foo-1.0-expected.gir:
	* tests/scanner/foo-1.0-expected.tgir:

2009-01-16  Dan Winship  <danw@gnome.org>

	* gir/GL-1.0.gir: add back GLvoid, which got lost during the
	gir-repository -> gobject-introspection migration

2009-01-15  Johan Dahlin  <jdahlin@async.com.br>

	* gir/freetype2-2.0.gir: add FT_Int32
	* gir/xft-2.0.gir: add XftFont
	* girepository/gdump.c (g_irepository_dump):
	Report errors when an invalid type is encountered
	* giscanner/glibtransformer.py:
	Make the error message a bit nicer.

	Part of preparating for gir generating inside pango.

2009-01-15  Johan Dahlin  <jdahlin@async.com.br>

	* gir/GL-1.0.gir:
	* gir/Makefile.am:
	* gir/cairo-1.0.gir:
	* gir/fontconfig-2.0.gir:
	* gir/freetype2-2.0.gir:
	* gir/libxml2-2.0.gir:
	* gir/xfixes-4.0.gir:
	* gir/xft-2.0.gir:
	* gir/xlib-2.0.gir:

	Move over the hand-written girs from gir-repository
	so upstream libraries depending on these can avoid
	a gir-repository dependency.

2009-01-15  Johan Dahlin  <jdahlin@async.com.br>

	Bug 567813 – Everything should be versioned

	* gir/Makefile.am:
	* girepository/Makefile.am:
	* girepository/girepository.c (init_globals):
	* girepository/girparser.c (locate_gir):
	* giscanner/dumper.py:
	* giscanner/transformer.py:
	* gobject-introspection-1.0.pc.in:
	* tests/everything/Makefile.am:
	* tests/invoke/Makefile.am:
	* tests/offsets/Makefile.am:
	* tests/repository/Makefile.am:
	* tests/scanner/Makefile.am:
	* tools/Makefile.am:

2009-01-13  Johan Dahlin  <jdahlin@async.com.br>

	Bug 555036 – put gtk-doc in GIR

	* giscanner/annotationparser.py:
	* giscanner/ast.py:
	* giscanner/girwriter.py:
	* giscanner/glibast.py:
	* tests/scanner/annotation-1.0-expected.gir:
	* tests/scanner/annotation.h:
	* tests/scanner/foo-1.0-expected.gir:

2009-01-13  Johan Dahlin  <jdahlin@async.com.br>

	* giscanner/cachestore.py (CacheStore.load): Catch AttributeError
	which seems to be occasionally raised for Record.

	* giscanner/annotationparser.py:
	Fix a bug where \n was not present in a comment

2009-01-12  Johan Dahlin  <jdahlin@async.com.br>

	Bug 562467 – Property annotation

	* giscanner/annotationparser.py:
	* tests/scanner/annotation-1.0-expected.gir:
	* tests/scanner/annotation-1.0-expected.tgir:
	* tests/scanner/annotation.c (annotation_object_set_property),
	(annotation_object_get_property), (annotation_object_class_init):

	Annotations are parsed for properties.

2009-01-12  Johan Dahlin  <jdahlin@async.com.br>

	Bug 546739 – Introspection should know precise signal parameter types

	* giscanner/annotationparser.py:
	* tests/scanner/annotation-1.0-expected.gir:
	* tests/scanner/annotation-1.0-expected.tgir:
	* tests/scanner/annotation.c (annotation_object_class_init):

	Annotations are parsed for signals, the (type) annotation is introduced.

2009-01-12  Johan Dahlin  <jdahlin@async.com.br>

	Bug 563591 – Flags not recognized when there is no introspection data

	* giscanner/ast.py:
	* giscanner/girwriter.py:
	* giscanner/giscannermodule.c (type_get_is_bitfield):
	* giscanner/glibast.py:
	* giscanner/glibtransformer.py:
	* giscanner/scannerparser.y:
	* giscanner/sourcescanner.c (gi_source_type_copy):
	* giscanner/sourcescanner.h:
	* giscanner/sourcescanner.py:
	* giscanner/transformer.py:
	* tests/scanner/foo-1.0-expected.gir:
	* tests/scanner/foo-1.0-expected.tgir:
	* tests/scanner/foo.h:

	Large parts of this patch was done by Jürg Billeter.

2009-01-12  Havoc Pennington  <hp@pobox.com>

	Bug 563386 – scanner ignores "const" on boxed return values

	* tests/everything/everything.c (test_simple_boxed_a_const_return):
	* tests/everything/everything.h:

	This adds just the tests specified in the bug above, the fix itself
	was included in Bug 563794

2009-01-03  Andreas Rottmann  <a.rottmann@gmx.at>

	Bug 566404 – Annotations for GLib

	* gir/glib-2.0.c: Added allow-none annotations for g_thread_init()
	and g_main_loop_new().

2009-01-12  Johan Dahlin  <jdahlin@async.com.br>

        Bug 566419 – Element type of arrays not properly handled in all cases

	* giscanner/annotationparser.py:
	* tests/scanner/annotation-1.0-expected.gir:
	* tests/scanner/annotation-1.0-expected.tgir:
	* tests/scanner/annotation.c (annotation_object_set_data),
	(annotation_object_set_data2), (annotation_object_set_data3):
	* tests/scanner/annotation.h:

	Based on patch by Andreas Rottmann

2009-01-12  Johan Dahlin  <jdahlin@async.com.br>

	Bug 566560 – giscanner.transformer.SkipError

	* giscanner/transformer.py:

	Catch SkipError for all nodes, not just functions.
	Makes it possible to skip unsupported parameter types in 
	callbacks.

2009-01-12  Johan Dahlin  <jdahlin@async.com.br>

	Bug 563794 - Redo annotation parsing & applying
	
	Thanks to Colin for helping out considerably in landing this.

	* giscanner/Makefile.am:
	* giscanner/ast.py:
	* giscanner/dumper.py:
	* giscanner/girparser.py:
	* giscanner/giscannermodule.c (pygi_source_scanner_get_comments),
	(calc_attrs_length), (pygi_collect_attributes), (init_giscanner):
	* giscanner/glibtransformer.py:
	* giscanner/scannerlexer.l:
	* giscanner/sourcescanner.c (gi_source_symbol_unref),
	(gi_source_scanner_new), (gi_source_scanner_free),
	(gi_source_scanner_get_comments):
	* giscanner/sourcescanner.h:
	* giscanner/sourcescanner.py:
	* giscanner/transformer.py:
	* giscanner/xmlwriter.py:
	* tests/scanner/annotation-1.0-expected.gir:
	* tests/scanner/annotation-1.0-expected.tgir:
	* tests/scanner/annotation.c:
	* tests/scanner/annotation.h:
	* tests/scanner/foo-1.0-expected.gir:
	* tests/scanner/foo-1.0-expected.tgir:
	* tests/scanner/foo.h:
	* tools/g-ir-scanner:

	This commit merges the annotation parser rewrite branch.
	It'll change the annotation parsing to be done completely in python
	code which will make it easier to do further annotation parsing 
  	easier.

2009-01-03  Andreas Rottmann  <a.rottmann@gmx.at>
 
  	Bug 563469 – Arrays not treated correctly in struct offset calculation
 	
	* tests/scanner/foo.h (FooObject): Added field `some_int'.
 	* tests/scanner/foo-1.0-expected.gir,
 	* tests/scanner/foo-1.0-expected.tgir: Adapted.
 
 	* giscanner/glibtransformer.py (GLibTransformer._create_gobject):
 	carry over object fields from original (struct) node.
 	(GLibTransformer._pair_class_struct): Don't add fields of the
 	class struct to to the node for the class, they should go under a
 	nested <record> element (see also Bug 551738). This is needed as
 	otherwise offset calculation would not work, as the instance
 	fields are mingled with the class fields without a way to
 	distinguish them.
  
2009-01-03  Johan Dahlin  <jdahlin@async.com.br>

	* misc/pep8.py:
	Disable blank line check, it works differently under
	Python 2.5 from 2.6 and was rather annoying from the start.

2008-01-03  Andreas Rottmann  <a.rottmann@gmx.at>

	Bug 556489 – callback annotations
	
	* giscanner/transformer.py 

	* tools/generate.c (write_callable_info): Write out the new scope,
	closure and destroy attributes.

	* giscanner/transformer.py (Transformer._type_is_callback): New
	method, checking if a given type is a callback.
	(Transformer._augment_callback_params): New method; adds
	information (closure, destroy) to callback parameters.
	(Transformer._handle_closure, Transformer._handle_destroy): New methods, 
	auxiliary to _augment_callback_params.
	(Transformer._create_function): Call _augment_callback_params().
	(Transformer._create_parameter): Handle scope option.

	(Transformer._create_typedef_callback): New method, creates a
	callback, and registers it in the typedef namespace
	(Transformer._create_typedef): Use _create_typedef_callback()
	instead of the plain _create_callback().

	* giscanner/ast.py (Parameter): Added callback-related fields.
	* giscanner/girwriter.py: Write out new Parameter fields.

	* girepository/girnode.h (GIrNodeParam): Added fields scope, 
	closure and destroy.
	* girepository/gtypelib.h (ArgBlob): Ditto.
	* girepository/girparser.c (start_parameter): Handle new fields.

	* girepository/girmodule.c (g_ir_module_build_typelib): Adjust
	arg_blob_size, bump major version due to this change.
	* girepository/girnode.c (g_ir_node_get_full_size_internal)
	(g_ir_node_build_typelib)
	* girepository/gtypelib.c (g_typelib_check_sanity): ArgBlob size
	adjustments.
	(g_ir_node_build_typelib): Fill in new ArgBlob flags from param. 

	* girepository/girepository.h (GIScope): New enumeration, listing
	the different possible scopes for callbacks.

	* girepository/ginfo.c (g_arg_info_get_scope)
	(g_arg_info_get_closure, g_arg_info_get_destroy): Accessors for
	callback-related argument indices (callback scope, closure for a
	callback, destroy notification for a callback).

	* tests/scanner/: Added testcases for new features.
	
2009-01-03  Jürg Billeter  <j@bitron.ch>

	* giscanner/ast.py:
	* giscanner/dumper.py:
	* giscanner/girparser.py:
	* giscanner/glibtransformer.py:
	* giscanner/sourcescanner.py:
	* giscanner/transformer.py:
	* giscanner/xmlwriter.py:

	Fix inconsistencies with PEP8

2008-12-21  Johan Dahlin  <jdahlin@async.com.br>

	* gir/gio-2.0.c:
	Annotate transfer, direction and allow none for
	g_file_load_contents, g_file_load_contents_finish and
	g_file_load_partial_contents_finish parameters.

2008-12-12  Owen Taylor  <otaylor@redhat.com>

	Disable array auto-detection for out-annotated parameters (#563934)

	If we have a parameter annotated as (out), then having a ctype of
	'char **' (or similar) doesn't necessarily indicate an array.

	* giscanner/transformer.py: Skip array-detection logic for
	(out)-annotated parameters.
	* tests/scanner/annotation.h tests/scanner/annotation.c
	tests/scanner/annotation-1.0-expected.gir
	tests/scanner/annotation-1.0-expected.tgir: Add a test for
	an (out) string parameter.

2008-12-12  Johan Dahlin  <jdahlin@async.com.br>

	* giscanner/dumper.py (DumpCompiler._link): Pass in
	--tag=CC to libtool to avoid making libtool confused
	when CC is different from gcc on some systems.

2008-12-10  Johan Bilien  <jobi@via.ecp.fr>

	Bug 563998 – Cache the GIBaseInfo for GTypes

	* girepository/girepository.c (g_irepository_find_by_gtype):
	add a cache of GType -> GIBaseInfo.

2008-12-09  Johan Bilien  <jobi@via.ecp.fr>

	Bug 562545 – Add function taking / returning GValue

	* tests/everything/everything.[ch]: add a test of function taking and
	returning "const GValue *"

2008-12-09  Johan Dahlin  <johan@async.com.br>

	* giscanner/cachestore.py (CacheStore.store): Use
	shutil.move instead of os.rename, since it will
	automatically fall back to copying+remove if the
	src directory is on a different partition from
	the dst directory.

2008-12-08  Tristan Van Berkom  <tristan.van.berkom@gmail.com>

	Bug 563742 – introspection should record the introduced version of
                     symbols marked with the "Since:" tag

	reviewed by: Johan

	* giscanner/ast.py:
	* giscanner/girwriter.py:
	* giscanner/scannerlexer.l:
	* giscanner/transformer.py:
	* tests/scanner/annotation-1.0-expected.gir:
	* tests/scanner/annotation-1.0-expected.tgir:
	* tests/scanner/annotation.c (annotation_versioned):
	* tests/scanner/annotation.h:

2008-12-08  Johan Dahlin  <johan@async.com.br>

	* giscanner/cachestore.py (_get_cachedir): Don't require
	HOME to be set and if it set, don't require the
	directory to exist.

2008-12-08  Johan Dahlin  <johan@async.com.br>

	* giscanner/cachestore.py (CacheStore.store): Dump the cache
	file to a temporary file and rename it the expected filename
	only when it's completely written.
	This should make the cache more roboust when run in parallel,
	and hopefully avoid triggering bugs in Python.

2008-12-03  Christophe Fergeau  <teuf@gnome.org>

	Bug 562971 – g-ir-scanner failure on libgpod headers

	* giscanner/scannerlexer.l: raise YY_BUF_SIZE to 65536 up from the
	default 16384. Without it, the lexer was aborting with a cryptic
	error message on source files containing really long comment
	blocks.

2008-12-01  Colin Walters  <walters@verbum.org>

	* girepository/gfield.c: Fix memory leak; unref type info we
	created, not field info

2008-11-30  Johan Dahlin  <jdahlin@async.com.br>

	Bug 562289 – Race when removing invalid cache

	* giscanner/cachestore.py:
	ENOENT is mapped to a OSError, not IOError.

2008-11-27  Johan Dahlin  <jdahlin@async.com.br>

	* gir/glib-2.0.c: Add return value transfer annotation
	for g_markup_escape_text.

2008-11-25  Colin Walters  <walters@verbum.org>

	* tools/g-ir-scanner: Add --libtool option which we expect Automake-using
	people to pass.
	* giscanner/dumper.py: Implement it.
	* gir/Makefile.am, tests/**/Makefile.am: Use it.

2008-11-25  Colin Walters  <walters@verbum.org>

	* tests/scanner/Makefile.am: Remove hand-rolled generation of .tgir; easier
	to just use a Makefile rule and dependencies.  This corresponds with a change
	made to gir-repository to fix srcdir != builddir issues.

2008-11-25  Johan Dahlin  <jdahlin@async.com.br>

	* configure.ac:
	Post release version bump

=== 0.6.1 ===
2008-11-25  Johan Dahlin  <jdahlin@async.com.br>

	* NEWS:
	Release 0.6.1

2008-11-25  Colin Walters  <walters@verbum.org>

	Bug 559705 – Missing association between static methods and classes

	* docs/typelib-format.txt:
	* girepository/ginfo.c (g_function_info_get_flags):
	* girepository/girmodule.c (g_ir_module_build_typelib):
	* girepository/girnode.c (g_ir_node_get_size),
	(g_ir_node_build_typelib):
	* girepository/girparser.c (start_function):
	* girepository/gtypelib.c (g_typelib_check_sanity),
	(validate_header), (validate_function_blob):
	* girepository/gtypelib.h:
	* giscanner/ast.py:
	* giscanner/girwriter.py:
	* giscanner/glibtransformer.py:
	* tests/scanner/foo-1.0-expected.gir:
	* tests/scanner/foo-1.0-expected.tgir:
	* tests/scanner/foo.h:

2008-11-25  Johan Dahlin  <jdahlin@async.com.br>

	* giscanner/ast.py: Define socklen_t as an alias for int32.

2008-11-24  Johan Dahlin  <jdahlin@async.com.br>

	* girepository/gdump.c (dump_type): Remove a warning,
	be less verbose on error on fundamental types.

2008-11-23  Johan Dahlin  <jdahlin@async.com.br>

	* giscanner/dumper.py: Add license headers,
	refactor into a class, avoid some duplication and do some
	extra pedantic checks.

2008-11-23  Johan Dahlin  <jdahlin@async.com.br>

	Make it compilable with -Werror on my system by adding
	a couple of prototypes and including headers.

2008-11-23  Johan Dahlin  <jdahlin@async.com.br>

	Bug 562022 – gobject-introspection needs python headers

	* configure.ac: fail without python headers present.
	Patch by: Tom Parker

2008-11-21  Johan Dahlin  <jdahlin@async.com.br>

	Bug 561617 – Return value array annotations

	* giscanner/transformer.py:
	* tests/scanner/annotation.c (annotation_return_array):
	* tests/scanner/annotation.h:
	Add support for (array) for return value annotations as well.

2008-11-20  Johan Bilien  <jobi@via.ecp.fr>

	* tests/everything/everything.[ch]: add a test function which calls a
	closure.

2008-11-19  Johan Dahlin  <jdahlin@async.com.br>

	* giscanner/cachestore.py:
	Catch ValueError exceptions.

2008-11-18  Tommi Komulainen  <tommi.komulainen@iki.fi>

	* tests/scanner/Makefile.am (barapp_SOURCES): fix builddir != srcdir

2008-11-18  Andreas Rottmann  <a.rottmann@gmx.at>

	* girepository/girnode.c (g_ir_node_build_typelib): Use sizeof()
	instead of hard-coding struct sizes.

2008-11-18  Owen Taylor <otaylor@redhat.com>

	Bug 561296 - Add "storage type" to the typelib data for enums

	In order to set and get enum and flag fields in structures, we need
	to know the integral type that the enumeration is stored as. We are already
	computing that at compile time in order to compute struct offsets, so the
	easiest thing to do is to save that in the typelib.

	* docs/typelib-format.txt girepository/girnode.[ch] girepository/giroffsets.c
	girepository/gtypelib.h: Add 'storage_type' to the typelib format for EnumBlob
	and compute and save it at compile time.

	* girepository/girepository.h girepository/ginfo.c:
	Add g_enum_info_get_storage_type().

	* girepository/gfield.c: Implement reading and writing enum and flags fields
	based on the storage type.

2008-11-18  Owen Taylor <otaylor@redhat.com>

	Add enums to the Everything test module

	* tests/everything/everything.[ch]: Add TestEnum and TestFlags to the Everything
	test module and register them as GTypes.

	https://bugzilla.gnome.org/show_bug.cgi?id=561296

2008-11-18  Johan Dahlin  <jdahlin@async.com.br>

	* giscanner/cachestore.py:
	Catch BadPickleGet exceptions as well.	

2008-11-17  Owen Taylor  <otaylor@redhat.com>

	* tests/everything/everything.c: Fix doc comment annotations
	for test_struct_b_clone() to refer to the right function.

2008-11-17  Dan Winship  <danw@gnome.org>

	* giscanner/glibtransformer.py (GLibTransformer.__init__): fix
	spelling of GHashTable. #561135

	* tests/scanner/annotation.c (annotation_object_get_hash):
	* tests/scanner/annotation-1.0-expected.gir:
	* tests/scanner/annotation-1.0-expected.tgir: add a test of
	GHashTable annotations

2008-11-17  Andreas Rottmann  <a.rottmann@gmx.at>

	* giscanner/ast.py: Change string array match type to be in terms
	of canonicalized type.
	* giscanner/transformer.py: Add canonicalize_ctype which gives us
	a version of a c:type without aliases, so we can deep canonicalize
	char** to utf8*.  Update parse_ctype to use it.
	* tests/*: Add gtk_init like int*/char*** arg functions for testing.

2008-11-16  Colin Walters  <walters@verbum.org>

	* girepository/girepository.c: Ensure we always call init_globals,
	even if passed a non-default repository.

2008-11-16  Colin Walters  <walters@verbum.org>

	Bug 559706 - Interface prerequisites

	* common.mk: Dep on libgirepository.la for scanner libs so that
	we rebuild things even if just gdump.c changes.
	* girepository/gdump.c: Dump prerequisites.
	* giscanner/ast.py: Add prerequisite list.
	* giscanner/girparser.py: Parse them from gdump.
	* giscanner/girwriter.py: Write them.
	* giscanner/glibtransformer.py: Resolve them.
	* tests/*: Test.

2008-11-16  Owen Taylor  <otaylor@redhat.com>

	Bug 561087 - Respect is_pointer in serialize_type()

	Add a '*' to the serialization for the cases where we set is_pointer
	in the type blob we write out depending on node->is_pointer. Don't
	add the '*' in the cases where is_pointer is set or not set in a
	fixed fashion.

	http://bugzilla.gnome.org/show_bug.cgi?id=561087

2008-11-16  Owen Taylor  <otaylor@redhat.com>

	Bug 560825 – Add size and alignment to typelib

	Include the size and alignment of structures and unions in the typelib,
	and add getter methods to retrieve them from GIStructInfo/GIUnionInfo.

	* docs/typelib-format.txt girepository/gtypelib.h girepository/girnode.c
	girepository/girmodule.c girepository/gtypelib.c: Add size and alignment
	to StructBlob and UnionBlob.

	* girepository/ginfo.c girepository/girepository.h:
	Add g_[struct|union]_get[size|alignment]().

	* test/offsets/gen-gitestoffsets: Test overall structure size and alignment.

2008-11-16  Owen Taylor  <otaylor@redhat.com>

	Bug 552371 – implement struct field get/set

	* girepository/gfield.c girepository/girepository.h: Add
	convenience functions g_field_info_set_field() and
	g_field_info_get_field() to set and get fields based on the
	offsets in GIFieldInfo.

2008-11-16  Andreas Rottmann  <a.rottmann@gmx.at>

	Bug 560241 - Out-arguments should not be marked as being pointers
	in all cases

	* girepository/girparser.c: Improved logic for out arguments.

2008-11-16  Andreas Rottmann  <a.rottmann@gmx.at>

	Bug 559601 - Pointers in structs/unions unduly treated as arrays

	* giscanner/transformer.py: Differentiate type creation logic
	between parameters and struct components.

2008-11-15  Colin Walters  <walters@verbum.org>

	* giscanner/dumper.py: Check return code from pkg-config
	invocations.

2008-11-14  Johan Dahlin  <jdahlin@async.com.br>

	* tests/everything/everything.c (test_array_int_in),
	(test_array_gtype_in):
	* tests/everything/everything.h:
	Rename the int/gtype array tests. Make the return value
	useful, an aggregation of the array input values.

2008-11-14  Johan Dahlin  <jdahlin@async.com.br>

	* tests/everything/Makefile.am:
	* tests/everything/everything.c:
	* tests/everything/everything.h:
	* tests/everything/gitesttypes.c:
	* tests/everything/gitesttypes.h:
	Rename gitesttypes.[ch] to everything.[ch]

2008-11-13  Andreas Rottmann  <a.rottmann@gmx.at>

	Bug 560708 – Don't treat arrays that have a length specified as
	zero-terminated by default

	* giscanner/transformer.py: Default to non zero terminated for
	arrays with length.
	* tests/*: Update, add test for zero vs not.

2008-11-13  Andreas Rottmann  <a.rottmann@gmx.at>

	Bug 557788 - Return types for constructors in generated typelib bogus

	* girepository/girnode.c: Namespace-qualify XREFs; not doing so is
	obviously broken in the face of duplicate names in different
	namespaces.
	* tests/scanner/*expected.gir: Fix up.

2008-11-13  Owen Taylor  <otaylor@redhat.com>

	* girepository/girffi.c: Fix  "Unexpected time for time_t"
	message.

2008-11-13  Colin Walters  <walters@verbum.org>

	Bug 558436 - avoid having scanner load app code

	* giscanner/cgobject.py: Delete; we no longer load shared
	libraries directly.
	* giscanner/dumper.py: Support for linking a library to
	a stub binary for introspection.
	* giscanner/glibtransformer.py: Rewrite to use gdump XML
	from invocation of child binary.
	* giscanner/transformer.py: Fix up to use fully qualified
	name in parse tree.  Make parse_ctype public so we can use
	it inside glibtransformer.
	* tests/scanner/barapp.c: New test, using --program arg
	for g-ir-scanner.
	* tests/*: Update to use common.mk for invoking scanner.
	* tools/g-ir-scanner: Add options --program, --program-arg,
	and --no-libtool.
	* docs/g-ir-scanner.1: Update.

2008-11-13  Colin Walters  <walters@verbum.org>

	* configure.ac: Depend on Gio, we use it in gdump.c.
	* girepository/gdump.c: Code to dump GType data to XML.
	* girepository/girepository.c: Add option group for dumping.
	* girepository/girepository.h: Define API for the above.

2008-11-13  Colin Walters  <walters@verbum.org>

	* common.mk: Add a file to include with Makefile fragments
	useful for scanner invocation.

2008-11-13  Tommi Komulainen  <tommi.komulainen@iki.fi>

	* tests/everything/gitesttypes.c (test_filename_return): Return
	strings in filename encoding.

2008-11-13  Owen Taylor  <otaylor@redhat.com>

	Bug 560253 – Add structure and boxed types to Everything test module

	* tests/everything/gitesttypes.[ch]: Add examples of:

	  Plain old data structs
	  Plain old data structs with nested fields
	  Plain old data boxed
	  Plain old data boxed with nested fields
	  More complicated boxed types with internal state

2008-11-12  Johan Dahlin  <jdahlin@async.com.br>

	* tests/everything/gitesttypes.c (test_gtype_in):
	* tests/everything/gitesttypes.h:
	Add a test of GType arrays, a la gtk_list_store_set_columns.

2008-11-12  Owen Taylor  <otaylor@redhat.com>

	Bug 560419 – Cache includes when parsing

	Keep track of all modules parsed within a GIrParser, and when a
	module is referenced a second time, use the existing parsed copy
	instead of reparsing.

2008-11-12  Owen Taylor  <otaylor@redhat.com>

	Fix management of ParseContext.includes_modules (#560419)

	* girepository/girparser.c: Fix some trivial bugs in managing the
	list of include modules. (Add to module's list twice, not
	initialized to NULL, not freed.)

2008-11-12  Owen Taylor  <otaylor@redhat.com>

	Keep aliases and disguised_structures local to each module (#560419)

	* girepository/girmodule.[ch]: When parsing, keep keep a separate
	hash tables of aliases and 'disguised' flags for each module, and
	store that on the module.

	After parsing an include merge the aliases/disguised flags to the
	including module.

	* girepository/girparser.c: Remove 'prefix_aliases' flag and
	always prefix aliases/disguised structure types when parsing; this
	simplifies the code considerably.

2008-11-12  Owen Taylor  <otaylor@redhat.com>

	Fix mismatches between .gir name and 'name' attribute (#560419)

	* tests/boxed.gir tests/constant.gir tests/enum.gir tests/invoke/invoke.c
	tests/invoke/testfns-1.0.gir tests/object.gir tests/struct.gir: Fix places
	where the 'name' element of <namespace/> didn't match the filename of the
	gir, an assumption that the compiler has always expected and now enforces.

2008-11-12  Owen Taylor  <otaylor@redhat.com>

	Only allow one <namespace/> element per <repository/> (#560419)

	* girepository/girparser.c: The logic in girparser.c didn't work
	very well if there were multiple <namespace/> nodes within a
	single <repository/> (context->namespace was always the overall
	filename and not the the name specified in the <namespace/>
	element for one thing; this would cause aliases to be mis-prefixed
	in include modules.) Also check that the "name" in the
	<namespace/> node matches the filename.

2008-11-12  Owen Taylor  <otaylor@redhat.com>

	Add a GirParser object to hold the state of a compilation

	* girepository/girparser.[ch] tools/compiler.c: Add a toplevel
	GirParser object to hold state that is global across a
	compilation. Currently just holds the include path, but will
	eventually also keep a cached list of parsed modules.

2008-11-12  Tommi Komulainen  <tommi.komulainen@iki.fi>

	* girepository/girepository.c (find_namespace_latest): Fix
	minor memory leak.

2008-11-12  Tommi Komulainen  <tommi.komulainen@iki.fi>

	* configure.ac: use 'introspection' component for bugs

2008-11-12  Johan Dahlin  <jdahlin@async.com.br>

	* tests/everything/gitesttypes.c (test_filename_return):
	* tests/everything/gitesttypes.h:
	Add a filename return test.

2008-11-12  Tommi Komulainen  <tommi.komulainen@iki.fi>

	* tests/offsets/Makefile.am (gitestoffsets.c): fix
	gen-gitestoffsets invocation with builddir != srcdir

2008-11-12  Johan Dahlin  <jdahlin@async.com.br>

	* girepository/girepository.c:
	Change the element type from utf8 to filename
	* girepository/girnode.c (g_ir_node_build_typelib):
	Special case filename equally to utf8 here.

2008-11-12  Johan Dahlin  <jdahlin@async.com.br>

	* gir/Makefile.am:
	Remove unused variables, add a dependency of girepository.ch, so when
	they change we rebuild the gir automatically.

2008-11-12  Johan Dahlin  <jdahlin@async.com.br>

	* girepository/girepository.c (g_irepository_get_search_path):
	* girepository/girepository.h:
	Add a g_irepository_get_search_path, so we can access the search
	paths from runtime.

2008-11-12  Johan Bilien  <jobi@via.ecp.fr>

	Bug 560474 – g-ir-compiler crashes when compiling the glib gir

	* girepository/girparser.c: avoid freeing an uninitialized pointer

2008-11-12  Johan Dahlin  <jdahlin@async.com.br>

	* gir/Makefile.am:
	* giscanner/glibtransformer.py:
	* tools/g-ir-scanner:
	Add a GIRepository-2.0.gir. Change the libtool lookup slightly
	so we can just pass in --library=foo/bar/baz.la and the scanner
	does the right thing.
	Don't warn for _get_type() functions if they don't take any
	parameters

2008-11-11  Owen Taylor  <otaylor@redhat.com>

	Bug 560404 – Prefix types when resolving aliases in included modules

	* girepository/girparser.c: When resolving aliases in an included
	module, prefix types before looking them up.

2008-11-11  Owen Taylor  <otaylor@redhat.com>

	Compute field offsets and overall size for object structures

	Bug 560326 – Fails to build Gtk-2.0.typelib with "Unexpected non-pointer
	field of type object in structure"

	Do basic computation of field offsets for objects and interfaces;
	this doesn't attempt to address all of the "mess" for virtual
	functions described in Bug 560281.

2008-11-11  Tommi Komulainen  <tommi.komulainen@iki.fi>

	Bug 560308 – g-ir-compiler goes in infinite loop on Gdk-2.0.gir

	Based on patch by Johan Bilien.

	* giscanner/transformer.py (_create_member, _create_parameter):
	Resolve types here as well.
	(_resolve_type_name_1): Try resolving using 'ctype' first since
	it's least ambiguous. Fixes struct member type resolution with
	similarly named types, e.g. Gdk.PangoRendererClass and
	Pango.RendererClass
	* tests/scanner/foo*: Add test.

2008-11-11  Owen Taylor  <otaylor@redhat.com>

	* girepository/girparser.c: Search provided include dirs before
	the default directories.

2008-11-11  Owen Taylor  <otaylor@redhat.com>

	* girepository/giroffsets.c: Include fully-qualified names in
	all error messages.

2008-11-11  Owen Taylor  <otaylor@redhat.com>

	* girepository/giroffsets.c: Fail gracefully with an informative
	error message when recursion is encountered when computing a 
	structure size.

2008-11-11  Owen Taylor  <otaylor@redhat.com>

	* girepository/girparser.c: Remove an unused variable.

2008-11-10  Owen Taylor <otaylor@redhat.com>

	Add tests for field offset computations

	* tests/offsets/offsets.h: Header file with structure definitions to test

	* tests/offsets/gen-gitestoffsets: Generate a C program that computes
	field offsets for the structures in offsets.h two ways: using
	the information from a generated typelib, and as computed by the
	compiler.

	We diff these two versions to test that everything is OK.

2008-11-10  Owen Taylor <otaylor@redhat.com>

	Remove field offsets from g-ir-generate output and test inputs

	Field offsets are a) architecture dependent so they shouldn't be part
	of the architecture-independent gir format which is installed in
	datadir. b) Are architecture-dependent so they shouldn't be in test
	expected output.

	* girepository/girparser.c: Don't parse offset for fields
	* tools/generate.c: Don't parse offset for fields
	* tests/*.gir test/scanner/*.tgir: Remove offsets

	(Virtual function and discriminator offsets are not removed, as they
	aren't fully hooked up to the field-offset computation machinery yet.)

2008-11-10  Owen Taylor <otaylor@redhat.com>

	Bug 560252 - Compute field offsets before writing typelib

	* girepository/girnode.h: Store the total size and alignment for
	GIrNodeStruct/Boxed/Union.

	* girepository/giroffset.c: New file implementing computation of
	structure field offsets.

	* girepository/girnode.c: Compute structure field offsets before
	writing types into the typelib.

	* docs/typelib-format.txt: Document that a field offset of 0xFFFF
	means "unknown". Also fix description of the discriminator_offset
	field for unions.

2008-11-10  Owen Taylor <otaylor@redhat.com>

	Bug 560250 - Fully parse included modules

	For some things, like computing structure offsets to put into the typelib
	we need more than just the aliases from included modules. Do a completel
	parse of included modules and store in module->included_modules.

	Also add g_ir_find_node() to find node information from within the
	active set of modules and their includes.

2008-11-10  Owen Taylor <otaylor@redhat.com>

	Split g_ir_ffi_get_ffi_type() out from ginvoke.c

	Extract a function to convert GITypeTag to ffi_type from the internals
	of ginvoke.c. This will be useful in figure out structure alignment.

	Also fix handling of gsize and time_t to be portable. (Add a check
	to configure.ac to figure out the width of time_t.)

2008-11-10  Owen Taylor <otaylor@redhat.com>

	Bug 560248 – "disguised structures"

	Certain types like GIConv and GdkAtom are pointers internally but don't
	look like pointers when referenced. They have the form.

	  typedef struct _X *X;

	Parse these as structures/records but mark them in the gir with a 'disguised'
	attribute so that we know that they need special handling.

	In the typelib treat them like any other structure.

2008-11-09  Jürg Billeter  <j@bitron.ch>

	* giscanner/ast.py:
	* giscanner/girwriter.py:

	Write throws attribute for virtual functions, fixes bug 559703

2008-11-07  Johan Dahlin  <jdahlin@async.com.br>

	* giscanner/libtoolimporter.py (LibtoolImporter.find_module): Clear
	up some confusion about the second argument to find_module, it's
	actually the packages __path__ attribute which we can safely ignore
	for our purposes.
	(LibtoolImporter.load_module): Set module.__loader__ as per PEP 302.

2008-11-07  Owen Taylor  <otaylor@redhat.com>

	Bug 559737 – Deal with continuations in macros

	* giscanner/giscannerlexer.l: Treat continuation lines the same
	as regular newlines. This makes the scanner not complain about
	#define foo(x) \ <stuff> inside a C file. There's no attempt
	however to handle parsing macro definitions split across lines.

2008-11-07  Johan Dahlin  <jdahlin@async.com.br>

	* giscanner/cachestore.py:
	Handle broken cache entries, write only filesystems and
	running out of diskspace.

2008-11-07  Owen Taylor  <otaylor@redhat.com>

	* giscanner/giscannermodule.c (pygi_source_scanner_lex_filename):
	Set current_filename before lexing the file so error messages
	are reported in the right file.

2008-11-06  Colin Walters  <walters@verbum.org>

	* tests/everything/*: Add some tests for strv.

2008-11-05  Colin Walters  <walters@verbum.org>

	* girepository/ginvoke.c (g_function_info_invoke): Don't use
	nested scope local variable for error which may go away after
	conditional is complete.

2008-11-05  Colin Walters  <walters@verbum.org>

	* giscanner/scannerlexer.l: Avoid static 256 char buf which we
	manipulate hackily; just use GString.  This avoids an
	uninitialized memory read pointed out by Havoc.

2008-11-04  Johan Dahlin  <jdahlin@async.com.br>

	* giscanner/__init__.py:
	* giscanner/ast.py:
	* giscanner/cachestore.py:
	* giscanner/cgobject.py:
	* giscanner/girparser.py:
	* giscanner/girwriter.py:
	* giscanner/giscannermodule.c:
	* giscanner/glibast.py:
	* giscanner/glibtransformer.py:
	* giscanner/libtoolimporter.py:
	* giscanner/minixpath.py:
	* giscanner/odict.py:
	* giscanner/sourcescanner.c:
	* giscanner/sourcescanner.h:
	* giscanner/sourcescanner.py:
	* giscanner/transformer.py:
	* giscanner/utils.py:
	* giscanner/xmlwriter.py:
	* COPYING:
	Relicense the giscanner library under LGPLv2+.
	This has been approved by all contributors.

2008-11-01  Owen Taylor  <otaylor@redhat.com>

	Bug 558848 giparser.py: shared library should be optional

	When parsing a .gir, allow the shared-library attribute
	of <namespace/> to be missing: this corresponds to the handling
	in libgirepository and elsewhere.

2008-11-01  Tommi Komulainen  <tommi.komulainen@iki.fi>

	Bug 557898 – Fails to build on OSX 10.4

	* configure.ac: Check for $shrext_cmds that should be implicitly
	available if you're using libtool >= 2.0. If undefined, call
	libtool --config explicitly to get its value.
	* girepository/gtypelib.c: Remove special case for (non-)Darwin
	systems as unneeded.

2008-10-31  Colin Walters  <walters@verbum.org>

	* COPYING, COPYING.lib, COPYING.tools: Clarify licensing status.

2008-10-31  Johan Dahlin  <jdahlin@async.com.br>

	* configure.ac: Post release version bump

=== 0.6.0 ===
2008-10-31  Johan Dahlin  <jdahlin@async.com.br>

	* NEWS:
	* configure.ac:
	* docs/release-checklist.txt:
	0.6.0

2008-10-31  Johan Dahlin  <jdahlin@async.com.br>

	* Makefile.am: add an upload-release target
	* docs/release-checklist.txt:
	Release process documentation

2008-10-31  Colin Walters  <walters@verbum.org>

	Bug 558109 – _g_typelib_init fails to find shared libraries

	* transformer/glibtransformer.py: Use ctypes' find_library
	on passed libraries and write that for the shared-library
	entry.  We want to avoid depending on -devel packages.

2008-10-31  Johan Dahlin  <jdahlin@async.com.br>

	* docs/g-ir-scanner.1:
	Document the renaming options.

2008-10-31  Tommi Komulainen  <tommi.komulainen@iki.fi>

	* giscanner/Makefile.am:
	* tests/invoke/Makefile.am:
	* tests/repository/Makefile.am: List in-tree libraries first in
	LDADD / LIBADD. If installed library is listed first, the
	resulting binary will prefer installed version to one in .libs,
	possibly making 'make check' behave strangely.

2008-10-30  Tommi Komulainen  <tommi.komulainen@iki.fi>

	* giscanner/ast.py: map 'id' (ObjC) to 'any' type to stop
	gir-repository from choking with gdk/quartz

2008-10-30  Johan Dahlin  <jdahlin@async.com.br>

	* giscanner/giscannermodule.c (calc_attrs_length),
	(pygi_collect_attributes):
	* giscanner/xmlwriter.py:
	Write a C version of the xml namespace formatter.
	Saves 15% of the time it takes to create a gtk gir.

2008-10-30  Johan Dahlin  <jdahlin@async.com.br>

	* giscanner/xmlwriter.py: Abstract attribute formatting
	to a function external to the XMLWriter class.

	* giscanner/scannerlexer.l:
	Parse and discard __typeof and __attribute.

2008-10-30  Johan Dahlin  <jdahlin@async.com.br>

	* giscanner/girparser.py:
	Remove arguments from the constructor, move them to
	separate accessors. Add a new parse_tree method
	which takes an element tree instance.
	* tools/g-ir-scanner:
	Update callsite for this

	* giscanner/Makefile.am:
	* giscanner/cachestore.py:
	* giscanner/transformer.py:
	Cache the include parsing. Saves ~25% time when
	creating vte (which includes everything up to gtk+).

2008-10-30  Colin Walters  <walters@verbum.org>

	* giscanner/transformer.py: Don't reparse includes
	we've already processed.

2008-10-30  Johan Dahlin  <jdahlin@async.com.br>

	* giscanner/girparser.py:
	* giscanner/transformer.py:
	Avoid parsing parameters, types etc when parsing
	includes. Should speed up include parsing a bit.

2008-10-30  Johan Dahlin  <jdahlin@async.com.br>

	* giscanner/girparser.py:
	Avoid big if/else and use a dispatch table like
	approach.

2008-10-30  Johan Dahlin  <jdahlin@async.com.br>

	* giscanner/transformer.py:
	Clean up include parsing and registration.

2008-10-30  Johan Dahlin  <jdahlin@async.com.br>

	* giscanner/transformer.py:
	Clean up imports

2008-10-30  Johan Dahlin  <jdahlin@async.com.br>

	Bug 558383 – builddir != srcdir build fails if giscanner python module not already installed

	* gir/Makefile.am:
	construct PYTHONPATH just once

	* tests/everything/Makefile.am:
	* tests/scanner/Makefile.am:
	add $(top_srcdir) to PYTHONPATH to
	handle builddir != srcdir

	* giscanner/libtoolimporter.py:
	* giscanner/sourcescanner.py:
	Make the libtoolimporter work when distchecking too.

	Mostly based on patch by Tommi Komulainen

2008-10-29  Owen Taylor  <otaylor@redhat.com>

	* giscanner/glibtransformer.py: If a filename of an existing
	file is passed to --library, hunt for it directly, rather than
	searching for a corresponding library.

2008-10-29  Johan Dahlin  <jdahlin@async.com.br>

	* giscanner/libtoolimporter.py:
	* giscanner/sourcescanner.py:
	Clean up the libtool importer a bit. Add a context so we
	can use it through a with statement.
	Don't just look in the current directory, look in the whole
	sys.path.

2008-10-29  Tommi Komulainen  <tommi.komulainen@iki.fi>

	Bug 558065 – gitesttypes should be installed

	* configure.ac:
	* tests/Makefile.am:
	* tests/types/Makefile.am   -> tests/everything/Makefile.am
	* tests/types/gitesttypes.c -> tests/everything/gitesttypes.c
	* tests/types/gitesttypes.h -> tests/everything/gitesttypes.h
	move tests/types to tests/everything

	* tests/everything/Makefile.am: build normal shared library
	libgirepository-everything.so.1.0.0 and corresponding typelib
	Everything-1.0.typelib

	* tests/everything/Makefile.am: explicitly link libtool
	versioning with typelib versioning with variables

2008-10-28  Johan Bilien  <jobi@via.ecp.fr>

	* tools/g-ir-scanner: add LD_LIBRARY_PATH to LPATH before calling ld.

2008-10-27  Johan Bilien  <jobi@via.ecp.fr>

	* gio/gio-2.0.c: add allow-none annotations, based on the pygobject
	.defs file

2008-10-27  Johan Bilien  <jobi@via.ecp.fr>

	Bug 558068 – when invoking a method, offset the in arguments by one,
	not the out

	* tests/invoke/invoke.c, tests/invoke/testfns.c,
	tests/invoke/testfns-1.0.gir: Add testing of method and constructor.
	* girepository/ginvoke.c: do not offset the index of given out
	arguments by one for methods, "this" is provided as in argument only.

2008-10-27  Johan Bilien  <jobi@via.ecp.fr>

	* gir/gio-2.0.c: add annotation for g_file_delete

2008-10-27  Tommi Komulainen  <tommi.komulainen@iki.fi>

	Bug 558062 – provide and use paths in the .pc file

	* gobject-introspection-1.0.pc.in: provide typelibdir variable
	for where .typelibs should be installed (callers shouldn't need
	to construct paths from bits and pieces)

2008-10-25  Andreas Rottmann  <a.rottmann@gmx.at>

	Bug 557791 – g_irepository_require() could return a GTypelib *

	* girepository/girepository.c: Return GTypelib; this is useful
	for low level manipulation.

2008-10-25  Colin Walters  <walters@verbum.org>

	Bug 557788 – Return types for constructors in generated typelib bogus

	* giscanner/glibtransformer.py: Don't resolve ctors incrementally,
	rely on end pass resolution.

2008-10-25  Andreas Rottmann  <a.rottmann@gmx.at>

	Bug 557786 - support fixed size arrays

	* girepository/ginfo.c: Add g_type_info_get_array_fixed_size.
	* giscanner/scannerparser.y: Retain fixed array size.
	* giscanner/ast.py: Add to note.
	* giscanner/girwriter.py: Write to gir.
	* girepository/girnode.c: Write it to typelib.
	* tools/generate.c: Generate.
	* tests/*: Add tests.

2008-10-25  Colin Walters  <walters@verbum.org>

	Bug 557076 - move typelibs to $libdir

	* configure.ac: Steal some configury bits from dbus to expand
	libdir.
	* gir/Makefile.am: Move to libdir.
	* girepository/girepository.c: Stop searching XDG_DATA_DIRS;
	instead just look at one hardcoded path in libdir.
	* acinclude.m4: Bits from dbus.

2008-10-24  Johan Dahlin  <johan@gnome.org>

	* girepository/girnode.c (g_ir_node_check_unhandled_members):
	Be quiet, do not warn about unhandled members.

2008-10-24  Johan Dahlin  <johan@gnome.org>

	* girepository/gtypelib.c:
	Only use SHLIB_SUFFIX on darwin, otherwise use
	G_MODULE_SUFFIX, we cannot get shext_cmds from libtool 2.2.

2008-10-24  Lucas Rocha  <lucasr@gnome.org>

	Bug 557623 - Constructors shouldn't be flagged as methods.

	* girepository/ginfo.c (g_function_info_get_flags): ditto.

2008-10-24  Johan Dahlin  <johan@gnome.org>

	* giscanner/scannerparser.y:
	Check against division by zero for the modula operator.
	This fixes header parsing of OSX system headers included
	by libsoup.

2008-10-24  Johan Dahlin  <johan@gnome.org>

	* CONTRIBUTORS:
	* Makefile.am:
	Add a CONTRIBUTORS file and dist it.

2008-10-23  Tommi Komulainen  <tommi.komulainen@iki.fi>

	Bug 556739 – transfer-ownership attribute should be mandatory in .gir

	* girepository/girparser.c (parse_param_transfer):
	* giscanner/transformer.py (_create_parameter, _create_return):
	* giscanner/girwriter.py (_write_return, _write_parameter):
	* tools/generate.c (write_callable_info): always write and
	require "transfer-ownership" for return-values and parameters

	* tests/boxed.gir:
	* tests/invoke/testfns-1.0.gir:
	* tests/object.gir:
	* tests/scanner/DrawableAdditions.xml:
	* tests/scanner/GtkFrob-1.0-expected.tgir:
	* tests/scanner/annotation-1.0-expected.tgir:
	* tests/scanner/drawable-1.0-expected.tgir:
	* tests/scanner/drawable-injected-1.0-expected.gir:
	* tests/scanner/drawable-injected-1.0-expected.tgir:
	* tests/scanner/foo-1.0-expected.tgir: Updated

2008-10-23  Tommi Komulainen  <tommi.komulainen@iki.fi>

	* giscanner/cgobject.py: build fundamental types same way as glib

	* giscanner/glibtransformer.py (_type_from_gtype): record GType
	when constructing the Type from it

	* giscanner/glibtransformer.py (_adjust_transfer): Check whether
	the parameter is a GObject from its GType, if available.

	* giscanner/glibtransformer.py (_adjust_transfer):
	* tests/scanner/foo-1.0-expected.gir:
	* tests/scanner/foo-1.0-expected.tgir: deduce
	transfer-ownership from GTypes

2008-10-23  Tommi Komulainen  <tommi.komulainen@iki.fi>

	* giscanner/transformer.py (_create_parameter):
	* tests/scanner/foo-1.0-expected.gir: make varargs
	transfer-ownership="none"

2008-10-23  Colin Walters  <walters@verbum.org>

	Bug 556739 - transfer ownership

	* giscanner/ast.py: Refactor Parameter/Return to share
	common attributes.  Add transfer_inferred attribute
	which says whether or not we made a guess.
	* giscanner/transformer.py: Add much more extensive
	heuristics around parameter and return transfer.
	* giscanner/glibtransformer.py: Adjust to inspect
	transfer_inferred.
	* tests/*: Adjust.

2008-10-22  Tommi Komulainen  <tommi.komulainen@iki.fi>

	Bug 557377 – Add test to ensure annotations survive the roundtrip via typelib

	* tests/scanner/Makefile.am:
	* tests/scanner/annotation-1.0-expected.tgir:
	* tests/scanner/drawable-1.0-expected.tgir:
	* tests/scanner/drawable-injected-1.0-expected.tgir:
	* tests/scanner/foo-1.0-expected.tgir:
	* tests/scanner/GtkFrob-1.0-expected.tgir:
	* tests/scanner/utility-1.0-expected.tgir: Add test to ensure
	annotations survive the roundtrip via typelib

	The expectations are as currently produced by g-ir-generate,
	comparison with the .gir files shows there are differences.

2008-10-23  Johan Bilien  <jobi@via.ecp.fr>

	Bug 557468 – Support for GI_TYPELIB_PATH

	* girepository/girepository.c: if the GI_TYPELIB_PATH is set, add the
	provided paths to the global search path.

2008-10-22  Tommi Komulainen  <tommi.komulainen@iki.fi>

	Bug 557379 – g-ir-generate not writing the 'abstract' attribute

	* tests/scanner/drawable-1.0-expected.tgir:
	* tests/scanner/drawable-injected-1.0-expected.tgir:
	* tests/scanner/foo-1.0-expected.tgir:
	* tools/generate.c (write_object_info): write 'abstract'
	attribute for classes

2008-10-22  Lucas Rocha  <lucasr@gnome.org>

	* girepository/girmodule.c, girepository/gtypelib.c,
	girepository/girparser.[ch]: fix some build warnings.

2008-10-22  Tommi Komulainen  <tommi.komulainen@iki.fi>

	Bug 557405 – Use 'allow-none' consistently

	* docs/typelib-format.txt:
	* girepository/ginfo.c (g_arg_info_may_be_null):
	* girepository/girnode.c (g_ir_node_build_typelib):
	* girepository/girnode.h (struct _GIrNodeParam):
	* girepository/girparser.c (start_parameter):
	* girepository/girwriter.c (function_generate):
	* girepository/gtypelib.h (ArgBlob):
	* tests/errors.gir:
	* tests/function.gir:
	* tools/generate.c (write_callable_info): Use 'allow-none'
	consistently throughout

2008-10-22  Tommi Komulainen  <tommi.komulainen@iki.fi>

	Bug 557092 – Callback annotations not used

	* giscanner/transformer.py (_create_callback): use annotations
	for callbacks
	* tests/scanner/annotation.h
	* tests/scanner/annotation-1.0-expected.gir: add tests

2008-10-21  Colin Walters  <walters@verbum.org>

	* giscanner/scannerlexer.l: Don't require trailing whitespace after
	uncommented parameters.
	* tests/*: Test it.

2008-10-21  Colin Walters  <walters@verbum.org>

	* girepository/girepository.c: Ensure that when doing an unversioned
	require, we prefer items earlier in the search path to later ones.

2008-10-21  Owen Taylor  <otaylor@redhat.com>

	* giscanner/transformer.py: For string parameters allow transfer annotation
	to override the standard automatic guessing based on 'const'.

2008-10-21  Johan Bilien  <jobi@via.ecp.fr>

	Bug 557241 – "throws" flag for functions

	* tests/scanner/drawable-1.0-expected.gir,
	tests/scanner/drawable-injected-1.0-expected.gir,
	tests/scanner/drawable.[ch]: add simple test for throwing
	function (has GError ** as last argument)

	* giscanner/ast.py: add a 'throws' flag to Function
	* giscanner/glibtransformer.py: if a function's last paramerter is
	a GError, set the 'throws' flag and remove that parameter
	* giscanner/girwriter.py: write out the 'throws' attribute
	* giscanner/girparser.py: support parsing the 'throws' attribute

	* tests/repository/gitestthrows.c: add a simple test to check the
	throws flag in a typelib and invoke the function

	* girepository/ginfo.c, girepository/girnode.[ch],
	girepository/girnode.h, girepository/girparser.c,
	girepository/girepository.h: Add and parse the GI_FUNCTION_THROWS flag

	* girepository/ginvoke.c: if a function throws, add a GError as last
	arguments, and propagate the error to the invoker.

2008-10-21  Tommi Komulainen  <tommi.komulainen@iki.fi>

	* giscanner/transformer.py (_create_parameters): Warn if we see
	annotations for unknown parameters. If .h and .c files name
	parameters differently, the annotations may be lost.

2008-10-21  Johan Dahlin  <johan@gnome.org>

	Bug 556358 - don't use libtool internals

	* giscanner/Makefile.am:
	* giscanner/libtoolimporter.py:
	* giscanner/sourcescanner.py:
	* giscanner/utils.py:
	Add a python meta importer and remove a libtool symlink hack.

2008-10-20  Andreas Rottmann  <a.rottmann@gmx.at>

	* tests/scanner/Makefile.am (%.typelib): Set PYTHONPATH
	and --add-include-path appropriately when invoking the scanner.
	* tests/types/Makefile.am (%typelib): Likewise.

2008-10-20  Colin Walters  <walters@verbum.org>

	Bug 556777 - validate properties

	* giscanner/transformer.py: Add option to throw on unknown types.
	* giscanner/glibtransformer.py: Use it on properties.
	* tests/*: Add a test.

2008-10-20  Colin Walters  <walters@verbum.org>

	* giscanner/glibast.py: Also register g variants of
	default_array_types.  This is not beautiful, but
	good alternatives aren't easy to come by.
	This fixes gchar ** parsing.

2008-10-20  Colin Walters  <walters@verbum.org>

	* docs/typelib-format.txt, girepository/gtypelib.h:
	Take a bit from ObjectInfo to represent abstract flag.
	* giscanner/cgobject.py: Expose g_type_get_flags.
	* girepository/girepository.h: Add accessor.
	* girepository/ginfo.c: Implement it.
	* giscanner/ast.py: Add is_abstract flag to generic
	class object.
	* giscanner/glibast.py: Use it.
	* giscanner/girwriter.py: Write it.
	* girepository/girparser.c: Parse it.
	* tests/*: Test it.

2008-10-20  Tommi Komulainen  <tommi.komulainen@iki.fi>

	* giscanner/girparser.py (_parse_function): don't lose
	'transfer-ownership' attributes when injecting, check for the
	correct attribute

2008-10-19  Johan Dahlin  <johan@gnome.org>

	* giscanner/scannerlexer.l: Parse and ignore __asm.

2008-10-19  Colin Walters  <walters@verbum.org>

	* giscanner/girparser.py: Parse array length= to ensure
	it doesn't get lost from --inject.

2008-10-17  Colin Walters  <walters@verbum.org>

	Bug 556795 - char ** regression

	* giscanner/transformer.py: Fix parsing of ctypes, add some
	comments about what's going on.
	* tests/*: Add a test for char **.

2008-10-17  Colin Walters  <walters@verbum.org>

	Bug 556783 - change namespace handling to be more consistent

	* giscanner/transformer.py: Eliminate usage of
	strip_namespace_object.  We now treat --namespace as the default
	--strip-prefix; however, if --strip-prefix is specified it
	overrides --namespace.  This applies to everything except function
	names, where we do also strip the namespace.
	* giscanner/glibtransformer.py: Remove usage of
	strip_namespace_object.
	* tests/*: Update.
	* tests/*: Add skeletal GtkFrob-1.0 test which has different
	--namespace and --strip-prefix.

2008-10-17  Tommi Komulainen  <tommi.komulainen@iki.fi>

	Bug 556732 – generate gir files consistently

	* girepository/girparser.c (start_parameter):
	* tests/boxed.gir:
	* tests/invoke/testfns-1.0.gir:
	* tools/generate.c (write_callable_info): write
	'transfer-ownership' attribute consistently with both
	return-value and parameter elements

2008-10-17  Tommi Komulainen  <tommi.komulainen@iki.fi>

	Bug 556732 – generate gir files consistently

	* tools/generate.c (write_callable_info): write 'direction'
	attribute only if other than 'in' to be consistent with
	girwriter.py
	* tests/boxed.gir:
	* tests/object.gir: remove direction="in" which is the default

2008-10-17  Tommi Komulainen  <tommi.komulainen@iki.fi>

	Bug 556732 – generate gir files consistently

	* giscanner/ast.py (Field): add readable and writable properties
	* giscanner/girparser.py (_parse_field): copy 'readable' and
	'writable' attributes
	* giscanner/transformer.py (_create_member): create fields as
	read-write
	* giscanner/glibtransformer.py (_introspect_object,
	_pair_class_struct): make object instance and class fields
	read-only
	* giscanner/girwriter.py (_write_field):
	* tools/generate.c (write_field_info): write field 'readable'
	and 'writable' attributes only if non-default (read-only)
	* girepository/girparser.c (start_field): in the absence of
	attributes assume fields are read-only
	* tests/boxed.gir:
	* tests/struct.gir: remove redundant readable="1" from fields
	* tests/scanner/foo-1.0-expected.gir:
	* tests/scanner/utility-1.0-expected.gir: add writable="1" to
	all record and union fields

2008-10-17  Tommi Komulainen  <tommi.komulainen@iki.fi>

	Bug 556732 – generate gir files consistently

	* giscanner/girwriter.py (_write_property): write properties
	'construct' attribute if set
	* tools/generate.c (write_property_info): write properties
	'readable' and 'writable' attributes only if non-default
	* tests/object.gir: add writable="0"
	* tests/scanner/foo-1.0-expected.gir: add construct="1"

2008-10-17  Johan Bilien  <jobi@via.ecp.fr>

	* gir/glib-2.0.c: added annotations

2008-10-16  Johan Bilien  <jobi@via.ecp.fr>

	* giscanner/ast.py: Also assume direction=out for size_t*, ssize_t*
	arguments

2008-10-16  Johan Bilien  <jobi@via.ecp.fr>

	Bug 556610 – giscanner/girparser.py drops parameter options

	* tests/scanner/drawable-injected-1.0-expected.gir,
	tests/scanner/DrawableAdditions.xml: added simple test for injection.
	* giscanner/ast.py: allow Parameter to take options in the constructor
	* giscanner/girparser.py: parse parameter options (transfer,
	direction, allow-none)

2008-10-16  Colin Walters  <walters@verbum.org>

	Bug 556185 - segfault on g_callable_info_get_return_type

	Initial patch from John Ehresman.

	* tests/repository/*: Add a test using
	g_callable_info_get_return_type.  Instead of casting a
	GITypeInfo directly to a GIRegisteredTypeInfo, we need
	to call g_type_info_get_interface.

2008-10-16  Colin Walters  <walters@verbum.org>

	Bug 556579 - union and struct name misresolved

	* giscanner/transformer.py: The calls to _resolve_type_name
	for struct/union names was a legacy holdover from when type
	resolution had multiple phases.  Now it's actively harmful
	since we might pull in an identical name from another
	namespace.
	* tests/*: Update.

2008-10-16  Colin Walters  <walters@verbum.org>

	Bug 556432 - transfer annotations and defaults

	* giscanner/transformer.py: Canonicalize type
	after removing *, not before.  This ensures that
	guchar* is transformed to 'uint8'.
	Add some comments here.
	* giscanner/glibtransformer.py: Add _adjust_transfer
	phase for tweaking GObject transfers.
	* tests/*: test it.

2008-10-16  Tommi Komulainen  <tommi.komulainen@iki.fi>

	* configure.ac: enable bunch of gcc warning CFLAGS

2008-10-16  Tommi Komulainen  <tommi.komulainen@iki.fi>

	Bug 556543 – reduce compiler warnings

	* girepository/ginfo.c:
	* girepository/girepository.c (register_internal,
	count_interfaces, find_interface, find_namespace_version,
	parse_version, g_irepository_require):
	* girepository/girmodule.c (g_ir_module_build_typelib):
	* girepository/girnode.c (init_stats, dump_stats,
	_g_irnode_init_stats, _g_irnode_dump_stats,
	g_ir_node_can_have_member):
	* girepository/girparser.c (firstpass_end_element_handler,
	locate_gir, parse_basic, parse_type_internal, resolve_aliases,
	start_alias, start_type, end_type_top, parse_include, cleanup,
	post_filter):
	* girepository/gtypelib.c (validate_function_blob, validate_enum_blob):
	* giscanner/giscannermodule.c (directive_get_options,
	type_get_child_list):
	* giscanner/scannerlexer.l (parse_gtkdoc):
	* giscanner/scannerparser.y (ctype_free):
	* giscanner/sourcescanner.c:
	* giscanner/sourcescanner.h (gi_source_scanner_parse_macros):
	* tests/types/gitesttypes.c:
	* tools/compiler.c (main):
	* tools/generate.c (write_repository): Remove unused variables
	and code, add missing includes, declarations and case
	statements.

2008-10-16  Tommi Komulainen  <tommi.komulainen@iki.fi>

	Bug 556541 – access union members through UnionBlob rather than
	StructBlob

	* girepository/ginfo.c (g_union_info_find_method): access union
	members through UnionBlob rather than StructBlob

2008-10-15  Colin Walters  <walters@verbum.org>

	Bug 556331 - clean up includes handling

	* tools/g-ir-scanner: Rework command line arguments; now we take
	--add-include-path and --include separately.
	* giscanner/girwriter.py: Separate name= and version= in include
	directives.
	* giscanner/ast.py: Add Include type.
	* giscanner/transformer.py: Cleanups to register_include now that
	we don't need to handle mixed filenames and relative arguments.
	* girepository/girparser.c: Parse name and version separately;
	this fixes a bug as a side effect where we weren't resolving
	through aliases for basic types.
	* girepository/girepository.c: Fix format string args.
	* gir/Makefile.am: Update.
	* tests/*: Update.

2008-10-15  Tommi Komulainen  <tommi.komulainen@iki.fi>

	Bug 556434 – unhandled interface/object/... member types

	* girepository/girnode.c (g_ir_node_check_unhandled_members,
	g_ir_node_build_typelib): Check all
	interface/object/boxed/struct/union members are processed and
	abort if they are not. (Mostly callbacks in structs, but also
	fields in interfaces.)

2008-10-15  Tommi Komulainen  <tommi.komulainen@iki.fi>

	* a/girepository/girnode.c (g_ir_node_build_members,
	g_ir_node_build_typelib): refactor common code for processing
	members to a function

2008-10-15  Tommi Komulainen  <tommi.komulainen@iki.fi>

	* gir/Makefile.am (check-local): check that typelib -> gir -> typelib
	transformation is lossless (it's not)

2008-10-15  Tommi Komulainen  <tommi.komulainen@iki.fi>

	* tests/Makefile.am: fix tests to compare xml to xml instead of
	typelib to xml, and stop on error

2008-10-15  Tommi Komulainen  <tommi.komulainen@iki.fi>

	* tools/generate.c (write_type_name, write_type_info,
	write_type_info, write_object_info, write_object_info,
	write_interface_info, write_error_domain_info): reduce code
	duplication

2008-10-15  Tommi Komulainen  <tommi.komulainen@iki.fi>

	Bug 556174 – parse types for lists etc.

	* girepository/girparser.c (end_type_recurse):
	* tests/boxed.gir:
	* tools/generate.c (write_type_info, write_field_info,
	write_callable_info, write_callable_info, write_constant_info,
	write_property_info): use nested <type>s for lists and hashes

2008-10-15  Tommi Komulainen  <tommi.komulainen@iki.fi>

	* tests/enum.gir:
	* tests/object.gir: remove trailing whitespace from inside
	elements to match g-ir-generate output

2008-10-15  Tommi Komulainen  <tommi.komulainen@iki.fi>

	* tools/generate.c (xml_printf): quote printf arguments so that
	we don't generate invalid XML by writing unescaped double quotes
	and such in attributes

2008-10-15  Tommi Komulainen  <tommi.komulainen@iki.fi>

	* tools/generate.c (write_field_info, write_callable_info,
	write_function_info, write_callback_info, write_struct_info,
	write_constant_value, write_signal_info, write_vfunc_info,
	write_object_info, write_interface_info, write_union_info,
	write_repository): remove unused indent parameters, xmlwriter
	keeps track of necessary indentation

2008-10-15  Tommi Komulainen  <tommi.komulainen@iki.fi>

	* tools/generate.c (xml_element_new, xml_element_free,
	xml_start_element, xml_end_element, xml_end_element_unchecked,
	xml_open, xml_close): Keep track of generated XML tree and
	handle indentation and closing tags properly.
	(write_field_info, write_callable_info, write_function_info,
	write_callback_info, write_struct_info, write_value_info,
	write_constant_info, write_enum_info, write_signal_info,
	write_vfunc_info, write_property_info, write_object_info,
	write_interface_info, write_error_domain_info, write_union_info,
	write_repository): Use xml_start_element and xml_end_element to
	open/close tags.

2008-10-15  Tommi Komulainen  <tommi.komulainen@iki.fi>

	* tools/generate.c (xml_printf, xml_open, xml_close, xml_free):
	(write_type_name, write_type_info, write_field_info,
	write_callable_info, write_function_info, write_callback_info,
	write_struct_info, write_value_info, write_constant_value,
	write_constant_info, write_enum_info, write_signal_info,
	write_vfunc_info, write_property_info, write_object_info,
	write_interface_info, write_error_domain_info, write_union_info,
	write_repository): wrap all FILE access to go through simple xmlwriter

2008-10-15  Tommi Komulainen  <tommi.komulainen@iki.fi>

	Bug 556400 – Fails to build on OS X 10.4

	* configure.ac: check for functions backtrace and backtrace_symbols
	* girepository/girparser.c (backtrace_stderr): Comment out
	implementation if the functions are not available.
	* gcov.mak (clean-gcov, clean-gcno): always call 'find' with a
	directory for better portability

2008-10-15  Johan Bilien  <jobi@via.ecp.fr>

	Bug 556433 – assume direction = out for int * parameters

	* giscanner/ast.py: define a list of types for which, if passed as
	reference, we assume a default direction of 'out'
	* giscanner/transformer.py: if a type has type pointer to one of the
	previously defined types, and no direction is set, assume out.
	* tests/scanner/drawable.[ch]: added tests for guessed direction=out

2008-10-15  Johan Bilien  <jobi@via.ecp.fr>

	* tests/scanner/annotation.c: fixed a few copy-paste errors

2008-10-14  Johan Bilien  <jobi@via.ecp.fr>

	Bug 556323 – transfer-ownership is wrong for functions returning const
	char *

	* giscanner/transformer.py: check for a const string as return value,
	not just const char*. Suggested by Colin Walters
	* tests/scanner/annotation-1.0-expected.gir: updated expected output

2008-10-14  Johan Bilien  <jobi@via.ecp.fr>

	* girepository/ginfo.c, girepository/girepository.h: add
	g_union_info_find_method

2008-10-14  Colin Walters  <walters@verbum.org>

	* tests/repository/Makefile.am: Reenable repo test.
	* tests/repository/gitestrepo.c: Prepend search
	path for $(top_builddir)/gir dir so that we don't
	require installation for "make check" to pass.

2008-10-13  Jürg Billeter  <j@bitron.ch>

	* giscanner/glibtransformer.py:
	* tests/scanner/annotation-1.0-expected.gir:
	* tests/scanner/drawable-1.0-expected.gir:
	* tests/scanner/foo-1.0-expected.gir:
	* tests/scanner/utility-1.0-expected.gir:

	Support fields in GObject structs

2008-10-13  Jürg Billeter  <j@bitron.ch>

	* giscanner/ast.py: add signed integer and off_t to type_names

2008-10-12  Jürg Billeter  <j@bitron.ch>

	* giscanner/girparser.py: Parse bits attribute of fields

2008-10-12  Tommi Komulainen  <tommi.komulainen@iki.fi>

	* tests/repository/Makefile.am: run 'gitestrepo' in 'make check'
	* tests/repository/gitestrepo.c (main): instantiate
	'GCancellable' to ensure the GType is registered before using
	g_type_from_name()

2008-10-12  Johan Bilien  <jobi@via.ecp.fr>

	* giscanner/girparser.py: actually add the parsed constant nodes

2008-10-12  Colin Walters  <walters@verbum.org>

	* girepository/girepository.c: Don't cast DirEntry to Blob,
	actually look it up by offset.

2008-10-12  Johan Bilien  <jobi@via.ecp.fr>

	* giscanner/girparser.py: parse constant nodes in gir files

2008-10-12  Johan Bilien  <jobi@via.ecp.fr>

	* giscanner/transformer.py: prefix for constants have an underscore,
	so remove them as if they were functions, not objects.

2008-10-12  Johan Bilien  <jobi@via.ecp.fr>

	* tests/scanner/foo-1.0-expected.gir: add constants to expected gir
	file

2008-10-12  Colin Walters  <walters@verbum.org>

	Initial patch from Jani Monoses.

	* girepository/gtypelib.c: Fix inverted test for success
	in version parsing.

2008-10-12  Tommi Komulainen  <tommi.komulainen@iki.fi>

	* tools/generate.c (write_callable_info): use "transfer-ownership"
	attribute for return values

2008-10-12  Tommi Komulainen  <tommi.komulainen@iki.fi>

	* tools/generate.c (write_callable_info): move "transfer" and
	"null-ok" attributes from <function> to <return-value> element

2008-10-12  Tommi Komulainen  <tommi.komulainen@iki.fi>

	* girepository/girparser.c (start_return_value): handle
	"transfer-ownership" attribute

2008-10-12  Tommi Komulainen  <tommi.komulainen@iki.fi>

	* girepository/girparser.c (parse_param_transfer):
	* tools/generate.c (write_callable_info): use "container" for
	container/shallow ownership transfer (not "shallow")

2008-10-12  Tommi Komulainen  <tommi.komulainen@iki.fi>

	* girepository/girparser.c (parse_param_transfer,
	start_parameter): Refactor handling of transfer=none/shallow/full
	to separate function

2008-10-12  Tommi Komulainen  <tommi.komulainen@iki.fi>

	Bug 556048 – Crash in g_irepository_find_by_gtype

	* girepository/gtypelib.h (BLOB_IS_REGISTERED_TYPE): added
	* girepository/girepository.c (find_interface): Fix
	find_by_gtype case to get the type name from right offset

2008-10-12  Jürg Billeter  <j@bitron.ch>

	* giscanner/girparser.py: Fix parsing transfer-ownership attribute
	of <return-value>

2008-10-12  Tommi Komulainen  <tommi.komulainen@iki.fi>

	* girepository/gtypelib.h (RegisteredTypeBlob): make
	'unregistered' one bit wide as everywhere else

2008-10-12  Jürg Billeter  <j@bitron.ch>

	* giscanner/glibtransformer.py:
	* tests/scanner/annotation-1.0-expected.gir:
	* tests/scanner/drawable-1.0-expected.gir:
	* tests/scanner/drawable.h:
	* tests/scanner/foo-1.0-expected.gir:
	* tests/scanner/utility-1.0-expected.gir:

	Readd class records as workaround to not break Gtk typelib

2008-10-12  Tommi Komulainen  <tommi.komulainen@iki.fi>

	* tests/types/Makefile.am: fix typo in gitesttypes namespace

2008-10-12  Jürg Billeter  <j@bitron.ch>

	* giscanner/glibtransformer.py: Don't generate <record> elements
	for class structs.
	* tests/scanner/*: Update test cases

2008-10-11  Colin Walters  <walters@verbum.org>

	Bug 552858: versioning

	This is a big patch.  You should probably remove your installation
	tree to be cleaner.

	* docs/typelib-format.txt: Add nsversion entry which holds
	version of namespace.
	* girepository/girepository.h: Add 'version' parameter to
	g_irepository_require.  This may be NULL.  Normally
	bindings should pass an explicit version though.
	* girepository/girepository.c: Lots of infrastructure to
	support versioning.  Add some more documentation.  Disallow
	some usage of NULL namespaces.
	* girepository/girmodule.c: Add version parameter.
	* girepository/gtypelib.c: Update header size.
	* giscanner/ast.py: Add version to Namespace.
	* giscanner/girparser.py: Parse version attribute from
	XML, pass to Namespace.
	* giscanner/girwriter.py: Write out version parameter.
	* giscanner/transformer.py: Clean up include registration.
	* tests/*: Add version attribute.
	* tests/invoke/invoke.c: Don't try looking up test before
	it's loaded in repository.
	* tools/generate.c: Output version parameter.
	* gir/Makefile.am: Add 2.0 version to .gir files.

2008-10-11  Colin Walters  <walters@verbum.org>

	* giscanner/scannerlexer.l (parse_gtkdoc): Don't lose
	if we have mismatched parens.

2008-10-11  Lucas Rocha  <lucasr@gnome.org>

	* giscanner/girparser.py (_parse_enumeration_bitfield): fix typo
	on 'members' variable.

2008-10-11  Colin Walters  <walters@verbum.org>

	Bug 555947 - update annotations syntax

	* giscanner/ast.py: Default to None for transfer.  Remove
	default transfers for container types; we require this to
	be specified now.
	* giscanner/girwriter.py: Transfer is now 'none', 'container',
	'full' to match repository.
	* giscanner/scannerlexer.l: Annotations now are parenthesized.
	* giscanner/transformer.py: Update for new annotations syntax.
	* tests/*: Update.

2008-10-11  Johan Bilien  <jobi@litl.com>

	* giscanner/scannerparser.y: ignore non-UTF-8 string constants

2008-10-11  Johan Bilien  <jobi@litl.com>

	Bug 552347: Parse #defines constants

	* girepository/gtypelib.c: update the list of value_size
	with recently defined type tags
	* giscanner/scannerparser.y: brought back parsing of #defined, as
	present in older version
	* giscanner/giscannermodule.c: bind gi_source_scanner_append_filename
	* giscanner/girwriter.py: write out constant tags in the gir
	* giscanner/sourcescanner.py: add accessor for const_string
	* giscanner/transformer.py, giscanner/glibtransformer.py: handle
	constant

2008-10-11  Tommi Komulainen  <tommi.komulainen@iki.fi>

	Bug 555946: Install a test module exercising all types, transfer
	rules, etc.

	* configure.ac
	* tests/Makefile.am
	* tests/types/*: Add and install a test module that has functions
	accepting and returning most of the basic types to enable bindings
	implementors to more easily test their type conversion routines.

2008-10-11  Jürg Billeter  <j@bitron.ch>

	Bug 552374: Const strings should be identified in the gir.

	* giscanner/transformer.py: support string memory management
	* tests/scanner/foo.h: use char * and const char *
	* tests/scanner/foo-expected.gir: test that

2008-10-11  Johan Dahlin  <johan@gnome.org>

	* giscanner/girparser.py:
	Also parse enums which are not glib types.

2008-10-11  Lucas Rocha  <lucasr@gnome.org>

	Bug 552370: add one more test for unsigned as a type, not as
	a type qualifier.

	* giscanner/ast.py: add 'uint' type name for 'unsigned'.
	* test/scanner/foo.h: add function which uses unsigned as a type.
	* test/scanner/foo-expected.gir: test that.

2008-10-11  Andreas Rottmann  <a.rottmann@gmx.at>

	Bug 555712: Struct and union issues

	* giscanner/scannerparser.y (struct_declarator): Use information
	provided about the bit width of a field.
	* giscanner/transformer.py (Transformer._create_member): Pass the
	symbol's const_int member to the created field (it represents the
	bit width).
	* giscanner/girwriter.py (GIRWriter._write_field): Output 'bits'
	field attribute, if present.
	* giscanner/ast.py (Field): Add 'bits' member, specifying the
	width in bits of the field (only relevant for bitfields).
	* tests/*: Updated.

	* giscanner/transformer.py (Transformer._create_typedef_struct)
	(Transformer._create_typedef_union): Add calls to _create_struct()
	and _create_union(), respectively. This causes the scanner to
	generate output for fields of struct and union typedefs.
	* tests/*: Updated.

2008-10-11  Jürg Billeter  <j@bitron.ch>

	Bug 552370: unsigned not scanned properly

	* giscanner/scannerparser.y: combine basic types such as unsigned
	int and long long when scanning
	* tests/scanner/foo-expected.gir:
	* tests/scanner/foo.c: (foo_test_unsigned):
	* tests/scanner/foo.h: test that

2008-10-11  Lucas Rocha  <lucasr@gnome.org>

	Bug 554854: The --typelib-xml and --inject options should reuse
	giscanner parser/writer.

	* giscanner/ast.py: add constructor list to Struct and Union.
	Add new param in Return's contructor to define transfer.
	* giscanner/girparser.py: several additions to the parser in order
	to have parsing all nodes of the gir xml files.
	* tools/g-ir-scanner (typelib_xml_strip, inject): use gir parser
	and writer in --inject and --typelib-xml options.
	* giscanner/xmlwriter.py: ignore empty attributes instead of
	raising an error as this basically exposes a bug in GIRParser.
	This should be reverted as soon as the parser is fixed.

2008-10-11  Lucas Rocha  <lucasr@gnome.org>

	Bug 552376: scanner generates wrong names for enum members when
	there's no defined gtype.

	* giscanner/utils.py (strip_common_prefix): Always strip common
	prefix exactly up to the last "_", and not beyond.
	* tests/scanner/foo.h (FooEnumNoType): add FOO_ENUM_NEUF. The point
	here is that the first character after the last '_' should should be
	the same as the character in the same position on the type name.
	* tests/scanner/foo-expected.gir: test that

2008-10-10  Lucas Rocha  <lucasr@gnome.org>

	Bug 555293: append library_paths to LPATH env variable to work
	around a bug in find_library when using ldconfig.

	* tools/g-ir-scanner (main): ditto.

2008-10-09  Lucas Rocha  <lucasr@gnome.org>

	* girepository/girepository.c (register_internal): fix regression on
	invoke test case by making sure we load the global module in the
	typelib when dealing with inline typelibs.
	* girepository/gtypelib.c: a couple of coding style fixes.

2008-10-06  Lucas Rocha  <lucasr@gnome.org>

	Bug 555294: Add support for multiple shared libraries per typelib.

	* girepository/ginvoke.c (g_function_info_invoke),
	girepository/ginfo.c(g_registered_type_info_get_g_type): use
	g_typelib_symbol instead of g_module_symbol.
	* girepository/girepository.h: remove g_typelib_set_module and add
	g_typelib_symbol.
	* girepository/gtypelib.[ch] (find_some_symbol, _g_typelib_init,
	g_typelib_new_from_memory, g_typelib_new_from_const_memory,
	g_typelib_free, g_typelib_symbol): chnage GTypeLib to hold a list of
	modules instead of just one. The symbol lookup is now abstracted
	behind g_typelib_symbol which tries to find the passed symbol name in
	one of its modules.
	* giscanner/girwriter.py, tools/g-ir-scanner: change scanner to read
	and write shared_library attribute as a comma-separated list of libs.

2008-10-06  Colin Walters  <walters@verbum.org>

	* giscanner/transformer.py: Parse length= annotation as
	a parameter name, not a raw int.
	* tests/*: Update.

2008-10-03  Colin Walters  <walters@verbum.org>

	Bug 551744: Non-GObject types aren't aggregating ctors and methods

	* girepository/gtypelib.c: Allow ctors/methods on struct,union,
	and boxed.
	* giscanner/glibtransformer.py: Ditto, and GLibBoxed is also a
	registered type.
	* tests/*: Extend.

2008-10-03  Colin Walters  <walters@verbum.org>

	Bug 554576: scan problem with ev_selection_render_selection()

	* giscanner/transformer.py: Only do type resolution once we've
	scanned all types.  What could happen before is that we'd strip
	the namespace from local type "EvSelection" => Selection, and
	then later pull a "Selection" from some other namespace because
	we hadn't yet seen the local EvSelection.  This could come
	down to hash table ordering and other things so not easy
	to write a test for.

2008-10-03  Lucas Rocha  <lucasr@gnome.org>

	* giscanner/girwriter.py (_parser_member): fix the last parameter of
	GLibEnumMember constructor as it should be the enum member nick.

2008-10-02  Colin Walters  <walters@verbum.org>

	Bug 552961: remove this parameter for methods

	* giscanner/glibtransformer.py: Delete this parameter; it is
	redundant.
	* girepository/ginvoke.c: Insert this parameter for methods.
	* girepository/gtypelib.c: Remove no longer needed verification of
	method this parameter.
	* tests/*: Update.

2008-09-30  Dan Winship  <danw@gnome.org>

	Bug 554490: g-ir-scanner gets confused by '\\'

	* giscanner/scannerlexer.l (chartext, stringtext): fix use of
	backslashes so it will correctly parse '\\' and "\\"

	* tests/scanner/annotation.c: add a use of '\\' to make sure that
	this stays fixed

	* giscanner/glibtransformer.py (GLibTransformer.count_type): typo

2008-10-02  Colin Walters  <walters@verbum.org>

	bug 552393: Note variadic functions

	* giscanner/scannerparser.y: Parse ellipsis.  Refactor grammar
	to use parameter_list directly.
	* giscanner/sourcescanner.h: Add ellipsis csymbol type.
	* giscanner/ast.py: Add Varargs type.
	* giscanner/transformer.py: Check for ellipsis symbol, transform
	to varargs type.
	* girepository/girnode.h: Add varargs flag to in-memory nodes.
	Parse varargs functions, but filter them out before we start
	compiling the typelib.

2008-10-02  Colin Walters  <walters@verbum.org>

	Bug 554632: type tag for GType

	* girepository/girepository.h, girepository/girepository.c:
	Add type tag for GType - it's a special type we don't want
	to resolve to just "long".
	* docs/typelib-format.txt: Update.
	* girepository/girparser.c: Parse it.
	* giscanner/glibtransformer.py: Ensure we don't put GType in
	the GObject.gir.
	* tools/generate.c: Remove hardcoded type list.
	* test/* update.

2008-09-30  Dan Winship  <danw@gnome.org>

	Bug 554521: scanner generates wrong names for enum members with
	full type name prefix

	* giscanner/utils.py (strip_common_prefix): Fix this to strip the
	right amount when the entire "first" string is a prefix of
	"second"

	* tests/scanner/foo.h (FooEnumFullname):
	* tests/scanner/foo-expected.gir: test that

2008-09-29  Colin Walters  <walters@verbum.org>

	Bug 552380: Array parameters should be marked in the gir

	* giscanner/ast.py: Default char** to utf8[], and guchar* to
	uint8[].  Add Array, List, and Map subclasses of Type;
	these types can be generic.  Return transfer defaults
	to true if return value is string or container type.
	Delete Sequence type.
	* giscanner/scannerlexer.l: Syntax change for annotations;
	use <> since it's more readable.
	* giscanner/girwriter.py: Write out these changes.
	* giscanner/girparser.py: Parse them.
	* giscanner/transformer.py: Have a defined set of
	both list and map types.  When creating a type,
	check if the ctype we've parsed is one of them,
	if so create a container type subclass as appropriate.
	* girepository/girparser.c: Parse in generic types.
	* tests/*: Update.

2008-09-27  Colin Walters  <walters@verbum.org>

	* tools/g-ir-scanner: Add --inject option.

2008-09-25  Colin Walters  <walters@verbum.org>

	Remove non-repository types from GIR

	* giscanner/ast.py: The canonical name is 'utf8', not
	'string'.
	* giscanner/glibast.py: A few more glib type mappings.
	* girepository/girparser.c: We only parse repository types.
	* tests/*.gir: Update.

2008-09-23  Colin Walters  <walters@verbum.org>

	Bug 552566: Add time_t type

	We need a type for time_t since it's special in C, and just
	mapping it to long precluded bindings from handling it
	in a nice way.

2008-09-19  Colin Walters  <walters@verbum.org>

    Bug 552390: Handle capitialization like "DBus" more robustly

    The to_underscores function was designed for use against prefixed
    names; we need a separate function which will convert names like
    DBusFoo into dbus_foo, not d_bus_foo.

2008-09-19  Colin Walters  <walters@verbum.org>

    Add check to make sure we're not hitting out unresolved types

    Validate the "this" argument for methods

    Remove heuristic matching of methods to classes based on prefix

    It was a broken hack that dated from when we handled underscoring
    and capitalization conventions less well.

2008-09-18  Colin Walters  <walters@verbum.org>

    Bug 552384: Use SHLIB_SUFFIX intead of G_MODULE_SUFFIX for Darwin

    On Darwin, the suffix for installed shared libraries (.dylib) is
    different from loadable modules (.so).  We use a bit of magic shell
    script from Behdad Esfahbod to figure out the right suffix.

2008-09-15  Johan Dahlin  <johan@gnome.org>

	* giscanner/sourcescanner.py (SourceType.type_qualifier): Add
	a wrapper for type_qualifier as well.

2008-09-15  Colin Walters  <walters@verbum.org>

	http://bugzilla.gnome.org/show_bug.cgi?id=552065

	* giscanner/ast.py: Add deprecation attributes.
	* giscanner/girwriter.py: Write out deprecation data.
	* girepository/girparser.c: Relax parsing; deprecated
	attribute now includes freeform string.
	* giscanner/scannerlexer.l: Parse Deprecated.
	* giscanner/transformer.py: Look for deprecated attribute
	on functions.
	* tests/scanner/*: Add a Deprecated test.

2008-09-14  Tor Lillqvist  <tml@novell.com>

	* tests/scanner/Makefile.am (%.typelib): Use $(EXEEXT).

2008-09-14  Colin Walters  <walters@verbum.org>

	* giscanner/glibtransformer.py: Ignore functions with
	leading _.

2008-09-12  Colin Walters  <walters@verbum.org>

	* giscanner/glibtransformer.py: Accept Gtk.Type as GType.

2008-09-12  Colin Walters  <walters@verbum.org>

	* giscanner/ast.py: Bind pid_t to INT for vte.

2008-09-12  Colin Walters  <walters@verbum.org>

	* giscanner/girparser.py: Parse c:type for boxed records/unions.
	* giscanner/glibast.py: Avoid overwriting ctype.
	* giscsanner/transformer.py: Try resolving types using the GType names.

2008-09-12  Colin Walters  <walters@verbum.org>

	* giscanner/minixpath.py: Code to run an "XPath"
	assertion against an XML tree, taken from
	gir-repository/gir/tests.py.
	* giscanner/Makefile.am: Ship it.
	* tools/g-ir-scanner: Add --xpath-assertions option.
	* gir/GLib-assertions.txt: Add a few assertions.
	* gir/Makefile.am: Run them.

2008-09-11  Colin Walters  <walters@verbum.org>

	http://bugzilla.gnome.org/show_bug.cgi?id=551737

	* giscanner/transformer.py: Fix strip_namespace_func to only strip
	prefix if it ends with _.  Tweak callback stripping to determine
	based on presence of _ whether we need to use strip_namespace_func
	or strip_namespace_object.

2008-09-09  Owen Taylor  <otaylor@redhat.com>

	* docs/typelib-format.txt: Wether => Whether

2008-09-08  Colin Walters  <walters@verbum.org>

	* girepository/girparser.c: Default to "readable" for properties.
	* giscanner/ast.py: Add readable, writable etc.
	* giscanner/girwriter.py: Writ them.
	* giscanner/glibtransformer.py: Inspect them.
	* tests/*: Update.

2008-09-07  Colin Walters  <walters@verbum.org>

	* giscanner/cgobject.py: Add comment.

2008-09-07  Colin Walters  <walters@verbum.org>

	* giscanner/cgobject.py: Also call g_thread_init.

2008-09-07  Colin Walters  <walters@verbum.org>

	* giscanner/transformer.py: Fix regression by not
	stripping prefix before stripping namespace for unions
	either.

2008-09-06  Colin Walters  <walters@verbum.org>

	* giscanner/transformer.py: If a namespace contains
    	multiple caps, try stripping both gnomekeyring_ and
    	gnome_keyring_.

2008-09-07  Johan Dahlin  <johan@gnome.org>

	Bug 551162 – giscanner does not recognize asm and __asm__
	* giscanner/scannerlexer.l:
	Patch by Jani Monoses.

2008-09-06  Colin Walters  <walters@verbum.org>

	* girepository/girnode.c: Allow gtype_name
	and gtype_init in struct and union.
	* girepository/girparser.c: Parse glib:
	boxed bits for both structure and union.
	* girepository/gtypelib.c: Don't barf
	if structure is boxed.
	* giscanner/girparser.py: Parse new XML
	format.
	* giscanner/girwriter.py: Write out new
	XML format.
	* giscanner/glibast.py: Define new classes
	which are both Boxed and Struct/Union, as
	well as an "Other" for everything else.
	* giscanner/glibtransformer.py: Handle
	boxed types specially; we try to merge
	them with a struct/union if one exists,
	otherwise fall back to generic boxed.
	* tests/*: Update.
	* tools/generate.c: Write out new format.

2008-09-06  Johan Dahlin  <johan@gnome.org>

	* giscanner/grealpath.h: Include stdlib.h

	* docs/g-ir-generate.1: Remove leading %

2008-09-01  Colin Walters  <walters@verbum.org>

	* girepository/girparser.c: Look at c:type to determine
	whether or not an item is a pointer.

2008-09-01  Johan Dahlin  <johan@gnome.org>

	* tests/scanner/Makefile.am:
	Set PYTHONPATH so the scanner can run
	even if you didn't install anything.

2008-09-01  Johan Dahlin  <johan@gnome.org>

	* configure.ac:
	Post-release version bump

=== 0.5.0 ===
2008-09-01  Johan Dahlin  <johan@gnome.org>

	* NEWS: Update

2008-08-31  Colin Walters  <walters@verbum.org>

	* giscanner/glibtransformer.py: Quiet info
	prints for now.

2008-08-31  Johan Dahlin  <johan@gnome.org>

	* configure.ac:
	Bump version to 0.5.0

2008-08-31  Colin Walters  <walters@verbum.org>

	* giscanner/glibtransformer.py: Follow aliases to ensure
	we don't get a constructor returning a basic type.
	* giscanner/transformer.py: Add function to follow aliases.
	* tests/ Update.

2008-08-31  Johan Dahlin  <johan@gnome.org>

	* giscanner/scannerlexer.l:
	* giscanner/scannerparser.y:
	* giscanner/sourcescanner.h:
	* giscanner/sourcescanner.py:
	Parse GCC extensions in the parser instead of just undeffing them
	in the pre-processor.

2008-08-31  Johan Dahlin  <johan@gnome.org>

	* giscanner/glibtransformer.py:
	Clean up a huge if. Do not add methods or constructors
	to enums/flags.
	* giscanner/utils.py:
	second might be longer than first, check that.

2008-08-31  Johan Dahlin  <johan@gnome.org>

	* gir/Makefile.am:
	Add a GModule.gir

2008-08-31  Colin Walters  <walters@verbum.org>

	* girepository/girparser.c: Don't lose if we
	have no includedirs

2008-08-31  Colin Walters  <walters@verbum.org>

	* giscanner/glibtransformer.py: Look for libtool
	library in current directory
	* tests/scanner - Update.

2008-08-30  Colin Walters  <walters@verbum.org>

	* docs/typelib-format.txt: Add a guint32
	for dependencies.
	* gir/Makefile.am: Dep on Makefile
	* girepository/ginfo.c:
	* girepository/girepository.c: Clean up
    	default typelib handling; remove global
    	default_typelib variable.  Ensure we handle
    	NULL repository in more places.
    	Support dependency resolution.
	Support lazy loading.
	* girepository/girepository.h: Remove
	g_irepository_unregister; we don't support
	unloading typelibs since really they're
	process-global.  Update for lazy loading
	API.
	* girepository/girmodule.c: Use g_new0.
	Add dependencies to GirModule.
	* girepository/girparser.c: Parse dependencies.
	* girepository/gtypelib.c: Add 4 bytes for
	dependencies.
	* tests/Makefile.am: Kill off gobject.gir,
    	it conflicts with the real one.
	* tests/object.gir: Dep on GObject.
	* tools/generate.c: Take --includedir
    	argument to say which directories to search
    	for typelibs.  Print out dependencies.

2008-08-30  Colin Walters  <walters@verbum.org>

	* giscanner/glibtransformer.py: Reduce warning noise.

2008-08-29  Colin Walters  <walters@verbum.org>

	* girepository/ginfo.c: Add some assertions regarding
    	refcounts, just to be sure.
	* giscanner/glibtransformer.py: Blacklist a few more
    	odd Gio methods.

2008-08-29  Colin Walters  <walters@verbum.org>

	* giscanner/glibtransformer.py: Blacklist a few
    	functions that use GError oddly

2008-08-29  Colin Walters  <walters@verbum.org>

	* girepository/gtypelib.c: Don't crash if no
	shlib is embedded

2008-08-29  Colin Walters  <walters@verbum.org>

	* girepository/girparser.c: Handle chains of aliases
	across modules by ensuring we fully qualify aliases
	from includes.

2008-08-29  Colin Walters  <walters@verbum.org>

	* girepository/girparser.c: Don't search aliases
	for basic types.

2008-08-29  Colin Walters  <walters@verbum.org>

	* girepository/girparser.c: Rewrite type parsing
	to handle both GLib parsing case as well as correctly
	handling GLib.List and friends.  Don't try to treat
	e.g. ListStore as a List.

2008-08-29  Colin Walters  <walters@verbum.org>

	* girepository/gtypelib.c: Add more context
    	during validate.

2008-08-29  Colin Walters  <walters@verbum.org>

	* giscanner/glibtransformer.py: Add some informative
    	logging messages in corner cases.  Be sure we use
    	the most recent node set instead of a cache
    	when generating result set.
	* tests/: Remove duplicated bits in expected girs
	* girepository/girparser.c: Accept both List (for
    	compiling GLib) and GLib.List (what the scanner
    	generates).
	* tests/ - Update.
	* tools/generate.c: Generate canonical form.

2008-08-29  Johan Dahlin  <johan@gnome.org>

	* giscanner/config.py.in:
	Use datarootdir instead of datadir to avoid
	an autoconf warning.

2008-08-29  Johan Dahlin  <johan@gnome.org>

	* README:
	* TODO:
	* examples/gdk-pixbuf.gidl:
	* libffi.pc.in:
	Update and remove old cruft.

2008-08-29  Johan Dahlin  <johan@gnome.org>

	* Makefile.am:
	* docs/g-ir-compiler.1:
	* docs/g-ir-generate.1:
	* docs/g-ir-scanner.1:
	Add man pages for the generator and compiler.

2008-08-29  Johan Dahlin  <johan@gnome.org>

	* docs/g-ir-scanner.1: Document

	* giscanner/Makefile.am:
	* giscanner/gidlparser.py:
	* giscanner/gidlwriter.py:
	* tools/g-ir-scanner:
	Remove gidl support.

2008-08-28  Colin Walters  <walters@verbum.org>

	* tests/scanner/Makefile.am: Pass the right
    	--includedir args.  Add a Makefile dep.
	* tools/compiler.c: Pass includedirs down.
	* girepository/girparser.c: Actually put
    	includedirs in context, pass down.  Fix
    	locate_gir.

2008-08-28  Colin Walters  <walters@verbum.org>

	* gir/Makefile.am: Use --includedir
	* girepository/girparser.c: Recursively parse
	includes to pull in aliases and expand them.
    	We need this to	avoid putting unknown names in
    	the typelibs.
	* tools/compiler.c: Add --includedir option.
	* giscanner/ast.py: Map size/ssize to types
	too.

2008-08-28  Tor Lillqvist  <tml@novell.com>

	Make check now runs successfully on Windows.

	* tools/compiler.c (write_out_typelib): Use binary mode for output
	file on Windows.

	* girepository/girnode.c: Don't print NULL strings.

	* tests/invoke/Makefile.am
	* tests/scanner/Makefile.am: Use -no-undefined on Windows to
	convince libtool to build shared libraries.

	* tests/invoke/invoke.c: Don't needlessly include <dlfcn.h>. Use
	g_assert() instead of printing out expected errors.

2008-08-28  Tor Lillqvist  <tml@novell.com>

	* girepository/gtypelib.h: Change type of bitfield fields from
	guint to the most suitable smaller type. This makes the struct
	sizes match the ones on Linux that the sanity check expects when
	using gcc -mms-bitfields on Windows.

2008-08-28  Johan Dahlin  <johan@gnome.org>

	* Makefile.am:
	* configure.ac:
	* gir/Makefile.am:
	* giscanner/Makefile.am:
	* tests/Makefile.am:
	* tests/scanner/Makefile.am:
	Make distcheck pass.

2008-08-27  Johan Dahlin  <johan@gnome.org>

	* giscanner/Makefile.am:
	Only send in -no-undefined on Win32 as it breaks on MacOS X.

2008-08-27  Tor Lillqvist  <tml@novell.com>

	Make g-ir-scanner work on Windows. Still problems with the typelib
	code. Changes okayed by jdahlin.

	* configure.ac: Check for Windows, set Automake conditional
	OS_WIN32. Change backslashes to forward slashes in pyexecdir to
	avoid shell quoting issues
	
	* girepository/Makefile.am: Use -no-undefined so that libtool
	agrees to build a shared library on Windows.

	* girepository/girparser.c (backtrace_stderr): No backtrace() on
	Windows. Empty implementation on Windows so far.

	* girepository/gtypelib.c (g_typelib_check_sanity): Give more
	informative error message for the assertion failures. Tell also
	what the expected size of the struct is. Check all sizes first and
	fail afterwards if at least one size was different from expected.

	* tools/Makefile.am: Reorder libraries into proper logical
	dependency order.

	* tools/generate.c: Don't include <dlfcn.h>, not used.

	* giscanner/Makefile.am: On Windows, link with the Python library,
	and install the module DLL as _giscanner.pyd. Remove the
	unnecessary import library and libtool library that libtool has
	installed.

	* giscanner/scannerlexer.l: Recognize the gcc __attribute__ syntax
	and just skip it. Recognize also two "l" suffixes for long long
	constants. Recognize also __inline__.

	* giscanner/grealpath.h (g_realpath): Implement on Windows, using
	GetFullPathName(). As such, GetFullPathName() does more than the
	UNIX realpath(). It also changes relative paths into absolute
	paths. But for our purposes that shouldn't matter.

	* giscanner/giscannermodule.c (pygi_source_scanner_parse_file): On
	Windows the file descriptor passed to us is from Python. Python
	Python2.5 uses the msvcr71.dll C library, while mingw-built code
	uses msvcrt.dll. On Windows, file descriptors are specific to
	which C library is used. So we must find out what underlying OS
	handle corresponds to the file descriptor Python passes us, and
	then make that into a file descriptor valid for the C library this
	code uses.

	* giscanner/sourcescanner.py (_parse): Don't need to bypass
	__attribute__ as the lexer now handles it. The definition as empty
	was ineffective for mingw anyway, as mingw's _mingw.h undefines
	__attribute__. Close the temp file before unlinking it.

	* giscanner/cgobject.py: Use correct library name for the gobject
	DLL on Windows.

	* gir/Makefile.am: Must pass the full basename of the DLLs on
	Windows to g-ir-scanner. It's a bit ugly that we have to "know"
	that the names of the GLib DLLs are like libglib-2.0-0.dll, but in
	reality they won't change, until there is a GLib 3, and then also
	the Unix code here needs changing.

	Must pass CPPFLAGS to g-ir-scanner when building GLib.gir so that
	libintl.h is found.

2008-08-26  Colin Walters  <walters@verbum.org>

	* girepository/girepository.c: Search
	$DATADIR/girepository instead of
	$DATADIR/gitypelibs; this naming makes
	it clearer that e.g. jgir can install
	.jars there.
	* gir/Makefile.am: Install there.

2008-08-26  Colin Walters  <walters@verbum.org>

	* girepository/gtypelib.c (_g_typelib_init): Also
	use G_MODULE_SUFFIX instead of hardcoding .so.

2008-08-26  Colin Walters  <walters@verbum.org>

	* girepository/gtypelib.c (_g_typelib_init): Free
	string in the right place.

2008-08-26  Colin Walters  <walters@verbum.org>

	* girepository/gtypelib.c (_g_typelib_init): Handle
	both .la and .so names; this works better in the
	uninstalled library case.

2008-08-26  Johan Dahlin  <johan@gnome.org>

	* gir/Makefile.am:
	* giscanner/Makefile.am:
	* giscanner/cgobject.py:
	* giscanner/config.py.in:
	* giscanner/sourcescanner.py:
	Avoid undeffing __GNUC__, instead define
	__attribute__ & friends. Remove glibconfig.h hack.
	This makes gobject-introspection work better on
	MacOS X, Thanks to Richard Hult for kind help.

2008-08-25  Colin Walters  <walters@verbum.org>

	* giscanner/glibtransformer.py: Always print
	statistics.

2008-08-25  Colin Walters  <walters@verbum.org>

	* giscanner/glibtransformer.py: Skip over
	interfaces we don't know.

2008-08-25  Colin Walters  <walters@verbum.org>

	* girepository/girparser.c: Parse new implements
	syntax, drop gapi one.
	* tests/object.gir: Update.
	* tools/generate.c: Generate new syntax.

2008-08-25  Colin Walters  <walters@verbum.org>

	* giscanner/ast.py: Add interfaces property
	to class.
	* giscanner/girwriter.py: Write out implemented
	interfaces.
	* giscanner/glibtransformer.py: Introspect
	implemented interfaces.
	* tests/scanner/*: Make FooObject implement
	FooInterface.

2008-08-25  Colin Walters  <walters@verbum.org>

	* giscanner/glibtransformer.py: More correctly pair
	methods; if we have a symbol that starts with
	e.g. hippo_canvas look for a matching HippoCanvas
	class before accepting e.g. HippoCanvasImage.

2008-08-24  Colin Walters  <walters@verbum.org>

	* tools/g-ir-scanner: Filter out unknown options from
	pkg-config files.

2008-08-24  Colin Walters  <walters@verbum.org>

	* giscanner/glibtransformer.py: Fail with better
	error if we can't find library.

2008-08-24  Colin Walters  <walters@verbum.org>

	* tools/g-ir-scanner: Use subprocess instead of
	commands, works on Windows and avoids the evil
	shell on Unix.

2008-08-24  Colin Walters  <walters@verbum.org>

	* giscanner/glibtransformer.py: Skip over
	g_object_get_type from GLib trunk.

2008-08-24  Colin Walters  <walters@verbum.org>

	* girepository/girepository.c (g_irepository_require): 
	Don't open shared library here; we already do it
	in gtypelib.c.

2008-08-24  Colin Walters  <walters@verbum.org>

	* girepository/gtypelib.c: Add context stack so
	when we get an error we can print out nicely
	where it is.

2008-08-24  Johan Dahlin  <johan@gnome.org>

	* girepository/girparser.c (start_glib_boxed), (start_function),
	(start_field), (start_alias):
	Refactor a couple of parsing functions to be simpler to follow.
	Avoid huge ifs.

2008-08-24  Johan Dahlin  <johan@gnome.org>

	* girepository/girparser.c (start_function):
	Remove left-over code, checking type of function.

2008-08-23  Colin Walters  <walters@verbum.org>

	* giscanner/config.py: Define DATADIR.
	* giscanner/transformer.py: Look in DATADIR.

2008-08-23  Colin Walters  <walters@verbum.org>

	* girepository/gtypelib.c: Check constructor
	returns.
	* girepository/girnode.c: Small tweaks.
	* girepository/ginfo.c: Calculate signature offsets
	more robustly.
	* girepository/girparser.c: Remove duplicate
	start_boxed.
	* giscanner/glibtransformer.py: Avoid marking
	functions which return a basic type as
	constructors.

2008-08-23  Colin Walters  <walters@verbum.org>

	* girepository/girparser.c: Ignore <include>.
	* giscanner/girparser.py: Parse them.
	* giscanner/girwriter.py: Generate them.
	* giscanner/transformer.py: Process <include>
	recursively.  Don't require full path for
	includes, look in {$XDG_DATA_DIRS}/gir.
	* tools/g-ir-scanner: Pass through includes.
	* Makefile.am: Remove extra --include
	args for scanner.
	* *-expected.gir: Add expected includes.

2008-08-23  Johan Dahlin  <johan@gnome.org>

	* tests/scanner/Makefile.am:
	* tests/scanner/annotation-expected.gir:
	* tests/scanner/drawable-expected.gir:
	Avoid duplication in the Makefile, regenerate with new
	namespaces (same as the filename)

2008-08-22  Colin Walters  <walters@verbum.org>

	* girepository/girnode.c: Don't hardcode integers,
	use GITypeTag.

2008-08-22  Johan Dahlin  <johan@gnome.org>

	* giscanner/sourcescanner.py:
	Check for ../gobject-introspection-1.0.pc.in to determine
	if we run installed or uninstalled.

2008-08-22  Johan Dahlin  <johan@gnome.org>

	* gir/Makefile.am:
	* giscanner/sourcescanner.py:
	Send in undefs/defines via writing it directly to stdin
	of cpp instead of via arguments.

2008-08-22  Colin Walters  <walters@verbum.org>

	* tools/generate.c, tools/compiler.c: Default
	to --raw.
	* all Makefile.am: Update.

2008-08-22  Colin Walters  <walters@verbum.org>

	* girepository/girparser.c: Pass through
	recursive types.  Avoid overwriting errors.
	* giscanner/xmlwriter.py: Always write the
	XML header.
	* tests/*.gir: Adjust.
	* tests/scanner/Makefile.am: Build typelibs,
	and generate XML from those.  Once we
	have a good diff mechanism...
	* tests/scanner/*-expected.gir: Add XML
	header.
	* tools/g-ir-scanner: Accept --typelib-xml
	option.
	* tools/generate.c: Better defaults for transfer.

2008-08-22  Johan Dahlin  <johan@gnome.org>

	* configure.ac:
	* gir/Makefile.am:
	* giscanner/Makefile.am:
	* giscanner/config.py.in:
	* giscanner/sourcescanner.py:
	Use the generated glibconfig.h for all scanner invokations.
	Rename it to glibconfig-scanner.h and install it.
	Add a config.py which so far contains the include dir.

2008-08-22  Johan Dahlin  <johan@gnome.org>

	* gir/Makefile.am:
	Replace glibconfig.h with our own, do some replacement
	for CPP/C features we do not support

2008-08-22  Colin Walters  <walters@verbum.org>

	* tools/generate.c (write_callable_info): Fix unref
	sequence.

2008-08-22  Colin Walters  <walters@verbum.org>

	* gobject-introspection-1.0.pc.in: Add g-ir-generate.
	* tests/Makefile.am: Support $(DEBUG)
	* tools/generate.c: Do immediate close tags if no
	sub-elements.

2008-08-21  Colin Walters  <walters@verbum.org>

	* tests/scanner/drawable-expected.gir,
	* tests/scanner/drawable.c,
	* tests/scanner/drawable.h:
	Add a method.

2008-08-21  Colin Walters  <walters@verbum.org>

	* giscanner/glibtransformer.py: Compute prefix
	by searching through the symbol for bits
	rather than going directly from ctype; this fixes
	webkit_ namespace.

2008-08-21  Colin Walters  <walters@verbum.org>

	* giscanner/glibtransformer.py: Also try squashing
	underscores from namespace, fixes webkit_web_view_new.

2008-08-21  Colin Walters  <walters@verbum.org>

	* giscanner/glibtransformer.py: More ctor work,
	avoid having gtk_window_group_new end up under
	GtkWindow.

2008-08-21  Colin Walters  <walters@verbum.org>

	* giscanner/glibtransformer.py: Much simpler approach
	of mapping uscored names to classes.
	* giscanner/utils.py: Remove unnecessary function.

2008-08-21  Johan Dahlin  <johan@gnome.org>

	* girepository/girepository.c (g_irepository_require):
	Plug memory leak and avoid using freed memory.
	Resolve the whole module path, here as well.

2008-08-21  Colin Walters  <walters@verbum.org>

	* giscanner/glibtransformer.py: Look up all permutations
	of class names when scanning methods/ctors based on
	the prefix instead of using the return value.  This
	associates gtk_window_new with the right class.

2008-08-21  Colin Walters  <walters@verbum.org>

	* girepository/girmodule.c (g_ir_module_build_typelib): 
	Revert change to increment header_size; we do that in
	write_string.

2008-08-21  Colin Walters  <walters@verbum.org>

	* girepository/girnode.c (write_string): Tweak to
	use UINT instead of INT.  Not likely to matter.
	* girepository/girmodule.c (g_ir_module_build_typelib):
	Add to header_offset as well for header strings
	to match what write_string does.
	* girepository/gtypelib.c: Replace is_name with
	validate_name, which more strongly validates and
	handles errors in a better way.  Update all callers.
	* giscanner/glibtransformer.py: Handle constructors
	better.

2008-08-21  Johan Dahlin  <johan@gnome.org>

	* gir/Makefile.am (typelibs_DATA): Build and 
	install the Gio.typelib too

	* girepository/gtypelib.c (_g_typelib_init):
	Use g_module_build_path to resolve the shlib name

2008-08-21  Colin Walters  <walters@verbum.org>

	* gir/Makefile.am: CLEANFILES typelibs too.

2008-08-21  Johan Dahlin  <johan@gnome.org>

	* giscanner/glibtransformer.py:
	Do not send .la files through find_library.

2008-08-21  Colin Walters  <walters@verbum.org>

	* girepository/girparser.c (g_irepository_require):
	Fix one small leak in error case.

2008-08-21  Johan Dahlin  <johan@gnome.org>

	* gir/Makefile.am:
	Parse glibconfig.h as well and install the compiled
	typelib

2008-08-21  Johan Dahlin  <johan@gnome.org>

	* gir/Makefile.am:
	* giscanner/glibtransformer.py:
	* tools/g-ir-scanner:
	Do not hard-core library names in the Makefile, reuse
	ctypes find_library instead.

2008-08-21  Johan Dahlin  <johan@gnome.org>

	* girepository/girparser.c (resolve_aliases):
	Remove compilation warnings

2008-08-21  Johan Dahlin  <johan@gnome.org>

	* girepository/girepository.c (g_irepository_require):
	Rewrap and fix double free bug by leaking a bit.

2008-08-20  Colin Walters  <walters@verbum.org>

	* girepository/girepository.c: Add new function
	g_irepository_get_typelib_path which tells
	us from where we loaded a namespace.

2008-08-20  Colin Walters  <walters@verbum.org>

	* tests/scanner/*-expected.gir: Adjust for
	added shared-library.
	* giscanner/giwriter.py: Make pylint happy.

2008-08-20  Colin Walters  <walters@verbum.org>

	* girepository/girmodule.c (g_ir_module_build_typelib):
	Calculate size correctly, avoid use-after-free.

2008-08-20  Colin Walters  <walters@verbum.org>

	* girepository/girepository.c: Remove
	g_irepository_register_file in favor of
	g_irepository_require.  There are two
	possible deployment scenarios for typelibs:
	First, separate in $DATADIR/gitypelibs/.  Second,
	they may be embedded in shlibs.  However since
	the first is now the normal case, the API is
	optimized around it.

	Refactor internals to look up typelibs for
	namespaces just-in-time, but we expect
	consumers to call g_irepository_require.

	Also, add some docs.  No one has died from that
	before.
	* gir/Makefile.am: Need --library for glib.
	* giscanner/girwriter.py: Write out shared-library.
	* tools/g-ir-writer: Take the first --library
	argument as the target of shared-library.  In
	the future we should make this nicer with pkg-config
	probably.

2008-08-20  Colin Walters  <walters@verbum.org>

	* girepository/girparser.py: And parse them.

2008-08-20  Johan Dahlin  <johan@gnome.org>

	* giscanner/glibast.py: Add gshort/gushort types

2008-08-20  Colin Walters  <walters@verbum.org>

	* gir/Makefile.am: Rename .gir files using GI namespace.
	* girepository/girepository.c: Use XDG_DATA_DIRS for
	looking up typelibs.  Also typelibs are now suffixed
	with .typelib.
	* tests/invoke/Makefile.am: Only use metadata.
	* girepository/Makefile.am: Remove unnecessary include.
	* tests/scanner/Makefile.am: Update using GI namespaces
	for scanner includes.

2008-08-20  Colin Walters  <walters@verbum.org>

	* girepository/transformer.py: Suppress aliases whose
	name is a builtin.
	* girepository/ast.py: Define some more aliases.

2008-08-20  Colin Walters  <walters@verbum.org>

	* girepository/girparser.c: Avoid alias infloops.

2008-08-20  Colin Walters  <walters@verbum.org>

	* tests/scanner/foo-expected.gir: Fix expected list type.

2008-08-20  Johan Dahlin  <johan@gnome.org>

	* giscanner/glibtransformer.py (GLibTransformer._resolve_type_name): 
	Add a workaround for #548689.
	We can now compile gtk!

2008-08-20  Colin Walters  <walters@verbum.org>

	* giscanner/glibtransformer.py: Try to look up
	aliases using the c:type too.

2008-08-20  Colin Walters  <walters@verbum.org>

	* girepository/girparser.c: Parse union fields.

2008-08-20  Johan Dahlin  <johan@gnome.org>

	* giscanner/ast.py: Make time_t an alias for long

	* gir/gio-2.0-good.gir:
	* gir/glib-2.0-good.gir:
	* gir/gobject-2.0-good.gir:
	Regnerate
	* giscanner/glibtransformer.py:
	Do not delete Class structures, we need them in gdk/gtk.
	* tests/scanner/drawable-expected.gir:
	* tests/scanner/foo-expected.gir:
	* tests/scanner/utility-expected.gir:
	Update tests.

2008-08-20  Johan Dahlin  <johan@gnome.org>

	* tests/scanner/Makefile.am:
	* tests/scanner/annotation-expected.gir:
	* tests/scanner/annotation.c (annotation_object_class_init),
	(annotation_object_init), (annotation_object_method),
	(annotation_object_in), (annotation_object_out),
	(annotation_object_inout), (annotation_object_inout2),
	(annotation_object_inout3), (annotation_object_calleeowns),
	(annotation_object_calleesowns), (annotation_object_get_strings),
	(annotation_object_with_voidp), (annotation_object_get_objects),
	(annotation_object_create_object), (annotation_object_allow_none):
	* tests/scanner/annotation.h:
	* tests/scanner/foo-expected.gir:
	* tests/scanner/foo.c:
	* tests/scanner/foo.h:
	Split out annotation tests out of foo

2008-08-20  Johan Dahlin  <johan@gnome.org>

	* tests/scanner/Foo-expected.gir:
	* tests/scanner/Makefile.am:
	* tests/scanner/foo-expected.gir:
	* tests/scanner/foo-object.h:
	* tests/scanner/foo.c:
	Foo->foo, foo-object.h -> foo.h

2008-08-20  Johan Dahlin  <johan@gnome.org>

	* tests/scanner/Foo-expected.gir:
	* tests/scanner/Makefile.am:
	* tests/scanner/drawable-expected.gir:
	* tests/scanner/drawable.c (test_drawable_class_init),
	(test_drawable_init):
	* tests/scanner/drawable.h:
	* tests/scanner/foo-object.h:
	* tests/scanner/foo.c (foo_boxed_method):
	Move the drawable parts out of Foo to its own test.

2008-08-20  Johan Dahlin  <johan@gnome.org>

	* tests/scanner/Foo-expected.gir:
	* tests/scanner/foo-object.h:
	* tests/scanner/foo.c (foo_drawable_class_init),
	(foo_drawable_init):
	Add a based on GdkDrawable which generates
	a broken gir.

2008-08-19  Colin Walters  <walters@verbum.org>

	* giscanner/transformer.py: Don't try
	to strip prefix before namespace.

2008-08-19  Johan Dahlin  <johan@gnome.org>

	* giscanner/transformer.py:
	* tests/scanner/Foo-expected.gir:
	* tests/scanner/foo-object.h:
	Add support for typedef void foo type of
	aliases.

2008-08-19  Johan Dahlin  <johan@gnome.org>

	* giscanner/ast.py:
	* giscanner/girwriter.py:
	* giscanner/glibtransformer.py:
	* giscanner/transformer.py:
	* tests/scanner/Foo-expected.gir:
	Add basic support for union, base the code much
	on Struct. Add a testcase.

2008-08-19  Johan Dahlin  <johan@gnome.org>

	* tests/scanner/Foo-expected.gir:
	* tests/scanner/foo-object.h:
	Add a union testcase which the compiler currently
	barfs at.

2008-08-19  Johan Dahlin  <johan@gnome.org>

	* gobject-introspection-1.0.pc.in:
	Add a g_ir_compiler variable

2008-08-19  Colin Walters  <walters@verbum.org>

	* giscanner/ast.py: Rework types to be more closely
	based on GITypeTag.
	* giscanner/girparser.py: Parse more bits.
	* giscanner/girwriter.py: Write sequences in a new
	way that specifies container type.
	* giscanner/glibast.py: Adjust for ast.py changes,
	add 'ctype' property to GLibObject and GLibInterface
	so we can look things up by it later.
	* gicanner/transformer.py: Names is new class holding
	the various namespaces we manage.  Do not confuse
	with Namespace which is toplevel XML node effectively.
	Rework all type resolution to go through
	_resolve_type_name_1.
	* giscanner/glibtransformer.py: Raise UnknownTypeError
	instead of ValueError for cleanliness.  Add Unresolved
	class to mark types whose parent we haven't seen yet.
	Use new Names object from transformer.py.
	Correctly look up parent=.
	Fix type validation to handle sequences.
	* tests/scanner/Foo-expected.gir: Update for sequence
	work, int instead of int32.
	* tools/g-ir-scanner: Add --noclosure option
	* gir/Makefile.am: Use --noclosure by default for
	GLib/GObject.

2008-08-18  Johan Dahlin  <johan@gnome.org>

	* gir/gio-2.0-good.gir:
	* gir/glib-2.0-good.gir:
	* gir/gobject-2.0-good.gir:
	Regenerate.

2008-08-18  Johan Dahlin  <johan@gnome.org>

	* giscanner/ast.py:
	* giscanner/girparser.py:
	* giscanner/girwriter.py:
	* giscanner/glibast.py:
	* giscanner/glibtransformer.py:
	* giscanner/transformer.py:
	* tests/scanner/Foo-expected.gir:
	* tests/scanner/foo-object.h:
	* tests/scanner/utility-expected.gir:
	* tests/scanner/utility.h:
	Redo type resolving and validation.
	Add a couple of new tests.
	Patch mostly written by Colin.

2008-08-18  Johan Dahlin  <johan@gnome.org>

	* gir/Makefile.am:
	* giscanner/girparser.py:
	Set ctype of enums
	* giscanner/transformer.py:
	Improve enum parsing for enums without a GType.
	Make flags/enum references to other girs work
	* giscanner/utils.py:
	Simplify this a bit
	* tests/scanner/Makefile.am:
	* tests/scanner/foo-object.h:
	* tests/scanner/utility-expected.gir:
	* tests/scanner/utility.h:
	Add a new test for external enum references

2008-08-18  Johan Dahlin  <johan@gnome.org>

	* docs/global-module-registry.txt: Update

	* tests/array.gir: Update with new type proposal

	* girepository/girepository.c (g_type_tag_to_string):
	* girepository/girepository.h:
	* girepository/girnode.c (g_ir_node_get_full_size_internal),
	(find_entry_node):
	* girepository/girnode.h:
	Make enum serializing functions public. Clean up some whitespace.

2008-08-17  Johan Dahlin  <johan@gnome.org>

	* docs/global-module-registry.txt:
	Add a document for an on disk module registry format

2008-08-17  Johan Dahlin  <johan@gnome.org>

	* gir/Makefile.am:
	* gir/gio-2.0-good.gir:
	Add a gio gir.

2008-08-17  Johan Dahlin  <johan@gnome.org>

	* gir/Makefile.am:
	* gir/glib-2.0-good.gir:
	* gir/gobject-2.0-good.gir:
	* giscanner/cgobject.py:
	* giscanner/glibtransformer.py:
	Regenerate GObject & GType.
	Avoid warnings when generating gobject-2.0.gir.
	Introspect a little more, and skip *_get_type functions.

2008-08-17  Colin Walters  <walters@verbum.org>

	* gir/glib-2.0.gir, gir/gobject-2.0.gir:
	Rename to -good, always generate during build.
	* gir/Makefile.am: Ensure .gir files dep on
	all scanner sources.
	* Makefile.am: Switch build order to ensure
	the scanner is ready before we do gir/.
	* tools/g-ir-scanner: Look for .git too.

2008-08-17  Johan Dahlin  <johan@gnome.org>

	* girepository/gtypelib.c (validate_enum_blob):
	* giscanner/glibtransformer.py:
	* giscanner/transformer.py:
	Remove resolve_possible_typedefs, it was unused.
	Allow multiple enum values of the sample value in an enum,
	since it's actually pretty common.
	Register enums so they can be resolved too.

2008-08-16  Johan Dahlin  <johan@gnome.org>

	* giscanner/girparser.py:
	Parse enumeration/bitfield.

2008-08-16  Johan Dahlin  <johan@gnome.org>

	* giscanner/girparser.py:
	Parse boxed types.

2008-08-16  Johan Dahlin  <johan@gnome.org>

	* giscanner/glibtransformer.py:
	Resolve type names for alias targets
	* giscanner/transformer.py:
	Skip FILE* parameters fow now

2008-08-16  Johan Dahlin  <johan@gnome.org>

	* gir/glib-2.0.gir:
	* gir/gobject-2.0.gir:
	Regenerate

	* tests/scanner/Makefile.am:
	parser -> scanner

2008-08-15  Colin Walters  <walters@verbum.org>

	* giscanner/glibtransformer.py: Explicitly construct
	new list, since we're deleting as we iterate.
	Don't delete all structures which end in Class; just
	ones which have a paired GObject.
	Fix printing of type warning.
	* giscanner/transformer.py: Make strip_namespace_object
	be the identity function if it doesn't match the 
	namespace.

2008-08-15  Colin Walters  <walters@verbum.org>

	* giscanner/cgobject.py: Define yet more argument
	prototypes; fix prototype for g_type_fundamental.

2008-08-14  Johan Dahlin  <johan@gnome.org>

	* tests/Makefile.am:
	* tests/constant.gir:
	* tests/gobject.gir:
	* tests/struct.gir:
	* tools/generate.c (write_struct_info):
	Fix generator for constant/gobject/struct

2008-08-14  Johan Dahlin  <johan@gnome.org>

	* tests/Makefile.am:
	* tests/enum.gir:
	* tools/generate.c (write_enum_info):
	Fix generation of enum/bitfields

2008-08-14  Johan Dahlin  <johan@gnome.org>

	* girepository/girparser.c (start_field), (start_constant),
	(start_type), (end_element_handler):
	Clear up constant parsing

	* tests/object.gir:
	Update

	* tools/generate.c (write_callable_info), (write_function_info),
	(write_callback_info), (write_constant_info), (write_signal_info),
	(write_vfunc_info), (write_property_info), (write_object_info),
	(write_interface_info):
	Constants/Signals are handled now.

2008-08-14  Johan Dahlin  <johan@gnome.org>

	* girepository/girparser.c (start_type):
	Don't require c:type.
	* tests/Makefile.am:
	Test boxed.gir
	* tests/boxed.gir:
	Update, remove parts we don't support yet
	* tests/roundtrips.sh:
	Remove
	* tools/generate.c (write_type_info), (write_field_info),
	(write_callable_info), (write_struct_info):
	Make it emit proper gir.

2008-08-14  Johan Dahlin  <johan@gnome.org>

	* giscanner/transformer.py:
	New internal function for adding a new node.

2008-08-14  Johan Dahlin  <johan@gnome.org>

	* gir/Makefile.am:
	Define an internal _H_ variable so we skip parsing both
	i18n headers, only one is needed.
	* gir/glib-2.0.gir:
	Add the glib-2.0.gir too.
	* giscanner/glibast.py:
	Add gconstpointer as an alias for ANY
	* giscanner/transformer.py:
	Do not lower case enumeration names per se.
	Skip functions which has parameters called 'va_list'

2008-08-14  Colin Walters  <walters@verbum.org>

	* giscanner/transformer.py: Comment data structures.
	Also squash pointers in resolve_type_name to correspond
	with what we do for params.
	* giscanner/glibtransformer.py: Print warnings in more
	situations.  Rework checks for method/constructor to
	look up in our GType database instead of just checking
	for *.   Avoid generating <record> for GObject which
	duplicate the <class>.
	* gir/Makefile.am: Generate glib-2.0.gir and gobject-2.0.gir
	in here.

2008-08-14  Johan Dahlin  <johan@gnome.org>

	* giscanner/girwriter.py:
	* giscanner/glibast.py:
	* giscanner/glibtransformer.py:
	* giscanner/transformer.py:
	* misc/pyflakes.py:
	* tests/Makefile.am:
	Add pyflakes.py and run it in make check.
	Update the source code to fix the errors reported by
	pyflakes.

2008-08-14  Johan Dahlin  <johan@gnome.org>

	* giscanner/ast.py:
	* giscanner/girparser.py:
	* giscanner/glibast.py:
	* giscanner/glibtransformer.py:
	Refactor the parser a bit.
	Add parent type to interfaces and update callsites.

2008-08-14  Johan Dahlin  <johan@gnome.org>

	* giscanner/glibtransformer.py:
	* giscanner/utils.py:
	Refactor a bit, avoid isinstance and add a method
	for each type we parse.

2008-08-14  Johan Dahlin  <johan@gnome.org>

	* giscanner/ast.py:
	* giscanner/girparser.py:
	* giscanner/glibtransformer.py:
	* tests/Makefile.am:
	Run pep8.py in make check, fix old errors.

2008-08-13  Colin Walters  <walters@verbum.org>

	* giscanner/girparser.py: Parse records.

2008-08-13  Colin Walters  <walters@verbum.org>

	* gir/Makefile.am: Install again.
	* gir/gobject-2.0.gir: Add some more bits.

2008-08-13  Colin Walters  <walters@verbum.org>

	* gir/gobject-2.0.gir: Use correct namespace, add GType.
	* giscanner/girparser.py: Handle aliases.
	* giscanner/transformer.py: Record aliases.  Make resolver
	functions public; we now call into these explicitly from
	glibtransformer.  Handle resolving aliases.
	* giscanner/glibtransformer.py: Separate our internal namespace
	from included ones.  Call up into transformer's resolver functions.

2008-08-13  Johan Dahlin  <johan@gnome.org>

	* girepository/girnode.c (g_ir_node_get_full_size_internal):
	* girepository/girparser.c (start_class):
	* giscanner/glibtransformer.py:
	Allow get_type to be None, set a get_type for GInitiallyUnowned too.

2008-08-13  Johan Dahlin  <johan@gnome.org>

	* giscanner/cgobject.py:
	Register GInitiallyUnowned
	* giscanner/girwriter.py:
	* giscanner/glibtransformer.py:
	Special case GObject/GInitially owned as they are a bit special to use.

2008-08-13  Colin Walters  <walters@verbum.org>

	* tests/scanner/Foo-expected.gir, tests/scanner/utility-expected.gir:
	Object is in GObject namespace.

2008-08-13  Colin Walters  <walters@verbum.org>

	* giscanner/girparser.py: Fix processing of functions
	from last commit.

2008-08-13  Colin Walters  <walters@verbum.org>

	* giscanner/girparser.py: Parse more than just <class.
	* giscanner/glibtransformer.py: Put aliases in a separate
	data structure since their name is not canonicall.
	* giscanner/transformer.py: Handle resolving type names
	from includes.

2008-08-13  Johan Dahlin  <johan@gnome.org>

	* tools/g-ir-scanner:
	Allow multiple libraries
	* giscanner/glibtransformer.py:
	Rename load_library to add_library, traverse over all libraries
	when trying to resolve a function

2008-08-12  Colin Walters  <walters@verbum.org>

	* giscanner/transformer.py: Record typedefs as <alias> elements.
	  Also attempt to look up types in external namespaces.
	* giscanner/girwriter.py: Write them.
	* giscanner/glibtransformer.py: Rework resolver using real instanceof
	checks.  Resolve interface methods and properties.
	* tests/scanner/foo-object.h: Add a method with typedef.
	* tests/scanner/Foo-expected.gir: Update.
	* girepository/girnode.c: Debug tweaks.
	* girepository/girparser.c: Make a first pass through the XML where we
	record all the aliases.  This lets us resolve them as we go through the
	second pass.
	* gir/Makefile.am: Don't install gobject-2.0.gir; we want that to come
	from gir-repository.

2008-08-12  Colin Walters  <walters@verbum.org>

	* giscanner/glibtransformer.py: Resolve typedefs (e.g. AtkAttributeSet -> GSList).
	Correctly do subclasseing in 2nd pass resolution.  Handle callbacks in structure
	fields.
	* giscanner/transformer.py: Record typedefs and expose public API for resolving
	them.
	* tests/scanner/Foo-expected.gir: Fix expected callback types.

2008-08-12  Colin Walters  <walters@verbum.org>

	* giscanner/glibtransformer.py: Also transform object properties.

2008-08-12  Colin Walters  <walters@verbum.org>

	* giscanner/glibtransformer.py: Also transform callbacks
	and structure field types.
	* tests/scanner/Fooe-expected.gir: Update to expect correct
	names for callbacks and structs.

2008-08-12  Colin Walters  <walters@verbum.org>

	* girepository/girparser.c: Handle 'any'.
	* tests/scanner/Foo-expected.gir, tests/scanner/foo-object.h:
	Add test for void *.

2008-08-12  Colin Walters  <walters@verbum.org>

	* giscanner/glibtransformer.py: We need to do type
	resolution in a second pass after we've seen all the
	enums, records, etc.

2008-08-12  Colin Walters  <walters@verbum.org>

	* tests/scanner/Foo-expected.gir, tests/scanner/foo-object.h:
	Add enum return value.
	* giscanner/glibtransformer.py: Transform function return types
	too.

2008-08-12  Colin Walters  <walters@verbum.org>

	* tests/scanner/Makefile.am: Dep .gir files on scanner
	sources too.  Also remove @ so we see scanner invocations.

2008-08-12  Colin Walters  <walters@verbum.org>

	* girepository/girparser.c, girepository/gtypelib.c,
	girepository/gtypelib.h, girepository/girnode.c:
	Remove usage of (GAPI-oriented) TypeTag in favor of
	GITypeTag from girepository.h.

2008-08-10  Colin Walters  <walters@verbum.org>

	* tests/roundtrips.sh: Use the correct tests.

2008-08-10  Colin Walters  <walters@verbum.org>

	* giscanner/cgobject.py: Declare/wrap a few more functions.
	Fix parameter types for g_object_new and g_type_fundamental.

2008-08-10  Colin Walters  <walters@verbum.org>

	* giscanner/cgobject.py: Add new decorator @gwrap which forces
	us to declare types for both return value and parameters.  The
	ctypes default of 'int' is bad because it hides 32/64 bit
	problems.  Convert all existing functions to use it.

2008-08-09  Johan Dahlin  <johan@gnome.org>

	* giscanner/__init__.py:
	* giscanner/ast.py:
	* giscanner/cgobject.py:
	* giscanner/gidlparser.py:
	* giscanner/gidlwriter.py:
	* giscanner/girparser.py:
	* giscanner/girwriter.py:
	* giscanner/glibast.py:
	* giscanner/glibtransformer.py:
	* giscanner/odict.py:
	* giscanner/sourcescanner.py:
	* giscanner/transformer.py:
	* giscanner/utils.py:
	* giscanner/xmlwriter.py:
	* tools/g-ir-scanner:

	PEP8ify

2008-08-09  Johan Dahlin  <johan@gnome.org>

	* relaxng/api.xml:
	* relaxng/c-types.xml:
	* relaxng/g-types.xml:
	* relaxng/relaxng.rng:
	* relaxng/util.xml:
	Remove outdated relaxng schemas.

2008-08-09  Johan Dahlin  <johan@gnome.org>

	* *.[ch]:
	Rename metadata to typelib in variable names,
	comments and apis.

2008-08-09  Johan Dahlin  <johan@gnome.org>

	* tools/scanner.c:
	* tools/scanner.h:
	Remove old C scanner, which got rewritten in python.

2008-08-09  Johan Dahlin  <johan@gnome.org>

	* girepository/Makefile.am:
	* tools/Makefile.am:
	* tools/girmodule.c:
	* tools/girmodule.h:
	* tools/girnode.c:
	* tools/girnode.h:
	* tools/girparser.c:
	* tools/girparser.h:
	* tools/girwriter.c:
	* tools/girwriter.h:
	Move shared *.[ch] files to girepository from tools

2008-08-09  Johan Dahlin  <johan@gnome.org>

	* tests/Makefile.am:
	* tests/array.test:
	* tests/boxed.test:
	* tests/constant.test:
	* tests/enum.test:
	* tests/errors.test:
	* tests/function.test:
	* tests/gobject.test:
	* tests/interface.test:
	* tests/object.test:
	* tests/struct.test:
	* tests/types.test:
	* tests/union.test:
	* tests/xref1.test:
	* tests/xref2.test:
	Rename *.test to *.gir

2008-08-09  Johan Dahlin  <johan@gnome.org>

	* configure.ac:
	* tests/Makefile.am:
	* tests/parser/Foo-expected.gir:
	* tests/parser/Makefile.am:
	* tests/parser/foo-object.h:
	* tests/parser/foo.c:
	* tests/parser/utility-expected.gir:
	* tests/parser/utility.c:
	* tests/parser/utility.h:
	* tests/scanner/Makefile.am:
	Rename tests/parser to test/scanner

2008-08-08  Colin Walters  <walters@verbum.org>

	* tests/roundtrips.sh: Use local .gir files again.

2008-08-08  Colin Walters  <walters@verbum.org>

	* tests/invoke/Makefile.am: .gir file depends on libtool
	library.

2008-08-08  Colin Walters  <walters@verbum.org>

	* tools/girnode.c: Pass through parent node so we can
	print the node whose child is NULL, if that occurs.

2008-08-08  Johan Dahlin  <johan@gnome.org>

	* tests/Makefile.am:
	Disable roundtrip tests which are not yet working
	* tests/invoke/testfns.gir:
	Rewrite as gir.

2008-08-08  Johan Dahlin  <johan@gnome.org>

	* giscanner/girwriter.py:
	type -> ntype
	* giscanner/glibast.py:
	* giscanner/glibtransformer.py:
	Swap order of members, to keep it consistent with
	base enum class

2008-08-08  Johan Dahlin  <johan@gnome.org>

	* girepository/gtypelib.c (validate_header):
	* girepository/gtypelib.h:
	* giscanner/ast.py:
	* giscanner/girwriter.py:
	* giscanner/sourcescanner.c (gi_source_symbol_ref),
	(gi_source_symbol_unref):
	* tests/array.test:
	* tests/boxed.test:
	* tests/constant.test:
	* tests/enum.test:
	* tests/errors.test:
	* tests/function.test:
	* tests/gobject.test:
	* tests/interface.test:
	* tests/invoke/Makefile.am:
	* tests/invoke/testfns.xml:
	* tests/object.test:
	* tests/parser/Makefile.am:
	* tests/roundtrips.sh:
	* tests/struct.test:
	* tests/types.test:
	* tests/union.test:
	* tests/xref1.test:
	* tests/xref2.test:
	* tools/Makefile.am:
	* tools/compiler.c (main):
	* tools/generate.c (write_callable_info), (write_function_info),
	(write_repository):
	* tools/gidlmodule.c:
	* tools/gidlmodule.h:
	* tools/gidlnode.c:
	* tools/gidlnode.h:
	* tools/gidlparser.c:
	* tools/gidlparser.h:
	* tools/gidlwriter.c:
	* tools/gidlwriter.h:
	* tools/scanner.c (create_node_from_gtype),
	(create_node_from_ctype), (g_igenerator_process_properties),
	(g_igenerator_process_signals), (g_igenerator_create_object),
	(g_igenerator_create_interface), (g_igenerator_create_boxed),
	(g_igenerator_create_enum), (g_igenerator_create_flags),
	(g_igenerator_process_function_symbol),
	(g_igenerator_process_unregistered_struct_typedef),
	(g_igenerator_process_struct_typedef),
	(g_igenerator_process_union_typedef),
	(g_igenerator_process_enum_typedef),
	(g_igenerator_process_function_typedef),
	(g_igenerator_process_constant), (g_igenerator_process_symbols),
	(g_igenerator_add_module), (g_igenerator_add_include_idl):
	Merge in the gir-compiler branch.
	Thanks to Philip and Colin for their help.

2008-07-26  Colin Walters  <walters@verbum.org>

	* tools/Makefile.am (bin_PROGRAMS): Install g-idl-compiler
	and g-idl-generate to go along with how we're changing this
	module to be installed.
	* gobject-introspection-1.0.pc.in: Set up Cflags and Libs.

2008-07-24  Colin Walters  <walters@verbum.org>

	* girepository/girepository.c (g_irepository_register): Add
	environment variable G_IREPOSITORY_VERBOSE so we can print
	out what we're doing.
	* girepository/girepository.c (g_irepository_register_file): 
	Add GError error message to g_debug call.

2008-07-08  Jürg Billeter  <j@bitron.ch>

	* giscanner/glibast.py:

	Fix typo

2008-06-21  Johan Dahlin  <jdahlin@async.com.br>

	* giscanner/girparser.py (GIRParser._parse_api): Ignore a few
	more tags

2008-06-20  Johan Dahlin  <jdahlin@async.com.br>

	* giscanner/ast.py:
	* giscanner/girwriter.py:
	* giscanner/transformer.py:
	* tests/parser/Foo-expected.gir:
	* tests/parser/foo-object.h:
	* tests/parser/foo.c (foo_object_allow_none):
	Add support for gtk-doc annotations for allow-none.
	Add test case.

2008-06-19  Johan Dahlin  <jdahlin@async.com.br>

	* giscanner/ast.py:
	* giscanner/girwriter.py:
	* giscanner/glibast.py:
	* giscanner/glibtransformer.py:
	* giscanner/transformer.py:
	* tests/parser/Foo-expected.gir:
	Start using abstract type instead of the raw C types.
	Register a bunch of glib types we care about.

2008-06-19  Rob Taylor  <rob.taylor@codethink.co.uk>

	* AUTHORS:
	Update authors

2008-06-08  Philip Van Hoof  <pvanhoof@gnome.org>

	* girepository/girepository.c:
	* girepository/gtypelib.c:
	* girepository/ginfo.c:
	* girepository/ginvoke.c:
	* girepository/girepository.h:
	* girepository/gtypelib.h:
	* girepository/gmetadata.c:
	* girepository/Makefile.am:
	* girepository/gmetadata.h:
	* tools/compiler.c:
	* tools/gidlmodule.c:
	* tools/gidlnode.c
	* tools/generate.c:
	* tools/gidlmodule.h:
	* tools/gidlparser.c:

	Renamed GMetadata to GTypelib

2008-06-07  Johan Dahlin  <jdahlin@async.com.br>

	* giscanner/xmlwriter.py:
	Improve line wrapping when > 79 charaters

2008-06-05  Jürg Billeter  <j@bitron.ch>

	* giscanner/ast.py:
	* giscanner/girwriter.py:
	* giscanner/transformer.py:
	Use <type> element for field types
	* tests/parser/Foo-expected.gir:
	Update testcase

2008-06-04  Johan Dahlin  <jdahlin@async.com.br>

	* giscanner/glibtransformer.py:
	Fix a bug which prevented GdkEvent from being generated

2008-06-03  Johan Dahlin  <jdahlin@async.com.br>

	* giscanner/Makefile.am:
	* giscanner/ast.py:
	* giscanner/girwriter.py:
	* giscanner/glibast.py:
	* giscanner/glibtransformer.py:
	* giscanner/transformer.py:
	* giscanner/utils.py:
	* tests/parser/Foo-expected.gir:
	Improve enum member parsing and introspection

2008-05-31  Johan Dahlin  <jdahlin@async.com.br>

	* giscanner/scannerparser.y:
	* giscanner/sourcescanner.h:
	* giscanner/sourcescanner.py:
	Add a new source type enum for member.
	Use __repr__ for improved debugging
	* giscanner/girparser.py:
	Ignore some more
	* giscanner/transformer.py:
	Improve parsing of struct members.
	* tests/parser/foo-object.h:
	Add a new testcase

2008-05-31  Johan Dahlin  <jdahlin@async.com.br>

	* giscanner/xmlwriter.py:
	Improve error reporting when trying to quote None.
	* giscanner/girparser.py:
	Do not print warnings when including more complete .gir files
	* giscanner/girwriter.py:
	Do not require a name for parameters, add a todo for singletons
	* giscanner/glibtransformer.py:
	Refactor the way structs are done, add a couple of hacks to allow
	us to get further.
	* giscanner/transformer.py:
	Add enough hacks so cairo, atk and pango.gir can be parsed properly
	* gobject-introspection-1.0.pc.in:
	Export girdir, so we can access gobject-2.0.gir from outside

2008-05-31  Johan Dahlin  <jdahlin@async.com.br>

	* tools/g-ir-scanner:
	* tests/parser/Makefile.am:
	Update sys.path before running the parser so we don't have
	to setup PYTHONPATH ourselves.

	* Makefile.am:
	* configure.ac:
	* girepository/Makefile.am:
	* giscanner/transformer.py:
	* gobject-introspection-1.0.pc.in:
	* gobject-introspection.pc.in:
	* tools/Makefile.am:

	Rename pkg-config name to gobject-introspection-1.0,
	Do not installed anything which is not using the gir format.
	Disable compililation the old C scanner, but still keep the source
	until all the remaning functionallity has been ported.

2008-05-31  Johan Dahlin  <jdahlin@async.com.br>

	* giscanner/giscannermodule.c (symbol_get_ident): Prevent
	a crash when symbol->indent is NULL.

	* giscanner/sourcescanner.py (ctype_name): Add ctype_name,
	a function to convert a CTYPE symbol to a string

2008-05-24  Johan Dahlin  <jdahlin@async.com.br>

	* giscanner/ast.py:
	* giscanner/girwriter.py:
	* giscanner/giscannermodule.c
	(pygi_source_scanner_append_filename),
	(pygi_source_scanner_parse_file):
	* giscanner/glibtransformer.py:
	* giscanner/sourcescanner.py:
	Revert back to using temporary files to send in headers.
	Allow Functions to be passed in as callbacks, add a couple
	of try/excepts missing features.
	We can now scan pango

2008-05-08  Johan Dahlin  <johan@gnome.org>

	* giscanner/glibtransformer.py:
	* giscanner/transformer.py:
	Move namespace stripping glibtransformer->transformer

2008-05-08  Johan Dahlin  <johan@gnome.org>

	* giscanner/ast.py:
	* giscanner/girwriter.py:
	* giscanner/glibtransformer.py:
	* giscanner/transformer.py:
	* tools/g-ir-scanner:
	Introduce a namespace ast node

2008-05-05  Johan Dahlin  <johan@gnome.org>

	* giscanner/__init__.py:
	* giscanner/sourcescanner.py:
	* giscanner/transformer.py:
	Move sourcescanner symbols to the sourcescanner module, instead
	of in the global __init__ namespace.

2008-05-03  Johan Dahlin  <johan@gnome.org>

	* giscanner/glibtransformer.py:
	* tools/g-ir-scanner:
	Handle missing parameters better, allow - and + in .la dlname
	filenames.

2008-05-03  Johan Dahlin  <johan@gnome.org>

	* giscanner/__init__.py:
	* giscanner/ast.py:
	* giscanner/girwriter.py:
	* giscanner/glibtransformer.py:
	* giscanner/transformer.py:
	Parse struct fields properly, improve debugging.

2008-04-29  Johan Dahlin  <johan@gnome.org>

	* giscanner/ast.py:
	* giscanner/girwriter.py:
	* giscanner/transformer.py:
	* tests/parser/Foo-expected.gir:
	* TODO:
	Use transfer-ownership everywhere, to mark ownership/calle/caller etc.

2008-04-29  Johan Dahlin  <jdahlin@async.com.br>

	* Makefile.am:
	* docs/g-ir-scanner.1:
	* metadata-annotations-proposal.txt:
	* metadata-format.txt:
	Add a basic, unfinshed man page for g-ir-scanner, move documents into .txt

2008-04-29  Johan Dahlin  <jdahlin@async.com.br>

	* giscanner/girwriter.py:
	* giscanner/glibtransformer.py:
	* giscanner/transformer.py:
	* giscanner/xmlwriter.py:
	* tests/parser/Foo-expected.gir:
	* tests/parser/foo-object.h:
	Write record/structs to gir file too. Add a couple of tests,
	fix an off by one error in xmlwriter.py.

2008-04-28  Johan Dahlin  <johan@gnome.org>

	* giscanner/xmlwriter.py: Calculate the line length properly,
	include the provided extra indentation in the calculation, really.

2008-04-28  Johan Dahlin  <jdahlin@async.com.br>

	* giscanner/ast.py:
	* giscanner/glibast.py:
	* giscanner/glibtransformer.py:
	* giscanner/transformer.py:
	* tools/g-ir-scanner:
	Add a --strip-prefix and sort out confusion between names and symbols
	for functions and struct + derivaties.
	Refactor bootstrap of g-ir-scanner, so we can set options on
	Transformer() before parsing everything.

2008-04-28  Johan Dahlin  <johan@gnome.org>

	* giscanner/transformer.py (Transformer._traverse_one): Avoid recursion
	when scanning girepository.h

	* giscanner/sourcescanner.py (SourceScanner._preprocess): Define
	a __GI_SCANNER__ when we run.

2008-04-28  Johan Dahlin  <jdahlin@async.com.br>

	* giscanner/ast.py:
	* giscanner/girwriter.py:
	* giscanner/glibast.py:
	* giscanner/glibtransformer.py:
	* tests/parser/Foo-expected.gir:
	* tests/parser/utility-expected.gir:
	Rename most c:identifier to c:type. Add new ones to
	class/interface/enum/boxed.

2008-04-28  Johan Dahlin  <jdahlin@async.com.br>

	* giscanner/ast.py:
	* giscanner/girwriter.py:
	* giscanner/glibtransformer.py:
	* tests/parser/Foo-expected.gidl:
	* tests/parser/Makefile.am:
	Move c:identifier from return-value to subchild type,
	as per Jürgs suggestion

2008-04-28  Johan Dahlin  <johan@gnome.org>

	* giscanner/girwriter.py:
	* tests/parser/Foo-expected.gir:
	Write property.type as a child node.

2008-04-27  Johan Dahlin  <johan@gnome.org>

	* Makefile.am:
	* configure.ac:
	* gidl/Makefile.am:
	* gidl/gobject-2.0.gidl:
	* gir/Makefile.am:
	* gir/gobject-2.0.gir:
	* tests/parser/Makefile.am:
	Replace the GObject gidl with a GObject gir.

2008-04-27  Johan Dahlin  <johan@gnome.org>

	* tools/Makefile.am (bin_SCRIPTS): g-ir-scanner is a script,
	not a program.

	* giscanner/xmlwriter.py:
	* tests/parser/Foo-expected.gir:
	Include indentation in line length calculation

2008-04-27  Johan Dahlin  <johan@gnome.org>

	* giscanner/girparser.py:
	Prettify NS parsing using elementtree.

2008-04-27  Johan Dahlin  <johan@gnome.org>

	* configure.ac:
	* giscanner/Makefile.am:
	* giscanner/girparser.py:
	* giscanner/glibtransformer.py:
	* tests/parser/Foo-expected.gidl:
	* tests/parser/Foo-expected.gir:
	* tests/parser/Makefile.am:
	* tests/parser/utility-expected.gidl:
	* tests/parser/utility-expected.gir:
	* tools/g-ir-scanner:
	Switch over to GIR as the default format. Add a simple GIDL
	parser.
	Update tests and fix simplify makefiles by depending
	on GNU make extensions.

2008-04-27  Johan Dahlin  <johan@gnome.org>

	* giscanner/xmlwriter.py:
	Wrap attributes for lines which are wider than 79 characters

	* giscanner/scannerlexer.l:
	Allow parenthesis in annotations

	* giscanner/ast.py:
	* giscanner/gidlwriter.py:
	* giscanner/girwriter.py:
	* giscanner/glibtransformer.py:
	* giscanner/transformer.py:
	Add initial sequence support, including annotation.
	Refactor type handling a bit.

2008-04-27  Johan Dahlin  <johan@gnome.org>

	* tests/parser/Foo-expected.gidl:
	* tests/parser/foo-object.h:
	* tests/parser/foo.c (foo_object_class_init),
	(foo_object_get_strings), (foo_object_get_objects):
	Add two new functions to check sequence return values.
	Also fixes a compilation warning.

2008-04-27  Johan Dahlin  <johan@gnome.org>

	* giscanner/giscannermodule.c (]): Cast the getter, avoids
	a compilation warning.

	* tools/Makefile.am (g_ir_scanner_SOURCES):
	g-ir-scanner has no sources.

2008-04-25  Johan Dahlin  <johan@gnome.org>

	* giscanner/Makefile.am:
	* giscanner/ast.py:
	* giscanner/gidlparser.py:
	* giscanner/gidlwriter.py:
	* giscanner/girwriter.py:
	* giscanner/glibast.py:
	* giscanner/glibtransformer.py:
	* giscanner/transformer.py:
	Split out nodes to ast.py and glibast.py

2008-04-25  Johan Dahlin  <jdahlin@async.com.br>

	* giscanner/Makefile.am:
	* giscanner/gidlparser.py:
	* giscanner/gidlwriter.py:
	* giscanner/girwriter.py:
	* giscanner/glibtransformer.py:
	* giscanner/gobjecttreebuilder.py:
	* giscanner/transformer.py:
	* giscanner/treebuilder.py:
	* tools/g-ir-scanner:
	Rename treebuilder to transformer and
	gobjectreebuilder to glibtransformer.

2008-04-25  Johan Dahlin  <jdahlin@async.com.br>

	* giscanner/Makefile.am:
	* giscanner/__init__.py:
	* giscanner/cgobject.py:
	* giscanner/gidlparser.py:
	* giscanner/gidlwriter.py:
	* giscanner/girwriter.py:
	* giscanner/gobjecttreebuilder.py:
	* giscanner/odict.py:
	* giscanner/sourcescanner.py:
	* giscanner/treebuilder.py:
	* giscanner/xmlwriter.py:
	* tools/Makefile.am:
	* tools/g-ir-scanner:
	Add LGPLv2 license header and install all python files

2008-04-25  Johan Dahlin  <jdahlin@async.com.br>

	* TODO:
	* giscanner/gidlwriter.py:
	* giscanner/giscannermodule.c (pygi_source_directive_new),
	(directive_get_options), (pygi_source_symbol_new),
	(symbol_get_base_type), (pygi_source_type_new),
	(type_get_base_type), (type_get_child_list),
	(pygi_source_scanner_get_symbols),
	(pygi_source_scanner_get_directives):
	* giscanner/gobjecttreebuilder.py:
	* giscanner/sourcescanner.py:
	* giscanner/treebuilder.py:
	* tests/parser/foo-object.h:
	Add support for virtual methods.
	Pair struct FooClass with struct Foo.
	Clean up the SourceScanner bindings a bit.
	Add a testcase for virtual methods.

2008-04-25  Johan Dahlin  <jdahlin@async.com.br>

	* giscanner/cgobject.py:
	* giscanner/gidlwriter.py:
	* giscanner/gobjecttreebuilder.py:
	Add support for signals

	* tests/parser/foo.c (foo_object_class_init):
	* Foo-expected.gidl:
	Add a signal and update the expected output.

2008-04-24  Johan Dahlin  <jdahlin@async.com.br>

	* giscanner/gidlwriter.py:
	* giscanner/girwriter.py:
	* giscanner/giscannermodule.c (directive_get_name),
	(directive_get_value), (directive_get_options),
	(symbol_get_directives), (symbol_set_directives),
	(pygi_source_scanner_parse_file),
	(pygi_source_scanner_lex_filename),
	(pygi_source_scanner_get_directives), (init_giscanner):
	* giscanner/sourcescanner.c (gi_source_scanner_get_directives):
	* giscanner/sourcescanner.h:
	* giscanner/sourcescanner.py:
	* giscanner/treebuilder.py:
	* tools/g-ir-scanner:
	Add support for source/header annotations.

2008-04-22  Johan Dahlin  <jdahlin@async.com.br>

	* giscanner/gidlwriter.py:
	* giscanner/girwriter.py:
	* giscanner/gobjecttreebuilder.py:
	* giscanner/treebuilder.py:
	Add support for Callbacks

2008-04-22  Havoc Pennington  <hp@pobox.com>

	* girepository/ginvoke.c (g_function_info_invoke): If a symbol is
	not in metadata->module, look for it in the global module, in case
	some other object or the app itself provides the symbol.

2008-04-22  Havoc Pennington  <hp@pobox.com>

	* girepository/gmetadata.c (_g_metadata_init): hack to avoid
 	dlopening a library that is already in the main app, by checking
	whether one of the lib's symbols is already loaded.

2008-04-22  Johan Dahlin  <jdahlin@async.com.br>

	* tests/parser/Foo-expected.gidl:
	* tests/parser/foo-object.h:
	Add a callback test

2008-04-22  Havoc Pennington  <hp@pobox.com>

	* girepository/ginfo.c (g_interface_info_find_method):
	Use interface_blob_size not object_blob_size to compute offset.

2008-04-22  Havoc Pennington  <hp@pobox.com>

	* girepository/gmetadata.c (_g_metadata_init): remove
	G_MODULE_BIND_LOCAL flag when loading libraries, since some libs
	(Glade and Clutter for example) rely on being loaded globally.

2008-04-22  Havoc Pennington  <hp@pobox.com>

 	* girepository/ginfo.c (g_registered_type_info_get_g_type): new
	function to get the GType given a RegisteredTypeInfo

2008-04-22  Johan Dahlin  <johan@gnome.org>

	* COPYING: Add a LGPL license, to prevent automake to
	put in a copy of GPL here. Pointed out by Havoc.

	* girepository/ginfo.c (g_info_from_entry), (g_type_info_new),
	(g_type_info_is_pointer), (g_type_info_get_tag),
	(g_type_info_get_param_type), (g_type_info_get_interface),
	(g_type_info_get_array_length), (g_type_info_is_zero_terminated),
	(g_type_info_get_n_error_domains), (g_type_info_get_error_domain),
	(g_error_domain_info_get_codes), (g_enum_info_get_value),
	(g_object_info_get_interface), (g_object_info_get_field),
	(g_interface_info_get_prerequisite),
	(g_signal_info_get_class_closure), (g_constant_info_get_value):
	* girepository/ginvoke.c (get_ffi_type):
	* girepository/girepository.h:
	* girepository/gmetadata.c (g_metadata_get_dir_entry),
	(g_metadata_check_sanity), (validate_header),
	(validate_array_type_blob), (validate_iface_type_blob),
	(validate_param_type_blob), (validate_error_type_blob),
	(validate_type_blob), (validate_constant_blob),
	(validate_struct_blob), (validate_enum_blob):
	* girepository/gmetadata.h:
	* tests/Makefile.am:
	* tests/invoke/Makefile.am:
	* tests/invoke/invoke.c (main):
	* tests/roundtrips.sh:
	* tools/Makefile.am:
	* tools/compiler.c (format_output), (write_out_metadata), (main):
	* tools/generate.c (write_type_name), (write_type_info),
	(write_constant_value), (write_enum_info), (load_metadata), (main):
	* tools/gidlcompilercontext.c:
	* tools/gidlcompilercontext.h:
	* tools/gidlcompilerentrynode.c:
	* tools/gidlcompilerentrynode.h:
	* tools/gidlcompilertypenode.c:
	* tools/gidlcompilertypenode.h:
	* tools/gidlmodule.c (g_idl_module_build_metadata):
	* tools/gidlmodule.h:
	* tools/gidlnode.c (init_stats), (dump_stats),
	(g_idl_node_get_size), (g_idl_node_get_full_size),
	(g_idl_node_cmp), (g_idl_node_can_have_member),
	(g_idl_node_add_member), (g_idl_node_param_direction_string),
	(parse_int_value), (parse_uint_value), (parse_float_value),
	(parse_boolean_value), (find_entry_node), (find_entry),
	(serialize_type), (g_idl_node_build_metadata), (write_string):
	* tools/gidlnode.h:
	* tools/gidlparser.c (parse_type_internal):
	* tools/quote-file.sh:
	Revert revisions 157,149-148,136-129 and 120.
	Move back to using g-idl-generate to generate the metadata and
	avoids dependency on a c compiler.

2008-04-22  Johan Dahlin  <jdahlin@async.com.br>

	* giscanner/girwriter.py:
	* tools/g-ir-scanner:
	Add an initial GIR writer and a --format option to g-ir-scanner

2008-04-21  Johan Dahlin  <johan@gnome.org>

	* giscanner/cgobject.py: Use ctypes.util.find_library to locate
	gobject-2.0 and raise ImportError if not found.

	* giscanner/gidlparser.py:
	* giscanner/gidlwriter.py:
	* giscanner/gobjecttreebuilder.py:
	* tools/g-ir-scanner:
	Add a --include argument to include types from other idls.
	Add a minimalistic GIDL parser (just objects for now)
	Implement resolving of external type references and use it to
	resolve parent types, argument types and return types.

2008-04-21  Johan Dahlin  <johan@gnome.org>

	* giscanner/gidlwriter.py:
	* giscanner/gobjecttreebuilder.py:
	* giscanner/treebuilder.py:
	Add support for properties.
	Refactor Class/Interface support a bit, to share more code and
	always initialize their method attribute to an empty list.

2008-04-21  Johan Dahlin  <johan@gnome.org>

	* giscanner/cgobject.py:
	Add a workaround for a glib bug interface introspection bug
	(object_interface_list_properties, object_class_list_properties):
	Cast the return value to GParamSpec.

	* tests/parser/Foo-expected.gidl: Update
	* tests/parser/foo.c: Add a string property

	* giscanner/gobjecttreebuilder.py:
	After stripping namespaces, remove the original
	item to avoid duplication (GtkButton struct and Button object)

2008-04-21  Johan Dahlin  <johan@gnome.org>

	* giscanner/gobjecttreebuilder.py:
	* giscanner/treebuilder.py:
	Strip namespaces before objects, so we'll export
	GtkButton as Button in the gtk namespace

2008-04-21  Johan Dahlin  <johan@gnome.org>

	* giscanner/gidlwriter.py:
	* giscanner/gobjecttreebuilder.py:
	* giscanner/treebuilder.py:
	Add constructors for object/boxed types.

2008-04-21  Johan Dahlin  <johan@gnome.org>

	* giscanner/gidlwriter.py:
	* giscanner/gobjecttreebuilder.py:
	Add support for boxed types

2008-04-21  Johan Dahlin  <johan@gnome.org>

	* giscanner/giscannermodule.c: Mark structures as const,
	wrap SourceType.const_string.

	* tests/parser/foo-object.h: Add a couple of constants.

	* giscanner/gidlwriter.py:
	* giscanner/gobjecttreebuilder.py:
	* giscanner/treebuilder.py:
	Add basic support for interfaces

	* tools/g-ir-scanner:
	Add -o/--output for writing to a file

2008-04-21  Havoc Pennington  <hp@redhat.com>

	* TODO: add some C API wishlist items I could think of quickly

2008-04-21  Johan Dahlin  <jdahlin@async.com.br>

	* giscanner/gidlwriter.py:
	* giscanner/xmlwriter.py:
	Add a simple api for writing tags which can be used 
	with the new 'with statement' in python 2.5

2008-04-21  Johan Dahlin  <johan@gnome.org>

	* giscanner/gobjecttreebuilder.py:
	Strip namespace and object prefix from method names.

2008-04-21  Johan Dahlin  <johan@gnome.org>

	* tools/g-ir-scanner (main): Add --pkg option to pass in
	pkg-config modules to get cflags from.

	* giscanner/gidlwriter.py (GIDLWriter._write_method): 
	Avoid duplication, reuse function writer for methods.

2008-04-21  Johan Dahlin  <jdahlin@async.com.br>

	* giscanner/gidlwriter.py:
	* giscanner/gobjecttreebuilder.py:
	* giscanner/treebuilder.py:
	* tools/g-ir-scanner:
	Resolve libtool .la files.
	Strip name spaces for methods.
	Add function symbols

2008-04-20  Johan Dahlin  <jdahlin@async.com.br>

	* giscanner/cgobject.py:
	* giscanner/gidlwriter.py:
	* giscanner/gobjecttreebuilder.py:
	* giscanner/treebuilder.py:
	Add support for classes and methods

2008-04-20  Johan Dahlin  <johan@gnome.org>

	* giscanner/gidlwriter.py:
	* giscanner/gobjecttreebuilder.py:
	* giscanner/odict.py:
	Avoid conflicts, keep the output ordered similar to
	the order of the input.
	Add a simple ordered dictionary implemenation

2008-04-19  Johan Dahlin  <johan@gnome.org>

	* giscanner/cgobject.py:
	* giscanner/gidlwriter.py:
	* giscanner/gobjecttreebuilder.py:
	* tools/g-ir-scanner:
	Start introspecting get-type functions.
	Implement support for GLib/GFlags GTypes.
	Add a ctype based GObject binding.

2008-04-18  Johan Dahlin  <jdahlin@async.com.br>

	* giscanner/gidlwriter.py:
	* giscanner/xmlwriter.py:
	* tools/g-ir-scanner:
	Add a simplistic gidl writer, which can't do too much.

2008-04-18  Johan Dahlin  <johan@gnome.org>

	* giscanner/sourcescanner.py:
	* giscanner/treebuilder.py:
	* tools/g-ir-scanner:
	split tree building and source scanning interface to separate files.

2008-04-18  Johan Dahlin  <johan@gnome.org>

	* tools/g-ir-scanner (Parameter.__init__): Start constructing
	a real node tree.
	- Add support for struct/parameter/return, start parsing of ctypes

	* giscanner/giscannermodule.c: wrap GISourceType.child_list and
	fix the style

2008-03-31  Johan Dahlin  <johan@gnome.org>

	* tools/g-ir-scanner:
	Start to build abstract syntax node of scanned sources.
	Add support for cpp options.

2008-03-27  Johan Dahlin  <johan@gnome.org>

	* giscanner/giscannermodule.c:
	* giscanner/scannerlexer.l:
	* giscanner/sourcescanner.c:
	* tools/g-ir-scanner:

	Add simple pre-processor using subprocess and a PIPE.
	Change the parse_file apis to accept a file descriptor.

2008-03-25  Johan Dahlin  <johan@gnome.org>

	* giscanner/__init__.py:
	* tools/g-ir-scanner:
	Fix a typo and add an example python test program.

2008-03-25  Johan Dahlin  <johan@gnome.org>
	
	* giscanner/__init__.py:
	* giscanner/giscannermodule.c:
	* giscanner/sourcescanner.c:
	* giscanner/sourcescanner.h:
	Add constants and wrap a few more SymbolType fields

2008-03-25  Johan Dahlin  <johan@gnome.org>
	
	* configure.ac:
	* giscanner:
	* giscanner/__init__.py:
	* giscanner/giscannermodule.c:
	* giscanner/Makefile.am:

	Add initial python bindings for the scanner and 
	depend on python 2.5.

2008-03-25  Johan Dahlin  <johan@gnome.org>

	* Makefile.am:
	* configure.ac:
	* giscanner/Makefile.am:
	* giscanner/sourcescanner.c:
	* giscanner/sourcescanner.h:
	* tools/Makefile.am:
	* tools/grealpath.h:
	* tools/sourcescanner.c:
	* tools/sourcescanner.h:

	Move the scanner to a separate library.
	
2008-03-23  Johan Dahlin  <johan@gnome.org>

	* tools/Makefile.am:
	* tools/scanner.c:
	* tools/scanner.h:
	* tools/scannerlexer.l:
	* tools/scannerparser.y:
	* tools/sourcescanner.c:
	* tools/sourcescanner.h:
	Split out the source scanner from the generator.
	Rename the symbols used in the scanner to use the gi_ prefix.
	This should make it possible to use the raw C parser from
	other programs.

2008-03-23  Johan Dahlin  <johan@gnome.org>

	* tests/parser/Makefile.am (utility.gidl): 
	* tests/parser/utility-expected.gidl: 
	Pass in the gobject.gidl since we're defining a GObject.

2008-03-12  Johan Dahlin  <johan@gnome.org>

	* relaxng/relaxng.rng:
	Add a releaxng in relaxng we can use to validate the relaxngs
	schemas

2008-03-12  Jürg Billeter  <j@bitron.ch>

	* tools/scanner.c: (g_igenerator_new):
	* tools/scannerparser.y:
	Fix compiler warnings.

2008-03-12  Jürg Billeter  <j@bitron.ch>

	* tools/scanner.c:
	* tools/scanner.h:
	* tools/scannerparser.y:
	Start fixing memory management in g-idl-scanner.

2008-03-12  Rob Taylor  <rob.taylor@codethink.co.uk>

	* tools/gidlcompilercontext.c: (write_compiled):
	Fix critical warning when no shlib passed to g-idl-compiler.

2008-03-12  Johan Dahlin  <johan@gnome.org>

	* tests/parser/utility-expected.gidl:
	* tests/parser/utility.h:
	Add a get_type-function, so the scanner actually
	parses it as an object.
	
2008-03-12  Johan Dahlin  <johan@gnome.org>

	* tools/gidlwriter.c (function_generate): Add missing trailing quote.
	Bad Philip!

	* tests/parser/Foo-expected.gidl:
	* tests/parser/Makefile.am:
	* tests/parser/foo-object.h:
	* tests/parser/foo.c:
	* tests/parser/utility-expected.gidl:
	* tests/parser/utility.c:
	* tests/parser/utility.h:

	Add a new gidl test. 'utility.gidl', which is used to be able
	to test external type references. Add a reference to UtilityObject*
	in the idl file.

2008-03-11  Johan Dahlin  <johan@gnome.org>

	* tools/compiler.c:
	* tools/generate.c:
	Remove most global variables

2008-03-11  Philip Van Hoof  <me@pvanhoof.be>
 
 	* tools/scannerlexer.l:
 	* tools/scanner.c:
 	* tests/parser/Foo-expected.gidl:
 	* tests/parser/foo.c:
 	* tests/parser/Makefile.am:
 	* tests/parser/foo-object.h:
 
 	Added a few extra tests. Which resulted in finding a few
 	bugs. Which resulted in me fixing those bugs

2008-03-11  Rob Taylor  <rob.taylor@codethink.co.uk>

	* tools/gidlcompilercontext.c: (g_idl_compiler_write_dir_entry),
	(g_idl_compiler_write_xref_entry), (g_idl_compiler_add_xref):
	Add some comments for strings into generated output for
	easier debugging.

2008-03-11  Rob Taylor  <rob.taylor@codethink.co.uk>

	* tools/gidlcompilercontext.c: (write_compiled):
	Write out the shlibs variable before writing out the strings
	length. Fixes compiler warning when using '-l' flag with
	g-idl-compiler

2008-03-11  Johan Dahlin  <johan@gnome.org>

	* tests/parser/Foo-expected.gidl:
	* tests/parser/foo-object.h:
	* tools/scanner.c:
	* tools/scanner.h:
	* tools/scannerlexer.l:
	Add support for parsing return arguments. Add support for
	caller-owns return types.
	Patch by Philip Van Hoof.
	
	* tools/scannerparser.y:
	Remove parsing of the @deprecated syntax used in headers.
	We will support gtk-doc deprecation in the future instead.

2008-03-11  Johan Dahlin  <johan@gnome.org>

	* tools/compiler.c (main): Coding style fixes

2008-03-10  Johan Dahlin  <johan@gnome.org>

	* configure.ac:
	Add GCOV_LIBS to GILIBS

2008-03-10  Johan Dahlin  <johan@gnome.org>

	* tests/parser/Foo-expected.gidl:
	* tests/parser/foo.c:
	Rename null-ok to direction=out

2008-03-10  Philip Van Hoof  <me@pvanhoof.be>

	reviewed and extensively tested by Johan

	* tests/parser/Foo-expected.gidl:
	* tests/parser/foo-object.h:
	* tests/parser/foo.c:
	* tools/gidlnode.c:
	* tools/gidlnode.h:
	* tools/gidlwriter.c:
	* tools/scanner.c:
	* tools/scanner.h:
	* tools/scannerlexer.l:
	* tools/scannerparser.y:

	Add support for scanning for gtk-doc comments inside
	C source files. Add tests

2008-03-10  Johan Dahlin  <johan@gnome.org>

	* tests/parser/Makefile.am:
	* tests/parser/foo.c:
	* tools/scanner.c:
	* tools/scanner.h:
	* tools/scannerparser.y:
	Add an api to lex filenames.
	Lex all source .c files passed in on the command line.
	Scan sources in a test and a couple of private structures
	which should not be included in the generated gidl

2008-03-10  Johan Dahlin  <johan@gnome.org>

	* tests/invoke/Makefile.am: Make the generated metadata 
	depend on the g-idl-compiler

2008-02-21  Mark Doffman  <mark.doffman@codethink.co.uk>

	* tools/gidlmodule.c
	* tools/gidlmodule.h
	* tools/gidlnode.c
	* tools/gidlnode.h
	Remove the old g-idl-compiler code.


2008-02-22  Mark Doffman  <mark.doffman@codethink.co.uk>

	* tools/quote-file.sh
	* tools/compiler.c
	* tools/generate.c
	Move to using the 'C' struct compiler code.

2008-02-21  Mark Doffman  <mark.doffman@codethink.co.uk>

	* girepository/ginfo.c
	* tools/generate.c
	Change the way that external references with no namespace
	are dealt with. External references with no namespace
	are placed into the XML as-if they are a local reference.
	This is temporary, but helps with roundtrip tests.

2008-02-21  Mark Doffman  <mark.doffman@codethink.co.uk>

	* girepository/ginfo.c
	Add the ability to get the value of a constant of
	type TYPE_TAG_SYMBOL. In the case of a symbol the value
	is provided as a string.

	This would deal properly with:
	typedef char* random;
	const random = "A string";

2008-02-21  Mark Doffman  <mark.doffman@codethink.co.uk>

	* girepository/ginfo.c
	* girepository/girepository.h
	* tools/generate.c
	Add a function to check if an enum is registered or not.
	Previously anything testing this relied on the g-type
	string offset having a value of 0.

	* girepository/gmetadata.c
	* girepository/gmetadata.h
	* tools/generate.c
	Remove unneccesary or erroneous checks. There were two
	metadata validation checks which made sure that the blob
	sizes were the same as some magic numbers compiled into the code.
	This is wrong as it breaks any forwards compatibility that may
	be possible.

	Checks were also present that made sure that unregistered type
	blobs had a value of 0 in the g-type offset field. This is
	unneccessary. If a type blob is unregistered then any value
	in its g-type field is simply invalid.

2008-02-21  Mark Doffman  <mark.doffman@codethink.co.uk>

        * girepository/ginfo.c
        * girepository/gmetadata.c
        * girepository/gmetadata.h

          Change the metadata format to have a standard header
          for all the type blobs. Merge the SimpleTypeBlob
          and InterfaceTypeBlob into a union. A union of these
          two blobs existed previously but was not explicit
          in the metadata format.

2008-02-21  Mark Doffman  <mark.doffman@codethink.co.uk>

	* tools/gidlcompilercontext.c
	* tools/gidlcompilercontext.h
	* tools/gidlcompilerentrynode.c
	* tools/gidlcompilerentrynode.h
	* tools/gidlcompilertypenode.c
	* tools/gidlcompilertypenode.h

	Add code to compile a tree of GIdlNodes to
	a 'C' struct representing the metadata.
	This is to aid cross-compiling. Previously
	the g-idl-compiler created a binary blob with
	data written in the byte order and alignment
	of the tool rather than the intended target.

	Cleaned up and improved by Johan and Robert :-)

2008-02-21  Mark Doffman  <mark.doffman@codethink.co.uk>

	* girepository/ginvoke.c
	* girepository/girepository.h
	* girepository/gmetadata.c
	* girepository/gmetadata.h
	* tools/generate.c
	* tools/gidlparser.c
	Modify TYPE_TAG_INTERFACE to TYPE_TAG_SYMBOL
	to avoid confusion with the interface blob.

	* tools/generate.c
	* tools/gidlparser.c
	Remove magic numbers and replace with type-tag
	enumeration symbols.

	* girepository/gmetadata.c
	Add validate declaration.

2008-03-10  Jürg Billeter  <j@bitron.ch>

	* tools/gidlparser.c: (parse_type_internal):
	* tools/scannerlexer.l:
	* tools/scannerparser.y:
	Support C99 _Bool type in scanner.

2008-03-10  Jürg Billeter  <j@bitron.ch>

	* tests/parser/Foo-expected.gidl:
	* tests/parser/foo-object.h:
	* tests/parser/foo.c: (foo_enum_method):
	* tools/scanner.c: (g_igenerator_process_function_symbol):
	Don't skip functions that are defined in the namespace of a type
	that doesn't support methods, as for example enums.

2008-03-10  Johan Dahlin  <johan@gnome.org>

	* gidl.dtd: Remove, we're using relaxng for now

	* tests/parser/Foo-expected.gidl:
	* tests/parser/foo-object.h:
	* tests/parser/foo.c:
	Rename the enum/flags get_type functions to include the whole type.

2008-03-08  Marc-Andre Lureau  <marcandre.lureau@gmail.com>

	* tools/gidlwriter.c (enum_generate): added "type-name",
	"get-type" and "deprecated" missing arguments.
	* tests/parser/Foo-expected.gidl:
	* tests/parser/foo-object.h: test enum type, and no type.

2008-03-06  Johan Dahlin  <jdahlin@async.com.br>

	* configure.ac:
	Consistent checks, add missing 'test'

2008-03-05  Havoc Pennington  <hp@redhat.com>

	* configure.ac: Take advantage of a libffi.pc if one exists, as it
	does on Fedora 8. Make libffi a hard requirement, since it was in
	practice anyway (was not really conditional in the code or
	makefile, only in configure).

2008-02-21  Mark Doffman  <mark.doffman@codethink.co.uk>

	reviewed by: Rob Taylor  <rob.taylor@codethink.co.uk>
	reviewed by: Johan Dahlin  <johan@gnome.org>

	* tests/Makefile.am:
	* tests/roundtrips.sh:
	Modify the roundtrips test so that they do not use the
	--raw option of the gidl compiler but instead compile a
	shared library to use with g_module.

	* tests/invoke/Makefile.am:
	* tests/invoke/invoke.c:
	Modify the invoke tests to build a shared library rather
	than use the --raw option.

	* tests/invoke/invoke-namespace-find.sh: Removed:
	Noone knows why this was here, so removed.

2008-02-19  Rob Taylor  <rob.taylor@codethink.co.uk>

	* tools/scanner.c: (g_igenerator_process_function_symbol):
	Move g_idl_node_can_have_member test later, as it broke spotting
	get_type's for nodes that can't have members.

2008-02-18  Rob Taylor  <rob.taylor@codethink.co.uk>

	* tools/gidlnode.h:
	* tools/gidlnode.c: (g_idl_node_can_have_member):
	Add g_idl_node_can_have_member.

	* tools/scanner.c: (g_igenerator_process_function_symbol):
	Use g_idl_node_can_have_member to test if we should add a function
	as a member of the type node.

2008-02-18  Rob Taylor  <rob.taylor@codethink.co.uk>

	* gidl/GLib.gidl: Renamed to gidl/gobject-2.0.gidl:
	* gidl/Makefile.am:
	* tests/parser/Makefile.am:
	Rename GLib.gidl to gobject-2.0.gidl and install in /usr/share/gidl.

2008-02-18  Rob Taylor  <rob.taylor@codethink.co.uk>

	* tools/scanner.c: (main):
	Ignore -pthread when passed to g-idl-scanner.

2008-02-18  Rob Taylor  <rob.taylor@codethink.co.uk>

	* tools/grealpath.h: Added:
	* tools/scanner.c: (main):
	* tools/scannerlexer.l:
	* tools/Makefile.am:
	Always use absolute paths with symbolic links resolved when
	comparing filenames.

2008-02-18  Rob Taylor  <rob.taylor@codethink.co.uk>

	* gobject-introspection.pc.in:
	Provide variables for g-idl-parser, scanner and compiler in the
	pkgconfig file.

2008-02-13  Rob Taylor  <rob.taylor@codethink.co.uk>

	* gcov.mak:
	* girepository/Makefile.am:
	* tools/Makefile.am:
	Rename GCOV_SOURCES to GCOVSOURCES to top automake complaining.

2008-02-10  Johan Dahlin  <johan@gnome.org>

	* tests/parser/Foo-expected.gidl:
	* tests/parser/foo-object.h:
	* tests/parser/foo.c: (foo_boxed_copy), (foo_boxed_free),
	(foo_boxed_get_type), (foo_boxed_new), (foo_boxed_method):
	Add boxed test.

2008-02-10  Johan Dahlin  <johan@gnome.org>

	* tests/parser/Foo-expected.gidl:
	* tests/parser/foo-object.h:
	* tests/parser/foo.c: (foo_enum_get_type), (foo_flags_get_type):
	Add enum and flags test.

2008-02-10  Johan Dahlin  <johan@gnome.org>

	* Makefile.am:
	* configure.ac:
	* girepository/Makefile.am:
	Make 'make distcheck' work again.

2008-02-10  Johan Dahlin  <johan@gnome.org>

	* m4/Makefile.am (EXTRA_DIST): its called as-compiler-flag.m4,
	not as-compiler.m4.

	* tests/parser/Makefile.am: Only create Foo.gidl when running make
	check, eg exclude it from BUILT_SOURCES.

2008-02-08  Rob Taylor  <rob.taylor@codethink.co.uk>

	* Makefile.am:
	* configure.ac:
	* gcov.mak: Added:
	* girepository/Makefile.am:
	* m4/Makefile.am: Added:
	* m4/as-compiler-flag.m4: Added:
	* m4/gcov.m4: Added:
	* tools/Makefile.am:
	Add ability to generate a coverage report.
	Adds configure option --enable-gcov and make rule 'check-coverage'.

2008-02-08  Rob Taylor  <rob.taylor@codethink.co.uk>

	* Makefile.am:
	* configure.ac:
	* gidl/Makefile.am: Added:
	* girepository/Makefile.am: Added:
	* src/Makefile.am: Renamed to tools/Makefile.am:
	* src/compiler.c: Renamed to tools/compiler.c:
	* src/g-idl-offsets.pl: Renamed to tools/g-idl-offsets.pl:
	* src/generate.c: Renamed to tools/generate.c:
	* src/gidlmodule.c: Renamed to tools/gidlmodule.c:
	* src/gidlmodule.h: Renamed to tools/gidlmodule.h:
	* src/gidlnode.c: Renamed to tools/gidlnode.c:
	* src/gidlnode.h: Renamed to tools/gidlnode.h:
	* src/gidlparser.c: Renamed to tools/gidlparser.c:
	* src/gidlparser.h: Renamed to tools/gidlparser.h:
	* src/gidlwriter.c: Renamed to tools/gidlwriter.c:
	* src/gidlwriter.h: Renamed to tools/gidlwriter.h:
	* src/ginfo.c: Renamed to girepository/ginfo.c:
	* src/ginvoke.c: Renamed to girepository/ginvoke.c:
	* src/girepository.c: Renamed to girepository/girepository.c:
	* src/girepository.h: Renamed to girepository/girepository.h:
	* src/gmetadata.c: Renamed to girepository/gmetadata.c:
	* src/gmetadata.h: Renamed to girepository/gmetadata.h:
	* src/scanner.c: Renamed to tools/scanner.c:
	* src/scanner.h: Renamed to tools/scanner.h:
	* src/scannerlexer.l: Renamed to tools/scannerlexer.l:
	* src/scannerparser.y: Renamed to tools/scannerparser.y:
	* tests/invoke/Makefile.am:
	Split src/ into girepository/ and tools/

	* Makefile.am:
	* configure.ac:
	* girepository/Makefile.am:
	* tests/Makefile.am:
	* tests/invoke/Makefile.am:
	* tests/parser/Makefile.am:
	* tests/roundtrips.sh:
	* tools/Makefile.am:
	Make distcheck work.

2008-02-04  Rob Taylor  <rob.taylor@codethink.co.uk>

	* tests/invoke/invoke.c: (main):
	* tests/invoke/testfns.c: (test6), (test7):
	* tests/invoke/testfns.xml:
	Add tests for invokation with a GList argument.
	Also tests caller-owns return values.

2008-02-04  Rob Taylor  <robtaylor@floopily.org>

	* src/ginfo.c:
	Add some documentation for GICallableInfo

2008-02-01  Mark Doffman  <mark.doffman@codethink.co.uk>

	* gidl.dtd:
	Correct syntax errors in the DTD file.
	* relaxng/api.xml:
	* relaxng/c-types.xml:
	* relaxng/g-types.xml:
	* relaxng/util.xml:
	Add a RelaxNG specification for the GObject Introspection XML data.
	The Specification has validated all of the test files.

2008-01-25  Rob Taylor  <robtaylor@floopily.org>

	* tests/roundtrips.sh:
	* tests/struct.test:
	Add roundtrip tests for structs.

2008-01-11  Johan Dahlin  <johan@gnome.org>

	* src/scanner.c (g_igenerator_process_function_symbol):
	Refactor out g_idle_node_add_member.
	(create_node_from_gtype, create_node_from_ctype):
	Use case instead of if...else
	(get_type_from_type_id):
	Rename to create_node_from_gtype
	(get_type_from_ctype):
	Rename to create_node_from_ctype

	Rename ginode -> node, gitype -> type, gifunc -> func.

	* src/gidlnode.c (g_idl_node_add_member, g_idl_node_cmp):
	Two new functions, refactor out of scanner.c

	* src/scanner.c: (g_igenerator_process_function_symbol):
	* src/scannerlexer.l:
	Do not save the content of the deprecated variable, only
	if it's set or not.

2008-01-11  Johan Dahlin  <johan@gnome.org>

	* tests/parser/foo-object.h: Add a couple of comment parser tests.

2008-01-11  Jürg Billeter  <j@bitron.ch>

	* src/scannerlexer.l:
	Fix GTK-Doc parsing.

2008-01-11  Jürg Billeter  <j@bitron.ch>

	* src/scannerlexer.l:
	Fix GTK-Doc parsing.

2008-01-11  Jürg Billeter  <j@bitron.ch>

	* src/scanner.c: (lookup_symbol):
	Return unresolved name if we find unknown symbol.

2008-01-11  Jürg Billeter  <j@bitron.ch>

	* src/scanner.c: (g_igenerator_generate):
	Initialize GObject to fix scanning interface properties.

	* tests/parser/Foo-expected.gidl:
	* tests/parser/foo-object.h:
	* tests/parser/foo.c: (foo_interface_get_type):
	Test interfaces with GObject prerequisite.

	* tests/parser/Makefile.am:
	Set G_DEBUG=fatal_warnings to abort test on warnings and criticals.

2007-12-27  Johan Dahlin  <johan@gnome.org>

	* src/scannerlexer.l:
	Parse gtk-doc comments.

	* src/gidlwriter.c: (function_generate):
	Reorganize, avoid duplication and add support for
	writing deprecated functions.

	* src/scannerparser.y:
	* src/scanner.h:
	Add new structure CDirective and functions to create/free them.

	* src/scanner.c: (g_igenerator_process_function_symbol),
	(g_igenerator_process_unregistered_struct_typedef),
	(g_igenerator_process_struct_typedef),
	(g_igenerator_process_union_typedef),
	(g_igenerator_process_enum_typedef),
	(g_igenerator_process_function_typedef), (g_igenerator_add_symbol),
	(g_igenerator_start_preprocessor):
	Parse @deprecated directive for functions.
	Remove some more C99isms.
	Send in -C to cpp to avoid stripping comments.

	* tests/parser/foo-object.h:
	* tests/parser/Foo-expected.gidl:
	Add deprecated directive

2007-12-27  Johan Dahlin  <johan@gnome.org>

	* src/scannerlexer.l (intsuffix): Add emacs mode line and
	escape ' and " so it looks more like C.

	* src/scanner.c:
	Unlink temporary file used.

2007-12-27  Johan Dahlin  <johan@gnome.org>

	* src/scanner.c: (g_igenerator_new), (g_igenerator_free),
	(g_igenerator_start_preprocessor), (main):
	* src/scanner.h:
	* src/scannerparser.y:
	Plug a couple of simple memory leaks.

2007-12-27  Johan Dahlin  <johan@gnome.org>

	* src/scanner.c: (g_igenerator_parse_macros),
	(g_igenerator_start_preprocessor), (g_igenerator_set_verbose),
	(main):
	* src/scanner.h:
	* src/scannerparser.y:
	* tests/parser/Makefile.am:

	Improve error reporting, return when the preprocessor fails.
	Add a verbose parameter, to aid debugging.
	Revert to using a temporary file to communicate between the
	preprocessor and the parser, because we need to wait for
	the exit code from the pre-processor before starting to parse.

2007-12-16  Johan Dahlin  <jdahlin@async.com.br>

	* src/Makefile.am: Rename clexer.l to scannerlexer.l and
	cparser.y to scannerparser.y

2007-12-11  Johan Dahlin  <johan@gnome.org>

	* src/clexer.l:
	* src/cparser.y:
	* src/scanner.c: (g_igenerator_new):
	* src/scanner.h:
	Get rid of the global the_generator variable.

2007-12-10  Johan Dahlin  <johan@gnome.org>

	* src/scanner.c (main): Add an output option,
	add checks for required parameters

	* src/Makefile.am:
	set BUILD_SOURCES and CLEANFILES properly

	* src/gidlwriter.c: (g_writer_write_inline), (g_writer_write),
	(g_writer_write_indent), (g_writer_write_unindent),
	(field_generate), (value_generate), (constant_generate),
	(property_generate), (function_generate), (vfunc_generate),
	(signal_generate), (interface_generate), (struct_generate),
	(union_generate), (boxed_generate), (enum_generate),
	(node_generate), (g_writer_write_module), (g_idl_writer_save_file):
	* src/gidlwriter.h:
	* src/scanner.c: (g_igenerator_generate):
	* src/scanner.h:
	* src/scannerwriter.c:

	Refactor scannerwriter to only be tied to a GIdlModule and move
	it (again!) to gidlwriter.c. Change the writer function to take
	a filename.

2007-12-10  Johan Dahlin  <johan@gnome.org>

	* src/Makefile.am:
	* src/scanner.c: (g_igenerator_generate):
	* src/scanner.h:
	* src/scannerwriter.c: (g_igenerator_write_inline),
	(g_igenerator_write), (g_igenerator_write_indent),
	(g_igenerator_write_unindent), (field_generate), (value_generate),
	(constant_generate), (property_generate), (function_generate),
	(vfunc_generate), (signal_generate), (interface_generate),
	(struct_generate), (union_generate), (boxed_generate),
	(enum_generate), (node_generate), (module_generate),
	(g_scanner_write_file):

	Move the scanner gidl writing to a separate source file.

2007-12-10  Johan Dahlin  <johan@gnome.org>

	* src/cparser.y:
	* src/scanner.c:
	* src/scanner.h:
	Move over all CType construction functions.

	* tests/parser/Makefile.am:
	Be verbose when printing parsing tests results.

2007-12-10  Johan Dahlin  <johan@gnome.org>

	* src/scanner.c (g_igenerator_start_preprocessor): Refactor
	preprocessor handling to here. Start cpp insteado of cc -E,
	always include -U__GNUC__, since it's specific to the preprocessor
	we use.

	* tests/parser/Makefile.am (check-local): Silent diff and skip
	-U__GNUC__ which is always defined now

2007-12-10  Johan Dahlin,,,  <jdahlin@plasttroll>

	reviewed by: <delete if not using a buddy>

	* src/scanner.c: (g_igenerator_start_preprocessor), (main):
	* tests/parser/Makefile.am:

2007-12-09  Johan Dahlin  <johan@gnome.org>

	* src/scanner.c:
	Use GOption for command line options.
	(g_igenerator_new, main): Simplify constructor and they way
	parameters are passed into it.

	* src/cparser.y:
	* src/Makefile.am:
	* src/clexer.l:
	* src/cparser.y:
	* src/gen-introspect.c:
	* src/gen-introspect.h:
	* src/scanner.c:
	Rename gen-introspect.[ch] to scanner.[ch]

2007-12-09  Johan Dahlin  <johan@gnome.org>

	* TODO: Update

	* src/Makefile.am: Rename gen-introspect to g-idl-scanner,
	don't make the repository library and the other utilites link against
	gthread-2.0

	* src/gen-introspect.c: (g_igenerator_create_object),
	(g_igenerator_create_interface), (g_igenerator_create_boxed),
	(g_igenerator_create_enum), (g_igenerator_create_flags),
	(g_igenerator_process_module_symbol),
	(g_igenerator_process_module), (g_igenerator_generate), (main):
	* src/gen-introspect.h:
	Refactor g_igenerator_process_types into smaller pieces.

	* tests/parser/Makefile.am:
	Depend on the gen-introspect binary

2007-12-09  Johan Dahlin  <johan@gnome.org>

	* src/gen-introspect.c (g_igenerator_process_types):
	Break into smaller pieces, one for each generated node type.

2007-12-08  Johan Dahlin  <johan@gnome.org>

	* src/gen-introspect.c: (g_igenerator_process_types),
	(g_igenerator_add_module):
	* tests/parser/Foo-expected.gidl:
	* tests/parser/foo-object.h:
	* tests/parser/foo.c: (foo_subobject_class_init),
	(foo_subobject_init):

	Add a subobject test and make sure to register defined classes
	in the lookup symbol hash table.

2007-12-08  Johan Dahlin  <johan@gnome.org>

	* gidl/GLib.gidl:
	* src/Makefile.am:
	* src/gen-introspect.c: (g_igenerator_new), (lookup_symbol),
	(g_igenerator_process_types), (g_igenerator_add_module),
	(g_igenerator_add_include_idl), (main):
	* src/gen-introspect.h:
	* tests/parser/Makefile.am:
	* tests/parser/Foo-expected.gidl:

	Change the gen-introspect to generate namespaced module names,
	such as GLib.Object instead of GObject.
	Add a GLib.gidl which introduces GLib.Object and GLib.InitiallyUnowned,
	add a --include-idl parameter to gen-introspect,
	and update the parser test.

2007-12-08  Johan Dahlin  <johan@gnome.org>

	* src/gen-introspect.c:
	Move main to the end of the file and attempt to make it valid
	ansi c.

	* tests/parser/Makefile.am (BUILT_SOURCES): Remove .repo here,
	we're not quite ready to generate metadata yet.

	* tests/parser/:
	* configure.ac:

	Add a simple gen-introspect parser test

2007-12-06  Gustavo J. A. M. Carneiro  <gjc@gnome.org>

	reviewed by: Johan Dahlin  <johan@gnome.org>

	* configure.ac:
	* gobject-introspection.pc.in:
	* src/Makefile.am:
	* src/compiler.c: (format_output), (write_out_metadata), (main):
	* src/gen-introspect.c: (main):
	* src/gen-introspect.h:
	* src/generate.c: (write_callable_info), (write_repository),
	(load_metadata), (main):
	* src/gidlmodule.c: (g_idl_module_new),
	(g_idl_module_build_metadata):
	* src/gidlmodule.h:
	* src/gidlparser.c: (start_element_handler):
	* src/ginfo.c: (g_info_new), (g_info_from_entry),
	(g_base_info_get_name), (g_base_info_get_namespace),
	(g_base_info_is_deprecated), (g_base_info_get_annotation),
	(g_base_info_get_metadata), (g_function_info_get_symbol),
	(g_function_info_get_flags), (g_function_info_get_property),
	(g_function_info_get_vfunc), (signature_offset), (g_type_info_new),
	(g_callable_info_may_return_null),
	(g_callable_info_get_caller_owns), (g_callable_info_get_n_args),
	(g_callable_info_get_arg), (g_arg_info_get_direction),
	(g_arg_info_is_return_value), (g_arg_info_is_dipper),
	(g_arg_info_is_optional), (g_arg_info_may_be_null),
	(g_arg_info_get_ownership_transfer), (g_type_info_is_pointer),
	(g_type_info_get_tag), (g_type_info_get_param_type),
	(g_type_info_get_interface), (g_type_info_get_array_length),
	(g_type_info_is_zero_terminated),
	(g_type_info_get_n_error_domains), (g_type_info_get_error_domain),
	(g_error_domain_info_get_quark), (g_error_domain_info_get_codes),
	(g_value_info_get_value), (g_field_info_get_flags),
	(g_field_info_get_size), (g_field_info_get_offset),
	(g_registered_type_info_get_type_name),
	(g_registered_type_info_get_type_init),
	(g_struct_info_get_n_fields), (g_struct_info_get_field),
	(g_struct_info_get_n_methods), (g_struct_info_get_method),
	(find_method), (g_struct_info_find_method),
	(g_enum_info_get_n_values), (g_enum_info_get_value),
	(g_object_info_get_parent), (g_object_info_get_type_name),
	(g_object_info_get_type_init), (g_object_info_get_n_interfaces),
	(g_object_info_get_interface), (g_object_info_get_n_fields),
	(g_object_info_get_field), (g_object_info_get_n_properties),
	(g_object_info_get_property), (g_object_info_get_n_methods),
	(g_object_info_get_method), (g_object_info_find_method),
	(g_object_info_get_n_signals), (g_object_info_get_signal),
	(g_object_info_get_n_vfuncs), (g_object_info_get_vfunc),
	(g_object_info_get_n_constants), (g_object_info_get_constant),
	(g_interface_info_get_n_prerequisites),
	(g_interface_info_get_prerequisite),
	(g_interface_info_get_n_properties),
	(g_interface_info_get_property), (g_interface_info_get_n_methods),
	(g_interface_info_get_method), (g_interface_info_find_method),
	(g_interface_info_get_n_signals), (g_interface_info_get_signal),
	(g_interface_info_get_n_vfuncs), (g_interface_info_get_vfunc),
	(g_interface_info_get_n_constants),
	(g_interface_info_get_constant), (g_property_info_get_flags),
	(g_signal_info_get_flags), (g_signal_info_get_class_closure),
	(g_signal_info_true_stops_emit), (g_vfunc_info_get_flags),
	(g_vfunc_info_get_offset), (g_vfunc_info_get_signal),
	(g_constant_info_get_value), (g_union_info_get_n_fields),
	(g_union_info_get_field), (g_union_info_get_n_methods),
	(g_union_info_get_method), (g_union_info_is_discriminated),
	(g_union_info_get_discriminator_offset),
	(g_union_info_get_discriminator):
	* src/ginvoke.c: (g_function_info_invoke):
	* src/girepository.c: (g_irepository_register),
	(g_irepository_unregister), (g_irepository_get_default),
	(count_interfaces), (g_irepository_get_n_infos), (find_interface),
	(g_irepository_get_info), (g_irepository_find_by_name),
	(g_irepository_get_shared_library),
	(g_irepository_build_search_path), (g_irepository_register_file),
	(g_irepository_error_quark):
	* src/girepository.h:
	* src/gmetadata.c: (g_metadata_get_dir_entry),
	(g_metadata_check_sanity), (validate_header),
	(validate_array_type_blob), (validate_iface_type_blob),
	(validate_param_type_blob), (validate_error_type_blob),
	(validate_type_blob), (validate_arg_blob),
	(validate_signature_blob), (validate_function_blob),
	(validate_callback_blob), (validate_constant_blob),
	(validate_value_blob), (validate_field_blob),
	(validate_property_blob), (validate_signal_blob),
	(validate_vfunc_blob), (validate_struct_blob),
	(validate_enum_blob), (validate_object_blob),
	(validate_interface_blob), (validate_errordomain_blob),
	(validate_union_blob), (validate_blob), (validate_directory),
	(validate_annotations), (g_metadata_validate), (_g_metadata_init),
	(g_metadata_new_from_memory), (g_metadata_new_from_const_memory),
	(g_metadata_new_from_mapped_file), (g_metadata_free),
	(g_metadata_set_module), (g_metadata_get_namespace):
	* src/gmetadata.h:
	* tests/Makefile.am:
	* tests/invoke/Makefile.am:
	* tests/invoke/invoke-namespace-find.sh:
	* tests/invoke/invoke.c: (main):

	Add a namespace/shared library mapping. fixes #313268.

2007-12-03  Johan Dahlin  <johan@gnome.org>

	* src/gidlparser.c (parse_type_internal): Disable char/gchar and
	guchar for now.

2007-11-30  Jürg Billeter  <j@bitron.ch>

	* configure.ac:
	* src/Makefile.am:
	* src/clexer.l:
	* src/cparser.y:
	* src/gen-introspect.c: (g_idl_node_cmp), (g_igenerator_new),
	(g_igenerator_write_inline), (g_igenerator_write),
	(g_igenerator_write_indent), (g_igenerator_write_unindent),
	(field_generate), (value_generate), (constant_generate),
	(property_generate), (function_generate), (vfunc_generate),
	(signal_generate), (interface_generate), (struct_generate),
	(union_generate), (boxed_generate), (enum_generate),
	(node_generate), (module_generate), (get_type_from_type_id),
	(str_replace), (g_igenerator_process_properties),
	(g_igenerator_process_signals), (g_igenerator_process_types),
	(get_type_from_ctype), (g_igenerator_process_function_symbol),
	(g_igenerator_process_unregistered_struct_typedef),
	(g_igenerator_process_struct_typedef),
	(g_igenerator_process_union_typedef),
	(g_igenerator_process_enum_typedef),
	(g_igenerator_process_function_typedef),
	(g_igenerator_process_constant), (g_igenerator_process_symbols),
	(g_igenerator_add_symbol), (g_igenerator_is_typedef),
	(g_igenerator_generate), (main), (csymbol_new),
	(csymbol_get_const_boolean), (ctype_new), (ctype_copy),
	(cbasic_type_new), (ctypedef_new), (cstruct_new), (cunion_new),
	(cenum_new), (cpointer_new), (carray_new), (cfunction_new),
	(eat_hspace), (eat_line), (read_identifier),
	(g_igenerator_parse_macros):
	* src/gen-introspect.h:

	Import gen-introspect to generate introspection information by
	parsing C headers.

2007-11-30  Jürg Billeter  <j@bitron.ch>

	* src/gidlnode.c: (g_idl_node_new): support creating callback nodes

2007-11-30  Jürg Billeter  <j@bitron.ch>

	* src/gidlparser.c: (end_element_handler): Don't leave requires
	state too early.

2007-11-29  Johan Dahlin  <johan@gnome.org>

	* src/gidlparser.c (parse_type_internal): Add char,
	gchar and guchar to the builtin types.

2007-11-26  Johan Dahlin  <johan@gnome.org>

	* src/ginfo.c: (g_object_info_get_type_name),
	(g_object_info_get_type_init):
	* src/girepository.c: (g_irepository_is_registered):
	* src/girepository.h:

	Add g_object_info_get_type_name, g_object_info_get_type_init and
	g_irepository_is_registered.

2006-08-14  Jürg Billeter  <j@bitron.ch>

      * src/gidlparser.c: (end_element_handler): Don't leave
        namespace and implements states too early.
	Fixes #351264

2007-11-26  Johan Dahlin  <johan@gnome.org>

	* src/gmetadata.c (validate_struct_blob):
	pass blob_type to validate_function_blob instead of
	hard-coding BLOB_TYPE_STRUCT.

	Patch by Torsten Schoenfeld, fixes #314190

2006-10-03  Torsten Schoenfeld  <tsch@cvs.gnome.org>

	* src/compiler.c, src/generate.c, src/gidlnode.c,
	src/gidlparser.c, src/ginfo.c, src/girepository.c,
	tests/invoke/invoke.c, test/invoke/testfns.c: Hush compiler
	warnings about return values, signedness mismatches, unused
	variables, and unhandles enum values in switch statements.

	* tests/invoke/Makefile.am: Don't install the invoke test program.
	Add -I ../../src to the cflags used for the test functions files.

2005-08-31  Torsten Schoenfeld  <tsch@cvs.gnome.org>

	* src/girepository.h: Export g_invoke_error_quark.

2005-08-31  Torsten Schoenfeld  <tsch@cvs.gnome.org>

	* src/ginvoke.c: Remove the fallback implementation of
	g_function_info_invoke since we now formally depend on libffi.

2005-07-25  Matthias Clasen  <mclasen@redhat.com>

	* src/Makefile, tests/Makefile, tests/invoke/Makefile:
	Remove these files from cvs, as they are now generated.

	* src/gmetadata.c (validate_iface_type_blob): Don't
	complain if blob->pointer is not set, since that
	happens for enum and flag types.  (#308935, Gustavo
	Carneiro)

	* Commit an autoconf-conversion patch by
	Gustavo Carneiro (#308708)

2005-05-24  Matthias Clasen  <mclasen@redhat.com>

	* src/compiler.c (main): Use it here to validate
	the generated metadata.

	* src/gmetadata.[hc]: Add code to validate a
	metadata blob.

	* metadata-format.txt: Updates

2005-05-22  Matthias Clasen  <mclasen@redhat.com>

	* tests/*: Add struct offsets to field and vfunc
	elements.

	* src/generate.c (write_vfunc_info): Write offset
	information for vfuncs.

	* src/gidlnode.c (g_idl_node_build_metadata): Write
	the struct offsets into the metadata.

	* src/gidlparser.c: Parse the offset attributes of
	field and vfunc elements.

	* src/gidlnode.h: Add offset members to field and
	vfunc nodes.

2005-05-21  Matthias Clasen  <mclasen@redhat.com>

	* TODO: Updates.

	* gidl.dtd: Updates.

	* src/g-idl-offsets.pl: A perl script which reads a .gidl
	file, creates, compiles and runs a C file, and folds the
	resulting struct offsets back into the .gidl file.

2005-05-20  Matthias Clasen  <mclasen@redhat.com>

	* src/gidlparser.c (start_field): Make fields in objects
	work.

	* src/gidlmodule.c: Include string.h

	* TODO: Updates.
	:

	* metadata-format.txt: Cleanup basic types.
	* src/*: Adapt to the changes.
	* tests/*: Adapt to the changes.
	* examples/gdk-pixbuf.gidl: Adapt to the changes.

	* src/gidlnode.c (g_idl_node_get_size): Report the correct
	size for enum blobs.
	(g_idl_node_get_full_size): Report the correct size for
	function blobs.

	* src/gidlmodule.c (g_idl_module_build_metadata): Add some
	error checking for blob sizes.

2005-05-19  Matthias Clasen  <mclasen@redhat.com>

	* src/gidlnode.c (g_idl_node_build_metadata): Correctly handle
	interface types for which is_pointer is FALSE, e.g. enums.

	* src/gidlnode.c (g_idl_node_get_full_size)
	* src/gidlparser.c (parse_type_internal):
	* src/generate.c (write_type_info): Support unspecialized
	lists, hashtables and errors. Also emit a '*' after these.

	* TODO: Updates

2005-05-17  Matthias Clasen  <mclasen@redhat.com>

	* TODO: Updates

	* metadata-format.txt: Cleanups by Maciej Katafiasz.

2005-05-15  Matthias Clasen  <mclasen@redhat.com>

	* src/*.c: Change the directory to be addressed by
	1-based indexes, and use an index of zero to mean
	'no object'.

2005-05-15  Matthias Clasen  <mclasen@redhat.com>

	* tests/roundtrips.sh (SIMPLE_TESTS): Add union.test.

	* tests/union.test: Add a union test.

	* src/generate.c: Handle unions.

	* src/girepository.h:
	* src/ginfo.c: Add GIUnionInfo and functions to access it.

	* src/gidlnode.c: Handle GIdlNodeUnion nodes.

	* src/gidlparser.c (start_union): Parse <union> elements.

	* src/gidlnode.h: Add a GIdlNodeUnion.

	* gidl.dtd: Add a <union> element.

	* src/gmetadata.c (g_metadata_check_sanity): Check
	union_blob_size.

	* src/gmetadata.h: Add union_blob_size to Header,
	add a UnionBlob.

	* metadata-format.txt: Add a UnionBlob.

2005-05-13  Matthias Clasen  <mclasen@redhat.com>

	* tests/*: Update testcases.

	* src/generate.c (write_callable_info): Don't forget to
	write transfer and null-ok attributes for return types
	and parameters.

	* src/girepository.h:
	* src/ginfo.c (g_callable_info_may_return_null):
	New function to find out if a function may return NULL.

	* src/compiler.c (format_output): Make the generated
	C code compile.

	* README: Point to a recent libffi snapshot.

	* tests/invoke/*: Some invoke tests.

	* src/Makefile: Add ginvoke.c and the necessary
	libffi information.

	* src/girepository.h (g_function_info_invoke): Add
	a GError argument.

	* src/ginvoke.c (g_function_info_invoke): Initial
	implementation of invoke functionality based on libffi.

	* src/gidlnode.c (g_idl_node_build_metadata): Pass the
	strings and types hash tables in the right order when
	recursing.
	(find_entry_node): Free the name parts.

2005-05-12  Johan Dahlin  <johan@gnome.org>

	* src/generate.c: Generate consistent end tags.

	* tests/*: Update

2005-05-12  Matthias Clasen  <mclasen@redhat.com>

	* TODO: Updates

	* src/gidlparser.c (start_function): Actually add
	methods to objects.  (Steven Walter)

	* src/girepository.h:
	* src/ginfo.c: Rename Transfer and Direction to
	GITransfer and GIDirection. (Torsten Schoenfeld)

	* tests/*: Make tests work with the changes in name
	handling.

	* src/gidlnode.c (find_entry_node): Parse qualified
	names and generate xref nodes for them if needed. Don't
	require all modules to be loaded any more.

	* src/gidlmodule.c (g_idl_module_build_metadata): Choke
	on '.' in names.

	* src/ginfo.c (g_object_info_get_parent): Return NULL
	if blob->parent is 0. Still need to make sure index
	0 is not used.

	* src/generate.c: Generate qualified names when
	referring to non-local types. Emit transfer attribute
	for return types.

	* src/compiler.c (format_output): Put the function
	attributes where gcc accepts them.

2005-05-11  Matthias Clasen  <mclasen@redhat.com>

	* src/compiler.c (main): Add a --verbose cmdline option
	and only log messages if it is specified.

	* src/gidlnode.h:
	* src/gidlnode.c (init_stats, dump_stats): Collect some
	statistics on string and type sharing.

	* src/gidlmodule.c (g_idl_module_build_metadata): Use
	g_message() instead of fprintf().

	* src/gidlnode.c (g_idl_node_free): Make this more robust.
	(g_idl_node_get_size): Implement for structs.
	(g_idl_node_get_full_size): Handle parent being NULL.
	(serialize_type): Handle lookup failures more gracefully.

2005-05-10  Matthias Clasen  <mclasen@redhat.com>

	* src/gidlnode.c (g_idl_node_get_full_size): Correct the
	size calculation for 2-parameter types and for objects.

	* src/compiler.c: Add a cmdline option for debug output
	and install a log handler to implement it.
	* src/gidlnode.c: Add some debug spew.

	* TODO: Updates

	* src/gidlmodule.c (g_idl_module_build_metadata): Don't
	forget to count the module name when calculating the
	required size for the metadata.

	* src/gidlnode.c:
	* src/gidlparser.c: Fix compiler warnings.

2005-05-09  Matthias Clasen  <mclasen@redhat.com>

	* src/compiler.c (main): Free the option context.

	* gidl.dtd: Clean up handling of names. All elements
	have a "name", only the elements corresponding to
	actual callable functions (function, method, constructor),
	have an additional "symbol" attribute holding the
	dlsym()-able function name.

	* src/generate.c: Adapt to generate xml matching the
	new dtd.

	* src/gidlparser.c:
	* src/gidlnode.c: Adapt to parse the new dtd.

	* tests/*.test: Adjust to the new dtd.

	* metadata-format.txt:
	* src/gmetadata.h: Remove the short_name field
	from the ValueBlob.
	* src/gmetadata.c: Shrink size of ValueBlob to 12.
	* src/girepository.h:
	* src/ginfo.c (g_value_info_get_short_name): Removed

2005-05-09  Matthias Clasen  <mclasen@redhat.com>

	* gidl.dtd: Allow constructors for boxed types,
	patch by Jonathan Blandford.


2005-05-09  Matthias Clasen  <mclasen@redhat.com>

	* --- Initial import ---