summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-git
blob: f85fabbd2c2961ca23c65c2ffc9925a0cd9c90c3 (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
2009-06-24  Luis Menina <liberforce@freeside.fr>

        * colorblind/keybinder/eggaccelerators.h:
          colorblind/keybinder/tomboykeybinder.c:
          colorblind/keybinder/tomboykeybinder.h:
          magnifier/magnifier-main.c:
          magnifier/magnifier-private.h:
          magnifier/magnifier.c:
          magnifier/zoom-region.c:
          Fix for bgo#563764 - GNOME Goal: Clean up GLib and GTK+ includes.
          Allows to compile with G_DISABLE_SINGLE_INCLUDES,
          GDK_PIXBUF_DISABLE_SINGLE_INCLUDES and
          GTK_DISABLE_SINGLE_INCLUDES. This prepares for the GNOME 3.0
          transition.

2009-06-09  Rajesh Ranjan <rranjan@rranjan.csb>

        * po/hi.po:
          hindi update

2009-04-23  Olav Vitters <olav@bkor.dhs.org>

        * gnome-mag.doap:
          Add DOAP file

2009-04-21  Miquel Esplà <miquelespla@gmail.com>

        * po/LINGUAS:
        * po/ca@valencia.po:
          Added Valencian-Catalan translation

2009-04-11  Willie Walker <william.walker@sun.com>

        * configure.in:
          NEWS:
          README:
          Initial prep for 0.15.6

2009-04-04  Simon Vanderlinden <via william.walker@sun.com>

        * colorblind/ColorblindApplet.py:
          colorblind/Utils.py:
          colorblind/ui/About.py:
          Fix for bug #573023 - Migrate deprecated gnome-vfs to gio/gvfs

2009-04-04  Willie Walker <william.walker@sun.com>

        * colorblind/Makefile.an: set PYTHONPATH to site-packages.
          Note that setting the PYTHONPATH in this case probably
          isn't fully necessary, but I didn't want to change too much.
        * colorblind/Keybinder.py: check for TypeError in addition to
          KeyError.

        NOTE: these changes were to get the colorblind applet to run
        (see bug #577937).  I'm not quite sure what it does when it is
        run, though.  I don't see any visual changes on the screen when
        I run it.

2009-03-12  Willie Walker <william.walker@sun.com>

	* NEWS: additional notes for Version 0.15.5.

2009-03-05  Willie Walker <william.walker@sun.com>

	* NEWS, README: notes for Version 0.15.5.

2008-09-23  Carlos Eduardo Rodrigues Diógenes <cerdiogenes@gmail.com>

	* configure.in: Post-release increment to 0.15.5.

2008-09-23  Carlos Eduardo Rodrigues Diógenes <cerdiogenes@gmail.com>

	* configure.in: Version 0.15.4.

2008-08-31  Carlos Eduardo Rodrigues Diógenes <cerdiogenes@gmail.com>

	* configure.in: Post-release increment to 0.15.4.

2008-08-31  Carlos Eduardo Rodrigues Diógenes <cerdiogenes@gmail.com>

	* configure.in: Version 0.15.3

2008-08-29  Willie Walker <william.walker@sun.com>

        * magnifier/magnifier.c, magnifier/x11/gmag-graphical-server.c:
          Fix for bug #532918 - It's unable to launch magnifier of orca
          in gdm login window.

2007-08-03  Carlos Eduardo Rodrigues Diógenes  <cerdiogenes@gmail.com>

	* configure.in: Post-release increment to 0.15.3.

2007-08-03  Carlos Eduardo Rodrigues Diógenes  <cerdiogenes@gmail.com>

	* configure.in: Version 0.15.2.

2007-07-05  Carlos Eduardo Rodrigues Diógenes  <cerdiogenes@gmail.com>

	* configure.in: Post-release increment to 0.15.2.

2008-07-05  Carlos Eduardo Rodrigues Diógenes  <cerdiogenes@gmail.com>

	* configure.in: Version 0.15.1.

2008-02-28  Carlos Eduardo Rodrigues Diógenes  <cerdiogenes@gmail.com>

	* colorblind/colorblind-applet.py: Correct the gettext textdomain for
	the colorblind applet to use 'gnome-mag', the correct one.

2007-12-27  Carlos Eduardo Rodrigues Diógenes  <cerdiogenes@gmail.com>

	* configure.in: Post-release increment to 0.15.1.

2007-12-27  Carlos Eduardo Rodrigues Diógenes  <cerdiogenes@gmail.com>

	* configure.in: Version 0.15.0.

2007-12-27  Carlos Eduardo Rodrigues Diógenes  <cerdiogenes@gmail.com>

	* magnifier/x11/gmag-compositor.c:
	(gmag_compositor_paint_window) Add the XSync call after the
	XRenderComposite call to ensure that the source area will be updated
	when this area is notifyied to be update by the magnifier.

2007-12-27  Carlos Eduardo Rodrigues Diógenes  <cerdiogenes@gmail.com>

	* magnifier/zoom-region.c:
	(zoom_region_update_scale): Remove the code that was clearing the
	magnifier window before the image update, since this was causing a
	flicker.

2007-12-27  Carlos Eduardo Rodrigues Diógenes  <cerdiogenes@gmail.com>

	* test/control-client.c: The argument 'f' can be used to set the
	crosswire size, length and clip.
	* magnifier/magnifier.c: Made the necesseary modification to make the
	new properties work. Also done some TODOs, where Zoomers must be
	notified about cursor/crosswire changes.
	* magnifier/zoom-region.c:
	(zoom_region_paint_crosswire_cursor): Change the algorithm to consider
	the crosswire size.
	* magnifier/magnifier.h: Added the crosswire_length variable.

2007-12-27  Carlos Eduardo Rodrigues Diógenes  <cerdiogenes@gmail.com>

	* test/control-client.c: The argument 'k' was modified so the user can
	use the control-client test application to set each border size (left,
	top, right and bottom). The 'l' argument was also modified, using the
	border-size property to change the border size, a.k.a all bordes.
	* magnifier/zoom-region.c: Added the changes necessary to make the
	borders work with the per boder control (left, top, rigth, bottom).
	(zoom_region_update_borders): New function, since now there are many
	places that make changes that need a border repaint.
	* magnifier/zoom-region.h: Added the new variables border_size_top,
	border_size_left, border_size_right and border_size_bottom to the
	ZoomRegion to hold the border related values.

2007-12-27  Carlos Eduardo Rodrigues Diógenes  <cerdiogenes@gmail.com>

	* magnifier/x11/gmag-cursor.c:
	(gmag_cursor_events_handler): Cast the XEvent * argument to the
	XFixesCursorNotifyEvent * variable, so the cursor name can be retrieved
	later.

2007-12-26  Carlos Eduardo Rodrigues Diógenes  <cerdiogenes@gmail.com>

	* idl/GNOME_Magnifier.idl: Added the IDL definition of the new RPC
	supportColorblindFilters, so clients can verify if the magnifier was
	compiled or not with support for colorblind filters.
	* magnifier/magnifier.c: Added the new function
	impl_magnifier_support_colorblind_filters to implement the new RPC
	supportColorblindFilters.

2007-12-16  Carlos Eduardo Rodrigues Diógenes  <cerdiogenes@gmail.com>

	* colorblind/GNOME_Magnifier_ColorblindApplet.server.in.in: Marked the
	oaf_attribute "description" for translation.

2007-11-03  Carlos Eduardo Rodrigues Diógenes  <cerdiogenes@gmail.com>

	* magnifier/magnifier.c:
	(magnifier_full_screen_capable): Method added. When changing the
	target/source display the magnifier must be able to know if it can go
	full screen in the new display pair. (bug #486696)
	* magnifier/x11/gmag-cursor.c: XFree is now working and his miss was
	the great reason for the memory leak. (bug #484523)

2007-10-14  Carlos Eduardo Rodrigues Diógenes  <cerdiogenes@gmail.com>

	* magnifier/magnifier.c:
	(magnifier_set_cursor_from_pixbuf): Replaced the private
	gdk_pixbuf_get_option by g_object_get_data.
	* magnifier/x11/gmag-cursor.c: Also modify the code to replace the
	private gdk_pixbuf_get_set_option by g_object_set_data.

2007-10-14  Carlos Eduardo Rodrigues Diógenes  <cerdiogenes@gmail.com>

	* magnifier/magnifier.c: Remove the g_unsetenv call, since when the
	--ignore-composite option is passed the MAGNIFIER_IGNORE_COMPOSITE
	variable is setted and this call is unsetting it, so the composite
	extension isn't being ignored.
	* magnifier/magnifier-main.c: Just set the MAGNIFIER_IGNORE_COMPOSITE
	if the --ignore-composite is passed, since if the displays are different
	the composite extension will be ignored when the connection with X
	display is stablished. This also avoid the need to unset the variable,
	since this will also be addressed by the code that connect with X.
	* magnifier/x11/gmag-graphical-server.c: Don't need to set the
	MAGNIFIER_IGNORE_COMPOSITE variable, since the use_compositor is used
	to know if the composite extension must be ignored.

2007-10-14  Carlos Eduardo Rodrigues Diógenes  <cerdiogenes@gmail.com>

	* magnifier/magnifier.c:
	(magnifier_zoom_regions_update_pointer): New function that calls
	ZoomRegion::updatePointer in each ZoomRegion. (bug #458361)
	* magnifier/zoom-region.c:
	(zoom_region_repaint_pointer): Function created from code in
	zoom_region_update_pointer, since we need a way to repaint the cursor
	from different parts of the code, this is the case for the new API
	updatePointer.
	(zoom_region_update_pointer): Removed the code that went in the function
	above and added the call to this function.
	(impl_zoom_region_update_pointer): Implementation of the new API. This
	just call the zoom_region_repaint_pointer function. (bug #458361)
	* magnifier/magnifier.h: Added the function
	magnifier_zoom_regions_update_pointer so it can be called from the
	cursor handler that is in magnifier/x11/gmag-cursor.c. (bug #458361)
	* idl/GNOME_Magnifier.idl: Added the idl ZoomRegion::updatePointer
	definition. (bug #458361)

2007-10-14  Carlos Eduardo Rodrigues Diógenes  <cerdiogenes@gmail.com>

	* magnifier/magnifier.c: Implementation of the new API,
	fullScreenCapable. This verify if source and target are different or
	if composite can be used. In this case TRUE is returned, otherwise
	FALSE is returned. (bug #481009)
	* magnifier/x11/gmag-graphical-server.c: Changed the
	gmag_gs_use_compositor function scope, so it can be used by the API
	mentioned above. (bug #481009)
	* magnifier/x11/gmag-graphical-server.h: Added the
	gmag_gs_use_compositor function prototype. (bug #481009)
	* idl/GNOME_Magnifier.idl: Added the idl definition of the
	fullScreeCapable API. (bug #481009)

2007-10-07  Christian Kirbach  <Christian.Kirbach@googlemail.com>

	* colorblind/data/art/Makefile.am: Provide uninstall-hook
	(Gnome Goal 4).

2007-10-03  Carlos Eduardo Rodrigues Diógenes  <cerdiogenes@gmail.com>

	* MAINTAINERS (Userid): Correct wrong syntax.

2007-09-17  Carlos Eduardo Rodrigues Diógenes  <cerdiogenes@gmail.com>

	* configure.in: Post release increment - 0.14.11.

2007-09-17  Carlos Eduardo Rodrigues Diógenes  <cerdiogenes@gmail.com>

	* configure.in: Version 0.14.10.

2007-09-15  Carlos Eduardo Rodrigues Diógenes  <cerdiogenes@gmail.com>

	* colorblind/GNOME_Magnifier_ColorblindApplet.server.in.in: Added the
	oaf_attribute "bonobo:environment" with the item "DISPLAY" to avoid
	fetching a wrong value from the DISPLAY variable when the magnifier is
	started throw the colorblind applet.

2007-09-10  Carlos Eduardo Rodrigues Diógenes  <cerdiogenes@gmail.com>

	* configure.in: Post release increment - 0.14.10.

2007-09-10  Carlos Eduardo Rodrigues Diógenes  <cerdiogenes@gmail.com>

	* configure.in: Version 0.14.9.

2007-09-10  Carlos Eduardo Rodrigues Diógenes  <cerdiogenes@gmail.com>

	* colorblind/ColorblindApplet.py: Created a new function called
	active_magnifier and put the code to set the color-blind-filter in a
	try-set structure and calling the new function when the call fail, this
	is the case when an external AT start the magnifier, the colorblind
	filter is enabled and the AT finish the magnifier and the user try to
	enable/disable the colorblind filter again.
	* magnifier/GNOME_Magnifier.server.in.in: Added the oaf_attribute
	"bonobo:environment" with the item "DISPLAY". Without this the
	magnifier is getting the ":0" value for the DISPLAY what is making the
	magnifier ignore the composite extension, since the source and target
	display are getting different values.
	* magnifier/magnifier.c:
	(magnifier_set_property): Unset the MAGNIFIER_IGNORE_COMPOSITE
	environment variable when changing the source display property. This
	can lead to a bug where the composite extesion is not used anymore,
	since the first display that doesn't have this extension will set this
	environment variable.
	* magnifier/x11/gmag-compositor.c: Init the XserverRegions used in the
	code with "None", so all the window are painted without clipping in the
	first screen paint.
	(gmag_gs_client_init): Moved the XserverRegions creation code after the
	screen paint. This avoid intersecting with an empty XserverRegion when
	painting the screen for the first time.

2007-08-27  Carlos Eduardo Rodrigues Diógenes  <cerdiogenes@gmail.com>

	* configure.in: Post release incremento to 0.14.9.

2007-08-27  Carlos Eduardo Rodrigues Diógenes  <cerdiogenes@gmail.com>

	* configure.in: Version 0.14.8. Releasing to correct some spell errors,
	since we are starting string freeze today!

2007-08-27  Carlos Eduardo Rodrigues Diógenes  <cerdiogenes@gmail.com>

	* colorblind/GNOME_Magnifier_ColorblindApplet.server.in.in:
	* colorblind/data/colorblind-prefs.glade:
	* colorblind/ui/ColorblindPreferencesUI.py:
	* magnifier/magnifier-main.c: Enlgish spell correction in all files.

2007-08-26  Carlos Eduardo Rodrigues Diógenes  <cerdiogenes@gmail.com>

	* configure.in: Post release increment: 0.14.8.

2007-08-26  Carlos Eduardo Rodrigues Diógenes  <cerdiogenes@gmail.com>

	* configure.in: Version 0.14.7.
	* colorblind/GNOME_Magnifier_ColorblindApplet.server.in.in: Corrected
	spell errors. (bug #460057)
	* colorblind/data/colorblind-prefs.glade: Changed dessaturate to the
	correct spell: desaturate (bug #460057); Corrected other spell errors.
	(bug #460057)
	* colorblind/ui/ColorblindPreferencesUI.py: Changed dessaturate to the
	correct spell: desaturate. (bug #460057)
	* configure.in: Use the PKG_CHECK_MODULES macro to detect the presence
	of the composite extension. (bug #442886)
	* magnifier/magnifier.c:
	(magnifier_new): When started without arguments the functions added by
	the call g_idle_add are called so frequently that the magnifier uses
	about 100% of CPU. Changing this function to g_timeout_add and putting
	a time of 500 miliseconds between one call and other. (bug #468373)
	* magnifier/magnifier-main.c: Added to new CLI. Now is possible to
	control if the magnifier will draw de cursor and if it will draw the
	crosswires. (bug #465120)
	* magnifier/x11/gmag-graphical-server.c: Changed the call of
	XSetErrorHandler to be called later, when the connection with the X
	server is made. This prevent the compositor core dump the magnifier
	due a BadWindow error when the compositor try to get the attributes of
	a window that no longer exist. (bug #468373)

2007-08-16  Carlos Eduardo Rodrigues Diógenes  <cerdiogenes@gmail.com>

	* gnome-mag-1.0-pc.in: Moved datarootdir variable to it's correct
	place. Thanks to Damien Carbery for the patch!

2007-08-14  Carlos Eduardo Rodrigues Diógenes  <cerdiogenes@gmail.com>

	* magnifier/magnifier.c:
	(magnifier_set_property): Added code to free the
	magnifier->priv->source_drawable (used as the image source when the
	Composite Extension is being used) when changing the
	MAGNIFIER_SOURCE_DISPLAY_PROP. Without this the magnifier will continue
	to use this variable even if the Composite Extension isn't present or
	being used.
	* magnifier/x11/gmag-graphical-server.c: Added code to compare if the
	source and target displays are differents. When this is true the
	Composite Extension isn't used, since it's not necessary. This is the
	case when using a dummy driver or a dual head configuration.

2007-07-30  Carlos Eduardo Rodrigues Diógenes  <cerdiogenes@gmail.com>

	* magnifier/magnifier-main.c: When the source and target screen are
	different, there is no reason to use the composite extension, only due
	the benefitis that the overlay window can give, but since this case
	will just be addressed in the future, we decide to set the
	MAGNIFIER_IGNORE_COMPOSITE variable when the source and target screen
	are different; I also differentiate between source/destination screens
	width and height, making the magnifier work properly when the screens
	resolutions are different.

2007-07-25  Carlos Eduardo Rodrigues Diógenes  <cerdiogenes@gmail.com>

	* magnifier/x11/gmag-damage.c:
	(gmag_damage_notify_handler): Corrected how damage events are handled;
	(gmag_damage_init): Corrected how the XDamage is created for the root
	window.
	* magnifier/x11/gmag-graphical-server.c:
	(gmag_gs_reset_overlay_at_idle): Added an unverified possibility about
	composite availability;
	(gmag_gs_client_init): If not using the compositor, export the
	MAGNIFIER_IGNORE_COMPOSITE, since this variable is verified in some
	parts of the code; Also added a condition to only start the compositor,
	when it's available, when there is no explicit request to disable it.

2007-07-17  Carlos Eduardo Rodrigues Diógenes  <cerdiogenes@gmail.com>

	* Deleted the following uneeded files: colorblind/Makefile.in,
	colorblind/data/Makefile.in, colorblind/data/art/Makefile.in,
	colorblind/keybinder/Makefile.in, colorblind/osutils/Makefile.in and
	colorblind/ui/Makefile.in

2007-06-18  Carlos Eduardo Rodrigues Diógenes  <cerdiogenes@gmail.com>

	* configure.in: Version 0.14.6.
	* docs/reference/Makefile.am: Remove "html" from EXTRA_DIST and added
	CLEANFILES = doxygen-warnings.txt doxygen-output.txt, so make distcheck
	can run properly.

2007-06-10  Carlos Eduardo Rodrigues Diógenes  <cerdiogenes@gmail.com>

	* acinclude.m4: This new file contaim needed macros.
	* m4/intltool.m4: This new file contaim needed INTLTOOL macros.
	* m4/python.m4: This new file contaim needed PYTHON macros.

2007-06-10  Carlos Eduardo Rodrigues Diógenes  <cerdiogenes@gmail.com>

	* colorblind/ColorblindApplet.py: Added the variable pref_ui_mapped to
	control if the Preferences UI is mapped or not. This ways is possible
	to know if we the Preferences UI will be synced or not and decide to
	apply the colorblind filter or not, since when the Preferences UI
	change it's also apply a filter. So we avoid set the filter twice (bug
	#443970). Moved the code that set the crosswire-size to zero to the
	right place, so the crosswire doesn't leave trash anymore
	(bug #444333). Replace the variable use_windows by use_compositor
	(bug #444138).

2007-06-03  Carlos Eduardo Rodrigues Diógenes  <cerdiogenes@gmail.com>

	* configure.in: Post-release increment to 0.14.6

2007-06-03  Carlos Eduardo Rodrigues Diógenes  <cerdiogenes@gmail.com>

	* configure.in: Version 0.14.5
	* colorblind: Added this directory and it's entirely sub-tree that
	implements an applet to control the colorblind image filters.
	* magnifier/magnifier.c: Modify the impl_magnifier_set_source_display
	and impl_magnifier_set_target_display to use the DISPLAY variable
	content when an empty string in passed to they. (bug #434660)
	(magnifier_new): The last correction to remove the ambiguity in the
	if-then-else put a wrong logic in it that was now corrected.
	* magnifier/x11/gmag-compositor.c: Added code to clean the windows list
	when the magnifier source display is changed. (bug #434660)

2007-06-03  Carlos Eduardo Rodrigues Diógenes  <cerdiogenes@gmail.com>

	* configure.in: Don't generate the magnifier/x11/Makefile anymore.
	* magnifier/Makefile.am: Removed the x11 as a subdir and put the files
	that are in this subdir to the magnifier_SOURCES variable.
	* magnifier/x11/Makefile.am: File removed, since the files in the
	folder x11 don't need rules.
	* po/POTFILES.skip:

2007-05-31  Carlos Eduardo Rodrigues Diógenes  <cerdiogenes@gmail.com>

	* magnifier/Makefile.am: Fix the linker library include order so that
	the linker searches the right path for pango (Fixes bug #442219). Patch
	from Elijah Newren <newren@gmail.com>.

2007-05-14  Carlos Eduardo Rodrigues Diógenes  <cerdiogenes@yahoo.com.br>

	* test/control-client.: Added the -f option to instruct the ZoomRegion
	to not draw the crosswire and mouse cursor.
	* configure.in: Hardcoded the x11 dir as the target window system,
	since for now this is the only one available. Added the
	magnifier/x11/Makefil to the output list.
	* magnifier/magnifier.c: Removed all the X11 dependent code. Update the
	function calls to the new ones in magnifier/x11.
	* magnifier/zoom-region.c: Add a new property,
	ZOOM_REGION_DRAW_CURSOR_PROP, where the client can control if the
	ZoomRegion must draw the cursor or not; Removed an old and uneeded
	#IFDEF; Removed all the X11 dependent code. Update the function calls
	to the new ones in magnifier/x11.
	(zoom_region_source_rect_from_view_bounds): Removed the const keyword
	to eliminate a warning.
	(zoom_region_update_scale): The code added get the move that the
	ZoomRegion must do to keep aligned to the actual ROI after a scale
	factor change.
	(zoom_region_create_pixmap): Removed the call toe zoom_region_update,
	making this responsability of the zoom_region_create_pixmap caller make
	this call. This was need to implement the changes in
	zoom_region_update_scale.
	(zoom_region_get_move_x_y): This function contains part of the code
	that was in zoom_region_align, since now we are using this same code
	in zoom_region_update_scale.
	* magnifier/gmag-events.c: Removed this file. Now it's splited between
	the files: magnifier/x11/{gmag-compositor.c,gmag-cursor.c,
	gmag-damage.c,gmag-graphical-server.c}.
	* magnifier/GNOME_Magnifier.server.in.in: Remove the --ignore-composite
	option from the server startup. Now the COMPOSITE is enabled by
	default.
	* magnifier/x11/gmag-cursor.c: This is a new file that contains the
	code relative with mouse cursor events.
	* magnifier/x11/gmag-compositor.c: This is a new file that contains the
	code relative with composition events and it uses it's own damage
	handler.
	* magnifier/x11/gmag-damage.c: This is a new file that contains the
	code relative with damage events when the composite extension is not
	used.
	* magnifier/x11/gmag-graphical-server.c: This is a new file that
	contains the API that the magnifier can use to access the graphical
	server.

2007-03-24  Carlos Eduardo Rodrigues Diogenes  <cerdiogenes@yahoo.com.br>

	* test/control-client.c: Modify to only change the size of the
	magnifier window if it's no mapped yet (bug #422347).
	* configure.in: Make the magnifier depends upon Xfixes and Xdamage
	using the macro PKG_CHECK_MODULES (bug #404448).
	* magnifier/magnifier.c: Removed the #ifdefs referent to the Xfixes and
	Xdamage, since they are required dependencies now (bug #404448); Verify
	if the overlay window is allocated when a request to change the
	magnifier window position/size is made, without this the magnifier
	window will be moved outside the visible X viewport and the user will
	have the impression that the magnifier has staled (bug #416911); Make
	the magnifier init the target_bounds structure with all fields as 0,
	this mean that the magnifier window has no size, aka, it's not mapped.
	This information is used by the control-client program to set or not a
	size to the magnifier window. If it's already mapped anything is done,
	otherwise the size of the magnifier window is setted to vertical half
	of the screen (bug #422347).
	* magnifier/gmag-events.h: Removed the #ifdefs referent to the Xfixes
	and Xdamage, since they are required dependencies now (bug #404448).
	* magnifier/magnifier-main.c: Change the ROI initialization to it be
	from the start of the source bounds (0,0) to the extends of the source
	bounds (bug #422347).
	* magnifier/magnifier.h: Removed the #ifdefs referent to the Xfixes
	and Xdamage, since they are required dependencies now (bug #404448).
	* magnifier/gmag-events.c: Removed the #ifdefs referent to the Xfixes
	and Xdamage, since they are required dependencies now (bug #404448).

2007-03-10  Carlos Eduardo Rodrigues Diogenes  <cerdiogenes@yahoo.com.br>

	* configure.in: Replace the obsolete macro AC_TRY_LINK with
	AC_CHECK_LIB.

2007-03-09  Carlos Eduardo Rodrigues Diogenes  <cerdiogenes@yahoo.com.br>

	* magnifier/magnifier-main.c: Make the -v CLI option means only
	--vertical. To get the magnifier version the --version option must be
	used.

2007-03-03  Carlos Eduardo Rodrigues Diogenes  <cerdiogenes@yahoo.com.br>

	* configure.in: post-release incrementing to 0.14.3.

2007-03-02  Carlos Eduardo Rodrigues Diogenes  <cerdiogenes@yahoo.com.br>

	* configure.in: Version 0.14.2.

2007-03-02  Carlos Eduardo Rodrigues Diogenes  <cerdiogenes@yahoo.com.br>

	* magnifier/magnifier.c: More informative message when running a 2nd
	magnifier instance. Thanks Michael Broadbent for the patch;
	* magnifier/magnifier-main.c: Added the --version option;
	* magnifier/GNOME_Magnifier.server.in.in: Added the --ignore-composite
	option to the bonobo start server file, since COMPOSITE support still
	have some performance issues and COMPOSITE use make some applications
	behave buggy;
	* magnifier/zoom-region.c: Clamp the input setted by setBrightness and
	setContrast;
	* magnifier/gmag-events.c: Initialize the damaged variable in the
	GmagWin structure. This was causing crashes in some platforms and
	initialize variables is always a good thing to do :-) Thanks Willie
	Walker for create the patch and help find this issue.

2007-01-31  Carlos Eduardo Rodrigues Diogenes  <cerdiogenes@yahoo.com.br>

	* configure.in: Added the new file 'gnome-mag-1.0-uninstalled.pc' to
	the AC_OUTPUT list;
	Add #include line to make composite extension enabled on Solaris.
	Thanks Jeff Cai for the patch!
	* gnome-mag-1.0-uninstalled.pc: New file to help build gnome-mag in the
	Solaris OS. Thanks Brian Cameron for this!

2007-01-08  Carlos Eduardo Rodrigues Diogenes  <cerdiogenes@yahoo.com.br>

	* configure.in: post-release incrementing to 0.14.2.

2007-01-08  Carlos Eduardo Rodrigues Diogenes  <cerdiogenes@yahoo.com.br>

	* configure.in: Change the test for XDamage and XFixes to only look at
	the directories passed by --x-libraries. Added test for XRender, XShape
	and XComposite. Changed the behavior of how the test are done. XDamage
	is only looked if XFixes is finded, as well as the XComposite is only
	searched if XDamage is present.
	* damage-client.c: Removed. This file was incorpored in gmag-events.c.
	* damage-client.h: Removed.
	* gmag-events.c: New file added. This file is responsible to gnome-mag
	and X comunication. This one initialize all the extensions and handle
	events.
	* gmag-events.h: Interface to gmag-events.c.
	* magnifier-main.c: Added the option ignore_composite to
	MagnifierOptions structure. Added comments after the struct
	members inicialization.
	* magnifier-private.c: Added two new members: GdkWindow *overlay and
	GdkPixmap *source_drawable, the first hold an reference to the overlay
	window created by XCompositeGetOverlayWindow and the second is where
	the screen is composited.
	* magnifier.c: Some headers reorganized; Removed functions from this
	file: magnifier_free_cursor_pixels, magnifier_get_source_pixbuf,
	magnifier_cursor_notify and magnifier_cursor_notification_init. The
	first two function were putted in the new file
	magnifier/gmag-events.c with the prefix magnifier removed and the new
	one, gmag_events, added. The function magnifier_cursor_notify was
	incorporated in the handler function of XFixes, XDamage and XComposite
	related events gmag_events_handler, while the
	magnifier_cursor_notification_init was putted inside gmag_events_init.
	(magnifier_reset_overlay_at_idle): This new function was added to
	reparent the magnifier window to the overlay window after the magnifier
	initialization. This grants that the magnifier window will not be
	obscured by popup windows.
	Thanks to everyone that report bugs about all these modifications and
	the Sun team that tested it and make possible a very good COMPOSITE
	support in gnome-mag available!

2007-01-08  Christian Kirbach  <Christian.Kirbach@siemens.com>

  	With hints from Christian Persch
	* configure.in, magnifier-main.c:
  	  Do the transition from popt to glib's GOption command line parsing,
	  one of the current Gnome goals. Require glib >= 2.11.1.
  	* magnifier.c: Remove obsolete dependency on <popt.h>.

2006-12-15  Carlos Eduardo Rodrigues Diogenes  <cerdiogenes@yahoo.com.br>

	* configure.in: post-release incrementing to 0.14.1.

2006-12-15  Carlos Eduardo Rodrigues Diogenes  <cerdiogenes@yahoo.com.br>

	* configure.in: Version 0.14.0;
	Added tests to verify if the libcolorblind is present in the system.
	* docs/man: Added magnifier.1.man man page to gnome-mag. Thanks goes to
	George Kraft IV!
	* idl/GNOME_Magnifier.idl: New contrast documentation accordingly the
	new patch in bug #348629;
	Add two new methods and documentation for brightness manipulation;
	Added a new enumeration represeting colorblind filters.
	* magnifier/zoom_region.c:
	(zoom_regin_process_pixbuf): Alter how the contrast is applied, making
	it consistent in how contrast behave;
	Added the brightness filter processing.
	Added the colorblind filter processing.
	(zoom_region_get_property): Added the property to get the current
	colorblind filter;
	Added the property to get the current brightness factor applied to each
	image component.
	(zoom_region_set_property): Change how the contrasts properties are
	setted, climping the input between the range -1 and 1;
	Added the property to set the brightness factor applied to each image
	component.
	Added the property to set the colorblind filter.
	(zoom_region_init): Change the initial values of the contrasts
	properties to 0, meaning 0% of contrast change in the output image;
	Added the initial values of the brightness properties to 0;
	Added the initiation of the colorblind filter to no filter.
	(zoom_region_class_init): Set the epv to support new two functions.
	(zoom_region_properties_init): Added the brightness properties to the
	PropertyBag.
	(impl_zoom_region_set_brightness): The new function to set the
	brightness.
	(impl_zoom_region_get_brightness): The new function to get the
	brightness.
	* magnifier/zoom-region.h:
	Added the brightness variables to the ZoomRegion structure;
	Added the ColorBlindFilter variable to the ZoomRegion structure.
	* magnifier/Makefile.am:
	Added the colorblind library to the linker stage.
	* test/control-client.:
	Added the 'D' option to the control-client test application. This
	allow change the brightness in the following manner:
	'#: ./control-client D 1 0 0';
	Added the 'B' option to the control-client test application. This
	option iterates throw all the colorblind filters.

2006-12-13  Carlos Eduardo Rodrigues Diogenes  <cerdiogenes@yahoo.com.br>

	* po/POTFILES.in: Added the file magnifier/magnifier-main.c to the
	list.

2006-11-27  Carlos Eduardo Rodrigues Diogenes  <cerdiogenes@yahoo.com.br>

	* magnifier/zoom-region.c: Avoid NOOP operations in
	impl_zoom_region_set_mag_factor and zoom_region_set_viewport by
	verifying if the passed values are the same as the actual ones.

2006-11-25  Carlos Eduardo Rodrigues Diogenes  <cerdiogenes@yahoo.com.br>

	* magnifier/zoom-region.c: make the scaled pixbuf be recalculated when
	the magnification factor is changed throw the PropertyBag. This also
	make the code to recalculate the scaled pixbuf be shared between the
	setMagFactor and the PropertyBag interfaces. Also make the test pattern
	property work.

2006-11-23  Carlos Eduardo Rodrigues Diógenes  <cerdiogenes@yahoo.com.br>

	* magnifier/GNOME_Magnifier.server.in.in: removed the '-vz 2' flag from
	the magnifier bonobo server startup (bug #376047). Thanks to Eitan
	Isaacson for the patch.
	* test/control-client.c (main): This test was dependent from the
	'-vz 2' flag and stop to work after apply the patch. Added code to
	probe the screen size and make the magnifier vertical split, the same
	behavior with the '-vz 2' flag.
	* test/mag-test.c (main): The same problem and resolution applied to
	the above.

2006-11-11  Carlos Eduardo Rodrigues Diógenes  <cerdigoenes@yahoo.com.br>

	* magnifier/magnifier-main.c: bug #372731: Tampering with the DISPLAY
	variable resolved. Thanks to Eitan Isaacson for the patch.

2006-11-09  Carlos Eduardo Rodrigues Diógenes  <cerdiogenes@yahoo.com.br>

	* magnifier/zoom-region.c: bug #98240: "border-size" not working
	resolved. The last patch introduced some regressions, so a new patch
	was applied.

2006-10-24  Carlos Eduardo Rodrigues Diogenes  <cerdiogenes@yahoo.com.br>

	* configure.in: bug #348169: shouldn't search X libraries in prefix
	other than $x_libraries resolved; bug #319010: warning messages
	searching for the Xdamage and Xfixees headers fixed.

2006-09-26  Carlos Eduardo Rodrigues Diogenes  <cerdiogenes@yahoo.com.br>

	* magnifier/zoom-region.c: bug #98240: "border-size" not working
	resolved.

2006-08-09  Carlos Eduardo Rodrigues Diogenes  <cerdiogenes@yahoo.com.br>

	* magnifier/zoom-region.c:
	(impl_zoom_region_set_roi): Avoid update the screen when the ROI passed
	is the same that the one in use.

2006-07-20  Carlos Eduardo Rodrigues Diogenes <cerdiogenes@yahoo.com.br>

	* configure.in: bug #341914: Should not force -I/opt/fdo/include
	resolved; bug #348133: Result of check to XTest isn't used in gnome-mag
	resolved.

2006-07-12  Carlos Eduardo Rodrigues Diogenes <cerdiogenes@yahoo.com.br>

	* configure.in: post-release increment

2006-07-12  Carlos Eduardo Rodrigues Diogenes <cerdiogenes@yahoo.com.br>

	* configure.in: correct the version information.

2006-07-10  Carlos Eduardo Rodrigues Diogenes <cerdiogenes@yahoo.com.br>

	* configure.in: post-release increment to 0.12.7

2006-07-10  Carlos Eduardo Rodrigues Diogenes <cerdiogenes@yahoo.com.br>

	* configure.in: Version 0.12.6

	* magnifier/zoom-region.c: changed how the update is done to avoid bad
	blocks generated during this process (bug #344070).

	Added contrast support to the zoom regions. Added three properties that
	can be change by a Bonobo::PropertyBag: red-contrast, green-contrast
	and blue-contrast. Two interfaces were added two setContrast and
	getContrast that can access in one call the red, green and blue values.
	More informations about these two interface can be found in the
	documentation. (bug #343689)

	* magnifier/zoom-region.h: added the contrast_r, contrast_g and
	contrast_b floats to the ZoomRegion struct. (bug #343689)

	* idl/GNOME_Magnifier.idl: Added the IDL of the two new interfaces.
	(bug 343689)

	* teste/control-client.c: Added the 'C' option to test the new contrast
	interface: "# ./control-client C 1 0.5 0.5". (bug #343689)


2006-05-15  Carlos Eduardo Rodrigues Diogenes <cerdiogenes@yahoo.com.br>

	* configure.in: changed the detection of the Xtst, Xdamage and Xfixes
	libraries, so, these are used in systems where theses libs are
	installed in /usr/lib (bug #341854).
	Version 0.12.5.
	Version 0.12.6. Switching to post-release increment.

	* Makefile.am: Changed to clean files, generated by intltool, when
	running 'make distcheck' (bug #341888).

	* magnifier/Makefile.am: Changed to properly clean files when running
	'make distcheck' (bug #341888).

	* magnifier/zoom-region.c: Round problem in conversion from
	source-to-view and view-to-source coords resolved (bug #338551).
	(zoom_region_set_property): Now zoom_region_align is called when the
	{x,y} alignment property are changed.

	* test/control-client.c: Added the 'a' parameter to rotate throw the
	alignment options support by the zoom_region. Added the 'x' parameter
	to exit the magnifier, this is good to test the magnifier exit process.

2006-04-17  Carlos Eduardo Rodrigues Diogenes <cerdiogenes@yahoo.com.br>

	* docs/reference/Doxyfile: Tweak some variables to generate a better
	documenation.

	* idl/GNOME_Magnifier.idl: Documented the enum AlignPolicy.

	* magnifier/zoom-region.c: Removed unused functions: _get_x_cursors,
	zoom_region_clip_to_exposed_bounds, zoom_region_clip_to_viewport,
	zoom_region_source_root and exit_report

	* magnifier/magnifier.c: Removed unused functions:
	magnifier_expose_filter

2006-04-17  Kjartan Maraas  <kmaraas@gnome.org>

	* configure.in: Remove obsolete entry for no_NO.
	* po/no.po: And the translation.

2006-04-16  Brian Pepple  <bdpepple@gmail.com>

	* po/LINGUAS: New file listing all supported languages.

	* configure.in: Use po/LINGUAS instead of including all languages
	directly in this file. See the wiki for more information:
	http://live.gnome.org/GnomeGoals/PoLinguas

2006-03-24  Tommi Vainikainen  <thv@iki.fi>

	* configure.in (ALL_LINGUAS): Added Dzongkha (dz).

2006-02-14  Bill Haneman <bill.haneman@sun.com>

	* docs/reference/Makefile.am:
	Make doxygen optional (bug #330720, thanks to Sylvain Bertrand).

2006-01-19  Bill Haneman <bill.haneman@sun.com>

	* configure.in: Revved to 0.12.3.

	* autogen.sh: Require automake 1.9 (bug #326161).

	* idl/GNOME_Magnifier.idl: Make docs doxygen-compatible.

2005-12-16  Bill Haneman <bill.haneman@sun.com>

	Patch from Carlos Diogenes for bug #171465, thanks!
	* magnifier/zoom-region.c:
	(zoom_region_paint_pixmap): Avoid painting more than necessary.
	(zoom_region_update): Avoid painting parts of pixbuf that aren't onscreen.
	(zoom_region_set_viewport): Re-allocate the scaled pixbuf if the
	source bounds change.

2005-11-01  Simos Xenitellis  <simos@gnome.org>

	* configure.in: Added ky (Kirghiz) to ALL_LINGUAS.

2005-10-27  Erdal Ronahi  <erdal.ronahi@gmail.com>

	* configure.in: Added ku (Kurdish)

2005-10-04  Bill Haneman <bill.haneman@sun.com>

	* configure.in, README, NEWS:
	Revved to 0.12.2.

2005-08-24  Bill Haneman <bill.haneman@sun.com>

	* magnifier/zoom-region.c:
	(zoom_region_calculate_scroll_rects):
	Fix for nasty update bug when panning quickly,
	effects large magnification factors most severely.

2005-06-21  Bill Haneman <bill.haneman@sun.com>

	* magnifier/magnifier.c:
	(magnifier_adjust_source_size) C89 fix - thanks to Behdad Estafod.

2005-06-07  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>

	* configure.in: Added 'gl' to ALL_LINGUAS.

2005-05-24  Bill Haneman <bill.haneman@sun.com>

	* magnifier/magnifier.c:
	(magnifier_get_cursor): Make sure we initially grab the current
	source cursor if we don't have any other cursor defined.
	Fixes #167705.

2005-03-23  Bill Haneman <bill.haneman@sun.com>

	* configure.in, README, NEWS:
	Revved to 0.12.1.

2005-04-21  Abduxukur Abdurixit <abduxukur.abdurixit@t-systems.ch>

        * configure.in: Added "ug" to ALL_LINGUAS.

2005-03-31  Steve Murphy  <murf@e-tools.com>

        * configure.in: Added "rw" to ALL_LINGUAS.

2005-03-23  Bill Haneman <bill.haneman@sun.com>

	Cleaned up magnifier.c to suppress compiler warnings.

	* magnifier/magnifier.c:
	(magnifier_adjust_source_bounds): Corrected typo.

2005-03-22  Bill Haneman <bill.haneman@sun.com>

	* magnifier/magnifier.c:
	(magnifier_adjust_source_bounds): Improve logic so that
	target-on-top and target-left magnification splitscreen scenarios
	work better.

2005-03-08  Bill Haneman <bill.haneman@sun.com>

	* configure.in, README, NEWS:
	Revved to 0.12.0, for gnome 2.10.0.

2005-02-04  Bill Haneman <bill.haneman@sun.com>

	Fix for bug #164371.

	* magnifier/magnifier.c:
	(magnifier_adjust_source_size): New.
	(magnifier_set_property): Call magnifier_adjust_source_size when
	changing target bounds, if target and source displays are the same.

	* magnifier/zoom-region.c:
	(zoom_region_set_viewport): Re-create the pixmap when the viewport
	changes, since the source-bounds may have changes as a result.
	[This can happen when source-display==target-display]

2005-02-04  Bill Haneman <bill.haneman@sun.com>

	* configure.in: Revved to 0.11.14.

	* README, NEWS: Updated for 0.11.14.

	* magnifier/zoom-region.c:
	Added some forward declarations for existing funcs.
	(_rectangle_clip_to_rectangle): Implemented.
	(zoom_region_clip_to_target): Renamed to
	(zoom_region_clip_scaled_pixmap). Not yet used.
	(zoom_region_update): Create the pixmap if not already
	created; this makes the 'update current' calls at init time work,
	so that the initial magnified target window isn't wholly
	or partially blank.
	(impl_zoom_region_mark_dirty): Clip to the source, not target,
	bounds.
	(impl_zoom_region_set_mag_factor): Create a pixmap that's
	big enough for any update/mark-dirty request.  We were
	missing some parens () in our calc.  Fixes 166282.

2005-01-18  Bill Haneman <bill.haneman@sun.com>

	* README, NEWS : Updated for 0.11.13.

	* magnifier/magnifier.c: Moved the 'get source bounds' call
	back to before the zoom-regions-restore call.  Fixes bugs #164444
	and (partially) #164371.  Note that this fix will cause "self-magnification"
	if the source display is changed to be the same as the target
	display, after initial invocation, as a minor side-effect.

2005-01-17  Bill Haneman <bill.haneman@sun.com>

	* configure.in: Revved to 0.11.13.

	* magnifier/magnifier.c:
	(magnifier_cursor_notification_init): Keep track of cursor
	connection, close the old one, remove the gsource (which was
	causing a hang), and reopen a new one when SOURCE changes.
	Fixes #164491.

	* magnifier/zoom-region-private.h:
	Store the update handler gsource.

	* magnifier/zoom-region.c:
	(zoom_region_do_dispose): Brute-force remove the update handler gsource,
	because g_idle_remove_by_data isn't reliably removing
	all the idle handlers.
	(zoom_region_queue_update): Only add the process-updates idle
	handler if one isn't already running.
	(zoom_region_coalesce_updates): Check zoom_region->priv->q before
	checking its length.  Reset the update_handler_id to 0 when
	you've emptied the queue.
	Completes fix for #164275.

2005-01-16  Bill Haneman <bill.haneman@sun.com>

	* configure.in, NEWS, README: Updated for 0.11.12.

	Fixes for bug #164275.

	* magnifier/damage-client.c:
	(magnifier_damage_client_init):
	Keep track of the damage-client gsource, and remove it
	when re-initializing the damage connection on
	source DISPLAY change.
	Make sure to connect to the source display, not the
	default DISPLAY.

	* magnifier/magnifier-main.c:
	Removed some excess output to stderr.

	* magnifier/magnifier.c:
	(MagnifierZoomRegionSaveProps): New struct for persisting
	zoom region params during a brute-force reparent.
	(magnifier_unref_zoom_region): Don't unref here, we do it
	elsewhere.
	(magnifier_reparent_zoom_regions): Superceded by
	separate save/restore methods.
	(magnifier_zoom_regions_save): New, persist the zoom region
	data before disposing, during brute-force reparent.
	(magnifier_zoom_regions_restore): New, create and
	new zoom region list from saved set.
	(magnifier_set_property): Handle source-display setting
	differently - save the old zoom list, destroy and recreate the
	main GtkWindow, and recreate the zoom list.
	Restore the main window's target bounds on re-create.
	(impl_magnifier_get_target_display): Fixed cut/n/paste
	error in the return of 'target display'.

	* magnifier/zoom-region.c:
	Added conditionally-compiled assertions for lifecycle testing.
	Added more sanity checks before indirections through pointers, to
	help prevent SEGVs.
	(zoom_region_update_current): Tested GDK_IS_DRAWABLE of pixmap.
	(zoom_region_paint_crosswire_cursor): Init an unused part of
	the GdkRectangle, to keep valgrind happy.
	(zoom_region_create_pixmap): Recompute the exposed viewport
	when creating the initial pixmap.
	Added code to return ZOOM_REGION_ERROR_NO_TARGET_DRAWABLE under
	appropriate conditions.
	(zoom_region_do_dispose): Remove the GSource for updating the
	pointer, because it doesn't get removed by
	g_idle_remove_by_data.  [Fixes SEGV bugs when changing source DISPLAY]
	(zoom_region_private_init): Initialize the various bounds
	rectangles.
	(zoom_region_finalize): Check the status of the zoom region and
	magnifier widgets before calling gtk_container_remove.

	Also some minor cleanup.

	* magnifier/zoom-region.h:
	Added conditional 'alive' field for assertion testing.

	* magnifier/zoom-region-private.h:
	Added member for pointer-update gsource handler.

2005-01-10  Pawan Chitrakar  <pawan@nplinux.org>

	* configure.in: Added ne "Nepali" in ALL_LINGUAS

2004-12-07  Bill Haneman <billh@gnome.org>

	* configure.in, README, NEWS: Revved to 0.11.10.

	* magnifier/zoom-region-private.h:
	(ZoomRegionPrivate): Added last_drawn_crosswire_pos.

	* magnifier/zoom-region.c:
	(zoom_region_unpaint_crosswire_cursor): Form the clip rect from
	last_drawn_crosswire_pos, not the backing rect.
	(zoom_region_paint_crosswire_cursor): Fix broken GDK_DRAWABLE
	test, reinstates drawing of crosswire.
	Use 16 bits of color mask instead of 8, for GdkColor inversion
	mask.  Set the gdk_gc clip mask to NULL if we haven't been passed
	one, don't reuse the stale one.
	(zoom_region_paint_cursor): Save the last_drawn_crosswire_pos
	before we clip the cursor_backing_rect to the current screen.
	(zoom_region_update_pointer): Create a clip region which
	encompasses the whole zoom region, before updating the cursor
	image.

2004-12-06  Bill Haneman <billh@gnome.org>

	* configure.in:
	Improved tests for DAMAGE and XFIXES - include
	-lX11 in the link list for the configure tests.

2004-12-03  Bill Haneman <billh@gnome.org>

	* magnifier/zoom-region.c:
	(zoom_region_update_cursor): Unpaint the cursor before movine the
	backing rectangle.
	(impl_zoom_region_mark_dirty): Always update the pointer when handling a
	dirty region.  Fixes bug #160352.

2004-11-22  Bill Haneman <billh@gnome.org>

	* magnifier/magnifier.c: Terminate #ifdef.  Ow.

2004-11-19  Bill Haneman <billh@gnome.org>

	* magnifier/magnifier.c:
	(magnifier_cursor_convert_to_rgba): New.
	(magnifier_get_source_pixbuf): Convert from client
	incoding to little-endian before passing RGBA data
	from XFixes cursor image.

2004-11-11  Bill Haneman <billh@gnome.org>

	* magnifier/magnifier.c:
	(magnifier_init_window): Added declaration to
	top of source file.  Thanks to George Kraft of IBM
	for catching the problem.

2004-11-05  Bill Haneman <billh@gnome.org>

	* magnifier/magnifier.c:
	(magnifier_init_window): Declare before first use.
	Cast the priv->w to GTK_WINDOW where needed.

2004-11-02  Bill Haneman <billh@gnome.org>

	* configure.in: revved to 0.11.9.

	* magnifier/magnifier:
	(magnifier_set_cursor_from_pixbuf):
	Test for GDK_IS_DRAWABLE before using pixmap or cursor.
	(magnifier_set_property): Don't change the gdk_screen on
	an existing toplevel magnifier window - tear it down and
	start over.
	(magnifier_init_window): Take a GdkScreen param, and call
	gtk_window_set_screen here.

	* magnifier/zoom-region:
	(zoom_region_paint_cursor): Check for drawability before
	scribbling in the cursor pixmap.
	(zoom_region_paint_pixmap): Check that the window is
	realized before painting it.
	(zoom_region_update): Check for drawability before
	writing into the private pixmap.

2004-10-29  Bill Haneman <billh@gnome.org>

	* magnifier/magnifier-main.c:
	Set the default cursor-scale-factor to the zoom-factor, if
	none is specified.

2004-10-06  David Lodge <dave@cirt.net>

        * configure.in: Added "ang" (Old English) to ALL_LINGUAS.

2004-10-06  Bill Haneman <billh@gnome.org>

	* configure.in: Revved to 0.11.8.

	* magnifier/zoom-region.c: Added more debug
	output, turned it off by default.

	* magnifier/magnifier.c: Turned off debug output
	by default, and enhanced property debug output a bit.

2004-10-06  Mark McLoughlin  <mark@skynet.ie>

	* magnifier/zoom-region.c: (impl_zoom_region_set_roi):
	Fix syntax error to make it build.

2004-10-05  Bill Haneman <billh@gnome.org>

	* magnifier/magnifier-main.c:
	Cleaned up some debug output.

	* magnifier/magnifier.c:
	Added DBG() macro, and added debug output so that
	client calls and property changes could be logged.
	(impl_magnifier_set_target_display):
	Compare with previous display string before changing.
	(impl_magnifier_set_source_display):
	Compare with previous display string before changing.
	(magnifier_add_zoom_region): Init the expose/damage listeners only
	if 'source_initialized' is FALSE, not on first zoom region
	creation.

	* magnifier/magnifier.h:
	Added source_initialized boolean member to Magnifier struct.

	* magnifier/damage-client.c:
	(magnifier_source_has_damage_extension): Fix sense of
	the XDamageQueryExtension return value.

	* magnifier/zoom-region.c:
	Cleaned up some debug output.

2004-09-17  Bill Haneman <billh@gnome.org>

	* magnifier/damage-client.c:
	(magnifier_damage_handler): Fixed memory leak.
	Return if rectlist is empty, don't assume value
	returned in 'howmany' is correct.

2004-09-17  Bill Haneman <billh@gnome.org>

	* configure.in, NEWS, README: Revved to 0.11.7.

	* magnifier/magnifier_main.c:
	(main): Allow commandline arg
	"--ignore-damage".

	* magnifier/magnifier.c:
	(magnifier_set_extension_listeners): Don't add a root
	expose listener, this method for getting notifications is
	obsolete.  Print warnings if DAMAGE or XFIXES
	are not initialized.

	* magnifier/damage-client.c:
	(magnifier_damage_client_init) Check
	MAGNIFIER_IGNORE_DAMAGE env variable and ignore
	DAMAGE extension if it is set.

	* magnifier/zoom-region.c:
	(impl_zoom_region_set_roi): Do some sanity checking
	to make sure that ROI is centered somewhere on screen and
	that the right/bottom coords are greater than the left/top coords.

2004-08-24  Bill Haneman <billh@gnome.org>

	* configure.in: Revved to 0.11.6.

	Fixes for bug #141376 and bug #152300 :

	* magnifier/magnifier.c:
	(can_open_display): New, check to see if we can open
	a display given by a 'DISPLAY' string.
	(magnifier_warp_cursor_to_screen): Don't warp
	if magnifier->source_display is NULL.
	(magnifier_cursor_notification_init): Return FALSE if
	the source-display is NULL.
	(magnifier_get_root): Check magnifier->source_display
	before trying to get ahold of the root window.
	(magnifier_init_display): Return if the display_name cannot
	be opened. Manage magnifier->source_display_name and
	magnifier->target_display_name strings.
	(magnifier_get_property): Implement accessors for
	MAGNIFIER_SOURCE_DISPLAY_PROP and MAGNIFIER_TARGET_DISPLAY_PROP.
	(magnifier_set_property): Call can_open_display before
	accepting a new source or target display string.
	(impl_magnifier_get_source_display): New.
	(impl_magnifier_get_target_display): New.
	(magnifier_class_init): Initialize the epv entries for
	above.

	* magnifier/magnifier.h:
	Added source_display_name and target_display_name to
	Magnifier struct.

	* test/control-client.c:
	(main): Add tests for accessors of source and target display
	properties.

2004-08-30  Tomasz KÅ‚oczko <kloczek@pld.org.pl>

	* configure.in: Better lookin PKG_CHECK_MODULES() output. Declare
          in one place on top required versions of other tools.
	  Use AC_SEARCH_LIBS() aclocal macro for checking is linking with
	  linsl, libsocket and libinet is neccessary.

2004-04-26  Jayaradha  <njaya@redhat.com>

        * configure.in: Added "ta" (Tamil) to ALL_LINGUAS.

2004-08-24  Bill Haneman <billh@gnome.org>

	* configure.in, NEWS, README: Revved to 0.11.5.

	* magnifier/magnifier.c: Implement LoginHelper API from
	at-spi.
	(magnifier_new): Aggregate LoginHelper interface via
	new MagLoginHelper subclass.
	(mag_login_helper_get_raise_windows): New.
	(mag_login_helper_get_device_reqs): New.
	(mag_login_helper_set_safe): New, no-op.
	Fixes bug #150846.

2004-08-17  Bill Haneman <billh@gnome.org>

	* configure.in:
	Check in /usr/openwin/sfw/lib for Damage and Xfixes client
	libraries, because XSun puts them there.
	Revved to 0.11.4.

	* magnifier/zoom-region-private.h: Added paint_cursor_gc
	and crosswire_gc here.

	* magnifier/magnifier.c:
	(magnifier_set_property): Re-init the cursor set when TARGET
	display changes; this is necessarly along with fixes listed below,
	to ensure that the pixmaps for backing data are recreated for the
	new GdkScreen.

	* magnifier/zoom-region.c:
	(zoom_region_priv_init): Init the paint_cursor_gc and crosswire_gc to NULL.
	(zoom_region_paint_cursor): Method-static GC here was wrong, it must be reinitialized
	on a per-region basis if the target display changes.
	(zoom_region_paint_crosswire_cursor):	Method-static GC cache was
	a bad idea here too, see above.
	Fixes bug #149599.

	Removed some #ifdef XTST_CURSOR code that didn't work anyway; we
	don't need it now that we have XFIXES.

2004-08-16  Christian Rose  <menthos@menthos.com>

	* configure.in: Added "bs" to ALL_LINGUAS.

2004-08-16  Kjartan Maraas  <kmaraas@gnome.org>

	* configure.in: Add nb to ALL_LINGUAS.

2004-08-13  Gora Mohanty  <gmohanty@cvs.gnome.org>

	* configure.in: Added "or" to ALL_LINGUAS.

2004-06-15  Bill Haneman <billh@gnome.org>

	* magnifier/magnifier-main.c:
	(main): Only queue the global refresh if DAMAGE is not available.

	* magnifier/magnifier.h:
	(magnifier_source_has_damage_extension): New.

	* magnifier/damage-client.c:
	(magnifier_source_has_damage_extension): New, test for DAMAGE
	in source display.

2004-06-11  Bill Haneman <billh@gnome.org>

	* configure.in: Revved to 0.11.3.

	* magnifier/magnifier-main.c:
	Added is_override_redirect flag to MagnifierOptions.
	Initialized to '0'.  Added --override-redirect
	commandline option.

	* magnifier/magnifier.h:
	(magnifier_new): Take a gboolean indicating whether the instance
	should be override-redirect or not.

	* magnifier/magnifier.c:
	Removed #define MAG_WINDOW_OVERRIDE_REDIRECT and related
	compile-time bracketing, replaced with override-redirect
	runtime flag.
	Added enum for WM_STRUT types.
	(magnifier_reset_struts_at_idle): New, called in idle handler
	after a window is created, to ensure that struts are set when
	appropriate.
	(magnifier_check_set_struts): Sets the _NET_WM_STRUT and
	_NET_WM_STRUT_PARTIAL properties on the magnifier window.
	Has no effect if the window is override-redirect.
	(magnifier_set_property): Call magnifier_check_set_struts when the
	source or target display, or target bounds, are changed.
	(impl_magnifier_add_zoom_region): Reset the struts when a zoom
	region is added.
	(magnifier_init_window): Register an idle handler to set the
	window struts.
	(magnifier_new): Take a boolean indicating whether the
	instance is override redirect or not.  Attach to the
	size_allocate signal.
	(magnifier_size_allocate): New, reset struts when size changes.
	Fixes for bug #124690.

	* test/control-client.c:
	Added test "control-client T" for resizing the target bounds.

2004-05-27  Mohammad DAMT  <mdamt@bisnisweb.com>

	* po/id.po: Added Indonesian translation done by
	Ahmad Riza H Nst <rizahnst@eriagempita.co.id>
	* configure.in: Added id to ALL_LINGUAS

2004-05-14  Bill Haneman <billh@gnome.org>

	* test/control-client.c:
	Add a test for cursor size, "control-client S".

	* magnifier/magnifier_transform_cursor:
	Ensure that size_y is initialized.  Fix for
	#141503.

	* configure.in: Revved to 0.11.2.

2004-04-28  Bill Haneman <billh@gnome.org>

	* test/control-client.c:
	Added a test for magnifier color and scale factor,
	"control-client m".

2004-04-27  Bill Haneman <billh@gnome.org>

	* magnifier/magnifier.c:
	(magnifier_get_cursor): Remember to transform the cursor if
	we fall back to the 'default' cursor image and set.
	Fixes bug #141211.

2004-04-27  Bill Haneman <billh@gnome.org>

	* magnifier/magnifier.c:
	(magnifier_warp_cursor_to_screen): New method, ensures that
	pointer is on source display when source display is set by client.
	(magnifier_set_property): Call warp_cursor_to_screen when source is set.

2004-04-14  Bill Haneman <billh@gnome.org>

	* cursors/1_32/Makefile.am: Added missing file.

2004-04-09  Guntupalli Karunakar  <karunakar@freedomink.org>

        * configure.in: Added "gu" (Gujarati) to ALL_LINGUAS.

2004-04-07  Bill Haneman <billh@gnome.org>

	Fixed border-color property (border-size is still broken).

	* magnifier/magnifier-main.c: Fix setting of smooth-scroll-policy
	and border-size.

	* magnifier/zoom-region.c:
	(zoom_region_paint_border): Reinstated.
	Fixed color creation (color RGB values are 16 bit) and
	allocate the color on the appropriate drawable.
	(zoom_region_get_property, zoom_region_set_property):
	Fix for smoothscroll and bordersize properties.


2004-04-07  Bill Haneman <billh@gnome.org>

	Big changes to cursor handling, to support
	cursor-change notifications from Xfixes.
	Fix for bug #104831.

	* Makefile.am:
	Added "cursors" to SUBDIRS.

	* configure.in:
	Revved to 0.11.1.
	Added AC_OUT targets cursors/Makefile and cursors/1_32

	* magnifier/Makefile.am:
	Don't dist cursor data from here, dist from cursors subdir.

	* magnifier/magnifier-private.h:
	Changed private cursor_default_size to
	cursor_default_size_x/y, to support non-square cursors.
	Added "use_source_cursor" flag, and cursorlist hash table
	of named cursor pixbufs.

	* magnifier/magnifier.c:
	Include "config.h", and include Xfixes.h if HAVE_XFIXES is
	defined.  Added statics for cursor_client_connection,
	fixes_event_base, fixes_error_base.
	(magnifier_set_cursor_from_pixbuf): New utility (from
	refactoring).
	(magnifier_free_cursor_pixels): Called when an XFixes cursor
	is destroyed.
	(magnifier_get_source_pixbuf): New, returns a GdkPixbuf
	which contains the current source display's cursor image,
	if XFixes is available.
	(magnifier_get_pixbuf_for_name): New, returns a named cursor
	pixbuf from a previously loaded cursor set.
	(magnifier_set_cursor_pixmap_by_name): New, either sets the
	cursor from a named pixbuf in a cursor set (if found), or
	resorts to the source image from Xfixes (if available), or
	else loads a cursor called "default".
	(magnifier_cursor_notify): New, gets called if/when events are
	received on the x connection on which XFixesSelectCursorNotify
	has been called (if Xfixes is available).
	(magnifier_cursor_notification_init): New, sets up the
	notification link from Xfixes, if available.
	(magnifier_set_expose_listener): Renamed to
	(magnifier_set_extension_listeners): added call to
	magnifier_cursor_notification_init ().
	(magnifier_recolor_pixbuf): Don't only recolor pure black pixels,
	recolor all those darker than "0x808080".
	(magnifier_transform_cursor): Allow non-square cursors.
	(magnifier_init_cursor): renamed to
	(magnifier_init_cursor_set): Initialize a whole hashtable of
	cursors whose names are taken from their filenames in a directory
	whose dirname corresponds to the cursor-set name.

	* magnifier/magnifier.h: Added cursor_size_x and cursor_size_y
	in place of "cursor_size".

	* magnifier/zoom-region.c: Removed some debug printfs.

2004-04-07  Bill Haneman <billh@gnome.org>

	* magnifier/magnifier.c:
	(magnifier_realize): Reversed incorrect sense of a #define
	regarding WM hints when gnome-mag is using OVERRIDE_REDIRECT.
	(magnifier_reparent_zoom_regions): New method, reparents
	zoom regions when target DISPLAY is changed.
	See bug #137105; re-targeting now preserves existing zoomers.
	(magnifier_init_window): Set window type to GTK_WINDOW_TOPLEVEL
	if compiled with MAG_WINDOW_OVERRIDE_REDIRECT undefined.

	* magnifier/zoom-region.c:
	(zoom_region_get_property, zoom_region_set_property):
	Added get/set for "is-managed" property.
	Fixed broken fall-through in BORDERCOLOR_PROP.
	Changed BORDERSIZE_PROP to LONG.
	Changed usage of "default_gc" to use "priv->default_gc".
	(zoom_region_private_init): Init priv->default_gc to NULL.

	* magnifier/zoom-region.h:
	Added "is_managed" boolean member.

	* magnifier/zoom-region-private.h:
	Added "default_gc" GdkGC* member.

	* test/control-client.c:
	Added tests for setting target and source displays.
	"s" changes source display, "t" changes target.
	Changed arg for 'resize' from "s" to "b" (mnemonic 'bounds).

2004-04-06  Bill Haneman <billh@gnome.org>

	* configure.in:
	Revved to 0.11.0.  This is now the unstable
	(gnome-2.7) branch of gnome-mag.
	Added (non-fatal) checks for DAMAGE and XFIXES
	X extensions, and set HAVE_DAMAGE and HAVE_XFIXES
	accordingly.

	* idl/GNOME_Magnifier.idl:
	(markDirty): Clarified doc/comment, to indicate
	that markDirty's input region is clipped by
	the current target visibility.

	* magnifier/damage-client.[ch]:
	New files, to support notifications from the DAMAGE
	extension.

	* magnifier/Makefile.am:
	Added damage-client.[ch] to sources.
	Fixes bug #136635.

	* magnifier/magnifier-main.c:
	(magnifier_main_refresh_all): Changed reference to property
	"source-display-size" to "source-display-bounds".
	(main): Use bonobo_pbclient APIs for setting
	source and target display bounds.  Set the source display bounds
	to halfscreen if we're started in splitscreen (vertical or
	horizontal) mode.

	* magnifier/magnifier.c:
	(magnifier_zoom_regions_mark_dirty): New internal method,
	sends dirty notification to all zoom regions.
	(magnifier_notify_damage): New, used to pass an XRectangle
	indicating a dirty region in the source display.
	(magnifier_expose_filter): Refactor to use
	magnifier_zoom_regions_mark_dirty.
	(magnifier_set_expose_listener): Also init the damage client
	when called.
	(magnifier_get_display_rect_bounds): New method to load a
	RectBounds from a magnifier's source or target display.
	(magnifier_init_display): New method, initializes the
	source or target display fields when a new display-name is passed
	in.
	(magnifier_exit): Moved this method.
	(magnifier_get_property): Changed implementation for
	SOURCE_SIZE_PROP and TARGET_SIZE_PROP to read from the stored
	value, rather than always returning the absolute bounds of the
	source/target display.
	(magnifier_set_property): Make SOURCE_SIZE_PROP and
	TARGET_SIZE_PROP read/write.  Fixes bug #135409.
	Make sure to reset source/target bounds when resetting source or
	target display.

	* magnifier/magnifier.h:
	Added source_bounds to Magnifier struct.
	Added declarations for magnifier_notify_damage.

2004-03-22  Bill Haneman <billh@gnome.org>

	* configure.in:
	Revved to 0.10.10.
	This is the gnome 2.6.0 release of gnome-mag.

2004-03-21   Mugurel Tudor  <mugurelu@go.ro>

	* configure.in: Added "ro" to ALL_LINGUAS

2004-03-20  Gareth Owen  <gowen72@yahoo.com>

	* configure.in: Added en_GB to ALL_LINGUAS

2004-03-17  Leonid Kanter <leon@asplinux.ru>

	* configure.in: Added "ru" to ALL_LINGUAS.

2004-03-17  John C Barstow  <jbarstow@cvs.gnome.org>

	* configure.in: Added "mi" to ALL_LINGUAS.

2004-03-13  Danilo Segan  <dsegan@gmx.net>

	* configure.in: Added "tk" to ALL_LINGUAS.

2004-03-10  Alexander Winston  <alexander.winston@comcast.net>

	* configure.in: Added en_CA to ALL_LINGUAS.

2004-03-10  Bill Haneman <billh@gnome.org>

	* configure.in: (build fix)
	Don't check for XTST twice.

2004-03-07  Bill Haneman <billh@gnome.org>

	* configure.in: Revved to 0.10.8.
	Fix for builds with non-standard Xlib prefixes
	[Fernando Herrera, bug #130787].

	* NEWS: updated.

2004-03-04  Guntupalli Karunakar  <karunakar@freedomink.org>

        * configure.in: Added "pa" (Punjabi) to ALL_LINGUAS.

2004-03-03  Bill Haneman <billh@gnome.org>

	* magnifier/magnifier-main.c:
	Made smooth-scrolling on by default, since there is
	little performance difference on the platforms we've tested.

2004-02-27  Paisa Seeluangsawat  <paisa@users.sf.net>

	* configure.in: Added Thai (th) to ALL_LINGUAS.

2004-02-24  Bill Haneman <billh@gnome.org>

	* configure.in:
	Revved to 0.10.7.

	* magnifier/magnifier.c:
	(magnifier_init_window): Make the toplevel magnifier window
	GTK_TYPE_POPUP as it should be override-redirect and should never
	be occluded or decorated.

2004-02-10  Tomasz K³oczko <kloczek@pld.org.pl>

	* magnifier/Makefile.am: fix for paralel build (make -j<N>).
	* configure.in: Trivial cleanup: remove AC_SUBST(CFLAGS),
	  AC_SUBST(CPPFLAGS) and AC_SUBST(LDFLAGS). This variables are
	  substed by default.

2004-02-09  Bill Haneman <billh@gnome.org>

	* configure.in: Revved to 0.10.6.

	Re-dist to fix libtool problem.

2004-02-06  Robert Sedak  <robert.sedak@sk.htnet.hr>

        * configure.in: Added "hr" (Croatian) to ALL_LINGUAS.

2003-01-08  Brian Cameron <Brian.Cameron@sun.com>

	* magnifier/zoom-region.c: Fix pan test so that it does not
	call zoom_region_process_updates if the delta is 0.  This
	should fix the problem with Frame Rate being assigned
	unreasonable values.  Also fixed the counter so it exits
	the pan test after the correct number of iterations.

2003-01-06  Brian Cameron <Brian.Cameron@sun.com>

	* magnifier/zoom-region.c: Properly reset max totals.

2003-12-20  Arafat Medini <lumina@silverpen.de>

	* configure.in: Added Arabic locale "ar"  to ALL_LINGUAS

2003-12-17  Brian Cameron <Brian.Cameron@sun.com>

	* magnifier/zoom-region.c:
	Now cache gc's, so there is less X-traffic.
	* magnifier/magnifier-main.c:
	Properly abort if user specifies a pantest but does not supply
	a number of iterations via --timing-iterations.  Corrected bug
	with exit-magnifier property not being set properly during the
	update test.

2003-12-11  Bill Haneman <billh@gnome.org>

	* magnifier/magnifier.c:
	Fixed compile issue in magnifier_expose_filter.
	Thanks to Kaushal Kumar for catching the problem.

2003-12-10  Tõivo Leedjärv  <toivo@linux.ee>

	* configure.in: Added et to ALL_LINGUAS.

2003-12-10  Bill Haneman <billh@gnome.org>

	* magnifier/zoom-region.c:
	(zoom_region_update): Changed use of deprecated
	gdk_pixbuf_render_to_drawable to
	gdk_draw_pixbuf.

	* magnifier/magnifier.c:
	(magnifier_transform_cursor):
	Replaced gdk_pixbuf_render_to_drawable with gdk_draw_pixbuf (as above).

	* magnifier/magnifier-main.c, zoom-region.c, magnifier.c:
	Silenced some other compiler warnings introduced by timing patch.

2003-12-10  Bill Haneman <billh@gnome.org>

	* magnifier/zoom-region.c:
	Add #include <gdk/gdk.h>
	(zoom_region_clip_to_target): New function, clips a rectangle
	in the source screen to the zoom-region's target.  Used for
	processing expose/dirty notifications on the source.
	(impl_zoom_region_mark_dirty): Fixed implementation; it was
	using the wrong coordinate system for the 'dirty' notification.

	* idl/GNOME_Magnifier.idl:
	Improved docs for markDirty.

	* magnifier/magnifier.c:
	(magnifier_expose_filter): New  method, filters
	'GdkExpose' events that are passed in on a source
	window for which notifications are selected by the
	client.  Useful if we have the ability to 'snoop' exposes on
	the source.
	(magnifier_set_expose_listener):
	Add the expose filter (above) to a specified GdkWindow.
	(magnifier_realize): Add the expose filter (above) to the source root window
	on set_source_display.
	(impl_magnifier_add_zoom_region): Add the expose filter to the source
	root when the first zoom region is added.

2003-12-08  Brian Cameron <Brian.Cameron@sun.com>
	* magnifier/zoom-region.c
	Cleaned the timing report, now more code reuse.

2003-12-09  Åsmund Skjæveland  <aasmunds@fys.uio.no>

	* configure.in: Added nn to ALL_LNGUAS.
	* nn.po: Added Norwegian Nynorsk translation.

2003-12-09  Bill Haneman <billh@gnome.org>

	* configure,in, README, NEWS:
 	Version 0.10.4.

2003-12-08  Brian Cameron <Brian.Cameron@sun.com>
	* magnifier/zoom-region.[ch]
	* magnifier/magnifier-mai.c
	Updated performance tests so that they work properly when
	at magnification factors greater than 2.  Improved test so that
	the ROI never goes off the edge of the screen, and exits more
	cleanly.  Now display a performance summary so that performance
	data can be seen even if --timing-output is not specified.
	Improved the output so that it displays more useful information.
	Cleaned the implementation and code style.

2003-11-19  Brian Cameron <Brian.Cameron@sun.com>

	* magnifier/zoom-region.c
	Made logic for computing total frame time more accurate, cleaned some
	printf statments, and added comments explaining how to read the timing
	report output.

2003-11-18  Brian Cameron <Brian.Cameron@sun.com>

	* magnifier/zoom-region.c
	Fixed typo in printf statement.

2003-11-12  Brian Cameron <Brian.Cameron@sun.com>

	* magnifier/magnifier-main.c
	* magnifier/zoom-region.c
	Updated panning test so that it loads the magnifier with
	screen data on first loop before starting the pan test.

2003-11-06  Brian Cameron <Brian.Cameron@sun.com>

	* magnifier/zoom-region.h
	* magnifier/magnifier-main.c
	* magnifier/zoom-region.c
	Adding perfomance timing output.  Support two different types
	of tests (--timing-delta-x/y and --timing-pan-rate).  Now
	support pending of set_roi requests if they are coming in
	more quickly than can be processed.

2003-09-30  Christian Rose  <menthos@menthos.com>

	* configure.in: Added "eu" to ALL_LINGUAS.

2003-09-22  Taneem Ahmed  <taneem@bengalinux.org>

	* configure.in: Added "bn" to ALL_LINGUAS.

2003-09-19  Christian Rose  <menthos@menthos.com>

	* configure.in: Added "br" to ALL_LINGUAS.

2003-09-02  Gediminas Paulauskas  <menesis@delfi.lt>

	* configure.in: Added lt to ALL_LINGUAS.

2003-08-24  Sanlig Badral  <badral@openmn.org>

	* configure.in: Added "mn" to ALL_LINGUAS.

2003-08-08  Guntupalli Karunakar  <karunakar@freedomink.org>

	* configure.in: Added "hi" to ALL_LINGUAS.

2003-08-06  Wang Jian  <lark@linux.net.cn>

	* configure.in: Added "zh_CN" to ALL_LINGUAS.

2003-08-01  Yuriy Syrota  <yuriy@beer.com>

	* configure.in: Added "uk" to ALL_LINGUAS.

2003-07-30 Paderaig O'Briain <padraig.obriain@sun.com>

	* magnifier/magnifier.c:
	Add include of <strings.h> to fix compiler warning.
	Remove semicolon after BONOBO_TYPE_FUNC_FULL to fix compiler warning.
	(magnifier_init): Move call to bonobo_activation_active_server_register
	to magnifier_new as BONOBO_OBJREF () returns NULL here; it causes
	bonobo-activation-server to crash where NUILL CORBA object is sent.
	(magnifier_new): check if server's registration was successful or not
	and take action accordingly. Code from Adi Dascal.

	This fixes bug #117991.

2003-07-20  Samúel Jón Gunnarsson  <sammi@techattack.nu>

	* configure.in: Added "is" to ALL_LINGUAS.

2003-07-08  Alessio Frusciante  <algol@firenze.linux.it>

	* configure.in: Added "it" (Italian) to ALL_LINGUAS.

2003-07-06  Andras Timar  <timar@gnome.hu>

	* configure.in: Added "hu" to ALL_LINGUAS.

2003-07-02  Laurent Dhima  <laurenti@alblinux.net>

	* configure.in: Added "sq" to ALL_LINGUAS.

2003-06-30  Artur Flinta  <aflinta@cvs.gnome.org>

        * configure.in: Added "pl" to ALL_LINGUAS.


2003-06-29  Dafydd Harries  <daf@parnassus.ath.cx>

	* configure.in: Added cy (Welsh) to ALL_LINGUAS.

2003-06-28  Jordi Mallach  <jordi@sindominio.net>

	* configure.in (ALL_LINGUAS): Added "ca" (Catalan).

2003-06-18  Fatih Demir <kabalak@gtranslator.org>

	* configure.in: Added Turkish ("tr") to the languages' list.

2003-06-03  Changwoo Ryu  <cwryu@debian.org>

	* configure.in: Added "ko" to ALL_LINGUAS.

2003-05-20  Marcel Telka  <marcel@telka.sk>

	* configure.in: Added "sk" to ALL_LINGUAS.

2003-05-13  Abel Cheung  <maddog@linux.org.hk>

	* configure.in: Added "zh_TW" to ALL_LINGUAS.

2003-05-10  Danilo Å egan  <dsegan@gmx.net>

	* configure.in: Added "sr" and "sr@Latn" to ALL_LINGUAS.

2003-04-26  Takeshi AIHANA <aihana@gnome.gr.jp>

	* configure.in: Added 'ja' into ALL_LINGUAS.

2003-04-22 Adi Dascal <ad@baum.ro>

	* magnifier/Makefile.am:
	GNOME_Magnifier.server file will be generated and installed.
	Cosmetical and functional change to EXTRA_DIST (same data, which is
	the value of "server_in_files" variable was exposed in two places).
	Added CLEANFILES tag, so the .server and .server.in will be erased at
	make clean.

2003-04-05  Duarte Loreto <happyguy_pt@hotmail.com>

        * configure.in: Added "pt" to ALL_LINGUAS.

2003-04-02  Bill Haneman <bill.haneman@sun.com>

	[Bugs 106067, 105298, 105820]

	[Replaced use of deprecated methods gtk_signal_connect,
	gtk_exit, gtk_drawable_size, gtk_window_get_size.]

	* configure.in: Add -DG*_DISABLE_DEPRECATED to
	GNOME_MAG_DEBUG_CFLAGS.

	* magnifier/Makefile.am:
	Add GNOME_MAG_DEBUG_CFLAGS to $INCLUDES
	(note that these CFLAGS don't include debug flags
	if --enable-debug wasn't specified).

	* test/mag-test.c:
	(magnifier_clear_all_regions): Removed (unused).
	(test_client_magnifier_get_zoomer): #ifdef'ed out (unused).

	* magnifier/magnifier-main.c:
	(main): Do popt stuff before calling gtk_init.
	Also, set $DISPLAY via putenv if it has been
	assigned via --target-display, this is because gtk+
	may not handle changing X servers mid-stream
	very well.

	* magnifier/magnifier.h:
	* magnifier/magnifier.c:
	(magnifier_new): Don't pass argc and argv anymore, we
	weren't using them anyhow.

	* magnifier/zoom-region.c:
	(zoom_region_paint_crosswire_cursor):
	Fix broken calculation of clip bounds if we're clipping a
	crosswire cursor of thickness > 1 pixel about a cursor bitmap.

2003-04-02  Bill Haneman <bill.haneman@sun.com>

        Fix for bugs 105205 and 106067.

	* magnifier/magnifier-main.c:
	(magnifier_options): Improved terse docs for --fullscreen,
	noting dependency on --source-display and --target-display.

	* configure.in: version 0.10.0

	* idl/GNOME_Magnifier.idl:
	(setMagFactor): return boolean instead of void,
	i.e. FALSE on failure.

	* magnifier/magnifier.h:
	(magnifier_error_check): New; test for X allocation errors.

	* magnifier/magnifier.c:
	(magnifier_error_check): New method (see above).
	(magnifier_x_error_handler): New method (see above).
	(magnifier_realize): Set X error handler (as above).

	* magnifier/zoom-region.h:
	* magnifier/zoom-region.c:
	(ZoomRegionPixmapCreationError): New enum.
	(zoom_region_paint_crosswire_cursor):
	Initialize x_left_clip and y_top_clip.
	(zoom_region_create_pixmap): New, broken out from
	zoom_region_expose_handler.
	Returns an error code if the pixmap could not be
	created, for instance if the target drawable isn't
	initialized yet, or we run out of X memory.
	(zoom_region_expose_handler): call create_pixmap (above),
	and decrement the scale factor if we can't allocate it.
	(impl_zoom_region_set_mag_factor): Refuse to comply, and
	return CORBA_FALSE, if the resulting pixmap is too big for
	X to allocate.  This also means we do the pixmap allocation
	synchronously now, so we can check.
	Note that we can only check if the target is already in
	existance, so in some cases (setting the initial mag factor
	at magnifier startup, i.e. before it's mapped) we
	won't actually return CORBA_FALSE, but will just create the
	largest pixmap possible once the target drawable is realized.


2003-04-02  Bill Haneman <bill.haneman@sun.com>

	* magnifier/magnifier-main.c:
	(magnifier_main_refresh_all):
	Removed obsolete FIXME comment.

	* magnifier/magnifier.h:
	(magnifier_get_root): New method.

	* magnifier/magnifier.c:
	(magnifier_get_root): New method.
	(magnifier_init_window): New method, initializes
	magnifier's main window.
	(magnifier_init): Call magnifier_init_window, don't
	try to set the magnifier's root window here anymore.
	Don't set source and target display to $DISPLAY here,
	set them also in magnifier_init_window.
	Initialize magnifier->priv->root to NULL and
	set it on-demand.

	* magnifier/zoom-region.c:
	(zoom_region_scroll_smooth, zoom_region_cursor_rect):
	(zoom_region_paint_cursor, zoom_region_paint_pixmap):
	Checks for NULL drawables (null cursor,
	null window, null cursor-backing-pixmap, etc.)
	(zoom_region_properties_init):
	Free new bonobo_args after use.
	(zoom_region_update_pointer, zoom_region_source_root):
	Replace direct access to private magnifier 'root'
	window with magnifier_get_root().

2003-04-02  Bill Haneman <bill.haneman@sun.com>

	* configure.in: release 0.9.2
	Removed obsolete GNOME_PLATFORM_GNOME2 macro.
	Replaced AC_DEFINE instances with 3-arg versions, to
	allow omission of acconfig.h.
	Include po/Makefile in AC_OUTPUT.

	* acconfig.h: removed.

	* Makefile.am: added 'po' to SUBDIRS.

2003-03-28  Glynn Foster  <glynn.foster@sun.com>

	* configure.in: release 0.9.1
	* magnifier/Makefile.am: Fixes to distcheck.
	* Makefile.am: Add the intltool stuff to the
	distcheck.

2003-03-26 Bill Haneman <bill.haneman@sun.com>

        Released 0.9.1.

	* configure.in: version 0.9.1.
	* NEWS: updated.

2003-03-23 Adi Dascal <ad@baum.ro> [committed by bh]

 	* magnifier/magnifier.c:
 	(magnifier_transfor_cursor): transform the hotspot, too. (if a scaling
 	    occurs than the position of the hotspot is not the same as in the
 	    xpm file)
 	(magnifier_init_cursor): hold the default hotspot positions in the private
 	    strucure.

2003-03-25  Metin Amiroff <metin@karegen.com>

	* configure.in: Added "az" to ALL_LINGUAS.

2003-02-21  Christian Rose  <menthos@menthos.com>

	* configure.in: Added "ga" to ALL_LINGUAS.

2003-02-21  Roozbeh Pournader  <roozbeh@sharif.edu>

	* configure.in: Added "fa" to ALL_LINGUAS.

2003-02-20  Dmitry G. Mastrukov  <dmitry@taurussoft.org>

	* configure.in: Added Belarusian to ALL_LINGUAS.

2003-02-17 Bill Haneman <bill.haneman@sun.com>

	Fixes for bugzilla #106304.

	* magnifier/magnifier.c:
	(magnifier_parse_display_name): Fixed silly error in
	parsing of screen_num.
	(magnifier_realize): Changed references to
	gdk_x11_get_atom_by_name to gdk_x11_get_atom_by_name_for_display.
	(magnifier_set_property):
	Fixes so that magnifier's main GtkWindow is moved to the correct
	target screen when the MAGNIFIER_TARGET_DISPLAY_PROP property
	is set.

2003-01-31 Bill Haneman <bill.haneman@sun.com>

	* magnifier/magnifier_main.c:
	(main):
	Fixed magnifier's cursor-color property be use ulong.
	(global_options):
	Reverted the default cursor-set back to "default",
	from "crosswire" (which doesn't exist).

	* magnifier/magnifier.c:
	(magnifier_set_property):
	Fixed bonobo-arg bug which was
	introduced/exposed by pbclient patch.
	(magnifier_set_property):
	(magnifier_get_property):
	Revised use of cursor_color property to be a
	'proper' unsigned long.
	(magnifier_init_cursor):
	Restructured 'if' to squash occasional leak.
	(magnifier_transform_cursor): Killed a debug printf.

	* magnifier/crosswire-cursor.xmp:
	Fixed bug in XPM input that resulted in wrong hotspot
	visuals.

2003-01-27 Adi Dascal <ad@baum.ro>

	* magnifier/cursors/*:
	Modified *.xpm files so the cursors would be able to be coloured by
	the current algorithm.

	* magnifier/magnifier.c:
	(magnifier_init_cursor): added a way to obtain the hotspots from the
	    *.xpm cursor files, using a GdkPixbuf method.

	* magnifier/crosshair-cursor.xpm,
	* magnifier/default-cursor.xpm :
	Added hotspot information inside the file.

	* magnifier/magnifier-main.c:
	Setting "cursor-set" property - added.

2003-01-27  Pauli Virtanen  <pauli.virtanen@hut.fi>

	* configure.in (ALL_LINGUAS): Added "fi" (Finnish).

2003-01-23  Kjartan Maraas  <kmaraas@gnome.org>

	* configure.in: Added GETTEXT_PACKAGE and ALL_LINGUAS.

2002-12-10  Michael Meeks  <michael@ximian.com>

	* magnifier/magnifier.c (magnifier_do_dispose): split.
	(magnifier_gobject_dispose, impl_magnifier_dispose): upd.

	* magnifier/zoom-region.c (zoom_region_do_dispose):
	split & protect from double disposes.
	(impl_zoom_region_dispose, zoom_region_dispose): use it.

2002-12-09  Michael Meeks  <michael@ximian.com>

	* magnifier/zoom-region.c (zoom_region_paint_cursor),
	(zoom_region_calculate_scroll_rects),
	(zoom_region_scroll_smooth): exit if we don't have drawable.

	* magnifier/magnifier.c (magnifier_get_type): kill.
	(magnifier_new): upd.
	(impl_magnifier_dispose): upd.
	(impl_magnifier_create_zoom_region): plug leak.
	(magnifier_properties_init): don't leak default args
	on properties that are non-writeable.

	* magnifier/magnifier-main.c
	(magnifier_main_test_image): make test_i_foo a
	local static at least.

	* magnifier/zoom-region.c
	(impl_zoom_region_set_mag_factor): dup/ref pb.
	(zoom_region_update_pointer_timeout): remove evil
	check for ->priv == 0xaaaaaaa ie. what might be
	in freed memory if you're lucky.
	(zoom_region_class_init): use GObject dispose,
	not the epv version.
	(zoom_region_dispose): fix several evilnesses.
	(zoom_region_get_type): kill.
	(zoom_region_finalize): chain to parent.
	(zoom_region_get_source_subwindow): bin ugly static we
	re-allocate each time anyway.
	(impl_zoom_region_dispose): for compat, just do
	an unref.
	calm compile warnings, kill PropData, PropIdx

	* magnifier/magnifier.c (impl_magnifier_create_zoom_region),
	(impl_magnifier_get_properties): dup/ref/rel/unref the pb.

	* magnifier/magnifier-main.c (main): re-write to
	use bonobo_pbclient stuff.
	(magnifier_main_refresh_all): release/unref the pb.

	* magnifier/zoom-region.c (impl_zoom_region_dispose):
	don't g_idle_remove_by_data 3 times.

2002-11-12  Bill Haneman <bill.haneman@sun.com>

	Fixes for bugzilla 95942 and 98236.

	* magnifier/magnifier-private.h:
	Added cursor_default_size member.

	* magnifier/magnifier.c:
	(magnifier_transform_cursor):
	Changed to resize with respect to cursor default size,
	instead of cursor's *current* size. [98236]

	* magnifier/zoom-region.c:
	(zoom_region_queue_update):
	Add zoom_region_process_updates as an idle handler
	on receipt of an update to queue (rather than running the
	idle handler continuously).
	(zoom_region_update_pointer):
	Fixed to correctly detect when the zoom_region has been
	destroyed, and return FALSE then.
	(zoom_region_update_pointer_idle):
	Changed to queue a timeout-based pointer query and return
	FALSE if the pointer has stopped moving, otherwise keep spinning the idle
	handler. [95942]
	(zoom_region_update_pointer_timeout):
	Reinstate this function and queue an idle handler if the pointer
	has moved since the last timeout, which spins until the pointer
	gets quiet.
	(zoom_region_init): Changed to queue a timeout rather than
	an idle handler for the pointer update.
	(zoom_region_finalize):
	Do useful freeing of memory instead of just doing nothing ;-)
	stops massive memory leakage if multiple zoomers are created/destroyed.

2002-10-24  Bill Haneman <bill.haneman@sun.com>

	* acconfig.h: Added this missing file, with
	template for HAVE_XFT.

2002-10-22  Bill Haneman <bill.haneman@sun.com>

	* magnifier/magnifier.h:
	Add a #define for the OAFIID string.
	Fixed type in the IS_MAGNIFIER() macro.

	* magnifier/magnifier.c:
	(magnifier_gobject_dipose):
	Create this method from impl_magnifier_dispose;
	Fix a race condition in magnifier destruction.
	Removed the unref() of the property bag, this happens
	automatically on object disposal because of the way property bag
	is declared (bonobo_property_bag_new_closure).
	(magnifier_class_init):
	Add the gobject dispose handler.

	* test/mag-test.c:
	(get_magnifier): Change so that varible "magnifier" is not
	shadowed, and to avoid the peculiar declaration of "static"
	variables within a method block.

	* magnifier/magnifier-main.c:
	(magnifier_main_pan_all) (magnifier_main_refresh_all)
	Added guards for the timeout methods, to make sure the object
	hasn't been disposed when the timeout is called.
	(main):
	Added calls to g_timeout_remove() for the timers.

2002-10-21  Bill Haneman <bill.haneman@sun.com>

	* configure.in: Test for XTst and locate it if available.

	* magnifier/magnifier-main.c:
	(MagnifierOptions) (main): Add code to set cursor-color.

	* magnifier/magnifier.c:
	(magnifier_scale_cursor): renamed "magnifier_transform_cursor".
	Added code to recolor the magnifier cursor's "black" pixels, if
	a cursor color has been specified.
	(magnifier_recolor_pixbuf) : New method, to support cursor color.
	(magnifier_set_property) (magnifier_get_property) : Cursor-color
	fixes.

	* magnifier/zoom-region.c:
	Added #includes of XTest.h and X11/cursorfont.h.
	(_get_x_cursors) : New method to grab X cursor set.
	(zoom_region_source_root) : Get the root source GdkWindow.
	(zoom_region_update_pointer) : Add code to check the
	current X cursor, using XTest.  Does not seem to work reliably,
	#defined out via TEST_XTST_CURSOR block.

2002-10-18  Bill Haneman <bill.haneman@sun.com>

	* cursors/1_32/*.xpm:
	* cursors/1_48/*.xpm:
	* cursors/1_64/*.xpm:
	Added a number of new cursors, courtesy of BAUM.  They aren't
	available via the "cursor-set" API yet, but will be.

2002-10-18  Bill Haneman <bill.haneman@sun.com>

	* magnifier/magnifier-main.c:
	(MagnifierOptions):
	Fixed incorrect type of cursor_scale_factor popt
	struct member.

	* magnifier/magnifier.c:
	(magnifier_properties_init):
	Fixed naming bug, "cursor-scale-factor" was incorrectly
	referred to as "cursor-mag-factor".

	* magnifier/zoom-region.c:
	Stifled some debug printfs.
	(magnifier_set_property) : Fixed bug when setting "smoothing-type"
	property to "none"; we now revert to NEAREST_NEIGHBOR
	interpolation.


2002-10-17  Bill Haneman <bill.haneman@sun.com>

	* idl/GNOME_Magnifier.idl:
	Added struct Point (GNOME_Magnifier_Point).

	* magnifier/magnifier.c:
	(PropIdx): Added
	MAGNIFIER_CURSOR_COLOR_PROP,
	MAGNIFIER_CURSOR_HOTSPOT_PROP,
	MAGNIFIER_CURSOR_DEFAULT_SIZE_PROP,
	MAGNIFIER_CROSSWIRE_SIZE_PROP,
	MAGNIFIER_CROSSWIRE_CLIP_PROP,
	MAGNIFIER_CROSSWIRE_COLOR_PROP
	(magnifier_regions_refresh_cursor): Removed.
	(magnifier_scale_cursor): Changed to use new properties.
	(magnifier_init_cursor): Initial code for recoloring cursor
	pixmaps (non-functional).
	(magnifier_get_property) (magnifier_set_property)
	(magnifier_init):
	Added support for new properties.
	(magnifier_set_pointer): Removed.

	* magnifier/magnifier-private.h
	* magnifier/magnifier.h:
	Added members for new property support.

	* magnifier/zoom-region.c:
	(zoom_region_cursor_rect):
	(zoom_region_paint_cursor):
	(zoom_region_unpaint_cursor):
	(zoom_region_paint_crosswire):
	(zoom_region_unpaint_crosswire):
	Major changes to cursor drawing, to support new features.
	Crosswire now can draw XOR, colored lines/rects, and
	can be clipped by the cursor's rectanglar bounds if
	desired.
	(zoom_region_update_cursor_pos):
	(zoom_region_update_cursor):
	(zoom_region_update_pointer):
	New functions for cursor tracking and updating.
	(zoom_region_update_pointer_idle): GIdleFunc for checking the
	pointer position.
	(zoom_region_moveto): update the pointer before scrolling.

2002-10-16  Bill Haneman <bill.haneman@sun.com>

	* magnifier/zoom-region.c:
	(zoom_region_update_pointer) (zoom_region_update_pointer_timeout)
	(zoom_region_update_pointer_idle) : New methods, for making sure
	the displayed cursor position in the magnifier is current.
	(impl_zoom_region_dispose): call g_idle_remove_by_data more than
	once.
	(zoom_region_init) : Add the idle func for checking the mouse
	position.
	(zoom_region_paint_*): Change the second GdkRectangle param to a
	pointer.
	(zoom_region_paint_cursor): Don't bother clipping if the second
	parameter is NULL.
	(zoom_region_paint_crosswire_cursor) (zoom_region_cursor_rect):
	Don't use the magnifier->priv->cursor_x, etc. positions,
	ask for the current mouse coords from GDK when painting the
	cursor.

	* magnifier/magnifier.c:
	(magnifier_set_cursor): Don't force refresh of the zoom regions
	anymore, they are now responsible for their own mouse coord finding.

	* magnifier/magnifier-main.c:
	(magnifier_main_pan_image): Revert the change from last night
	which forcibly updated the mouse coords; zoom regions are now
	responsible for doing this themselves.
	(This is much more performant).

2002-10-15  Bill Haneman <bill.haneman@sun.com>

	* magnifier/magnifier.h:
	(magnifier_set_pointer): New method.

	* magnifier/magnifier-main.c:
	(magnifier_main_pan_image): Changed to check the mouse and
	call magnifier_set_pointer() whenever it moves, even if "mouse
	tracking" is not on; this means that the zoom-regions accurately
	reflect the pointer position.  However latency is too big, this is
	a temporary fix and a more performant one is expected.

	* magnifier/magnifier.h:
	Added a gboolean "crosswire" member to the struct, to facilitate
	simultaneous crosswire+normal cursor.

	* magnifier/magnifier.c:
	(magnifier_set_pointer): New method.
	(magnifier_regions_refresh_cursor): New internal method (possibly
	temporary).
	(magnifier_get_cursor): Changes to support simultaneous crosswire
	and 'normal' cursors. (Not yet complete).

	* magnifier/zoom-region.c:
	(zoom_region_paint_cursor): Changes to draw a "normal" cursor only
	if there is a valid GdkDrawable for it in the magnifier private
	structs.  This prevents error messages being printed for
	cursor-set="none".

2002-10-15  Bill Haneman <bill.haneman@sun.com>

	* magnifier/magnifier.c:
	(#include): added #include of <X11/Xatom.h>.
	(magnifier_realize): Set the WM_TYPE of the magnifier
	toplevel window to _WM_TYPE_DOCK; this will work OK until the
	Metacity RFE for a new WM type (for special, always-always-on-top
	windows) goes in.
	(magnifier_unref_zoom_region): Commented-out cast of user_data to
	"Magnifier" since we don't use it yet.

2002-10-14  Bill Haneman <bill.haneman@sun.com>

	* test/control-client.c:
	New file, exercises a couple of simple pieces of control API for a
	running magnifier instance.

	* test/mag-test.c:
	New file; tests a new or running magnifier by clearing all zoom
	regions and creating four new ones with various parameter
	settings.  NOTE: If the pre-existing magnifier is tracking the mouse,
	the resulting test will, too.

	* idl/GNOME_Magnifier.idl:
	Renamed method "resize" to "moveResize".

	* magnifier/GNOME_Magnifier.server.in.in:
	Fixed brokenness in the .server file, in terms of
	namespace and versioning.

	* magnifier/Makefile.am:
	Removed reference to removed file "mag_control.c".

	* magnifier/magnifier-main.c:
	(magnifier_main_pan_image): Now set ROI on all active zoom_regions.

	* magnifier/magnifier.c:
	(magnifier_unref_zoom_region): Created new GFunc for use when
	freein the zoom regions list.
	(magnifier_create_zoom_region): Moved call to gtk_container_add()
	to magnifier_add_zoom_region, so that newly created zoomers aren't
	mapped to the parent until they are explicitly added.
	(magnifier_clear_all_zoom_regions): Fixed so that the zoomers are
	disposed of when the list is freed.
	(magnifier_init): We now add the canvas to the toplevel window
	here.
	()

	* magnifier/zoom-region-private.h:
	Reorganized, tidied comments about the coordinate bounds.  Added
	an expose_handler_id private member, for calling
	gtk_signal_disconnect_by_data(). NOTE: we should change this to
	use gsignal API instead, at some point.

	* magnifier/zoom-region.c:
	(_rectangle_clip_to_rectangle) (_rectangle_clip_to_bounds): Added
	new convenience API, reduced code duplication.
	(zoom_region_clip_to_exposed_target): Changed to use new
	methods above.
	(zoom_region_clip_to_window): New method.
	(zoom_region_paint): We no longer clip to the viewport, but only
	to the window.
	(zoom_region_calculate_scroll_rects) (zoom_region_scroll_fast):
	Added some error checking.
	(zoom_region_recompute_exposed_viewport) : New method.
	(zoom_region_recompute_exposed_bounds): New method; used when
	viewport, roi, border-size, or other coordinate-system-affecting
	properties are changed.
	(zoom_region_update): We no longer clip to the target before
	clipping to the "exposed target".  We also now clip the "paint
	rectangle" to the window, not the viewport.
	(zoom_region_align): New method, factored out of 'moveto' code.
	(impl_zoom_resize): renamed "impl_zoom_move_resize".
	(impl_zoom_region_dispose): We now disconnect from the 'expose'
	signal, and also disconnect the update idle handler, on dispose.
	(zoom_region_private_init): Initialize some things that were being
	left to chance (!).

	* magnifier/zoom-region.h: rearrange members in struct a bit.

	* magnifier/test/Makefile.am: Added 'control-client' and
	'mag-test' targets.

2002-10-10  Bill Haneman <bill.haneman@sun.com>

	* configure.in:
	Changed versioning stuff to match 'libgnome' model.
	We now increment the version when interfaces change.
	Changed current version to '0.9.0', and soname to
	so.1.0.0, to reflect API and bincompat changes.

	* magnifier/Makefile.am:
	Added libgnome_mag_la_LDFLAGS definition, including
	LT_VERSION_INFO.

	* magnifier/magnifier.c:
	(magnifier_init_cursor): Fixed hotspot specification for
	"crosshair" cursor (note, not same as "crosswire" cursor).

	* magnifier/zoom-region-private.h:
	Added a "border" widget.

	* magnifier/zoom-region.c:
	(_coalesce_update_rects): Fixed this so that it actually coalesces
	the expose regions.  It isn't real smart, so the resulting areas
	can be larger than the original updates if the updates are "tiled"
	perfectly.  However for overlapping or redundant expose rectangles
	it helps, and it usually reduces the queue length to only two
	expose events, thus it's mostly a performance improvement.
	(zoom_region_coalesce_updates): Fixed to check for existance of
	zoom_region->coalesce_func pointer, and use that to do coalescing
	if it's found.
	(zoom_region_init_window):
	We now create a "border" widget which contains the viewport.  This
	should help us with border visuals, but it's not fully
	implemented yet so borders are still pretty broken.

2002-10-09  Bill Haneman <bill.haneman@sun.com>

	* magnifier/magnifier-main.c:
	(main): Fixed reversed sense of "--timing-test" flag. [Oops]
	Added support for "--border-size" argument. (border visuals a bit ugly ATM)
	Added support for "--border-color" argument.

2002-10-09  Bill Haneman <bill.haneman@sun.com>

	Mostly-functional sample implementation of new IDL.
	Not Yet Supported: contrast settings (but inverse video is
	supported).
	TODO : consider storing a smaller scaled GdkPixbuf for the source
	image, and discarding it after rendering.

	* idl/GNOME_Magnifier.idl:
	GNOME_Magnifier_ZoomRegion_AlignPolicy: Added this enum.
	GNOME_Magnifier_ZoomRegion_ScrollingPolicy: Added this enum.

	* magnifier/GNOME_Magnifier.server.in.in:
	Activation file now looks in 'bindir' directory,
	since we've moved the magnifier executable there.
	Also changed the OADIID interface string suffix from
	"proto0.1" to "0.9".

	* magnifier/Makefile.am:
	Moved the magnifier executable from LIBEXECDIR to BINDIR,
	since it's user-executable.
	Added cursors DATA, exported CURSORSDIR variable to CFLAGS.
	Added cursors to EXTRA_DIST.

	* magnifier/mag_control.c:
	Changed included file from Magnifier.h to GNOME_Magnifier.h.
	(NB: This source file doesn't work anymore and is deprecated, probably
	will remove it soon).

	* magnifier/magnifier-main.c:
	Added #include of <string.h> due to use of strcmp.
	(MagnifierOptions): Added cursor_set, smoothing_type,
	zoom_factor_x, zoom_factor_y, refresh_time, mouse_poll_time,
	cursor_size, cursor_scale_factor, smooth_scroll, and test_pattern
	members; removed dual_head, clamp_colors, no_bonobo,
	fast_cmap_convert, bilinear, hyperbolic options.
	The removed options were either nonfunctional now or are
	superceded by newer options.
	(magnifier_options): Renamed some options, made "--usage",
	"--help", and "-?" arguments work.  Added support for
	cursor-sets, cursor size and scaling, mouse latency control,
	smoothing algorithms (by name), and scrolling smoothness
	selection. Also added a "use-test-pattern" option for
	testing magnifier scrolling without a source display.
	(lastx, lasty): Removed statics.
	(magnifier_main_test_image): Tweaks to test mode.
	(magnifier_main_pan_image): Replaced use of X API for querying the
	pointer with Gdk API.  We also poke the magnifier's internal
	cursor_x and cursor_y members, which should probably be replaced
	with an API call at some date.
	(magnifier_main_refresh_all): Timer-based routine to mark the
	current view window dirty periodically; either clients or the main
	executable must do this until we get global expose events from the
	XServer, which will only be true for the XVirtualScreen,
	(main): We now do all our interaction with the magnifier instance
	via the properties, initializing them based on the
	magnifier_options from popt.

	* magnifier/magnifier-private.h: Added this file.
	(_MagnifierPrivate): removed X dependencies.
	Added private members for dealing with the root window and the cursor.

	* magnifier/magnifier.c:
	Removed some cruft.
	(magnifier_timing_test): Removed.
	(magnifier_scale_cursor) (magnifier_init_cursor)
	(magnifier_get_cursor): Added methods for cursor manipulation.
	[magnifier_get_cursor is public, others are static methods.]
	(magnifier_get_property): Added support for target-source-size,
	taret-size properties.
	(magnifier_set_property): Removed X dependencies,
	Added support for target-display and source-display properties,
	target-size property, cursor-set, cursor-size, and cursor-zoom properties.
	(impl_magnifier_create_zoom_region): Implemented, and improved
	window behavior.
	(magnifier_init): Removed X dependencies. Changed OADIID suffix to
	"0.9" from "proto0.1".

	* magnifier/magnifier.h:
	Added include of <gdk/gdk.h>.
	Removed deprecated "mag_data" pointer.
	(magnifier_get_cursor): Added public declaration of method.

	* magnifier/zoom-image-private.h:
	(_ZoomRegionPrivate): Added exposed_viewport member, bounds of
	current viewport, not including borders.
	Added source_drawable, source_pixbuf_cache (only used if pixbuf
	diffs are being used), cursor_backing_pixels, border_gc.

	* magnifier/zoom-image.c:
	Massive revision.
	(PropIdx): Added ZOOM_REGION_TESTPATTERN_PROP.
	(_debug_announce_rect): Added debugging aid.
	(_diff_pixbufs): Added support for source image diffs,
	intended for conditional updates, but currently too slow.
	(_combine_rects) (_refactor_rects) (_combine_update_rects)
	(_coalesce_update_rects) (_smartbutbroken_coalesce_update_rects)
	(zoom_region_coalesce_updates) :
	Added event coalescing functions, currently buggy.
	(zoom_region_clip_to_exposed_target) (zoom_region_clip_to_target)
	(zoom_region_clip_to_viewport) (): Added coordinate conversion
	routines.
	(zoom_region_update_current): Added.
	(zoom_region_cursor_rect) (zoom_region_unpaint_crosswire_cursor)
	(zoom_region_paint_crosswire_cursor) (zoom_region_paint_cursor)
	(zoom_region_unpaint_cursor) : Added cursor painting support.
	(zoom_region_paint_border) (zoom_region_paint_pixmap) : Added.
	(zoom_region_paint) : Refactored to use above routines.
	(zoom_region_scroll_fast) : Added cursor support, and scrolling code.
	(zoom_region_scroll_smooth) : Allow smoother scrolling.
	(zoom_region_scroll) : Check the smooth_scroll_policy and decide
	which scrolling routine to call.
	(zoom_region_moveto) : Fixed the coordinate conversions.
	(_zoom_region_invert_pixbuf) : Added support for inverse video.
	(zoom_region_post_process_pixbuf) : Hooks for doing image
	smoothing, currently not connected to anything.
	(zoom_region_get_source_subwindow) : Implement this, so that we
	can get the source display pixels to scale.  Also added support
	for source image diffs, so that we only update if the source image
	has changed.  However the diff process is currently too slow to be
	helpful.
	(zoom_region_update) : Added some useful clipping, so that we only
	update pixels that are currently in-view.  Added hooks to invert
	video, and to post-process the scaled image (for smoothing, etc.).
	(zoom_region_init_window) : split the GdkWindow initialization
	code into its own method.
	(zoom_region_sync) : Changed to consume all pending updates.
	(zoom_region_set_viewport) : Does more stuff, so that setting the
	viewport after the zoomer has been realize works.
	(zoom_region_get_property) :
	(zoom_region_set_property) :
	Added "smooth-scroll-policy" property support.  Better support for
	"smoothing-type", "use-test-pattern", and border properties.
	(impl_zoom_region_set_roi) : Added support for various alignment
	policies.
	(impl_zoom_region_set_mag_factor) :
	(impl_zoom_region_mark_dirty) : Fixed implementation.
	(impl_zoom_region_set_viewport) : Fixed.
	(zoom_region_init_properties) : Added initialization of new
	properties.
	(zoom_region_private_init) (zoom_region_init) : Added
	initializations of new instance data.

	* magnifier/zoom-image.h:
	Added definition of CoalesceFunc.
	Added new members for the event coalescing function to use, and
	changed the 'smooth_scroll' member to a
	GNOME_Magnifier_RectBounds_ScrollingPolicy enum.

	* magnifier/mag_image.h:
	Removed.

	* magnifier/mag_image.c:
	Removed.


2002-09-24  Bill Haneman <bill.haneman@sun.com>

	* idl/GNOME_Magnifier.idl:
	(GNOME_Magnifier_Magnifier_ZoomRegionList):
	Moved to GNOME_Magnifier_ZoomRegionList, where it belongs.

	* magnifier/Makefile.am:
	Added magnifier-main.c to magnifier_SOURCES.

	* magnifier/magnifier-main.c:
	New file, contains main() and associated CLI processing
	code, but not "magnifier" instance code.

	* magnifier/mag_image.h:
	Now we #include "magnifier.h".

	* magnifier/mag_image.c:
	(refresh_image): Changed to take Magnifier* as data,
	not MagnifierData*.
	Also changed to use XDISPLAY information from
	Magnifier struct instead of MagnifierData struct.

	* magnifier/magnifier.h:
	Now #include <bonobo/bonobo-property-bag.h>
	Changed mag_data pointer (deprecated) to a gpointer.

	* magnifier/magnifier.c:
	(global_options):
	(MagnifierOption):
	(magnifier_option):
	(magnifier_realize):
	(magnifier_exit):
	(magnifier_pack_regions):
	(main): Moved to magnifier-main.c.
	(magnifier_process_updates): New method.
	(magnifier_realize): New method.
	(magnifier_parse_display_name):
	New method, parses string into display name and screen number.
	(magnifier_set_property):
	Implemented back-end support for source-display, target-display.
	(magnifier_create_zoom_region):
	Implemented, using ZoomRegion api.
	(magnifier_init):
	Added some old MagnifierData stuff here, which will
	eventually need removing.
	(magnifier_new):
	Removed popt stuff, to magnifier-main.c.

	* magnifier/zoom-region.c:
	(zoom_region_display):
	(zoom_region_get_property): Added debug printf.
	(zoom_region_set_property): Added debug printf.
	(zoom_region_get_properties):
	Fixed previously broken return value, we now dup the objref before
	returning it.

2002-09-24  Bill Haneman <bill.haneman@sun.com>

	* idl/GNOME_Magnifier.idl:
	Major revision of Magnifier API.
	(#includes):
	Now we include (and thus depend on) Bonobo_Property.idl.
	(namespace):
	Now our interfaces are in the GNOME/Magnifier namespace.
	(setMagFactor):
	No longer a oneway method.
	(markDirty, markUnmanaged):
	Moved to ZoomRegion.
	(SourceDisplay, TargetDisplay):
	Changed to BonoboProperty properties.
	(getProperties): new method.
	(setROI): moved to ZoomRegion,
	changed to take RectBounds struct instead of
	individual longs as in params.
	(getROI): move to ZoomRegion, now return a RectBounds.
	(exit): changed to dispose().
	(resize): moved to ZoomRegion.
	(getZoomRegionParams): Changed to getProperties() call on
	the ZoomRegion object.
	(destroyZoomRegion): Removed, replaced with dispose() and
	de-referencing of the ZoomRegion object via unref().
	(addZoomRegion): new method.
	(general):
	Created new GNOME_Magnifier_ZoomRegion interface,
	and return a sequence of ZoomRegions from the Magnifier.
	Defined a new RectBounds structure, for manipulating
	bounding boxes.
	Most methods now operate on these ZoomRegion objects
	rather than the containing Magnifier.
	Most properties and settings on both Magnifier and
	ZoomRegion are now via Bonobo_PropertyBag,
	which is implemented on Magnifier and ZoomRegion, and
	available via getProperties() methods on the two
	interface types.

	* magnifier/Makefile.am:
	Added zoom-region.h and zoom-region.c to
	magnifier_SOURCES.
	Added libgnome-mag.la to LDADD.

	* magnifier/magnifier.c:
	(#includes):
	Added "xoom-region.h" and "GNOME_Magnifier.h".
	(PropIdx):
	New enum.
	(impl_magnifier_fullscreen): Removed.
	(impl_magnifier_set_extents): Removed.
	(impl_magnifier_set_follow_mouse): Removed.
	(impl_magnifier_set_contrast): Removed.
	(impl_magnifier_set_roi): Removed.
	(impl_magnifier_goto): Removed.
	(impl_magnifier_set_mag_factor): Removed.
	(impl_magnifier_mark_dirty): Removed.
	(impl_magnifier_mark_unmanaged): Removed.
	(impl_magnifier_get_zoom_region_params): Removed.
	(impl_magnifier_remove_zoom_region): Removed.
	(impl_magnifier_resize_zoom_region): Removed.
	(impl_magnifier_create_zoom_region): Modified for new args.
	(impl_magnifier_add_zoom_region): New method.
	(impl_magnifier_get_zoom_regions): New method.
	(impl_magnifier_exit): changed to impl_magnifier_dispose().
	(impl_magnifier_destroy): tweaked for new implementation.
	(magnifier_get_property): New method.
	(magnifier_set_property): New method.
	(impl_magnifier_set_source_display): Changed to use properties.
	(impl_magnifier_set_target_display): Changed to use properties.
	(magnifier_class_init): Changed to use new IDL methods.
	(magnifier_instance_init): Changed to use new IDL methods.
	(magnifier_properties_init): New method.
	(magnifier_get_type): Changes for new namespace.

	* magnifier/magnifier.h:
	(Magnifier):
	Changed Magnifier struct to include members for new properties.
	(MagnifierClass):
	Changed POA typename to match new namespace.

	* magnifier/zoom-image.h:
	New file; implementation of GNOME_Magnifier_ZoomRegion.

	* magnifier/zoom-image.c:
	New file; structure/type definitions of
	ZoomRegion BonoboObject which implements
	GNOME_Magnifier_ZoomRegion.

2002-09-02  Kenneth Rohde Christiansen  <kenneth@gnu.org>

	* po/: Added dir
	* magnifier/GNOME_Magnifier.server.in.in:
	Marked strings for translation
	* po/POTFILEs.in: Added files containing strings.
	* po/Makefile.in.in: Added file.

2002-07-19 Bill Haneman <bill.haneman@sun.com>

	* magnifier/mag_image.c:
	GdkPixbug *subimage: Removed unnecessary static object.
	(parse_message): Removed this method (a relic of the old socket
	control).
	(get_num, get_coord, get_rect): Removed these methods.
	(pan_image):
	Removed unused variable 'rect'.
	(CDIFF):
	Fixed this macro, shutup preprocessor warnings.
	(clamp_to_nearest):
	Removed unused retval.
	(GET_PIXEL, PUT_PIXEL):
	New macros for direct gdkpixbuf poking.
	(mag_pixbuf_post_process):
	Removed use of GdkImage and horrible slow copy,
	gdk_image_get_pixel and gdk_image_get_pixel, etc.,
	replacing with direct access to the GdkPixbuf data.
	Also fixed the postprocessing when panning.
	(refresh_image):
	Added missing return value.

	Horizontal and vertical pans now look pretty good, diagonal
	pans still look buggy.

	* magnifier/magnifier.c:
	(sockaddr_un mag_server): Removed (unused).
	(timer_iterations): Removed (unused).
	(get_commands): Removed (unused).
	(main): Removed old traces of socket controls.
	(impl_magnifier_mark_unmanaged):
	Silenced compiler warning.
	(magnifier_class_init):
	Silenced compiler warning.

2002-07-19 Bill Haneman <bill.haneman@sun.com>

	(Branched gnome_2_0 branch prior to this commit)

	* configure.in:
	Now require gtk+-2.1.0.
	Incremented gnome-mag revision to 0.2.0.

	* magnifier/mag_image.h:
	Added global 'spi_source_root_window' GdkWindow.

	* magnifier/mag_image.c:
	Remove old codepath in favor of multihead gdkpixbuf image scaling...
	(old_get_root_subimage):
	Removed.
	(new_get_root_subimage):
	Renamed 'get_root_subimage()'.
	(xlib_get_colormap):
	Removed.
	(mask_table[], convert_map[]):
	Removed.
	(rgb1, rgb1a, rgb8, rgb8a, rgb565lsb, rgb565msb, rgb565alsb):
	Removed.
	(rbg565amsb, rgb555lsb, rgb555msb, rgb555alsb, rgb555amsb):
	Removed.
	(rgb888alsb, rgb888amsb, rgb888lsb, rgb888msb, visual_decompose_mask):
	Removed.
	(convert_real_slow, xlib_get_colormap, get_root_image):
	Removed.
	(get_root_subimage):
	Changed to call gdk_pixbuf_get_from_drawable, rather than the old
	'rgbconvert' method.

	* magnifier/magnifier.c:
	(main):
	Changed to use new codepath, i.e.
	spi_source_root_window = gdk_screen_get_root_window (), rathen
	than using X calls to get the root window.  This way we can use
	GDK more effectively and portably than having to convert XImage
	data via the (previous, removed) various rgbconvert implementation
	methods listed above.

2002-07-16 Bill Haneman <bill.haneman@sun.com>

	* magnifier/mag_image.c:
	rgbconvert():
        Removed unused method; we now use gdkpixbuf to do this.

2002-08-19  Bill Haneman <bill.haneman@sun.com>

	* HACKING:
	Added file, including build sheriff consent.

2002-08-16  Michael Meeks  <michael@ximian.com>

	* magnifier/mag_image.c (rgbconvert):
	add pre-conditions.

2002-08-15  Michael Meeks  <michael@ximian.com>

	* magnifier/Makefile.am: install generated header.

	* gnome-mag-1.0.pc.in: upd.

2002-08-15  Michael Meeks  <michael@ximian.com>

	* magnifier/Makefile.am: rename server file.
	move stuff into libexec, process twice.

	* magnifier/Magnifier.server.in.in: namespace it, update to
	libexec.

	* idl/Magnifier.idl: include Bonobo_Unknown only.
	Also, this file needs renaming to Accessibility_Magnifier

	* idl/GNOME_Magnifier.idl: and rename to this / re-namespace.

2002-08-15  Michael Meeks  <michael@ximian.com>

	* gnome-mag-1.0.pc.in (idldir): get it right.

2002-08-13  Michael Meeks  <michael@ximian.com>

	* idl/Makefile.am (idl_DATA):
	fix it so we actually install it.

2002-07-26  Laszlo Peter  <laca@sun.com>

	* magnifier/Makefile.am: add POPT_LIBS to LDADD.

2002-06-30 Bill Haneman <bill.haneman@sun.com>

	* magnifier/magnifier.c:
	Made the commands setRoi, setMagFactor, markDirty, and goto
	update the display immediately.  Added option at runtime to clamp
	the colors of the scaled image to those of the input image, useful
	with the --bilinear-interpolation and other interpolation options.
	We start the magnifier with a full pull of the root window, so
	that we never see "blackout" areas in the magnified region before
	we process expose events (cosmetic fix).

	* magnifier/mag_image.c:
	Implemented colormap inversion and clamping of the colors in the
	scaled image to the input image.
	NOTE: current implementation is slow, so refresh of the magnifier
	is slower when colormap inversion or clamping are turned on.
	(old_get_root_subimage):
	Renamed from get_root_subimage; will replace with new method when
	patch for bug #86931 is accepted into gtk+.
	(new_get_root_subimage):
	New code which uses the more portable, debugged
	gdk_pixbuf_xlib_get_from_drawable () instead of our cut-and-paste
	code.  [We can't use this until a fix for the bug mentioned above
	is accepted into gtk+.]

2002-06-25 Bill Haneman <bill.haneman@sun.com>

	* magnifier/mag_image.c:
	(display_image):
	Fixed bug which used target screen bounds to clamp center values,
	should have been source screen bounds.
	(convert_real_slow):
	Don't call visual_decompose_mask if the masks are zero.

2002-06-24 Bill Haneman <bill.haneman@sun.com>

	Reworking of the magnification code to support
	fast panning, subimage tiles, and refreshing the copy of the
	source X root window in an idle handler.
	(This code is still pretty rough, but much more
	 performant now).

	* magnifier/magnifier.c:
	(main):
	Added timing benchmark.
	Removed last of socket control API.
	(timing_test):
	Added this method.
	(magnifier_options);
	Added options --bilinear-interpolation and
	--hyperbolic-interpolation, and --timing-test.

	* magnifier/mag_image.h:
	(pan_image):
	(refresh_image):
	Added functions.
	(get_root_subimage):
	Renamed/modified signature.
	(get_root_image):
	Removed.
	(MagnifierData):
	Added source_screen_num and target_screen_num members.

	* magnifier/mag_image.c:
	(get_root_image):
	(get_root_subimage):
	Refactored substantially, get_root_subimage calls
	get_root_image with bbox parameters.
	(expose_event):
	Implemented, to pull data in from stored source
	image and scale on-the-fly.
	(update_image):
	Big refactor.
	(display_image):
	Big refactor.
	(refresh_image):
	New method, refreshes entire copy of source X display.
	(pull_into_scaled_image):
	New method, 'does what it says on the tin'.
	(pan_image):
	New method, in timeout, checks pointer and scrolls/pans window if
	necessary, pulling in new image data if needed from the cached
	copy of the source root window.