Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/ChangeLog
blob: 7d6993b233912ea37037de4e4d6782a594fc7c8e (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
2004-02-17  Bruno coudoin  <bruno.coudoin@free.fr>

	* boards/Makefile.am: added chronos by Jose Jorge
	* boards/chronos.xml.in:
	* boards/chronos/Makefile.am:
	* boards/chronos/bg.jpg:
	* boards/chronos/board1_0.xml.in:
	* boards/chronos/space/1.jpg:
	* boards/chronos/space/2.jpg:
	* boards/chronos/space/3.jpg:
	* boards/chronos/space/4.jpg:
	* boards/chronos/space/bg.jpg:
	* boards/skins/linha_verde/about.png: Added lina-verde theme by Jose Jorge
	* boards/skins/linha_verde/bad.png:
	* boards/skins/linha_verde/bar_bg.jpg:
	* boards/skins/linha_verde/button.png:
	* boards/skins/linha_verde/button_backward.png:
	* boards/skins/linha_verde/button_checked.png:
	* boards/skins/linha_verde/button_exit.png:
	* boards/skins/linha_verde/button_forward.png:
	* boards/skins/linha_verde/button_large.png:
	* boards/skins/linha_verde/button_large2.png:
	* boards/skins/linha_verde/button_large_selected.png:
	* boards/skins/linha_verde/button_redo.png:
	* boards/skins/linha_verde/button_reload.png:
	* boards/skins/linha_verde/button_selected.png:
	* boards/skins/linha_verde/button_small.png:
	* boards/skins/linha_verde/button_style2.png:
	* boards/skins/linha_verde/button_unchecked.png:
	* boards/skins/linha_verde/button_up.png:
	* boards/skins/linha_verde/button_up_selected.png:
	* boards/skins/linha_verde/config.png:
	* boards/skins/linha_verde/dialogbox.png:
	* boards/skins/linha_verde/gcompris-bg.jpg:
	* boards/skins/linha_verde/gcompris-init.jpg:
	* boards/skins/linha_verde/gcompris-shapebg.jpg:
	* boards/skins/linha_verde/help.png:
	* boards/skins/linha_verde/help_bg.png:
	* boards/skins/linha_verde/home.png:
	* boards/skins/linha_verde/images_selector_bg.png:
	* boards/skins/linha_verde/level1.png:
	* boards/skins/linha_verde/level2.png:
	* boards/skins/linha_verde/level3.png:
	* boards/skins/linha_verde/level4.png:
	* boards/skins/linha_verde/level5.png:
	* boards/skins/linha_verde/level6.png:
	* boards/skins/linha_verde/level7.png:
	* boards/skins/linha_verde/level8.png:
	* boards/skins/linha_verde/level9.png:
	* boards/skins/linha_verde/ok.png:
	* boards/skins/linha_verde/repeat.png:
	* boards/skins/linha_verde/skin.xml:
	* boards/skins/linha_verde/voice.png:
	* boards/skins/linha_verde/voice_bad.png:
	* boards/sounds/chronos/space/1.ogg: added for chronos by Jose.
	* boards/sounds/chronos/space/2.ogg:
	* boards/sounds/chronos/space/3.ogg:
	* configure.in: release 5.2
	* gcompris.spec.in: added new sounds
	* po/POTFILES.in: added chronos
	* src/gcompris/gameutil.c: (gcompris_load_pixmap): changed to display a dialog box instead of a direct exit when an image is missing.
	* src/gcompris/log.c: (gcompris_log_end): fixed to compile with old gcc

2004-02-11  Bruno coudoin  <bruno.coudoin@free.fr>

	* boards/sounds/es/geography/alaska.ogg: *.ogg created by M. en T.E. Alejandro Diaz Infante 2004 / GPL
	* boards/sounds/es/geography/albania.ogg:
	* boards/sounds/es/geography/argentina.ogg:
	* boards/sounds/es/geography/austria.ogg:
	* boards/sounds/es/geography/bahamas.ogg:
	* boards/sounds/es/geography/belarus.ogg:
	* boards/sounds/es/geography/belgium.ogg:
	* boards/sounds/es/geography/bolivia.ogg:
	* boards/sounds/es/geography/bosnia_herzegovina.ogg:
	* boards/sounds/es/geography/brazil.ogg:
	* boards/sounds/es/geography/bulgaria.ogg:
	* boards/sounds/es/geography/canada.ogg:
	* boards/sounds/es/geography/chile.ogg:
	* boards/sounds/es/geography/colombia.ogg:
	* boards/sounds/es/geography/costa_rica.ogg:
	* boards/sounds/es/geography/croatia.ogg:
	* boards/sounds/es/geography/cuba.ogg:
	* boards/sounds/es/geography/cyprus.ogg:
	* boards/sounds/es/geography/czech.ogg:
	* boards/sounds/es/geography/denmark.ogg:
	* boards/sounds/es/geography/dominican_republic.ogg:
	* boards/sounds/es/geography/ecuador.ogg:
	* boards/sounds/es/geography/estonia.ogg:
	* boards/sounds/es/geography/finland.ogg:
	* boards/sounds/es/geography/france.ogg:
	* boards/sounds/es/geography/french_guiana.ogg:
	* boards/sounds/es/geography/gcompris_geography_es.assetml.in:
	* boards/sounds/es/geography/germany.ogg:
	* boards/sounds/es/geography/greece.ogg:
	* boards/sounds/es/geography/greenland.ogg:
	* boards/sounds/es/geography/guatemala.ogg:
	* boards/sounds/es/geography/guyana.ogg:
	* boards/sounds/es/geography/haiti.ogg:
	* boards/sounds/es/geography/honduras.ogg:
	* boards/sounds/es/geography/hungary.ogg:
	* boards/sounds/es/geography/iceland.ogg:
	* boards/sounds/es/geography/ireland.ogg:
	* boards/sounds/es/geography/italy.ogg:
	* boards/sounds/es/geography/jamaica.ogg:
	* boards/sounds/es/geography/latvia.ogg:
	* boards/sounds/es/geography/lithuania.ogg:
	* boards/sounds/es/geography/luxembourg.ogg:
	* boards/sounds/es/geography/macedonia.ogg:
	* boards/sounds/es/geography/mexico.ogg:
	* boards/sounds/es/geography/moldova.ogg:
	* boards/sounds/es/geography/netherland.ogg:
	* boards/sounds/es/geography/nicaragua.ogg:
	* boards/sounds/es/geography/norway.ogg:
	* boards/sounds/es/geography/panama.ogg:
	* boards/sounds/es/geography/paraguay.ogg:
	* boards/sounds/es/geography/peru.ogg:
	* boards/sounds/es/geography/poland.ogg:
	* boards/sounds/es/geography/portugal.ogg:
	* boards/sounds/es/geography/romania.ogg:
	* boards/sounds/es/geography/russia.ogg:
	* boards/sounds/es/geography/salvador.ogg:
	* boards/sounds/es/geography/serbia_montenegro.ogg:
	* boards/sounds/es/geography/slovakia.ogg:
	* boards/sounds/es/geography/slovenia.ogg:
	* boards/sounds/es/geography/spain.ogg:
	* boards/sounds/es/geography/suriname.ogg:
	* boards/sounds/es/geography/sweden.ogg:
	* boards/sounds/es/geography/switz.ogg:
	* boards/sounds/es/geography/turkey.ogg:
	* boards/sounds/es/geography/ukraine.ogg:
	* boards/sounds/es/geography/united_kingdom.ogg:
	* boards/sounds/es/geography/uruguay.ogg:
	* boards/sounds/es/geography/usa.ogg:
	* boards/sounds/es/geography/venezuela.ogg:
	* configure.in: spanish geography are now Version 1.0

2004-02-09  Bruno coudoin  <bruno.coudoin@free.fr>

	* boards/doubleentry/board1_0.xml.in: fixed. changed pixmap images by text
	* boards/doubleentry/board3_0.xml.in: fixed. changed pixmap images by text
	* boards/gcompris_pixmaps.assetml.in: removed pixmap numbers
	* boards/imageid.xml.in: typo
	* boards/money.xml.in: typo
	* boards/money_cents.xml.in: typo
	* configure.in: release 5.1 and release 1.1 for misc_pt sounds

2004-02-08  Bruno coudoin  <bruno.coudoin@free.fr>

	* boards/billard.xml.in: typo, title changed to billiards
	* boards/flags/gcompris_flags.assetml.in: added croatian
	* boards/sounds/HOWTO_ENCODE: added some hints
	* boards/wordsgame/wordslevel3.fr: created by Catherine Lhomme
	* configure.in: added info about lib ogg/ao/vorbis detection
	* po/es.po: fixed errors in missing_letter bug in debian #228712
	* src/boards/gletters.c: (add_char), (key_press): added log call on what letter we got vs expected
	* src/boards/py-mod-gcompris.c: (py_gcompris_log_set_comment): changed gcompris.log_set_reason signature
	* docs/C/python.xml: changed gcompris.log_set_reason signature
	* src/boards/reading.c: (player_loose): adapted call to changed gcompris.log_set_reason
	* src/boards/smallnumbers.c: (pause_board), (start_board),
	(smallnumbers_next_level), (player_win): added call to bonus
	* src/gcompris/about.c: (gcompris_about_start): added tranlator
	* src/gcompris/config.c: (item_event_ok): fixed default locale not being saved
	* src/gcompris/gameutil.c: (gcompris_read_xml_file),
	(cleanup_menus), (gcompris_load_menus): added support for dynamic locale reload
	* src/gcompris/gameutil.h: changed an internal func signature to support for dynamic locale
	* src/gcompris/gcompris.c: (board_widget_key_press_callback),
	(gcompris_set_locale): remove log key call (commented by now)
	* src/gcompris/gcompris.h: changed gcompris_log_set_comment signature
	* src/gcompris/log.c: (gcompris_log_set_comment): changed gcompris_log_set_comment signature
	* src/gcompris/properties.c: (gcompris_properties_new),
	(gcompris_properties_save): fixed locale not being saved

2004-02-04  Bruno coudoin  <bruno.coudoin@free.fr>

	* TODO: added TODO for configuration of audio audput in a config dialog
	* boards/algebra_plus.xml.in: improved comments
	* boards/babymatch.xml.in: improved comments
	* boards/babyshapes.xml.in: improved comments
	* boards/click_on_letter.xml.in: improved comments
	* boards/clickgame.xml.in: improved comments
	* boards/enumerate.xml.in: improved comments
	* boards/sounds/pt/misc/gcompris_misc_pt.assetml.in: updated by Jose
	* boards/sounds/pt/misc/about.ogg: created by Jose Jorge 
	* boards/sounds/pt/misc/back.ogg:  created by Jose Jorge 
	* boards/sounds/pt/misc/configuration.ogg:  created by Jose Jorge 
	* boards/sounds/pt/misc/congratulations.ogg: created by Jose Jorge 
	* src/boards/gletters.c: (gletters_create_item): fixed bug where object could be displayed 
	on the right (invisible)
	* src/boards/wordsgame.c: (key_press): cleanup
	* src/gcompris/gcompris.c: (board_widget_key_press_callback): added the key logger in log
	* src/gcompris/gcompris.h: added the key logger in log (no need for python plugins)
	* src/gcompris/log.c: (gcompris_log_start), (gcompris_log_set_key),
	(gcompris_log_end): added the key logger
	
2004-02-02  Bruno coudoin  <bruno.coudoin@free.fr>

	* boards/algebra_group.xml.in: -A- removed difficulty=0 cause it breaks the web site generation
	* boards/boards.xml.in: -A-
	* boards/colors_group.xml.in: -A-
	* boards/computer.xml.in: -A-
	* boards/experience.xml.in: -A-
	* boards/fun.xml.in: -A-
	* boards/menu.xml.in: -A-
	* boards/redraw_symmetrical.xml.in: fixed comments
	* boards/skins/pink/skin.xml: changed colors for erase
	* boards/wordsgame/wordslevel1.fr: New list of words from Catherine Lhomme
	* boards/wordsgame/wordslevel2.fr: New list of words from Catherine Lhomme
	* boards/wordsgame/wordslevelmax.fr: New list of words from Catherine Lhomme
	* gcompris.spec.in: added melody ogg files
	* src/boards/advanced_colors.c: (item_event): fixed bug: added pause while in bonus
	* src/boards/click_on_letter.c: (click_on_letter_create_item),
	(game_won), (process_ok_timeout), (process_ok), (item_event),
	(highlight_selected): fixed bug: added pause while in bonus
	* src/boards/colors.c: (item_event): fixed bug: added pause while in bonus
	* src/boards/imageid.c: (imageid_next_level), (item_event),
	(highlight_selected): fixed bug: added pause while in bonus
	* src/boards/leftright.c: (item_event): fixed bug: added pause while in bonus
	* src/boards/machpuzzle.c: (create_machine_item): changed hole color to black
	* src/boards/missingletter.c: (missing_letter_next_level),
	(missing_letter_create_item), (item_event), (highlight_selected),
	(add_xml_data): fixed bug: added pause while in bonus
	* src/boards/read_colors.c: (item_event): fixed bug: added pause while in bonus
	* src/boards/reading.c: (player_win), (player_loose),
	(item_event_valid): fixed bug: added pause while in bonus
	* src/gcompris/config.c: added Croatian
	* src/gcompris/score.c: (gcompris_score_set): centered score. use / instead of : for separator

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

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

2004-01-31  Bruno coudoin  <bruno.coudoin@free.fr>

	* Release 5.0
	* src/boards/machpuzzle.c: (rectangle_in): Fixed hole detection.

2004-01-31  Bruno coudoin  <bruno.coudoin@free.fr>

	* boards/skins/default/skin.xml: added and changed colors for erase
	* boards/skins/pink/skin.xml: added and changed colors for erase
	* src/boards/erase.c: (erase_next_level), (erase_create_item),
	(game_won), (item_event): based on an idea of Zsolt, added a 2 times and 3 times shoot items
	* src/gcompris/.cvsignore: fixed.

2004-01-30  Bruno coudoin  <bruno.coudoin@free.fr>

	* boards/Makefile.am: added billard
	* boards/billard.xml.in: created
	* boards/boardicons/billard.png: created 
	* boards/images/billard_background.jpg: created 
	* po/POTFILES.in: added billard
	* src/boards/machpuzzle.c: (start_board), (end_board), (set_level),
	(is_our_board), (minigolf_next_level),
	(minigolf_destroy_all_items), (minigolf_create_item), (game_won),
	(create_machine_item), (rectangle_in), (minigolf_move): completed implementation to have a simple billard simulation
	* src/boards/python/gcompris/bonus/.cvsignore: remove .pyc now
	* src/boards/python/gcompris/sound/.cvsignore: remove .pyc now
	* src/gcompris/bonus.c: (board_finished): now uses LOG_STATUS_COMPLETED when board_finished arrives.
	* src/gcompris/gcompris.h: added GCOMPRIS_LOG_STATUS_COMPLETED

2004-01-27  Bruno coudoin  <bruno.coudoin@free.fr>

	* src/boards/menu.c: (menu_create_item): fixed malformed printf regardings mandatory_sound_file

2004-01-27  Bruno coudoin  <bruno.coudoin@free.fr>

	* boards/gcompris/letters/0.png: Letters/Numbers pixmaps are Not needed anymore
	* boards/gcompris/letters/1.png:
	* boards/gcompris/letters/2.png:
	* boards/gcompris/letters/3.png:
	* boards/gcompris/letters/4.png:
	* boards/gcompris/letters/5.png:
	* boards/gcompris/letters/6.png:
	* boards/gcompris/letters/7.png:
	* boards/gcompris/letters/8.png:
	* boards/gcompris/letters/9.png:
	* boards/gcompris/letters/A.png:
	* boards/gcompris/letters/B.png:
	* boards/gcompris/letters/C.png:
	* boards/gcompris/letters/D.png:
	* boards/gcompris/letters/E.png:
	* boards/gcompris/letters/F.png:
	* boards/gcompris/letters/G.png:
	* boards/gcompris/letters/H.png:
	* boards/gcompris/letters/I.png:
	* boards/gcompris/letters/J.png:
	* boards/gcompris/letters/K.png:
	* boards/gcompris/letters/L.png:
	* boards/gcompris/letters/M.png:
	* boards/gcompris/letters/N.png:
	* boards/gcompris/letters/O.png:
	* boards/gcompris/letters/P.png:
	* boards/gcompris/letters/Q.png:
	* boards/gcompris/letters/R.png:
	* boards/gcompris/letters/S.png:
	* boards/gcompris/letters/T.png:
	* boards/gcompris/letters/U.png:
	* boards/gcompris/letters/V.png:
	* boards/gcompris/letters/W.png:
	* boards/gcompris/letters/X.png:
	* boards/gcompris/letters/Y.png:
	* boards/gcompris/letters/Z.png:
	* boards/gcompris/letters/a.png:
	* boards/gcompris/letters/b.png:
	* boards/gcompris/letters/by.png:
	* boards/gcompris/letters/c.png:
	* boards/gcompris/letters/d.png:
	* boards/gcompris/letters/div.png:
	* boards/gcompris/letters/e.png:
	* boards/gcompris/letters/equal.png:
	* boards/gcompris/letters/f.png:
	* boards/gcompris/letters/g.png:
	* boards/gcompris/letters/h.png:
	* boards/gcompris/letters/i.png:
	* boards/gcompris/letters/j.png:
	* boards/gcompris/letters/k.png:
	* boards/gcompris/letters/l.png:
	* boards/gcompris/letters/m.png:
	* boards/gcompris/letters/minus.png:
	* boards/gcompris/letters/n.png:
	* boards/gcompris/letters/o.png:
	* boards/gcompris/letters/p.png:
	* boards/gcompris/letters/plus.png:
	* boards/gcompris/letters/q.png:
	* boards/gcompris/letters/question.png:
	* boards/gcompris/letters/r.png:
	* boards/gcompris/letters/s.png:
	* boards/gcompris/letters/t.png:
	* boards/gcompris/letters/u.png:
	* boards/gcompris/letters/v.png:
	* boards/gcompris/letters/w.png:
	* boards/gcompris/letters/x.png:
	* boards/gcompris/letters/y.png:
	* boards/gcompris/letters/z.png:
	* docs/C/python.xml: updated to remove gcompris_load_number_pixmap
	* src/boards/algebra.c: (start_board), (key_press),
	(display_operand), (algebra_create_item), (set_focus_item),
	(process_ok), (get_operand), (get_random_number): ported to use fonts instead of gcompris_load_number_pixmap
	* src/boards/py-mod-utils.c: updated to remove gcompris_load_number_pixmap
	* src/gcompris/board.c: (board_check_file): added a test in case menu are not loaded
	* src/gcompris/bonus.c: (board_finished), (bonus_image): added a call to gcompris_log_start
	* src/gcompris/gameutil.c: updated to remove gcompris_load_number_pixmap
	* src/gcompris/gameutil.h: updated to remove gcompris_load_number_pixmap

2004-01-26  Olivier Samyn  <osamyn@ulb.ac.be>

	* src/boards/py-mod-gcompris.c: (python_gcompris_module_init): Added gettext variables
	* src/boards/python/gcompris/__init__.py: Added gettext binding
	* src/boards/python/pythontest.py: Sample gettext use

2004-01-25  Bruno coudoin  <bruno.coudoin@free.fr>

	* src/boards/gletters.c: (pause_board), (start_board),
	(gletters_next_level), (gletters_create_item), (player_win): changed to use fonts instead of fixed pixmaps for letters
	* src/gcompris/score.c: (display_number): changed to use fonts instead of fixed pixmaps for letters
	* boards/melody.xml.in: added _ to title, added mandatory_sound_file.	

2004-01-24  Olivier Samyn  <osamyn@ulb.ac.be>

	* src/boards/py-mod-gcompris.c: (py_gcompris_bar_set_repeat_icon),
	(py_gcompris_bar_hide), (py_gcompris_board_has_help),
	(py_gcompris_help_start), (py_gcompris_log_set_comment): fixed compilation warning and some errors 
	* src/boards/py-mod-skin.c: (py_gcompris_skin_get_font): fixed compilation warning and some errors
	* src/boards/py-mod-utils.c: (py_gcompris_item_event_focus): fixed compilation warning and some errors
	* src/boards/python.c: (pythonboard_init), (pythonboard_start),
	(pythonboard_pause), (pythonboard_end), (pythonboard_is_our_board),
	(pythonboard_key_press), (pythonboard_ok), (pythonboard_set_level),
	(pythonboard_config), (pythonboard_repeat): fixed bug when pressing a key in a python board, fixed compilation warning and some errors
	* src/gcompris/gcompris.h: corrected function name (gcompris_log_set_comment)

2004-01-24  Bruno coudoin  <bruno.coudoin@free.fr>

	* src/boards/target.c: (start_board), (target_next_level),
	(process_ok), (request_score): fixed bug where ok was accepted before dart were send.
	now the ok button is contextual.
	* src/gcompris/log.c: (gcompris_log_end): added program name in the log format. Now use starttime.

2004-01-21  Olivier Samyn  <osamyn@easynet.be>

	* docs/C/python.html: synced docs with code
	* docs/C/python.xml: synced docs with code
	* src/boards/py-mod-gcompris.c: (py_gcompris_bar_set_repeat_icon),
	(py_gcompris_get_user_default_locale),
	(py_gcompris_log_set_reason), (py_gcompris_log_end): wrapped some
new functions
	* src/boards/py-mod-utils.c: (py_gcompris_item_rotate_relative),
	(py_gcompris_item_rotate_relative_with_center),
	(py_gcompris_load_pixmap_asset), (py_gcompris_get_asset_file):
wrapped some new functions

2004-01-20  Bruno coudoin  <bruno.coudoin@free.fr>

	* po/Makefile.in.in: no idea why it as changed
	* src/boards/reading.c: (player_win), (player_loose): added call to log for failed comment
	* src/gcompris/Makefile.am: added log.c
	* src/gcompris/board.c: (board_play), (board_stop): added log API call
	* src/gcompris/bonus.c: (bonus_image): added log API call
	* src/gcompris/gcompris.h: added log API
	* src/gcompris/log.c: created the log API

2004-01-19  Bruno coudoin  <bruno.coudoin@free.fr>

	* src/boards/missing_letter.c: now hide the bar just after the ok
	* src/boards/colors.c: now hide the bar just after the ok
	* src/boards/read_colors.c: now hide the bar just after the ok
	* src/boards/advanced_colors.c: now hide the bar just after the ok
	* src/boards/leftright.c: now hide the bar just after the ok
	* src/boards/enumerate.c: (process_ok): give proper negative feedback
	* src/boards/maze.c: (maze_create_item): do not display help message in 2D
	* src/boards/reading.c: (reading_next_level),
	(reading_destroy_all_items), (player_win), (player_loose): fixed start sequence
	* src/boards/target.c: (process_ok): give proper negative feedback

2004-01-19  Bruno coudoin  <bruno.coudoin@free.fr>

	* boards/boardicons/melody.png: new better icon by jose
	* boards/sounds/en/colors/gcompris_colors_en.assetml.in: fixed the location of orange.ogg
	* boards/sounds/en/colors/orange.ogg: added here: fixed the location of this file
	* boards/sounds/en/geography/gcompris_geography_en.assetml.in: fixed the location of orange.ogg
	* boards/sounds/en/geography/orange.ogg: deleted here: fixed the location of this file
	* boards/sounds/melody/melody.ogg: added by Jose
	* src/boards/maze.c: (start_board): fixed image icon name
	* src/boards/python/melody.py: fixed timer management and crash
	* boards/click_on_letter.xml.in: replaced speaker by mouth icon in help comment
	
2004-01-16  Bruno coudoin  <bruno.coudoin@free.fr>

	* boards/boardicons/melody.png: created by Jose
	* boards/melody.xml.in: change to difficulty 2. No more a devel.

2004-01-16  Bruno coudoin  <bruno.coudoin@free.fr>

	* boards/melody/cursor.png: new from Jose
	* src/boards/python/melody.py: fixed many bugs around and implemented a theme list

2003-12-23  Bruno coudoin  <bruno.coudoin@free.fr>

	* boards/boardicons/redraw_symmetry.png: created by Bruno
	* src/gcompris/gcompris.c: (gcompris_set_cursor): replaced cursor cleanup by a non deprecated func.

2003-12-21  Bruno coudoin  <bruno.coudoin@free.fr>

	* boards/images/maze-2d-bubble.png: Created by Ronny Standtke to have a contextual redo/help icon
	* boards/images/maze-3d-bubble.png: Created by Ronny Standtke to have a contextual redo icon
	* boards/skins/default/button_redo.png: Created by Ronny Standtke to have a contextual redo icon
	* boards/skins/default/button_reload.png: Created by Ronny Standtke to have a contextual redo icon
	* boards/maze3D.xml.in: added some help
	* docs/C/gcompris.texi: updated development process
	* docs/C/python.html: updated development process
	* docs/fr/gcompris.texi: updated development process
	* po/POTFILES.in: added redraw_symmetrical
	* src/boards/hanoi.c: (hanoi_create_item): removed console printout
	* src/boards/maze.c: (start_board), (repeat), (maze_create_item): implemented a contectual help icon.
	* src/boards/python/redraw.py: now display the icon of the mode. now the new board don not overlap the bonus icon.
	* added support for symmetrical mode
	* src/boards/railroad.c: (start_board):  implemented a contectual help icon.
	* src/boards/traffic.c: (start_board): implemented a contectual help icon.
	* src/gcompris/bar.c: (gcompris_bar_set_repeat_icon): fixed to work with the focus
	* src/gcompris/bonus.h: indent fix
	* src/gcompris/images_selector.c: (item_event_imageset_selector): fixed bad cast (gcc warning)
	* src/gcompris/properties.c: (gcompris_properties_new): fixed core dump when no LANG ENV var are set

2003-12-21  Bruno coudoin  <bruno.coudoin@free.fr>

	* boards/Makefile.am: added redraw_symmetrical
	* boards/melody.xml.in: created
	* boards/redraw.xml.in: minor fix
	* boards/redraw_symmetrical.xml.in: created

2003-12-16  Bruno coudoin  <bruno.coudoin@free.fr>

	* doc/C/python.xml: updated sounds packages doc.

2003-12-15  Bruno coudoin  <bruno.coudoin@free.fr>

	* boards/Makefile.am: -A- added melody board by Jose JORGE
	* boards/melody/.cvsignore: -A-
	* boards/melody/background.jpg: -A-
	* boards/melody/cursor.png: -A-
	* boards/melody/son1.png: -A-
	* boards/melody/son2.png: -A-
	* boards/melody/son3.png: -A-
	* boards/melody/son4.png: -A-
	* boards/sounds/melody/son1.ogg: -A-
	* boards/sounds/melody/son2.ogg: -A-
	* boards/sounds/melody/son3.ogg: -A-
	* boards/sounds/melody/son4.ogg: -A-
	* po/POTFILES.in: -A-
	* src/boards/py-mod-utils.c: (py_gcompris_set_image_focus): cleanup, removed traces
	* src/boards/python/Makefile.am: -A-
	* src/boards/python/melody.py: -A-

2003-12-11  Bruno coudoin  <bruno.coudoin@free.fr>

	* src/gcompris/bar.c: (gcompris_bar_set_repeat_icon),
	(gcompris_bar_set): implemented the possibility to specify a repeat icon (not tested)
	* src/gcompris/gcompris.h:  implemented the possibility to specify a repeat icon
	* src/gcompris/properties.c: fixed comment that was hiding a func
	* src/gcompris/soundutil.h: added stdio.h

2003-12-09  Bruno coudoin  <bruno.coudoin@free.fr>

	* boards/redraw.xml.in: added documentation
	* boards/skins/default/gcompris-shapebg.jpg: fixed 1 missing pixel border
	* boards/traffic/TrafficData: removed and replaced by traffic.h
	* configure.in: replaced the dependancy of gcompris from gnome to gtk
	marked to release 5.0
	* docs/fr/gcompris.texi: fixed doc nodes
	* gcompris.spec.in: fixed for info file distribution. better use of % directives
	* po/POTFILES.in: added redraw.py
	* src/boards/Makefile.am: added trafic.h
	* src/boards/advanced_colors.c: (init_xml), (read_xml_file): gtk port
	* src/boards/chess.c: (start_board), (chess_create_item),
	(start_child): fixed error message and process to use GNUCHESS env var
	* src/boards/clickgame.c: (load_random_pixmap): use g_file_test instead of g_file_exists
	* src/boards/imageid.c: (init_xml), (read_xml_file): use g_file_test instead of g_file_exists
	* src/boards/menu.c: (menu_create_item): use g_file_test instead of g_file_exists
	* src/boards/missingletter.c: (init_xml), (read_xml_file): use g_file_test instead of g_file_exists
	* src/boards/py-mod-sound.c: removed gcompris_play_sound (gnome dependant)
	* src/boards/python/redraw.py: added i18n (don't work), removed editable flag
	* src/boards/read_colors.c: (init_xml), (read_xml_file): use g_file_test instead of g_file_exits
	* src/boards/reading.c: added stdio.h
	* src/boards/traffic.c: (load_level), (cars_from_strv): modified to use a .h instead of a file for data
	* src/boards/traffic.h: created with data from boards/traffic/TrafficData
	* src/boards/wordsgame.c: added stdio.h
	* src/gcompris/Makefile.am: gtk port
	* src/gcompris/about.c: (item_event_ok): commented out gnome_url_show. Still Need a replacement
	* src/gcompris/callbacks.c: (on_quit1_activate): implemeted quit CB, cleanup of unneeded funtions
	* src/gcompris/config.c: (item_event_ok): gtk port
	* src/gcompris/gcompris-edit.c: (quit_cb), (main): uses gcompris_write_boards_status now. Quit CB.
	* src/gcompris/gcompris.c: (init_background),
	(gcompris_set_cursor), (setup_window), (gcompris_exit),
	(gcompris_init): gtk port, params reading rewrite, main loop moved from gnome to gtk
	* src/gcompris/gcompris.h: added missing include due to the remove of gnome
	* src/gcompris/pluginenum.c: added stdio.h
	* src/gcompris/properties.c: (scan_get_int), (scan_get_string),
	(gcompris_properties_new), (gcompris_properties_save),
	(boards_write), (gcompris_write_boards_status),
	(read_boards_status), (gcompris_properties_enable_board),
	(gcompris_properties_disable_board): complete rewrite with the glib scanner.
	* src/gcompris/properties.h: removed unused gcompris_properties_copy. added enum for properties
	added gcompris_write_boards_status
	* src/gcompris/soundutil.c: (gcompris_play_ogg_list):  removed gcompris_play_sound (gnome dependant)
	* src/gcompris/soundutil.h:  removed gcompris_play_sound (gnome dependant)

2003-12-06  Bruno coudoin  <bruno.coudoin@free.fr>

	* src/gcompris/bonus.c: now hide the bar.
	* src/boards/shapegame.c: implemented pause. fixed set locale bug.
	* src/boards/draw.c: implemented pause
	* src/boards/maze.c: implemented pause
	* src/railroad.c: implemented pause
	
2003-11-29  Bruno coudoin  <bruno.coudoin@free.fr>

	* Release 4.2
	* src/boards/python/redraw.py: added display of level and coordinate. fixed checkings

2003-11-26  Bruno coudoin  <bruno.coudoin@free.fr>

	* src/boards/python/redraw.py: added more target
	* src/gcompris/config.c: (gcompris_config_start),
	(set_locale_flag), (get_locale_name): changed locale init to support the default locale as is
	* src/gcompris/gcompris.c: (gcompris_get_locale),
	(gcompris_get_user_default_locale), (gcompris_set_locale),
	(gcompris_init): changed locale init to support the default locale 
	* src/gcompris/gcompris.h: added gcompris_get_user_default_locale
	* src/gcompris/properties.c: (gcompris_properties_new): changed locale init to support the default locale

2003-11-23  Bruno coudoin  <bruno.coudoin@free.fr>

	* boards/redraw.xml.in: added redraw.png. set level to 3
	* boards/boardicons/redraw.png: created
	* src/boards/python/redraw.py: completed, usable board. Need more content yet.	

2003-11-21  Bruno coudoin  <bruno.coudoin@free.fr>

	* boards/draw/color-selector.jpg: changed color
	* boards/draw/tool-selector.jpg: changed color
	* boards/geography/board1_0.xml.in: moved map on the right
	* boards/geography/board2_0.xml.in: moved map on the right
	* boards/geography/europe/italy.png: changed color
	* boards/geography/europe/russia.png: changed color
	* boards/skins/default/gcompris-shapebg.jpg: changed color
	* src/boards/draw.c: (display_color_selector): looking improvements
	* src/boards/python/redraw.py: completed the board. Now playable

2003-11-14  Bruno coudoin  <bruno.coudoin@free.fr>

	* src/boards/python/redraw.py: nearly completed the implementation but not yet playable
	* src/boards/python/watercycle.py: added file header
	
2003-11-08  Bruno coudoin  <bruno.coudoin@free.fr>

	* src/gcompris/gcompris.c: (gcompris_set_locale), (gcompris_init): added display of ao devices
	* src/gcompris/oggplayer.c: (decode_ogg_file),
	(display_ao_devices): created display_ao_devices to display ao devices
	* src/gcompris/soundutil.h: add of display_ao_devices

2003-11-05  Bruno coudoin  <bruno.coudoin@free.fr>

	* TODO: updated
	* src/boards/draw.c: (get_tool_cursor), (item_event_move): changed drawing tools order. 
	*                                                          fixed raise/lower button.
	* src/boards/menu.c: (menu_create_item): put in red sound icon if sound is not working
	* src/gcompris/oggplayer.c: (decode_ogg_file): disable the sounds in gcompris if cannot open it
	* src/gcompris/properties.h: added a boolean to check if the sounds is working
	* src/gcompris/soundutil.c: (scheduler_bgnd): check in the background loop if sounds is enabled
	*                                             now if you disable music, next song will quit the 
	*                                             background loop
	* src/gcompris/gcompris.c: (gcompris_set_cursor): Patch from PUYDT Julien (from debian)
	*                          solves the cursor random color.
	* src/gcompris/properties.c: (gcompris_properties_new): now esd no more used by default
	*                            as the sound output but the default libao output. this
	*                            maybe changed using gcompris -A or editing /etc/libao.conf
	*                            added a boolean to check if the sounds is working

2003-10-30  Bruno coudoin  <bruno.coudoin@free.fr>

	* src/boards/draw.c: changed to rotate only item not group and recalc anchors
	resizing an image works fine but it is not easy to resize it after
	
2003-10-30  Bruno coudoin  <bruno.coudoin@free.fr>

	* boards/Makefile.am: added experience menu
	* boards/boardicons/experience.png: create by bruno
	* boards/canal_lock.xml.in: moved to experiece menu
	* boards/dataset/mrpatate.xml: added train items
	* boards/draw/tool-flip.png: created flip option
	* boards/draw/tool-flip_on.png: created flip option
	* boards/draw/tool-move-off.png: created move option
	* boards/draw/tool-move.png: created move option
	* boards/draw/tool-point.png: deleted 
	* boards/draw/tool-point_on.png: deleted
	* boards/draw/tool-selector.jpg: longer now
	* boards/paratrooper.xml.in: moved to experiece menu
	* boards/railroad/railroad-bg.jpg: recreated at higher quality
	* boards/railroad/railroad-bg.png: removed, not used
	* boards/submarine.xml.in: moved to experiece menu
	* boards/watercycle.xml.in: moved to experiece menu
	* po/POTFILES.in: added experience.xml.in
	* src/boards/draw.c: (key_press), (display_drawing_area),
	(display_tool_selector), (get_tool_cursor), (set_item_color),
	(create_item), (item_event_resize), (image_selected),
	(item_event_move), (item_event): added flip and rotate option. fixed text to support utf8
	* src/boards/railroad.c: (start_board): uses jpg background now
	* src/boards/wordsgame.c: (key_press): removed printf
	* src/gcompris/gameutil.c: (item_rotate), (item_rotate_relative),
	(item_rotate_with_center), (item_rotate_relative_with_center):
	* src/gcompris/gameutil.h: added rotate relative option

2003-10-29  Bruno coudoin  <bruno.coudoin@free.fr>

	* src/boards/Makefile.am: removed all library link to boards: Not needed.
	* src/boards/draw.c: (display_color_selector), (ext_color_event),
	(set_item_color), (create_item): changed to provide 4 times colors choices
	* src/gcompris/gcompris.c: (gcompris_init): added support for -A to select the sound output
	* src/gcompris/oggplayer.c: (decode_ogg_file): added support for -A to select the sound output
	* src/gcompris/properties.c: (gcompris_properties_new),
	(gcompris_properties_copy), (gcompris_properties_save): added support for -A to select the sound output
	* src/gcompris/properties.h: added support for -A to select the sound output

2003-10-26  Bruno coudoin  <bruno.coudoin@free.fr>

	* Makefile.am: readded missing gcompris-edit.desktop.in
	* boards/Makefile.am: added experimental redraw.py board
	* boards/redraw.xml.in: added experimental redraw.py
	* src/boards/python/redraw.py: added experimental redraw.py
	* src/gcompris/about.c: (gcompris_about_start): added Background Music: Rico Da Halvarez.

2003-10-25  Bruno coudoin  <bruno.coudoin@free.fr>

	* Makefile.am: re-removed installation of *.in files
	* configure.in: fixed creation of REQUIRE_PYTHON. Now python is compiled by default.

2003-10-24  Bruno coudoin  <bruno.coudoin@free.fr>

	* boards/Makefile.am:
	* configure.in: release 4.1

2003-10-24  Christian Rose  <menthos@menthos.com>

	* po-checktrans, po-checktrans.py: Removed. No need to have these
	in the module, just use "intltool-update --report" instead.

2003-10-23  Bruno coudoin  <bruno.coudoin@free.fr>

	* boards/pythontest.xml.in: set to difficulty 0
	* configure.in: flags and pt-geography set to version 1.1
	* gcompris.spec.in: flags now uses configure.in
	* po/fr.po: wrapped lines
	* src/boards/menu.c: (display_board_icon), (menu_create_item):
	* src/boards/python/Makefile.am: added support for gcompris --dificulty option
	* src/gcompris/gcompris.c: (gcompris_init): added support for -d option
	* src/gcompris/properties.c: (gcompris_properties_new),
	(gcompris_properties_copy): added support for -d option
	* src/gcompris/properties.h: added support for -d option

2003-10-21  Bruno coudoin  <bruno.coudoin@free.fr>

	* Makefile.am: Now include boards/*.in files in the dist so that translator
	  can test their po file without getting the cvs
	* boards/dataset/mrpatate.xml: added images
	* boards/flags/sl.png: added slovenian flag
	* boards/flags/gcompris_flags.xml.in: added slovenian flag
	* boards/gcompris/animals/elephanteauxgc.jpg: animal image given by 
	* LE BERRE Daniel <le.berred@free.fr> : released under GPL
	* boards/gcompris/animals/hypogc.jpg: animal image given by 
	* LE BERRE Daniel <le.berred@free.fr> : released under GPL
	* boards/gcompris/animals/jumentmulassieregc.jpg: animal image given by 
	* LE BERRE Daniel <le.berred@free.fr> : released under GPL
	* boards/gcompris/animals/readme.txt: updated
	* boards/gcompris/animals/tetegorillegc.jpg: animal image given by 
	* LE BERRE Daniel <le.berred@free.fr> : released under GPL
	* boards/geography/board4_0.xml.in: fixed link to serbia audio
	* configure.in: Set now to gcompris 4.0 : Added sl
	* gcompris: Changed to section Applications/Edutainment/Miscellanous
	* po/sl.po: created by damjan kovac <damjan@o-bakovci.ms.edus.si>
	* src/boards/erase.c: added new images
	* src/gcompris/config.c: added sl (slovanian)

2003-10-20  Bruno coudoin  <bruno.coudoin@free.fr>

	* TODO: removed train goes faster and arrow issue cause its fixed.
	* boards/dataset/mrpatate.xml: added much more images. Now uses imageset.
	* boards/watercycle.xml.in: changed help text
	* src/boards/python/watercycle.py: little cleanup
	* src/boards/read_colors.c: (start_board), (end_board): memory leak: added g_list_free 
	  where needed
	* src/gcompris/images_selector.c: (gcompris_images_selector_start),
	(gcompris_images_selector_stop), (display_image),
	(display_image_set), (free_stuff), (item_event_imageset_selector),
	(parseImage), (parse_doc), (read_xml_file): complete rework to support dataset in the xml 
	 file and display them.

2003-10-17  Bruno coudoin  <bruno.coudoin@free.fr>

	* src/boards/python/watercycle.py: now tux must have a shower.
	
2003-10-15  Bruno coudoin  <bruno.coudoin@free.fr>

	* src/boards/railroad.c: use item group to simplify code. Fixed bug where train goes 
	  faster and faster after each 'repeat'.
	
2003-10-15  Bruno coudoin  <bruno.coudoin@free.fr>

	* TODO: added xrender and gtk
	* configure.in: changed to to PRE4
	* src/gcompris/gcompris.c: (board_widget_key_press_callback): added F5 and ctrl-r for 
	refresh and ctrl-q to quit gcompris.

2003-10-12  Bruno coudoin  <bruno.coudoin@free.fr>

	* boards/boardicons/submarine.png: added shadow 
	* boards/boardicons/watercycle.png: added shadow 
	* src/boards/clickgame.c: (clickgame_next_level), (game_won): Patch by PUYDT Julien 
	  <julien.puydt@laposte.net>. The counter now starts at 0 and 10 fishes must be hit.
	* src/boards/python/watercycle.py: increased timer : minor change
	* src/gcompris/oggplayer.c: added -1 return value when it fails to play
	* src/gcompris/soundutil.c: in background music, stop the thread if music fails to play

2003-10-09  Bruno coudoin  <bruno.coudoin@free.fr>

	* .cvsignore: added config.rpath
	* boards/boardicons/watercycle.png: new created by bruno for watercycle
	* boards/watercycle.xml.in: new created by bruno for watercycle
	* boards/watercycle/.cvsignore: new created by bruno for watercycle
	* boards/watercycle/README: new created by bruno for watercycle
	* boards/watercycle/background.png: new created by bruno for watercycle
	* boards/watercycle/badwater.png: new created by bruno for watercycle
	* boards/watercycle/badwater_off.png: new created by bruno for watercycle
	* boards/watercycle/cleanwater.png: new created by bruno for watercycle
	* boards/watercycle/cleanwater_off.png: new created by bruno for watercycle
	* boards/watercycle/pumpwater.png: new created by bruno for watercycle
	* boards/watercycle/pumpwater_off.png: new created by bruno for watercycle
	* boards/watercycle/rain.png: new created by bruno for watercycle
	* boards/watercycle/riverempty.png: new created by bruno for watercycle
	* boards/watercycle/riverfull.png: new created by bruno for watercycle
	* boards/watercycle/snow.png: new created by bruno for watercycle
	* boards/watercycle/sun.png: new created by bruno for watercycle
	* boards/watercycle/tuxboat.png: new created by bruno for watercycle
	* boards/watercycle/vapor.png: new created by bruno for watercycle
	* boards/watercycle/watercleaning.png: new created by bruno for watercycle
	* boards/watercycle/waterpump.png: new created by bruno for watercycle
	* src/boards/py-mod-utils.c: (py_gcompris_set_image_focus),
	(py_gcompris_item_event_focus):  fixed
	* src/boards/python/watercycle.py: completed, now can perform a complete cycle

2003-10-09  Bruno coudoin  <bruno.coudoin@free.fr>

	* boards/Makefile.am: added watercycle
	* boards/gcompris/animals/flamentrosegc.jpg: animal image given by 
	* LE BERRE Daniel <le.berred@free.fr> : released under GPL
	* boards/gcompris/animals/girafegc.jpg: same as flamentrosegc.jpg
	* boards/gcompris/animals/readme.txt: update with new images
	* boards/gcompris/animals/rhinogc.jpg: same as flamentrosegc.jpg
	* boards/gcompris/animals/singegc.jpg: same as flamentrosegc.jpg
	* po/POTFILES.in: added watercycle
	* src/boards/erase.c: added new animal images
	* src/boards/hanoi.c: (hanoi_create_item): fixed alpha chanel setting (when using the aa canvas)
	* src/boards/py-mod-skin.c: (py_gcompris_load_skin_pixmap): fixed parameter passing
	* src/boards/py-mod-utils.c: (py_gcompris_load_pixmap): fixed parameter passing
	* src/boards/python/Makefile.am: added watercycle
	* src/boards/python/watercycle.py: created 
	* src/boards/reading.c: (player_win): re-indented
	* src/boards/reversecount.c: added new animal images
	* src/gcompris/bonus.c: (board_finished): re-indented

2003-10-07  Bruno coudoin  <bruno.coudoin@free.fr>

	* configure.in: Release 4.0PRE3
	* gcompris.desktop.in: added bugzilla, category and startup notifier information
	* src/gcompris/about.c: (gcompris_about_start), (item_event_ok): fixed fsf and gcompris help 
	* loading
	* gcompris: menu entry changed to section Applications/Edutainment instead of game/toy
	* boards/skins/default/ofsetlogo.png: replaced by the new official jumping gnu
	
2003-10-06  Bruno coudoin  <bruno.coudoin@free.fr>

	* boards/skins/default/button.png: better looking
	* boards/skins/default/button_large.png: better looking
	* boards/skins/default/button_large2.png: better looking
	* boards/skins/default/button_small.png: better looking
	* boards/skins/default/gcompris-shapebg.jpg: better looking
	* configure.in: adapted to remove libassetml from the source of gcompris
	* now assetml is an independant package 
	* gcompris.spec.in: adapted to remove libassetml from the source of gcompris
	* src/gcompris/Makefile.am: adapted to remove libassetml from the source of gcompris
	* src/gcompris/gameutil.c: adapted to remove libassetml from the source of gcompris
	* src/libassetml: removed. Now it's an independant package.

2003-10-05  Bruno coudoin  <bruno.coudoin@free.fr>

	* src/boards/leftright.c: (item_event): fixed wrong click coord when gcompris is resized
	* src/gcompris/soundutil.c: removed display of music title. It seems
	* to have threading issues and makes gcompris unstable

2003-09-30  Bruno coudoin  <bruno.coudoin@free.fr>

	* src/boards/colors.c: (item_event): fixed wrong click coord when gcompris is resized
	* src/boards/advanced_colors.c: (item_event): added a test to avoid item_event on game end
	* src/boards/read_colors.c: (item_event): added a test to avoid item_event on game end

2003-09-28  Bruno coudoin  <bruno.coudoin@free.fr>

	* Makefile.am: remove .asset.in copy in install-data-local
	* boards/click_on_letter.xml.in: added assetml dataset
	* boards/geography.xml.in: added assetml dataset
	* boards/money.xml.in: removed empty credits
	* boards/money_cents.xml.in: removed empty credits
	* boards/skins/default/button_style2.png: added here for maintenance
	* boards/skins/default/repeat.png: changed to a mouth
	* boards/sounds/de/colors/gcompris_colors_de.assetml.in: updated description field
	* boards/sounds/en/colors/gcompris_colors_en.assetml.in: updated description field
	* boards/sounds/fr/colors/gcompris_colors_fr.assetml.in: fixed yellow
	* gcompris.spec.in: fixed python requirement
	* src/boards/colors.c: (start_board): now the repeat icon is not display if sound is 
	* available
	* src/boards/menu.c: (menu_create_item): manage assetml dataset in mandatory_sound_*
	* src/gcompris/bonus.c: (gcompris_display_bonus): fixed "good job" sounds to use assetml
	* src/gcompris/gameutil.c: (gcompris_add_xml_to_data): added mandatory_sound_dataset
	* src/gcompris/gcompris-board.h: added mandatory_sound_dataset
	* src/gcompris/oggplayer.c: (erase_credits), (item_event_ogginfo): check rootitem before 
	destroy in case

2003-09-26  Bruno coudoin  <bruno.coudoin@free.fr>

	* configure.in: Release 4.0PRE2
	* src/gcompris/soundutil.c: fixed a printf

2003-09-26  Bruno coudoin  <bruno.coudoin@free.fr>

	* boards/click_on_letter.xml.in: changed reference to mandatory_sound_file but stil buggy
	* boards/flags/ca.png: now catalan instead of canadian
	* boards/flags/cs.png: Former Tchechoslovakia
	* boards/flags/gcompris_flags.assetml.in: fixed 
	* boards/flags/sr.png: added
	* boards/money.xml.in: added help 
	* boards/money_cents.xml.in: added help 
	* boards/skins/default/display_area_small.png: added to display the music artist
	* boards/skins/pink/display_area_small.png: added to display the music artist
	* configure.in: removed python compilation and passes info to spec file
	* gcompris.spec.in: removed python dependancies if not defined in configure.in
	* po/fi.po: updated by Rami Aubourg-Kaires
	* src/boards/click_on_letter.c: (start_board), (repeat),
	(sounds_are_fine): added a test if sounds is available. if not can't enter the board
	* src/boards/hanoi.c: (hanoi_create_item): fixed plot width
	* src/boards/menu.c: (menu_create_item): added a fixme: need to complete test of
	mandatory_sound_file with assetml
	* src/gcompris/bonus.c: (board_finished): bad end bonuses are not used when random end is 
	requested
	* src/gcompris/config.c: (set_locale_flag), (get_locale_name): added serbian: fixed to 
	support serbian specifics with 2 different char set
	* src/gcompris/gcompris.c: (setup_window): fixed the long lasting random cursor color. It needed to be set AFTER the colormap settings.
	* src/gcompris/oggplayer.c: (display_ogg_file_credits),
	(item_event_ogginfo): now display less information but better looking.

2003-09-19  Danilo Šegan  <dsegan@gmx.net>

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

2003-09-18  Bruno coudoin  <bruno.coudoin@free.fr>

	* gcompris.spec.in: replaced gcompris-libassetml by libassetml

2003-09-16  Bruno coudoin  <bruno.coudoin@free.fr>

	* configure.in: Changed release number of voice package to 0.0 when empty
	* gcompris.spec.in: fixed the assetml-flags dependancy
	* src/gcompris/config.c: added Polish

2003-09-14  Bruno coudoin  <bruno.coudoin@free.fr>

	* configure.in: completed assetml resource file creation in spec file / Release 4.0PRE1
	* gcompris.spec.in:  completed assetml resource file creation in spec file

2003-09-15  Artur Flinta  <aflinta@cvs.gnome.org>

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

2003-08-30  Bruno coudoin  <bruno.coudoin@free.fr>

	* src/boards/reversecount.c: (item_event): Now zero value no more displayed if one dice only
	* src/boards/colors.c: now text is displayed is no voice available or sounds fx are disabled

2003-08-27  Bruno coudoin  <bruno.coudoin@free.fr>

	* configure.in: added assetml.in file creation
	* gcompris.spec.in: added assetml package creation
	* src/boards/click_on_letter.c: (repeat),
	(click_on_letter_create_item), (phone_event): uses assetml
	* src/boards/colors.c: (repeat): uses assetml
	* src/boards/draw.c: (color_event): uses assetml
	* src/boards/gletters.c: (gletters_create_item): uses assetml
	* src/boards/smallnumbers.c: (smallnumbers_create_item): uses assetml
	* src/gcompris/bar.c: (gcompris_bar_start),
	(gcompris_bar_set_level), (bar_play_sound), (item_event_bar):  uses assetml
	* src/gcompris/config.c: (set_locale_flag), (item_event_ok):  uses assetml / fixed focus effect
	* src/gcompris/gameutil.c: (gcompris_get_asset_file),
	(gcompris_load_pixmap_asset), (gcompris_load_pixmap): assetml enhancements
	* src/gcompris/gameutil.h: assetml enhancements
	* src/gcompris/gcompris.c: (gcompris_init): uses assetml
	* src/gcompris/soundutil.c: (thread_play_ogg),
	(gcompris_play_sound): assetml enhancements
	* src/libassetml/assetml.c: (dump_asset),
	(assetml_add_xml_to_data), (matching), (parse_doc),
	(assetml_read_xml_file), (assetml_load_xml), (free_asset),
	(assetml_get_asset): removed the name field in assetml to use file as a key instead
	* src/libassetml/assetml.h: assetml enhancements
	* src/libassetml/test/test.c: (load_asset), (main): assetml enhancements
	* src/libassetml/test/test_assetml.assetml: assetml enhancements
	* src/libassetml/tools/assetml-query.c: (dump_asset), (main): assetml enhancements

2003-08-25  Bruno coudoin  <bruno.coudoin@free.fr>

	* src/boards/reversecount.c: fixed several bugs: can no more jump over the fish
	* can no more face impossible case (too close or too far)
	* now tux moves ice by ice to let the kid count in his head.

2003-08-23  Bruno coudoin  <bruno.coudoin@free.fr>

	* src/boards/shapegame.c: fixed the gamewon status that were not reseted at next level
	* boards/babymatch/board5_0.xml.in: replaced the match star/tree by tuxplane/tuxhelico since
	* the tree/star has no meaning in non christian country

2003-08-21  Bruno coudoin  <bruno.coudoin@free.fr>

	* src/boards/submarine.c: fixed to display the help
	* src/boards/reversecount.c: fixed highlighting the dice was resseting the dic to 1
	* src/boards/reading.c: fixed bug: the game starts when help is displayed
	* src/boards/shapegame.c: fixed bug: if the item is back to the list, it remains marked found
	* added the bonus flower to be displayed even if bad response

2003-08-18  Bruno coudoin  <bruno.coudoin@free.fr>

	* boards/Makefile.am: removed uneeded gcompris_pixmap.assetml
	* configure.in: changed ASSETMLDIR
	* gcompris.spec.in: created gcompris-assetml-flags package
	* src/boards/submarine.c: (submarine_create_item), (setRegleur),
	(setBallastAV), (setBallastAR): added rectangle to show water level in tanks
	* src/gcompris/config.c: added hindian
	* po/de.po: updated by Ronny Standtke <Ronny.Standtke@gmx.de>

2003-08-16  Guntupalli Karunakar  <karunakar@freedomink.org>
	
	* configure.in: Added "hi" to ALL_LINGUAS.

2003-08-15  Bruno coudoin  <bruno.coudoin@free.fr>

	* Makefile.am: changed rule for the translation report to work even if gcompris.pot is not 
	* there
	* boards/submarine/big_explosion.png: removed explosion and mine in submarine
	* boards/submarine/explosion.png: removed explosion and mine in submarine
	* boards/submarine/mine.png: removed explosion and mine in submarine
	* boards/submarine/whale.png: removed explosion and mine in submarine
	* boards/submarine/whale_hit.png: removed explosion and mine in submarine
	* gcompris.desktop.in: updated gcompris name to "educational suite"
	* gcompris.spec.in: updated gcompris name to "educational suite"
	* src/boards/submarine.c: (pause_board), (start_board),
	(end_board), (set_level), (is_our_board), (submarine_next_level),
	(submarine_destroy_all_items), (submarine_create_item),
	(update_timeout), (update_timeout_slow),
	(update_timeout_very_slow), (game_won), (ok),
	(ballast_av_purge_event), (ballast_ar_purge_event),
	(regleur_purge_event), (ballast_ar_chasse_event),
	(ballast_av_chasse_event), (regleur_chasse_event),
	(barre_av_event), (barre_ar_event), (engine_event),
	(air_compressor_event), (battery_charger_event), (setSpeed),
	(setBattery), (setAir), (setRegleur), (setBallastAV),
	(setBallastAR), (submarine_explosion): removed explosion and mine. Added display of the air
	* value in the tankers
	* src/libassetml/assetml.h: fixed comment
	* src/libassetml/tools/assetml-query.c: removed reference to gcompris in version display

2003-08-12  Bruno coudoin  <bruno.coudoin@free.fr>

	* src/gcompris/gameutil.c: (gcompris_load_pixmap_asset): changed
	* asseml api
	* src/libassetml/assetml.c: (dump_asset),
	(assetml_add_xml_to_data), (matching), (parse_doc),
	(assetml_read_xml_file), (assetml_load_xml), (free_asset),
	(assetml_get_asset): changed assetml api to include the mimetype
	* src/libassetml/assetml.h: changed assetml api 
	* src/libassetml/test/test.c: (load_asset), (main): changed assetml
	* api 
	* src/libassetml/test/test_assetml.assetml: changed assetml api 
	* src/libassetml/tools/assetml-query.c: (dump_asset), (main): changed
	* assetml api 

2003-08-11  Bruno coudoin  <bruno.coudoin@free.fr>

	* configure.in: added AC_HEADER_DIRENT
	* po/POTFILES.skip: added assetml files
	* src/boards/canal_lock.c: (move_boat), (animate_step): fixed bug and screen refresh
	* src/gcompris/bar.c: (gcompris_bar_start),
	(gcompris_bar_set_level): changed focus call
	* src/gcompris/gameutil.c: (gcompris_set_image_focus),
	(gcompris_item_event_focus): the focus api now handles the darkness issue

2003-08-06  Bruno coudoin  <bruno.coudoin@free.fr>

	* boards/Makefile.am: added libassetml
	* configure.in: removed gnome_compile_warnings / added libassetml
	* gcompris.spec.in: added libassetml
	* src/Makefile.am:added libassetml
	* src/gcompris/Makefile.am:
	* src/gcompris/gameutil.c: (gcompris_load_pixmap_asset),
	(gcompris_load_pixmap): initial support for libassetml
	* src/gcompris/gcompris.c: (setup_window): added gtk_window_fullscreen call to 
	  support full compliant standard window manager (like xfce)
	* src/gcompris/soundutil.c: (scheduler_bgnd): fixed end loop in case there was no 
	  .ogg to play
	* src/libassetml/assetml.c: Created 
	* src/libassetml/test/Makefile.am: Created
	* src/libassetml/tools/Makefile.am: Created
	* src/libassetml/tools/assetml-query.c: Created

2003-07-21  Bruno coudoin  <bruno.coudoin@free.fr>

	* boards/Makefile.am:
	* src/boards/Makefile.am:
	* src/boards/fifteen.c:  created the fifteen board based on the libgnomecanvas demo
	* boards/images/fifteen_frame.png: created the fifteen board
	* src/gcompris/about.c: (gcompris_about_start),
	(gcompris_about_stop): fixed a bug where 'esc' key was not closing the dialog
	* src/gcompris/bar.c: (gcompris_bar_start),
	(gcompris_bar_set_level): fixed a bug where 'esc' key was not closing the dialog
	* src/gcompris/config.c: (gcompris_config_start),
	(gcompris_config_stop): fixed a bug where 'esc' key was not closing the dialog
	* src/gcompris/gameutil.c: (gcompris_item_event_focus): fixed bug where the icon was becomming darker and darker
	* src/gcompris/gcompris.c: (board_widget_key_press_callback):  fixed a bug where 'esc' key was not closing the dialog
	* src/gcompris/help.c: (gcompris_help_start), (gcompris_help_stop): fixed a bug where 'esc' key was not closing the dialog

2003-07-15  Bruno coudoin  <bruno.coudoin@free.fr>

	* configure.in : changed to release 3.2
	* boards/geography/board3_0.xml.in: Fixed dual sound declaration. This level was broken.

2003-07-14  Bruno Coudoin  <bruno.coudoin@free.fr>

	* boards/wordsgame/wordslevelmax.de: fixed Pfaume by Pflaume by Nicolas Kaiser
	* src/gcompris/board.c: (board_check_file), (board_play),
	(board_pause): Improved loading time. Matching parsing board xml -> plugin was overly done
	* src/gcompris/config.c: added hebrew
	* src/gcompris/gameutil.c: (gcompris_read_xml_file): initialised gcomprisBoard->plugin
	* src/boards/menu.c: now if there is no plugin for a board type, it's icon is not displayed

2003-07-08  Gil "Dolfin" Osher <dolfin@rpg.org.il>

	* configure.in: Added "he" (Hebrew) to ALL_LINGUAS.

2003-06-27  Bruno Coudoin  <bruno.coudoin@free.fr>

	* src/boards/chess.c: (chess_create_item): fixed bug with gnuchess above 5.05 and 5.06
	  with these gnuchess, gcompris was not able to play chess. Simon Waters 
	  <Simon@wretched.demon.co.uk> who maintains gnuchess tell me it should be fixed in 5.07

2003-06-18  Guntupalli Karunakar  <karunakar@freedomink.org>

	* configure.in: Added "ml" in ALL_LINGUAS.

2003-06-15  Bruno Coudoin  <bruno.coudoin@free.fr>

	* src/boards/menu.c: (item_event): fixed bug #752703 (from Olivier Berger) : Better user warning message
	* src/boards/canallock.c: fixed deadlock, speeded the locks moves, added canvas update

2003-06-09  Bruno Coudoin  <bruno.coudoin@free.fr>

	* TODO: Added Dynamic screen/skin resolution change as todo
	* src/gcompris/oggplayer.c: (decode_ogg_file), (erase_credits),
	(display_ogg_file_credits): added way to display credit info from ogg
	* src/gcompris/soundutil.c: (initSound), (scheduler_bgnd),
	(thread_play_ogg): added background music support

2003-06-03  Bruno Coudoin  <bruno.coudoin@free.fr>

	* configure.in : removed gnome-common-init, added gnome-compile-warning

	
2003-06-03  Uwe Koloska <uwe@koloro.de>

	reviewed by: Bruno Coudoin

	* src/boards/hanoi.c: (hanoi_create_item): code cleanup
	* src/boards/money.c: (process_ok): code cleanup
	* src/gcompris/bonus.c: (gcompris_display_bonus): code cleanup
	* src/gcompris/gcompris-edit.c: (add_menu), (parse_doc),
	(read_xml_file), (main): code cleanup

2003-05-25  Jose JORGE  <jose.jorge@oreka.com>

	* configure.in : released version 3.1
	* boards/sounds/pt/geography/*.ogg: added all european country sounds
	* boards/submarine/asw_frigate.png: replace the war boat with a peace boat
	* boards/submarine/mine.png: replace the mine with a whale (by bruno)

2003-05-22  Bruno Coudoin  <bruno.coudoin@free.fr>

	* boards/geography/board3_0.xml.in: added reference to country sounds
	* boards/geography/board4_0.xml.in: added reference to country sounds
	* po/fr.po: updated

2003-05-22  Miloslav Trmac  <mitr@volny.cz>

	* configure.in: Added cs (Czech) to ALL_LINGUAS.

2003-05-21  Bruno Coudoin  <bruno.coudoin@free.fr>

	* src/boards/python/pythontest.py: added explanation
	* src/boards/shapegame.c: (item_event_ok): added update to fix refresh

2003-05-18  Bruno Coudoin  bruno.coudoin@free.fr

	* configure.in: now release 3.0
	* gcompris.spec.in: added references to python
	* src/boards/hanoi.c: (item_event): added a canvas update
	* src/boards/python/pythontest.py: added a text presenting python
	* src/boards/shapegame.c: (item_event_ok): removed canvas update
	* src/gcompris/bar.c: (gcompris_bar_set): removed canvas update
	* src/boards/missingletter.c: fixed button.png reference to skins now

2003-05-08  Bruno Coudoin  bruno.coudoin@free.fr

	* boards/geography/board3_0.xml.in: completed properly
	* boards/geography/board4_0.xml.in: completed properly
	* boards/geography/europe/europe.jpg: completed properly
	* boards/skins/default/skin.xml: added skin colors for the erase board
	* boards/skins/pink/skin.xml: added skin colors for the erase board
	* po/POTFILES.in: added europe boards
	* src/boards/erase.c: (erase_create_item): added skin colors
	* src/boards/shapegame.c: (item_event), (item_event_edition): fixed edit mode bug

2003-05-06  Bruno Coudoin  bruno.coudoin@free.fr

	* boards/geography/board3_0.xml.in: now puzzle is ordered
	* boards/geography/board4_0.xml.in: now puzzle is ordered
	* src/boards/shapegame.c: (key_press), (shapegame_next_level),
	(item_event), (item_event_edition): improved the edition mode.Now enter 'e' to enter edition.
	a dialog explain the keys. the 'd' key displays all the shape and let's you move shape.
	This is a very big improvement over the old way of doing.
	* src/gcompris/gameutil.c: (gcompris_dialog): Fixed to use the skin path

2003-05-06  Bruno Coudoin  bruno.coudoin@free.fr

	* boards/geography/Makefile.am: created the europe map
	* boards/geography/board3_0.xml.in: created the europe map
	* boards/geography/board4_0.xml.in: created the europe map
	* boards/geography/europe/europe.jpg: created the europe map
	* src/gcompris/bar.c: (gcompris_bar_set): added canvas update in case

2003-04-15  bruno  <bruno.coudoin@free.fr>

	* Makefile.am: fixed to remove config.rpath
	* gcompris.spec.in: fixed to included python dependencies

2003-03-17 Christophe Trophime <trophime@grenoble.cnrs.fr>

	* src/boards/clickgame.c: MAC OSX Port
	* src/boards/shapegame.c: (find_closest_shape): MAC OSX Port
	* src/gcompris/oggplayer.c: (decode_ogg_file): MAC OSX Port
	* src/gcompris/pluginenum.c: (add_plugin): MAC OSX Port

2003-03-05  Bruno Coudoin  <bruno.coudoin@free.fr>

	* boards/Makefile.am: Added python plugin by Olivier Samyn
	* boards/boardicons/python.png: Added python plugin by Olivier Samyn
	* configure.in:
	* po/Makefile.in.in: Added python plugin by Olivier Samyn
	* po/POTFILES.in: Added python plugin by Olivier Samyn
	* src/boards/Makefile.am: Added python plugin by Olivier Samyn
	* src/boards/py-gcompris-board.c: Added python plugin by Olivier Samyn
	(gcompris_new_pyGcomprisBoardObject),
	(pyGcomprisBoardType_dealloc), (pyGcomprisBoardType_getattr),
	(pyGcomprisBoardType_setattr): Added python plugin by Olivier Samyn
	* src/boards/py-gcompris-board.h: Added python plugin by Olivier Samyn
	* src/boards/py-mod-gcompris.c: (py_gcompris_end_board),
	(py_gcompris_bar_start), (py_gcompris_set_background),
	(py_gcompris_bar_set_level), (py_gcompris_bar_set),
	(py_gcompris_bar_hide), (py_gcompris_board_has_help),
	(py_gcompris_help_start), (py_gcompris_help_stop),
	(py_gcompris_get_canvas), (py_gcompris_get_window),
	(py_gcompris_get_locale), (py_gcompris_set_locale),
	(py_gcompris_set_cursor), (pyImageSelectorCallBack),
	(py_gcompris_images_selector_start),
	(py_gcompris_images_selector_stop), (py_gcompris_exit),
	(python_gcompris_module_init): Added python plugin by Olivier Samyn
	* src/boards/py-mod-gcompris.h: Added python plugin by Olivier Samyn
	* src/boards/python.c: (get_bplugin_info), (python_simple_call),
	(pythonboard_start), (pythonboard_pause), (pythonboard_end),
	(pythonboard_is_our_board), (pythonboard_key_press),
	(pythonboard_ok), (pythonboard_set_level), (pythonboard_config),
	(pythonboard_repeat): Added python plugin by Olivier Samyn
	* src/boards/python/Makefile.am: Added python plugin by Olivier Samyn
	* src/boards/python/pythontest.py: Added python plugin by Olivier Samyn
	* src/gcompris/Makefile.am: Added python plugin by Olivier Samyn

2003-03-04  Gregory Leblanc  <gleblanc@linuxweasel.com>

	* boards/algebra_guesscount/dash.png:
	* boards/gcompris/letters/dash.png: murder these two files, per a 9 
	month old request.  Must be a CVS bug. (they were -.png)

2003-03-01  Pascal Georges <pascal.georges1@free.fr>
	* src/boards/advanced_colors.c : fixed a bug (several points were substracted for one
  mere error). Corrected by removing "process_ok" function.

2003-02-28  Pascal Georges <pascal.georges1@free.fr>
	* src/boards/submarine.c : added air and battery triggers, an alert is displayed
  when some parameters reach some limits

2003-02-27  Pascal Georges <pascal.georges1@free.fr>
	* src/boards/submarine.c : commited a new board, for debug and polish

2003-02-17  Pascal Georges <pascal.georges1@free.fr>
	* src/gcompris/gameutil.[ch] : added functions to rotate items (used by
  the submarine board, which will be avalaible soon)
  * commited different files for submarine board, just for my own backup

2003-02-22  Pablo Saratxaga  <pablo@mandrakesoft.com>

	* configure.in: Added Catalan (ca) file

2003-02-17  Pascal Georges <pascal.georges1@free.fr>
	* src/boards/menu.c : if difficulty > 3 then display red stars instead of yellow ones

2003-02-17  Bruno Coudoin  <bruno.coudoin@free.fr>

	* Makefile.am: re-added gcompris.spec instead of .spec.in
	* configure.in: Release 2.3
	* gcompris.spec.in: added requires gnuchess 5.04
	* src/boards/chess.c: (chess_create_item): fixed castling issue

2003-02-17  bruno  <bruno.coudoin@free.fr>

	* boards/skins/*: Created the skins directory with images from boards/gcompris
	* src/boards/advanced_colors.c: (item_event): added support for skins
	* src/boards/algebra.c: (display_operand): added support for skins
	* src/boards/chess.c: (chess_next_level): added support for skins
	* src/boards/click_on_letter.c: (start_board),
	(click_on_letter_create_item), (highlight_selected): added support for skins
	* src/boards/clickgame.c: (clickgame_start): added support for skins
	* src/boards/imageid.c: (imageid_create_item): added support for skins
	* src/boards/machpuzzle.c: (machpuzzle_next_level): added support for skins
	* src/boards/maze.c: (start_board), (twoDdisplay): added support for skins
	* src/boards/menu.c: (menu_start), (menu_create_item): added support for skins
	* src/boards/reading.c: (start_board), (ask_ready), (ask_yes_no): added support for skins
	* src/boards/shapegame.c: (start_board),
	(add_shape_to_list_of_shapes): added support for skins
	* src/boards/target.c: (request_score): added support for skins
	* src/gcompris/about.c: (gcompris_about_start): added support for skins
	* src/gcompris/bar.c: (gcompris_bar_start),
	(gcompris_bar_set_level): added support for skins
	* src/gcompris/config.c: (gcompris_config_start),
	(display_previous_next), (item_event_ok): added support for skins
	* src/gcompris/gameutil.c: (gcompris_load_pixmap),
	(gcompris_image_to_skin), (gcompris_load_skin_pixmap): added support for skins
	* src/gcompris/gameutil.h: added support for skins
	* src/gcompris/gcompris.h: added support for skins
	* src/gcompris/help.c: (gcompris_help_start), (select_item): added support for skins
	* src/gcompris/images_selector.c: (gcompris_images_selector_start): added support for skins
	* src/gcompris/properties.c: (gcompris_properties_new),
	(gcompris_properties_copy), (gcompris_properties_save): added support for skins
	* src/gcompris/properties.h: added support for skins
	* src/gcompris/score.c: (gcompris_score_set): added support for skins

2003-02-16  Pascal Georges <pascal.georges1@free.fr>
	* src/boards/advanced_colors.c : fixed a bug related to signal connections (thanks Bruno)

2003-02-15  Pascal Georges <pascal.georges1@free.fr>
	* src/boards/railroad.c : bug fix (signals were not properly reseted)

2003-02-14  Bruno Coudoin  <bruno.coudoin@free.fr>

	* Makefile.am: removed unecessary file in dist
	* acconfig.h: added GNUCHESS
	* configure.in:added GNUCHESS
	* docs/C/Makefile.am:removed unecessary file in dist
	* docs/fr/Makefile.am:removed unecessary file in dist
	* src/boards/chess.c: (start_board):added GNUCHESS
	* src/boards/traffic.c: fixes a compile issue with gcc2.95

2003-02-13  Bruno Coudoin  <bruno.coudoin@free.fr>

	* .cvsignore: updated
	* Makefile.am:
	* boards/flags/ar.png: added
	* boards/flags/nl.png: replaced by the correct dutch flag
	* configure.in:
	* po/Makefile.in.in:
	* po/ar.po: created by Nabil Ben Khalifa
	* src/gcompris/config.c: added ar
	* src/boards/wordsgame.c : remove the focus to items that falls out
	                           of the canvas.
	                           By Andrew Stribblehill <ads@debian.org>

2003-02-11  Pascal Georges <pascal.georges1@free.fr>
	* src/boards/*.c : removed the thumb, directly calling process_ok for
	  colors, read_colors,advanced_colors, click_on_letter, missing_letter, image_id
	  and leftright boards.
	  Added a 1 sec timeout to let time to display the entered answer.

2003-02-10  Marius Andreiana <marius galuna.ro>
	* src/gcompris/config.c: romanian and russian locale are no longer combined

2003-02-10  Marius Andreiana <marius galuna.ro>
	* configure.in: added 'ro' to ALL_LINGUAS
	* boards/wordsgame/*.ro : added

2003-02-09  Pascal Georges <pascal.georges1@free.fr>
	* src/boards/read_colors.c : see below
	* src/gcompris/bonus.c : hardened code against multiple quick key press
	* scr/gcompris/*.c & src/boards/*.c : changed all calls from gcompris_play_sound
	  to gcompris_play_ogg, in order to have them work better on my system (KDE).

2003-02-08  Pascal Georges <pascal.georges1@free.fr>
	* src/boards/read_colors.c : fixed a bug when the ENTER key is repeatdly
	  pressed : the board_finished(BOARD_FINISHED_TOOMANYERRORS); got called once
	  per key press, making too many pictures to be displayed. This bug may occur in other
	  boards ...

2003-02-05  Bruno Coudoin  <bruno.coudoin@free.fr>

	* Makefile.am: added po stats (python tool taken from dia)
	* boards/machpuzzle.xml.in: removed until it does something usefull
	* po-checktrans: a nive tool from Cyrille Chepelov to get stats on po files
	* po-checktrans.py: a nive tool from Cyrille Chepelov to get stats on po files

2003-02-04  Bruno Coudoin  <bruno.coudoin@free.fr>

	* src/gcompris/config.c: Added "tr" (Turkish) to the languages' list.

2003-02-03  Fatih Demir <kabalak@gtranslator.org>

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

2003-02-02  bruno  <bruno.coudoin@free.fr>

	* src/boards/enumerate.c: (item_event): Now object cannot be dropped outside the canvas
	* src/gcompris/gcompris.c: (board_widget_key_press_callback): removed old comment
	* TESTS: removed the comment on enumerate

2003-02-01  Pascal Georges <pascal.georges1@free.fr>
	* src/gcompris/soundutil.c : as train.wav could not be played (/dev/dsp
	  busy error), modified it to be played as an ogg file

2003-01-29  Pascal Georges <pascal.georges1@free.fr>
	* src/boards/missingletter.c : added more questions (now 36)
	* src/boards/imageid.c : added more questions (not enough yet ...)

2003-01-28  Pascal Georges <pascal.georges1@free.fr>
	* src/gcompris/gcompris.c : fixed sound init (when music is off, the fx sound was also off ...)
	* src/boards/missingletter.c : added more questions (30 instead of 8)

2003-01-27  bruno  <bruno.coudoin@free.fr>

	* boards/boardicons/gletters.png: better icon
	* boards/boardicons/wordsgame.png: better icon
	* boards/wordsgame/wordslevelmax.fr: re-added removed words
	* src/boards/clockgame.c: (clockgame_create_item): changed title size
	* src/boards/wordsgame.c: (key_press), (wordsgame_create_item): fixed utf-8 input issue

2003-01-26  bruno  <bruno.coudoin@free.fr>

	* boards/Makefile.am: Added babyshapes (thanks Pascal)
	* boards/gcompris/misc/.cvsignore: needed
	* configure.in: added pt and the Amharic Language
	* src/boards/traffic.c: fixed null gettect string

2003-01-26  Daniel Yacob  <locales@geez.org>

	* configure.in: Added "am" to ALL_LINGUAS.
	
2003-01-23  Kjartan Maraas  <kmaraas@gnome.org>

	* configure.in: Added "no" to ALL_LINGUAS.
	
2003-01-18  bruno  <bruno.coudoin@free.fr>

	* boards/algebra_group.xml.in: removed no more needed data tags
	* boards/algebramenu.xml.in: removed no more needed data tags
	* boards/chess.xml.in: removed no more needed data tags
	* boards/computer.xml.in: removed no more needed data tags
	* boards/flags/fr.png: added bevel
	* boards/flags/pt.png: added bevel
	* boards/flags/pt_BR.png: created
	* boards/reading.xml.in: removed no more needed data tags
	* src/gcompris/config.c: (gcompris_config_start),
	(set_locale_flag), (get_locale_name), (get_next_locale),
	(get_previous_locale): fixed locale management to support style fr_FR.UTF-8
	* src/gcompris/gcompris.c: (gcompris_get_locale): fixed locale management to support style fr_FR.UTF-8
	* src/gcompris/properties.c: (gcompris_properties_new): fixed locale management to support style fr_FR.UTF-8

2003-01-12  bruno  <bruno.coudoin@free.fr>

	* boards/*.xml.in: Changed to use the new menu system. Now submenu are discovered dynamically
	* boards/images/scenery2_background.jpg: added a descent see color
	* configure.in: removed unsused definition
	* src/boards/clickgame.c: (clickgame_start): cleanup
	* src/boards/machpuzzle.c: (machpuzzle_destroy_all_items),
	(machpuzzle_create_item), (item_event), (create_machine_item),
	(machpuzzle_move): improved but far from complete yet
	* src/boards/menu.c: (menu_start), (menu_end), (menu_create_item),
	(create_info_area): Changed to use the new menu system
	* src/gcompris/gameutil.c: (gcompris_add_xml_to_data),
	(gcompris_read_xml_file), (gcompris_get_board_from_section),
	(boardlist_compare_func), (gcompris_get_menulist), (selectMenuXML),
	(gcompris_load_menus): Changed to use the new menu system
	* src/gcompris/gameutil.h: Changed to use the new menu system
	* src/gcompris/gcompris-board.h:Changed to use the new menu system
	* src/gcompris/gcompris-edit.c: (init_tree), (add_menu),
	(parse_doc), (read_xml_file), (main):Changed to use the new menu system
	* src/gcompris/gcompris.c: (setup_window), (gcompris_set_locale),
	(gcompris_init):Changed to use the new menu system
	* src/gcompris/gcompris.h:Changed to use the new menu system

2003-01-06  bruno  <bruno.coudoin@free.fr>

	* acconfig.h: removed an unused define for plugins
	* boards/gcompris/gcompris-init.jpg: new design
	* boards/gcompris/misc/backcard.png: new design
	* boards/gcompris/misc/emptycard.png: new design
	* boards/images/scenery2_background.jpg: new graphics
	* boards/images/scenery3_background.jpg: new graphics
	* boards/images/scenery_background.jpg: new graphics
	* boards/images/superbrain_background.jpg: new graphics
	* boards/images/target_background.jpg: new graphics
	* src/boards/algebra.c: (start_board), (algebra_create_item),
	(get_operand): fixed a bug where the same number could come out 2 times
	* src/boards/chess.c: layout change
	* src/boards/draw.c: (draw_destroy_all_items): fixed a gtk warning (perhaps core dump in some case)
	* src/boards/gletters.c: (start_board): new graphic
	* src/boards/memory.c: (start_board), (create_item): new graphics
	* src/boards/menu.c: (create_info_area): new graphics
	* src/boards/paratrooper.c: (start_board): new graphics
	* src/boards/planegame.c: (start_board): new graphics
	* src/boards/railroad.c: (process_ok): added debug trace to fix a bug where sometimes the correct answer is refused (not fixed yet)
	* src/boards/reversecount.c: (reversecount_create_item): new graphics
	* src/boards/smallnumbers.c: (start_board): new graphics
	* src/boards/traffic.c: (start_board), (end_board),
	(traffic_next_level): new graphics
	* src/boards/wordsgame.c: (start_board), (wordsgame_create_item):
	* src/gcompris/gcompris.h: added a huge font entry
	* src/gcompris/pluginenum.c: (boardlist_compare_func),
	(init_plugins), (add_plugin), (scan_plugins), (cleanup_plugins): changed so that plugin are searched in the devel directory first if the user is in them. (../boards; ; ./boards ; ./src/boards)

2003-01-03  bruno  <bruno.coudoin@free.fr>

	* boards/Makefile.am: added machpuzzle activity (uncomplete yet)
	* boards/boards.xml.in:added machpuzzle activity (uncomplete yet)
	* boards/images/superbrain_logo.png:delete
	* boards/traffic/TrafficData:added 40 levels taken from http://www.javascript-games.org/puzzle/rushhour/
	* boards/traffic/traffic-bg.jpg: new background
	* src/boards/Makefile.am:added machpuzzle activity (uncomplete yet)
	* src/boards/menu.c: (item_event): fixed warning if text was empty
	* src/boards/money.c: (process_ok): added bonus bad when user is wrong
	* src/boards/superbrain.c: (superbrain_next_level),
	(superbrain_create_item), (mark_pieces):  moved to fit in background
	* src/boards/traffic.c: (start_board), (repeat),
	(traffic_next_level), (traffic_destroy_all_items),
	(traffic_create_item), (draw_car), (draw_jam), (car_cb),
	(load_level), (cars_from_strv): moved to fit in background

2002-12-31  bruno  <bruno.coudoin@free.fr>

	RELEASE 2.0.0
	* boards/boards.xml.in: Added traffic board based on the GPL code from Geoff Reedy <vader21@imsa.edu>
	* boards/money/money-bg.jpg: less flashy background
	* po/POTFILES.in: Added traffic board
	* po/fr.po: Added traffic board
	* src/boards/Makefile.am: Added traffic board
	* src/boards/traffic.c: Added traffic board

2002-12-26  Bruno Coudoin  <bruno.coudoin@free.fr>

	* src/boards/money.c: new activity created by Bruno Coudoin
	* src/boards/money_widget.c: new activity created by Bruno Coudoin
	* src/boards/money_widget.h: new activity created by Bruno Coudoin
	* boards/money/* : new activity created by Bruno Coudoin
	* board/money*.xml.in: new activity created by Bruno Coudoin

2002-12-18  bruno  <bruno.coudoin@free.fr>

	* configure.in: release 2.0

2002-12-16  bruno  <bruno.coudoin@free.fr>

	* src/boards/maze.c: (start_board), (maze_next_level), (repeat),
	(one_step), (key_press), (key_press_3D), (update_tux): Implemented the proper direction for tux. Now in 3D mode, the kid cannot move tux while looking at the 2D map.
	* src/gcompris/gameutil.c: (reactivate_newline),
	(gcompris_add_xml_to_data): Fixed bad newline handling

2002-12-15  bruno  <bruno.coudoin@free.fr>

	* acconfig.h: Major changes all around to support GNOME2
	* autogen.sh:
	* boards/babymatch/board1_0.xml.in:
	* boards/babymatch/board2_0.xml.in:
	* boards/babymatch/board3_0.xml.in:
	* boards/babymatch/board4_0.xml.in:
	* boards/babymatch/board5_0.xml.in:
	* boards/babymatch/board6_0.xml.in:
	* boards/babyshapes/board1_0.xml.in:
	* boards/babyshapes/board2_0.xml.in:
	* boards/babyshapes/board3_0.xml.in:
	* boards/babyshapes/board4_0.xml.in:
	* boards/babyshapes/board5_0.xml.in:
	* boards/babyshapes/board6_0.xml.in:
	* boards/babyshapes/board7_0.xml.in:
	* boards/doubleentry/board1_0.xml.in:
	* boards/doubleentry/board2_0.xml.in:
	* boards/doubleentry/board3_0.xml.in:
	* boards/geography/board1_0.xml.in:
	* boards/geography/board2_0.xml.in:
	* boards/imagename/board1_0.xml.in:
	* boards/imagename/board2_0.xml.in:
	* boards/imagename/board3_0.xml.in:
	* boards/imagename/board4_0.xml.in:
	* boards/imagename/board5_0.xml.in:
	* boards/imagename/board6_0.xml.in:
	* boards/paintings/board1_0.xml.in:
	* boards/paintings/board2_0.xml.in:
	* boards/paintings/board3_0.xml.in:
	* boards/paintings/board3_1.xml.in:
	* boards/paintings/board4_0.xml.in:
	* boards/paintings/board5_0.xml.in:
	* boards/paintings/board6_0.xml.in:
	* boards/wordsgame/README:
	* boards/wordsgame/wordslevel2.fr:
	* boards/wordsgame/wordslevelmax.fr:
	* configure.in:
	* src/Makefile.am:
	* src/boards/Makefile.am:
	* src/boards/advanced_colors.c: (pause_board), (start_board),
	(end_board), (set_level), (is_our_board), (colors_next_level),
	(colors_destroy_all_items), (colors_create_item), (game_won),
	(process_ok), (item_event), (update_clock), (highlight_selected),
	(init_xml), (add_xml_data), (parse_doc):
	* src/boards/algebra_guesscount.c:
	(algebra_guesscount_create_item):
	* src/boards/chess.c: (display_white_turn), (display_info):
	* src/boards/chess_position.c: (position_get_type), (class_init):
	* src/boards/clockgame.c: (clockgame_create_item):
	* src/boards/draw.c: (create_item):
	* src/boards/enumerate.c: (enumerate_create_item):
	* src/boards/imageid.c: (imageid_create_item), (add_xml_data):
	* src/boards/leftright.c: (leftright_create_item):
	* src/boards/maze.c: (maze_next_level):
	* src/boards/menu.c: (create_info_area):
	* src/boards/missingletter.c: (missing_letter_create_item),
	(add_xml_data):
	* src/boards/planegame.c: (planegame_create_item):
	* src/boards/read_colors.c: (start_board),
	(read_colors_next_level), (add_xml_data):
	* src/boards/reading.c: (display_what_to_do),
	(reading_create_item), (ask_ready), (ask_yes_no):
	* src/boards/reversecount.c: (display_item_at):
	* src/boards/shapegame.c: (find_closest_shape), (item_event),
	(create_title), (add_xml_shape_to_data):
	* src/boards/target.c: (start_board), (display_windspeed),
	(target_create_item), (request_score):
	* src/boards/wordsgame.c: (wordsgame_check_focus), (key_press),
	(wordsgame_create_item), (get_random_word):
	* src/gcompris/Makefile.am:
	* src/gcompris/about.c: (gcompris_about_start), (item_event_ok):
	* src/gcompris/callbacks.c: (on_quit1_activate),
	(on_cut1_activate), (on_copy1_activate), (on_paste1_activate),
	(on_about1_activate), (on_new1_activate), (on_open1_activate),
	(on_save1_activate), (on_save_as1_activate), (on_quit2_activate),
	(on_cut2_activate), (on_copy2_activate), (on_paste2_activate),
	(on_clear2_activate), (on_properties1_activate),
	(on_preferences1_activate), (on_about2_activate):
	* src/gcompris/callbacks.h:
	* src/gcompris/config.c: (gcompris_config_start),
	(set_locale_flag):
	* src/gcompris/gameutil.c: (gcompris_load_number_pixmap),
	(gcompris_load_pixmap), (gcompris_add_xml_to_data),
	(gcompris_read_xml_file), (convertUTF8Toisolat1):
	* src/gcompris/gameutil.h:
	* src/gcompris/gcompris-edit.c:
	(gcompris_edit_display_description), (tree_selection_changed_cb),
	(item_toggled), (add_columns), (create_model), (init_tree),
	(add_menu), (read_xml_file), (main):
	* src/gcompris/gcompris-edit.glade:
	* src/gcompris/gcompris.c: (init_background), (setup_window),
	(gcompris_set_locale), (gcompris_init):
	* src/gcompris/gcompris.h:
	* src/gcompris/help.c: (gcompris_help_start):
	* src/gcompris/images_selector.c: (gcompris_images_selector_start),
	(read_xml_file):
	* src/gcompris/interface.c: (create_gcompris_edit),
	(create_about1):
	* src/gcompris/interface.h:
	* src/gcompris/pluginenum.c: (init_plugins), (add_plugin):
	* src/gcompris/soundutil.c: (thread_play_ogg),
	(gcompris_play_sound):
	* src/gcompris/support.c: (lookup_widget), (create_pixmap),
	(create_pixbuf), (glade_set_atk_action_description):
	* src/gcompris/support.h:
	* src/gcompris/timer.c: (gcompris_timer_display),
	(timer_increment):

2002-11-28  bruno  <bruno.coudoin@free.fr>

	* boards/reversecount/dice_area.jpg: created
	* src/boards/reversecount.c: (pause_board), (start_board),
	(process_ok), (reversecount_destroy_all_items),
	(reversecount_create_item), (display_random_fish),
	(display_item_at), (item_event), (create_clock), (update_clock): added tan error limit
	* src/gcompris/timer.c: (gcompris_timer_display),
	(timer_increment): fixed for the clock and sand

2002-11-26  bruno  <bruno.coudoin@free.fr>

	* boards/scales/board1_0.xml.in: fixed random bad display of the image
	* src/boards/gletters.c: (key_press): fixed in i386, keys was not working anymore
	* src/boards/shapegame.c: (item_event), (add_shape_to_canvas),
	(add_xml_shape_to_data), (parse_doc): now support the position property in the xml to specify the 
	depth of the shape :back/front. Fixed the sound support for the level 3 of doublentry board.
	* src/gcompris/soundutil.c: reindented

2002-11-12  bruno  <bruno.coudoin@free.fr>

	* boards/fun.xml.in: added maze 3D
	* boards/maze.xml.in: added maze 2D force
	* gcompris.spec.in: added gnuchess requirement
	* po/POTFILES.in: updated
	* src/boards/algebra.c: (key_press), (get_operand),
	(init_operation): added backspace support
	* src/boards/chess.c: (start_board), (chess_create_item),
	(item_event), (engine_local_cb), (write_child): now works with gnuchess 5 only
	* src/boards/maze.c: Christof Petig <christof@petig-baender.de> implemented a 3D mode
	* src/boards/reversecount.c: (process_ok),
	(reversecount_create_item): Changed the tux to a top view 4 direction one
	* src/gcompris/soundutil.c: (scheduler), (gcompris_play_ogg): removed comments

2002-10-13  bruno  <bruno.coudoin@free.fr>

	* boards/Makefile.am: added enumerate board
	* boards/algebramenu.xml.in: added enumerate board
	* boards/boardicons/enumerate.png: added enumerate board
	* boards/enumerate.xml.in: added enumerate board
	* src/boards/enumerate.c: added enumerate board
	* boards/images/enumerate_answer.png: added enumerate board
	* boards/images/enumerate_answer_focus.png: added enumerate board
	* boards/images/enumerate_background.jpg: added enumerate board
	* boards/scales/board1_0.xml.in: added enumerate board
	* src/boards/Makefile.am: added enumerate board
	* boards/gcompris/dialogbox.png: added a dialog box in gcompris API
	* src/gcompris/gameutil.h: added a dialog box in gcompris API
	* src/boards/chess.c: (start_board), (chess_child_end):
	* src/gcompris/gameutil.c: (item_absolute_move), (gcompris_dialog),
	(item_event_ok): added a call to the dialog box if gnuchessx is not there
	* boards/scales/tabepice.jpg:  delete and converted to jpg to free space
	* boards/scales/tabepice.png: delete and converted to jpg to free space

2002-10-09  bruno  <bruno.coudoin@free.fr>

	* configure.in: added support to compile internal ogg player
	* src/boards/draw.c: (resize_item), (create_item): added anchor to text items
	* src/gcompris/Makefile.am: added support to compile internal ogg player
	* src/gcompris/oggplayer.c: (decode_ogg_file): created by Nabil Ben Khalifa
	* src/gcompris/soundutil.c: (initSound), (setSoundPolicy),
	(getSoundPolicy), (scheduler), (thread_play_ogg),
	(get_next_sound_to_play), (gcompris_play_ogg),
	(gcompris_play_sound): Removed the fork to ogg123, use now internal ogg player
	* src/gcompris/soundutil.h: added supporrt for internal ogg player

2002-10-06  bruno  <bruno.coudoin@free.fr>

	* src/boards/draw.c: (key_press), (draw_next_level),
	(display_drawing_area), (display_tool_selector), (display_grid),
	(get_tool_cursor), (tool_event), (display_anchors),
	(reset_anchors_text), (resize_item), (set_item_color),
	(create_item), (item_event_resize), (item_event_move),
	(item_event): Added TEXT support. Complete raise/lower implementation
	* src/boards/shapegame.c: (shapegame_destroy_all_items),
	(add_xml_shape_to_data), (parse_doc): Reintroduced the random placement
	* src/gcompris/config.c: (gcompris_config_start), (item_event_ok): I18N fixes

2002-09-22  Bruno Coudoin  <bruno.coudoin@free.fr>

	* boards/boardicons/algebra_group.png: better icon (I hope)
	* boards/boardicons/algebramenu.png: better icon (I hope)
	* src/boards/chess.c: (chess_destroy_all_items),
	(chess_create_item), (engine_local_cb): Added draw support. Fixed text items being lost after first party
	* src/boards/chess_position.c: (position_set_initial_partyend),
	(position_set_initial_movelearn): fixed too simple or bad example

2002-09-19  Bruno Coudoin  <bruno.coudoin@free.fr>

	* boards/Makefile.am: added specific chess boards
	* boards/boardicons/chess_computer.png: added specific chess boards
	* boards/boardicons/chess_movelearn.png: added specific chess boards
	* boards/boardicons/chess_partyend.png: added specific chess boards
	* boards/chess.xml.in: added specific chess boards
	* boards/chess/k.png: reworked
	* boards/chess_computer.xml.in: added specific chess boards
	* boards/chess_movelearn.xml.in: added specific chess boards
	* boards/chess_partyend.xml.in: added specific chess boards
	* po/POTFILES.in: added specific chess boards
	* po/fr.po: added specific chess boards
	* src/boards/chess.c: (start_board), (chess_next_level),
	(chess_destroy_all_items), (chess_create_item), (move_piece_to),
	(hightlight_possible_moves), (item_event), (item_event_black),
	(engine_local_cb): changed to rely only on chess_notation
	* src/boards/chess_notation.c: (piece_to_ascii): bug fix
	* src/boards/chess_notation.h: added function to support specific board
	* src/boards/chess_position.c: (position_set_initial_partyend),
	(position_set_initial_movelearn), (position_display): added function to support specific board
	* src/boards/chess_position.h: added function to support specific board

2002-09-15  Bruno Coudoin  <bruno.coudoin@free.fr>

	* boards/read_colors/.cvsignore: added
	* src/boards/chess.c: (display_info), (move_piece_to),
	(hightlight_possible_moves), (chess_child_end): implemented the promotion
	* src/boards/chess_makros.h:implemented the promotion
	* src/boards/chess_movlist.h: deleted, not needed
	* src/boards/chess_notation.c: (move_to_ascii), (piece_to_ascii),
	(piece_move_to_ascii), (move_to_san):implemented the promotion
	* src/boards/chess_notation.h:implemented the promotion
	* src/gcompris/gcompris.c: (gcompris_terminate), (gcompris_init):catched singint to clean subprocesses

2002-09-12 Bruno Coudoin  <bruno.coudoin@free.fr>
	* boards/menu.xml.in: Whole menu reviewed
	* boards/scale/tabepice.png: added painting provided by Virginie Moreau
	* boards/superbrain.xml.in: new board by bruno
	* src/boards/superbain.c: new board by bruno

2002-09-09 Pascal Georges <pascal.georges1@free.fr>
	* src/gcompris/bonus.[ch] small modifs

2002-09-06 Pascal Georges <pascal.georges1@free.fr>
	* src/boards/read_colors.c : a new board in the color serial.
	* src/gcompris/bonus.[ch] : added BOARD_FINISHED_TOOMANYERRORS to end a board when too many errors occured

2002-09-06  Bruno Coudoin  <bruno.coudoin@free.fr>

	* boards/Makefile.am: added Chess
	* boards/fun.xml.in: added Chess
	* src/boards/chess*.[ch]: created the chess board based on gnome-chess by Robert Wilhelm
	* configure.in: added advanced_colors
	* po/POTFILES.in: updated
	* src/boards/Makefile.am: added advanced_colors
	* src/boards/erase.c: code cleanup
	* src/gcompris/gcompris.c: (gcompris_exit): added a call to board_stop

2002-09-03 Pascal Georges <pascal.georges1@free.fr>
	* po/fr.po : small changes

2002-09-02 Pascal Georges <pascal.georges1@free.fr>
	* src/boards/advanced_colors.c : Added an error count.

2002-08-28 Pascal Georges <pascal.georges1@free.fr>
	* src/boards/advanced_colors.c : finished the board. A board suitable for adults.

2002-08-28 Pascal Georges <pascal.georges1@free.fr>
	* src/boards/advanced_colors.c added a new board (not finished yet)

2002-08-27  Xavier Garreau <xgarreau@club-internet.fr>

	* src/boards/memory.c: fixed a potential random bug at level 5 or above

2002-08-23  Bruno Coudoin  <bruno.coudoin@free.fr>

	* po/fr.po: updated

2002-08-18  Bruno Coudoin  <bruno.coudoin@free.fr>

	* boards/Makefile.am: added mastermind
	* boards/fun.xml.in: added mastermind
	* po/POTFILES.in: added mastermind files
	* po/hu.po: updated by Marcel Hilzinger
	* src/boards/Makefile.am: added mastermind
	* src/gcompris/config.c: added malaysian

2002-08-02 Gregory Leblanc <gleblanc@linuxweasel.com>

	* gcompris/boards/algebra_guesscount/-.png
	* gcompris/boards/gcompris/letters/-.png: removed, by request of
	bruno-coudoin@free.fr.

2002-07-29 Hasbullah Bin Pit <sebol@ikhlas.com>

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

2002-07-16 Pascal Georges <pascal.georges1@free.fr>
	* src/boards/leftright.c added hands


2002-07-08 Bruno Coudoin <bruno.coudoin@free.fr>
	* src/boards/draw.c: added the raise button


2002-07-01 Bruno Coudoin <bruno.coudoin@free.fr>
	* ChangeLog: Released 1.1.0

2002-06-30 Bruno Coudoin <bruno.coudoin@free.fr>
	* src/gcompris/gcompris.c: added setenv for LANGs vars to force gcompris in the
	user given locale.
	Now you can dynamically change the locale with gcompris's config menu without
	having to quit ;) this is a long standing enhancement request.
	* src/gcompris/bar.c: thanks to Nabil Ben Khalifa, the home is not displayed at
	upper level.
	* src/gcompris/config.c: added a bad icon when the locale is not available.
	The user must install the locale on its computer if they are not available.
	* src/boards/shapegame.c: fixed highlighting too much the list buttons over time
	changed the calculation of shape icons so that small one fill the space like it was before
	* src/boards/erase.c: For Ben Armstrong daughter, added more levels.

2002-06-26 Bruno Coudoin <bruno.coudoin@free.fr>
	* boards/gcompris/buttons/button_exit.png: added an exit button
	* src/gcompris/bar.c: added the exit button
	
2002-06-17 Marcel Hilzinger <hili@suselinux.hu>
	* boards/wordslevel/*.hu: created hungarian files

2002-06-06 Bruno Coudoin <bruno.coudoin@free.fr>
	* src/gcompris/gcompris-edit*: first release of the editor
	* src/gcompris/help.c: changed to add a credit entry and look and feel
	* src/bords/algebra_guescount.c: changed to use operation images with names
	intead of :+/*
	* src/bords/algebra.c: changed to use operation images with names
	intead of :+/*
	* src/gcompris/timer.c: added a pause() entry in case of help request in a board
	* src/bords/algebra.c: use the pause() entry for the timer to display the help
	* src/boards/shapegame.c: changed to allow the scale board to work in any good
	combination of solution. To do this, a new property in the .xml.in file for
	shape board is OkIfAddedName="xx" where xx is the sum of expected. This sum is
	calculated by adding the name property of a shape changed to an int of the shapes
	dragged by the user.
	changed to have the shapelist buttons previous/next contextual
	changed to allow the shapelist area to be defined in the xml.in file using for
	example:
	<ShapeGame shapebox_x="15" shapebox_y="20" shapebox_w="280" shapebox_h="240" 
	shapebox_nb_shape_x="2" shapebox_nb_shape_y="3" >
	* boards/gcompris/gcompris-shapebg.jpg: changed the shapelist hope it looks better

2002-05-28 Bruno Coudoin <bruno.coudoin@free.fr>
	* configure.in: changed AM_GNU_GETTEXT by AM_GLIB_GNU_GETTEXT
	released 1.0.5

2002-05-27  gettextize  <bug-gnu-gettext@gnu.org>

	* Makefile.am (SUBDIRS): Add m4.
	(SUBDIRS): Remove intl.
	(ACLOCAL_AMFLAGS): New variable.
	(EXTRA_DIST): Add config.rpath.
	* configure.in (AC_OUTPUT): Add m4/Makefile.

2002-05-21 Bruno Coudoin <bruno.coudoin@free.fr>
	* src/boards/reversecount.c: new board created
	* boards/reversecount*/*: new board created
	* src/gcompris/cursor.h: changed the default cursor to make it more easy to
	use. Thanks to Marec Dirson.
	* src/boards/maze.c: changed the color line to white
	* src/boards/canal_lock.c: created this board

2002-04-29 Bruno Coudoin <bruno.coudoin@free.fr>

	* src/boards/draw.c: now clicking the background remove the selection
	now the selection mode is selected after a new item is created
	added image support
	* src/gcompris/images_selector.c: created. Let any board access to an image
	loader. Images are defined in xml dataset similar to boards xml menus.
	* src/gcompris/gcompris.c: added support for different user defined screen size
	* src/gcompris/properties.c: added screensize and timer definition
	* src/gcompris/config.c: added screensize and timer definition
	* src/boards/shapegame.c: added support for infinite puzzle pieces
	* boards/scale/*.xml.in: fixed boards with 2 possible solution
	thanks to Thomas Gebhart for profidind the fix.
	* src/gcompris/gameutil.c: use of unused param in focus to allow the highlight
	of button even when the mouse is over its internal text.

2002-04-28 Bruno Coudoin <bruno.coudoin@free.fr>

	* confidure.in: Changed to release 1.0.3
	* src/board/*.c: fixed compilation warnings where prototyte f() must be f(void)
	* src/gcompris/timer.[ch]: creation of the timer api for gcompris
	* boards/*.xml.in: added the name property and change name entity to title
	* src/boards/algebra.c: implemented the use of the new timer api
	* src/boards/clockgame.c: changed the cursor to ease the selection
	
2002-04-28 Thomas Gebhardt <gebhardt@HRZ.Uni-Marburg.DE>

	* boards/scales/board3_0.xml.in: changed because there was 2 solutions

2002-04-04 Imre Ehreth

	* src/boards/shapegame.c: fixed random misplacement (long standing bug ;)

2002-03-29 Christophe Merlet <christophe@merlet.net>

	* gcompris.spec.in: Added %defattr to sound-* packages
	Added directory to file listing.

2002-03-28 Bruno Coudoin <bruno.coudoin@free.fr>

	* src/board/maze.c: Changed to use a tux and a door
	* boards/doubleentry/board2_0.xml.in: create a new level for doubleentry
	* configure.in: release of 1.0.2
	
2002-03-27 Bruno Coudoin <bruno.coudoin@free.fr>

	* autogen.sh: changed to use gnome-autogen

2002-03-26 Pascal Georges <pascal.georges1@free.fr>

	* src/gcompris/soundutil.c : detection added for the presence of ogg123 in path

2002-03-24 Bruno Coudoin <bruno.coudoin@free.fr>

	* src/board/target.c: Created the target boards
	* board/doubleentry.xml.in: Created the double entry board

2002-03-22 Pascal Georges <pascal.georges1@free.fr>

	* po/fr.po : fixed some orthographic errors

2002-03-21 Bruno Coudoin <bruno.coudoin@free.fr>

	* src/board/maze.c: Created the maze boards by Bastiaan Verhoef (b.f.verhoef@student.utwente.nl)

2002-03-20 Bruno Coudoin <bruno.coudoin@free.fr>

	* src/board/memory.c: fixed bad index which could randomly core dump gcompris.
	thanks to Imre Ehreth for found reported it.

2002-03-19 Bruno Coudoin <bruno.coudoin@free.fr>

	* configure.in: release version 1.0.1

2002-03-17 Pascal Georges <pascal.georges1@free.fr>

	* src/boards/missingletter.c: changed the separator for '/', so ' ' can be used for words
	* po/*.po : changed ' ' to '/' in the translated po files for the missingletter strings

2002-03-17 Bruno Coudoin <bruno.coudoin@free.fr>

	* src/boards/imageid.c: Fixed i18n
	* src/boards/missingletter.c: Fixed i18n

2002-03-14 Bruno Coudoin <bruno.coudoin@free.fr>

	* src/gcompris/cursor.h: New great cute cursor from Arnaud Rolly.

2002-03-14 Pascal Georges <pascal.georges1@free.fr>

	* src/boards/colors.c
	* src/boards/leftright.c : does not use adobe fonts any more to facilitate translations

2002-03-12 Bruno Coudoin <bruno.coudoin@free.fr>

	* po/sk.po: Zdeno Podobn?½ <zdpo@mailbox.sk> created
	the slovak translation.
	* configure.in: added sk to all-lang

2002-03-09  Bruno Coudoin  <bruno.coudoin@free.fr>

	* src/boards/planegame.c: limited to 2 levels. One with score on one without.
	made some tuning to improve speed.

2002-03-09  Bruno Coudoin  <bruno.coudoin@free.fr>

	* src/boards/draw.c: Fixed positionning, it was not rounded properly.
	Thanks to Olivier Fourdan and his expert eye as the XFCE Leader for having
	noticing that.
	Added the grid on/off button. Repositionning to grid is not yet implemented.
	anchors and lines are a little big larger.

2002-03-06  Bruno Coudoin  <bruno.coudoin@free.fr>

	* src/boards/draw.c: Added a select button that makes it easier to move
	object. Now in object creation mode, you can create object within others.
	Added the point tool to create point (usefull to indicate a starting point
	in a reproduce it game)

2002-03-06 Pascal Georges <pascal.georges1@free.fr>

	* src/boards/colors.c : new board

2002-03-05 Pascal Georges <pascal.georges1@free.fr>

	* src/gcompris/gameutil.c : added an item_absolute_move function

2002-03-03  Bruno Coudoin  <bruno.coudoin@free.fr>

	* src/boards/draw.c: fixed drawing of lines. Now lines have only 2 anchors.
	Now there is a grid on the drawing area.

2002-03-02 Pascal Georges <pascal.georges1@free.fr>

	* /src/boards/leftright.c : added new board (with many other files)

2002-02-26  Gediminas Paulauskas <menesis@delfi.lt>

	gcompris now works well in other locales, e.g. Lithuanian.

	* src/unicode/*: copied some files from GAL to get conversion from
	UTF8 to locale encoding. Removed all unneeded things from these files.
	* src/Makefile.am: build unicode subdir.
	* src/gcompris/Makefile.am: add things needed for unicode conversion.
	* src/gcompris/gameutil.c: convert string from UTF8 to locale
	encoding, not to latin1.

2002-02-26  Gediminas Paulauskas <menesis@delfi.lt>

	* src/gcompris/gcompris.h: add defines for all fonts used in boards,
	let translate the font so that strings will be displayed correctly
	in all locales.
	* src/boards/*.c: use defines for fonts.

2002-02-26  Gediminas Paulauskas <menesis@delfi.lt>

	* configure.in: fix libxml2 checks, add iconv and glib checks.
	* src/boards/Makefile.am, src/gcompris/Makefile.am: use correct XML_LIBS,
	added XML_CFLAGS to INCLUDES.

2002-02-26  Gediminas Paulauskas <menesis@delfi.lt>

	* macros, intl: removed from CVS, use more up-to-date ones from
	gnome-common (use "cvs checkout gcompris" to get them again, update
	won't work).
	* intltool-*.in, ABOUT-NLS, aclocal.m4, config.h.in, ltmain.sh:
	remove files from CVS, they are created by autogen.sh

2002-02-24  Bruno Coudoin  <bruno.coudoin@free.fr>

	* src/boards/draw.c: New cursors. Now lines can be moved in all directions.
	* src/gcompris/gcompris.c: Added cursors for draw board
	* src/gcompris/cursor.[ch]: Added cursors for draw board
	* boards/sounds/en/*: cleanup, removed sounds that are in french

2002-02-23 Pascal Georges <pascal.georges1@free.fr>
	* src/gcompris/gcompris.c: modified gcompris_set_cursor to use custom cursors. A big red arrow is the default,
	  a red bird is for the moment only used for algebra_guesscount
	* src/gcompris/cursor.[ch] : definitions and handling of custom cursors

2002-02-23  Bruno Coudoin  <bruno.coudoin@free.fr>

	* src/boards/draw.c: New draw completed including new icons and cursors
	* src/gcompris/gcompris.c: Added gcompris_set_cursor in the gcompris API

2002-02-22 Pascal Georges <pascal.georges1@free.fr>

	* src/gcompris/bar.c : bar_play_sound is played only if no other sound is played or pending

2002-02-21 Pascal Georges <pascal.georges1@free.fr>

	* src/gcompris/soundutil.[ch] : changed the way ogg sounds are played. Several policies are implemented,
	  but only the currently used (PLAY_AFTER_CURRENT) has been tested (very quickly tested).

2002-02-19  Bruno Coudoin  <bruno.coudoin@free.fr>

	* src/boards/draw.c: anchor improved. New fill tool added (replace old move tool)

2002-02-17  Bruno Coudoin  <bruno.coudoin@free.fr>

	* src/boards/shapegame.c: implemented the discovering of the maxlevel
	* src/boards/paratrooper.c: fixed to have only 1 cloud even after requesting help
	* src/gcompris/config.c: fixed the translation of countries
	* src/boards/draw.c: start to implement a usual anchor system

2002-02-17 Pascal Georges <pascal.georges1@free.fr>

	* src/boards/clickgame.c : level stop at 10/10 (formerly 11/10 ..)
	* src/boards/gletters.c : fixed the bug at the end of the board (score at 11/10)
	* src/boards/smallnumbers.c : fixed the bug at the end of the board (score at 11/10)
	* src/gcompris/bonus.c : fixed a bug : RANDOM was not properly used
	* src/boards/algebra_guesscount.c : bonus is now randomized

2002-02-15 Pascal Georges <pascal.georges1@free.fr>
	* src/gcompris/gameutil.[ch] : removed sound related functions
	* src/gcompris/soundutil.[ch] : new files contain sound related functions
	  changed the way sound is played : we play the first (current sound)
		and keep the last introduced one in the pending queue. Others are killed.

2002-02-12 Pascal Georges <pascal.georges1@free.fr>
	* src/boards/babyshape.c : level starts now at 1, and ends at 4 (coherent to the 4 xml files for this level)

2002-02-11  Bruno Coudoin  <bruno.coudoin@free.fr>

	* src/boards/imageid/board1.xml.in: created .in files to implement i18n
	* src/boards/imagename/*.xml.in: created .in files to implement i18n
	* src/gcompris/gameutil.c: fixed to remove any child

2002-02-10  Bruno Coudoin  <bruno.coudoin@free.fr>

	* src/gcompris/gameutil.c: Changed gcompris_play_ogg to play non localized ogg files
	* Makefile.am: created dist-core and dist-sounds target
	* create_dist_sounds: created, use to created by locale sound tar
	* src/gcompris/gameutil.c: fixed play_ogg to catch sigchld and avoid multiple ogg play and zombies
	* src/gcompris/help.c: changed to behave like tabs widget
	* src/gcompris/about.c: changed fonts and OK button width
	* src/gcompris/config.c: changed fonts and OK button width
	* boards/*.xml.in: changed author reference from at to @ in the email adress
	* src/boards/shapegame.c: changed to allow title name to be i18nized
	* boards/paintings/*.xml.in: created .in files to allow i18n titles
	* boards/babymatch/*.xml.in: created .in files to allow i18n titles. Fixed title coord.
	* boards/scale/*.xml.in: modified .in files to use i18n titles

2002-02-10 Pascal Georges <pascal.georges1@free.fr>

	* Changed smiley_good and smiley_bad pictures (made with kpovmodeler & povray)

2002-02-09 Pascal Georges <pascal.georges1@free.fr>
	
	* Changed 2 pictures : banana.png (I took a photo) and ballon.png (made with povray)
	* Modified readingh & readingv to give some feedback when the answer is submited
	* Added a TESTS file in root directory to keep track of board tests

2002-02-08 Pascal Georges <pascal.georges1@free.fr>
	* Before playing a new ogg file, the previous play is killed, even if not finished
	  to avoid a bunch of pending sounds, which are rapidly meaningless

2002-02-07 Pascal Georges <pascal.georges1@free.fr>
	* Fixed the many Zombies processes bug (due to gcompris_play_ogg fork).
	Some zombies are still there.

2002-02-07  Bruno Coudoin  <bruno.coudoin@free.fr>

	* src/gcompris/Makefile.am: Added GDK-PIXBUF and XML Include
	* configure.in: Added XML detection

2002-02-06 Pascal Georges <pascal.georges1@free.fr>
	* minor othographic corrections to fr.po

2002-02-06  Bruno Coudoin  <bruno.coudoin@free.fr>

	* src/gcompris/config.c: fixed translation
	* src/gcompris/about.c: fixed translation
	* src/board/wordsgame.c: changed level scheme

2002-02-03  Bruno Coudoin  <bruno.coudoin@free.fr>

	* src/boards/railroad.c: Fixed crash at last level. MODEL_MAX_SIZE was not set properly.
	* src/boards/smallnumbers.c: Added number sounds
	* src/boards/gletters.c: Added letter sounds
	* boards/railroad/*.png: some pixmap cleanup to remove white borders.
	* src/gcompris/bar.c: added gcompris_bar_hide entry to hide/restore the buttons bar.
	* src/help.c: changed to use gcompris_bar_hide
	*             changed the way button title are coded to make the i18n works
	* src/config.c: changed to use gcompris_bar_hide
	* src/about.c: changed to use gcompris_bar_hide
	* src/boards/missingletter.c: Fixed doubleclick on OK infinite bonus loop
	* src/board/clickgame.c: added the bonus API
	* src/board/planegame.c: removed the sound when the wrong cloud is hit due to too much noise
	*                        when the plane is in a storm ;)
	*                        Fixed the cloud detection to work even when a cloud is hit in front
	
2002-01-19  Bruno Coudoin  <bruno.coudoin@free.fr>

	* src/gcompris/properties.c: fixed locale initialization to use use current locale intead of en
	* src/gcompris/gcompris.c: modified locale retrieving because setlocale does not work for me
	                           I now get the env variable LC_ALL and LANG if not found.
	
2002-01-14  Bruno Coudoin  <bruno.coudoin@free.fr>

	* src/gcompris/about.c: completed the about box
	* src/gcompris/gcompris.c: disabled gnome crash dialog in full screen
	* src/gcompris/gameutil.c: added code in convertUTF8Toisolat1 to replace \ n by real one
	* xml-i18n: replaced all references to xml-i18n by the newer intltool
	* src/boards/*.c: removed the use of get_board_playing and replaced by a test on gcomprisBoard
	                  this was creating intermitent problems when leaving a board being redisplayed
	* src/boards/draw.c: implemented a workaround to avoid grab lock on doubleclick
	                     fixed third button move even if tool move is not selected
	* src/boards/shapegame.c: added call to the bonus API.

2002-01-06  Christophe Merlet  <christophe@merlet.net>

	* src/boards/clickgame.c, src/boards/draw.c, src/boards/menu.c,
	* src/boards/paratrooper.c: Reformated somes translated strings.
 
2002-01-02  Bruno Coudoin  <bruno.coudoin@free.fr>
	* src/gcompris/config.c: added support for locale selection
	* boards/locale*: removed locale selection by boards
	* src/boards/locale.c: removed locale selection by boards
	* src/boards/shapegame.c: added capability to edit a puzzle (click on a red point)
	                          save is done with shift+click on any puzzle. The file
	                          /tmp/gcompris-board.xml contains the edited board
	* boards/paintings/kandinky.comp8: creation of this puzzle
	* boards/paintings/board3_1.xml: creation of this puzzle. Make sure to click OK to see it
	* boards/clockgame/clockgame-bg.jpg: creation of this new background by Renaud Blanchard.
	* src/boards/clockgame.c: updated to fit in the new background
	* boards/gcompris/misc/fishingboat.png: redrawed by Renaud
	* src/boards/paratrooper.c: now, a click on the plane and the tux
	* flies


2001-12-26  Bruno Coudoin  <bruno.coudoin@free.fr>
	* boards/missing_letter: added support for xmli18n
	* boards/scales: added support for xmli18n (preparation only since shapegame needs xml rewrite)
	* src/boards/*.c: set to null gcomprisBoard in end_board to avoid problem in bonus
	* src/gcompris/config.c: creation of the configuration window
	* src/gcompris/properties.c: added support for locale property storage

2001-12-24  Bruno Coudoin  <bruno.coudoin@free.fr>
	* src/boards/planegame.c: replaced the plane by a brain new helico
	                          designed by Renaud Blanchard
	* src/boards/click_on_letter.c: now clear gcomprisBoard in end_board
	                                this fixes a bug where the bonus is
				        redisplayed endlessly in the menu
	* src/boards/missingletter.c: now clear gcomprisBoard in end_board

2001-12-23  Bruno Coudoin  <bruno.coudoin@free.fr>
	* src/gcompris/gcompris.c: added gconf init for the gtkhtml
	* src/boards/shapegame.c: fixed highlight out of sync and loosing odd number boards
	* src/boards/erase.c: changed background to display animals instead of tux plane
	* src/gcompris/help.c: changed to use gtkhtml instead of straigh text
	* src/board/menu.c: changed to add format help in html
	* src/board/clickgame.c: changed to add format help in html
	* src/board/paratrooper.c: changed to add format help in html
	* src/board/draw.c: changed to add format help in html. Color are now speaken if translated.
	* macros/gnome.m4: added gtkhtml definition
	* configure.in: added AM_PATH_GCONF
	* boards/sounds/intro.ogg: intro for gcompris created by Djilali Sebihi
	* boards/sounds/fr/*.ogg: regeneration of sounds by Zohra Sebihi to have more volume
	* boards/sounds/es/*.ogg: created by Zohra Sebihi
	* boards/sounds/en/*.ogg: created by Zohra Sebihi
	* src/gcompris/bar.c: now has voice tooltip after 1 sec on a bar item
	* src/gcompris/gameutil.c: changed play_ogg to bypass file that are not there but play others

2001-12-23 Pascal Georges <pascal.georges1@free.fr>
	* modified erase board to display animal pictures

2001-12-17 Pascal Georges <pascal.georges1@free.fr>
	* finished new board in algebra group : guess count

2001-12-16 Pascal Georges <pascal.georges1@free.fr>
	* added gcompris/animals directory for nice pictures taken from http://schmode.net (we are granted by author to use its photos)
	* added RAND(A,B) utility macro in gameutil.h, which returns a number in [A,B] range
	* added a new board in algebra group. Not finished yet but starts to be playable (needs a lot of clean up and polish)

2001-12-14  Bruno Coudoin  <bruno.coudoin@free.fr>
	* boards/scales/*.xml: fixed board numbering and title location
	* added Lithuanian support by Mantas K. <mantelis@centras.lt>

2001-12-13  Bruno Coudoin  <bruno.coudoin@free.fr>
	* Released version 0.9.6

2001-12-14  Simos Xenitellis  <simos@hellug.gr>

	* boards/wordsgame/wordslevelmax.el: Added Greek files.
	* boards/wordsgame/wordslevel[12].el: Added Greek files.

2001-12-09  Bruno Coudoin  <bruno.coudoin@free.fr>
	* src/boards/shapegame.c: when dragging, the item is now on top in anycase.
	                          now highlight the selectable items
	* src/gcompris/gameutil.c: finished the highlighting mecanism (taken fron the gnome-panel)
	* src/boards/draw.c: highlight the current tool
	* src/board/draw.c: changed include gnome-xml to libxml

2001-12-09  Martin Herweg <m.herweg@gmx.de>
	* board/sounds/de/*: ogg vorbis sounds created.

2001-12-09  Simos Xenitellis  <simos@hellug.gr>

	* boards/Makefile.am: Added boards/locale_el.xml.in in %xml_in_files.
	* boards/Makefile.in: Added boards/locale_el.xml.in in %xml_in_files.
	* boards/locale_el.xml.in: Created Greek file from template.
	* boards/boardsicon/locale_el.png: Added Greek flag (from GKB programm).
	* configure.in: Added "el" to ALL_LINGUAS.

2001-12-09  Bruno Coudoin  <bruno.coudoin@free.fr>
	* src/gcompris/gcompris.c: implemented command line parameter -window and -mute

2001-12-08 Pascal Georges <pascal.georges1@free.fr>
        * changed board_finished() to take a parameter (see bonus.h), making use of tuxplane.png and tuxloco.png

2001-12-07 Pascal Georges <pascal.georges1@free.fr>
        * fixed some bugs in railroad, imageid, click_on_letter and missingletter boards
        * fixed railroad board to fit new fullscreen layout

2001-12-07  Bruno Coudoin  <bruno.coudoin@free.fr>
	* src/gcompris/gcompris.c: implemented fullscreen
	* po/es.po: updated by Robinson Rodrigo Maureira Castillo
	* po/de.po: updated by Herman Herweg
	* boards/boardsicon/locale_[de en sv].png: created or updated by Herman

2001-12-03  Bruno Coudoin  <bruno.coudoin@free.fr>
        * src/boards/paratrooper.c: boat is back

2001-12-02  Bruno Coudoin  <bruno.coudoin@free.fr>
        * src/gcompris/score.c: creation of the gcompris_score API to replace gcompris_point API
        * src/gcompris/point.[ch]: removed
        * src/boards/*.c: changed the pause algo to fullfill the boardfinish needs

2001-12-02  Bruno Coudoin  <bruno.coudoin@free.fr>
        * src/boards/clockgame.c: modified to use board_finished(). Fixed max timer.
                                  modified to use gcompris_point API
        * src/board/algebra.c: modified to use gcompris_point API
        * src/board/wordsgame.c: modified to use gcompris_point API
        * src/boards/*.c: modified to use board_finished().
        * boards/paintings/board6_1.xml: deleted, was incomplete.
        * src/gcompris/bonus.h: removed entry gcompris_bar_set_message()
        * src/gcompris/point.c: creation of the gcompris_point API to replace gcompris_bar_timer

2001-12-01 Pascal Georges <pascal.georges1@free.fr>
        * added board_finished() function in bonus.c, called when a sequential board is done
        It displays tux in a plane flying toward a door (!)
        * corrected the XML accent bug, that still remained in missingletter (but I had already corrected in imageid)

2001-11-29  Bruno Coudoin  <bruno.coudoin@free.fr>
        * Makefile.am: added remove of xml-i18n generated files
        * src/boards/shapegame.c: fixed the last board file loading. now the boards loops.
        * src/boards/algebra.c: fixed minus rules to match + and * rules

2001-11-25  Bruno Coudoin  <bruno.coudoin@free.fr>
        * boards/scales/*.png: Complete redraw by Renaud Blanchard
        * src/gcompris/bar.c: shifted all buttons on the left to free the home
        * src/gcompris/bonus.[ch]: implemented BONUS_RANDOM, changed bonus.h to be an enum
        * src/boards/Makefile.am: changed PTHREAD_LIBS by PTHREAD_LIB as it should be
        * src/gcompris/pluginenum.c: changed to avoid a // in the plugin file path
        * src/boards/menu.c: changed to add more space between the two menu lines
        * boards/boardicons/railroad.png: made it smaller to be closed to other icons

2001-11-25 Pascal Georges <pascal.georges1@free.fr>
        * src/gcompris/gameutil.c : added convertUTF8Toisolat1 function

2001-11-23 Reinhard M?¼ller <reinhard.mueller@bytewise.at>
        * src/boards/algebra.c change operation order and other fix

2001-11-17 Renaud Blanchard <kisukama@chez.com>
        * boards/gcompris/gcompris-about.jpg: new gcompris logo

2001-11-17 Pascal Georges <pascal.georges1@free.fr>
        * Added railroad board

2001-11-13  Bruno Coudoin  <bruno.coudoin@free.fr>
        * src/boards/draw.c: Corrected a bug where you can delete the white background

2001-11-11  Bruno Coudoin  <bruno.coudoin@free.fr>

        * src/boards/reading.c: corrected button reference to use the correct one
        * src/boards/draw.c: changed so that you can still draw on other items
        * src/boards/local.c: created the local selection board
        * src/boards/gcompris.c: added gcompris_set_locale()
        * boards/local*.xml.in: created the local selection board
        * boards/boardicons/local*.png: created the local selection board
        * po/POTFILE.in: added missing draw.c, added local*
        * boards/*.xml.in: corrected a few missing translation thanks Herman        

2001-11-11  Zohra Coudoin  <zohra.coudoin@free.fr>

        * po/es.po: updated
        
2001-11-11  Bruno Coudoin  <bruno.coudoin@free.fr>

        * src/boards/reading.c: corrected button reference to use the correct one
        * src/boards/click_on_letter.c: changed to use the new repeat button
        * src/gcompris/bar.c: changed to add a new repeat button
        * src/gcompris/plugin.h: changed to add a new repeat entry
        * src/gcompris/gcompris.h: changed to add a repeat enum in the bar definition
        * aclocal.m4: added gdk_pixbuf in GNOME_INCLUDEDIR for new gtk-pixbuf
        * board/*.xml: CVS cleanup, only .xml.in need to be in
        * src/boards/gletter.c: stdout printf message cleanup
        
2001-11-06  Bruno Coudoin  <bruno.coudoin@free.fr>

        * src/boards/menu.c: implemented an automatic menu arrow instead of icon harddrawed
        * boards/boardsicon/*: removed all harddrawed arrow that were representing a menu

2001-11-05  Christian Rose  <menthos@menthos.com>

        * configure.in: Sorted ALL_LINGUAS and added "sv" to it.

2001-10-31  Carlos Perell?³ Mar?­n <carlos@gnome-db.org>

        * gcompris.desktop: converted to use xml-i18n-tools.

2001-10-31  Bruno Coudoin  <bruno.coudoin@free.fr>, Pascal Georges <pascal.georges1@free.fr>
        * src/gcompris/bonus.[ch]: better API, added one image type
        * src/boards/menu.c: implemented the star system ;) Thanks Pascal, its great.
        * src/boards/imageid.c: changed to use the new bonus API
        * src/boards/missingletter.c: changed to use the new bonus API
        * src/board/click_on_letter.c: new board created by Pascal Georges. This is the first
                                       with educational sounds.
                
2001-10-26  Bruno Coudoin  <bruno.coudoin@free.fr>, Pascal Georges <pascal.georges1@free.fr>
        * GCompris: Release 0.9.3
        * gcompris.spec: fixed changelog date
        * TODO: updated
        * boards/missing_letter.xml.in: creation of the missing letter board by Pascal George
        * src/boards/missingletter.c: creation of the missing letter board by Pascal George
        * src/boards/draw.c: corrected a bug at startup, I was destroying a non inited
                             object pointer. It seems that it makes it crash on PPC.
        * src/boards/clickgame.c: changed next level so that fishes stays at level change
                                  added functions to all mouse buttons including the weel
                                  This should make this board more fun and let the child
                                  discover all the mouse buttons can be usefull.
        * src/gcompris/gcompris.c: changes set_background to force the pixmap to be at
                                   the bottom
                                   Added gnome_sound_init(NULL); to make the sound works
                                   on different platform (eg KDE). Thanks to Pascal Georges.
                                   Added hyper link to gcompris and osfet web site in the 
                                   about box. No more spam from hilaire ;)
        * src/boards/imageid.c: corrected a bug that could cause a crash at startup
                                moved the button image to the global dir gcompris/button
        * src/boards/shape.c: corrected a bug in deletion of points that could be null
        * src/boards/algebra.c: rework to make the board work by operation. A mode param
                                is given in the board.xml to select the operation
        * src/boards/clockgame.c: bug fix, div by zero. Thanks a lot to Martin Herweg for his
                                  time and patience on this one.
        * aclocal.m4: changed GNOME_INCLUDEDIR to add libxml2 (thanks to Heiko Degenhardt)
        * src/gcompris/bar.c: corrected management of the help window
        * src/gcompris/help.c: corrected management of the help window
        * src/gcompris/gameutil.c: Added UTF-8 to Latin-1 conversion. This was causing bad
                                   name and description display in gcompris.

2001-10-23  Bruno Coudoin  <bruno.coudoin@free.fr>, Pascal Georges <pascal.georges1@free.fr>
        * GCompris: Release 0.9.2
        * boards/imageid.xml.in: creation of the imageid board by Pascal George
        * src/boards/imageid.c: creation of the imageid board by Pascal George
        * src/gcompris/bonus.[ch]: creation of the bonus API for gcompris by Pascal George
                                   (smileys)

2001-10-06  Bruno Coudoin  <bruno.coudoin@free.fr>
        * GCompris: Release 0.9.1
        * boards/imagename.xml.in.c: corrected boarddir
        * src/gcompris/bar.c: fixed by zero divide on the scale bar thanks to Martin Herweg
        * src/gcompris/gcompris.c: fixed to delete properly the background image
                                   after each call to gcompris_set_background
                                   split of gcompris_set_background to create a
                                   specific init_background for canvas initialisation
                                   - Added the Escape key support to shortcut to the 
                                     home button bar
        * src/boards/menu.c: fixed to delete icons after each menu exit
        * src/boards/algebra.c: fixed to deleted properly the buttons on board end
        * boards/gcompris/buttons/level1.png: !!!! I had to increase the size of this icon
                                              of 1x1 pixel to remove the SEGFAULT in 
                                              gnome-canvas-pixbuf.c of gdk-pixbuf-0.11.0
                                              in transform_pixbuf at line 644
                                              *d++ = *src++;
        * src/board/memory.c: bug fix: a casecmp was done so a pair tT was a win

2001-09-29  Bruno Coudoin  <bruno.coudoin@free.fr>
        * GCompris: Release 0.7.6
        * src/board/memory.c: now wait 1 seconds when a pair is found
        * aclocal.m4: Changed to use libxml2 instead of libxml
        * src/gcompris/gameutil.c: Changed to use libxml2 instead of libxml
                                   Changed to implement xml-i18n
                                   Changed to use gcompris_get_locale()
        * src/boards/menu.c: Changed to use libxml2 instead of libxml
        * src/boards/shapegame.c: Changed to use libxml2 instead of libxml
        * boards/*.xml.in: creation of these files to implement xml i18n
        * src/gcompris/gcompris.c: added the method gcompris_get_locale()
                                   this way it will be easy to implement an
                                   internal setup of the locale to let the user 
                                   change the locale for training purpose
        * boards/wordsgame.c: Changed to use gcompris_get_locale()
        * board/reading.c: Changed to use gcompris_get_locale()
        * gcompris.desktop.in: created to use xml i18n and po files
        * xml-i18n-merge: changed to avoid char above 127 to be encoded
                          added a print error when the case with a multiline msgid is
                          encountered

2001-09-21  Bruno Coudoin  <bruno.coudoin@free.fr>
        * GCompris: Release 0.7.5
        * docs/C/gcompris.texi: correction for overview image reference

2001-09-19  Bruno Coudoin  <bruno.coudoin@free.fr>
        * GCompris: Release 0.7.4
        * src/boards/draw.c: Corrected bug that was creating a random crash.
                             when loading this board the current_color_item was 
                             not nulled between two board call.
        * aclocal.m4: added option -Werror to gcc to the whole project to be clean
        * src/gcompris/gcompris.c: cleanup, gcompris_get_canvas do no more return
                                   a canvasgroup but a canvas
        * boards/*.xml: reorganisation of the menu tree plus creation of some icons
        * boards/imagename/*.xml: correction of english thanks to my wife zohra
                                  correction of board 4 that could not be parsed
        * src/board/memory.c: creation of this board
        * boards/memory.xml: creation of this board
        
2001-09-13  Bruno Coudoin  <bruno.coudoin@free.fr>
        * GCompris: Release 0.7.3
        * docs/C/overview.txt: Creation of this file because it crashes
                               info file creation.
        * src/boards/shapegame.c: changed text title color to white
        * src/boards/reading.c: add of horizontal writting support
        * boards/imagename/*.xml: creation of this new board
        * boards/imagename.xml: creation of this new board
        * boards/menu.xml: add of imagename board
        * boards/readingh.xml: add of this board
        * src/gcompris/gameutil.c: add of the mode property in the menu xml file
                                   this is used to pass a mode to a board and to
                                   avoid to force it to implement its own xml
                                   data set and load it.
        * src/gcompris/gcompris-board.h: add of the property mode
        
2001-09-12  Bruno Coudoin  <bruno.coudoin@free.fr>
        * GCompris: Release 0.7.2
        * boards/gcompris/gcompris-shapelabel.jpg: added back this file
        * boards/boardicons/draw.png: changed color to be less flashy
        * src/boards/algebra.c: Now has 9 level with level x = table of x in add and 
                                by operation
                                Now each operand is proposed only once by level in
                                add and by operation
        * src/boards/*.c: added void in declaration of end_board to please the compiler
        * src/gcompris/plugin.h: added prototype declaration of get_bplugin_info to
                                 please the compiler
        * sounds/crash.wav: changed it because my dauther clara is afraid by this noise ;)
        
2001-09-08  Bruno Coudoin  <bruno.coudoin@free.fr>
        * GCompris: Release 0.7.1
        * src/boards/draw.c: Corrected bug on ellipse creation

2001-09-07  Bruno Coudoin  <bruno.coudoin@free.fr>
        * GCompris: Release 0.7.0
        * INSTALL: Added info of what libs are required to compile
        * src/boards/planegame.c: Changed to use tuxplane instead of plane. Corrected to
                                  have the size thrink with level increase
        * src/boards/draw.c: Creation of the draw board (vector based)
        * src/boards/paratrooper.c: Implementation of the help
        * boards/draw/*: Creation of the buttons for the draw board
        * boards/boardicons/planegame.png: Change to use the flying tux
        
2001-08-13  Bruno Coudoin  <bruno.coudoin@free.fr>
        * GCompris: Release 0.6.6
        * boards/gcompris/nur*.jpg: - added these images to be used as the
                                      clickgame background.
          Thanks to the National Undersearch Research Program (NURP) 
          other images can be accessed through http://www.photolib.noaa.gov
        * src/boards/clickgame.c: - modified to include new backgrounds
                                    added board help.
        * src/boards/reading.c: - cleanup, fonts bigger, a GO button added, 
                                  board has 9 levels now
        * src/gcompris/bar.c - Height of the bar now thinner
                               implemented the help button in the bar
        * docs/C/gcompris.texi: Corrected a sentence were I was telling gcompris 
                                will support plugin but it already does for a while.
                                Thanks abuledu for noticing it.

2001-08-13  Bruno Coudoin  <bruno.coudoin@free.fr>
        * GCompris: Release 0.6.5
        * src/boards/paratrooper.c: - removed a trace
        * sounds/Makefile.am: - added the README in the extra dist
        * src/boards/reading.c - created, this boards is a reading training

2001-08-05  Bruno Coudoin  <bruno.coudoin@free.fr>
        * GCompris: Release 0.6.4
        * src/boards/paratrooper.c: - adjusted timers to lower CPU consumption
        *                           - corrected bug when last level was complete
        *                           - now the boat and plane width becomes level dependant
        * src/boards/clickgame.c: adjusted timers to lower CPU consumption
        * src/boards/wordsgame.c: adjusted timers to lower CPU consumption
        * src/boards/gletters.c: adjusted timers to lower CPU consumption
        * src/boards/smallnumbers.c: adjusted timers to lower CPU consumption
        * src/boards/planegame.c: adjusted timers to lower CPU consumption
        * src/boards/smallnumbers.c: - adjusted timers to lower CPU consumption
        *                            - added dice 7,8 and 9
        *                            - bug fixes: infinite loop when all dices are displayed
        * src/gcompris/bar.c: added gcompris_bar_set(status) to make the bar
                              being context sensitive
        * src/boards/*.c: modified to use gcompris_bar_set(status)
        * src/gcompris/gcompris.c: corrected bug where max ration display was 0.8 instead of 1
        * sounds/*: changed all the sounds        

2001-07-01  Bruno Coudoin  <bruno.coudoin@free.fr>
        * GCompris: Release 0.6.3
        * src/boards/paratrooper.c: Add of this board
        * boards/paratrooper.xml: Add of this board

2001-06-04  Bruno Coudoin  <bruno.coudoin@free.fr>
        * GCompris: Release 0.6.2
        * Makefile.am: Added .spec and .spec.in files in extra_dist (thanks Yann)
        * docs/C/Makefile.am: Can now create gcompris.pdf (make gcompris.pdf)
        * docs/C/gcompris.texi: Minor change by Yann Dirson
        * boards/scales/board2_5.xml: This board was impossible: corrected now (thanks Yann)
        * boards/babyshapes/*: Add of this board
        * boards/babymatch/*: Add of this board
        * src/boards/shapegame.c: Corrected a bug to make the dragged item non
                                  visible under the target item.

2001-03-11  Bruno Coudoin  <bruno.coudoin@free.fr>
        * GCompris: Release 0.6.1
        * WARNING: THE TRANSLATION IS BROKEN.
        * WARNING: THE HIGHLIGHTING IS BROKEN
        * ALL: Replace the imlib for images by the gdk-pixbuf library
        * gcompris.spec.in: Added back the gcompris icon pixmap
        * clickgame.c: Limit the number of fish to 5
        * clickgame.c: Simplified the code by removing one hashtable.
        * shapegame.c: Changed the board order to have the most difficult
                       at the higher level (as suggested by Yann Dirson)
                       Added the method shuffle_shape_list()
        * gcompris.c (end_game): reset the timer in the status bar
        * Makefile.am: Added DESTDIR prefix in the install hooks
        * ALL: Boards are now separated from gcompris in src/
        * boards/*: All boards are defined as independant plugins
        * gcompris/*: Added the necessary glue to load the plugins
        * configure.in: Removed PACKAGE_PIXMAPS_DIR
        * data/*: The data directory has been renamed in boards
        * pixmaps/*: The pixmaps directory has been moved to board/gcompris
                     This will be the default gcompris icons. Other icons
                     have been moved in a dir specific to their boards.
        * boards/planegame.c: Set a max speed for the plane because children
                              have difficulties to manipulate it.
        * docs/C/gcompris.texi: Update of the doc to explain the new plugin
                                mecanism
        
2001-03-10  Bruno Coudoin  <bruno.coudoin@free.fr>
        * GCompris: Release 0.5.1
        * gcompris.c: adjusted main window size calculation.
                      it fixes a bug was making gcompris hardly
                      unusable under 640x400
                      Changed to not use the Gnome standard menu for loading
                      help. Implemented my own to be able to be relocatable.
                      This hack does not implement I18N for the help file.
        * fi.po: Created by Jyrki Kuoppala <jkp@kaapeli.fi>
        * data/wordsgame/*.fi:Created by Jyrki Kuoppala <jkp@kaapeli.fi>
        * gcompris.soundlist: deleted. I now use direct sound call instead
                              of gnome .soundlist API
        * sounds/*: now sounds are local to gcompris.
        * configure.in: Changed to use local relative pixmaps and sounds
                        instead of gnome api
        * src/*.c: Changed to use relative pixmaps and sounds
        
2001-02-18  Bruno Coudoin  <bruno.coudoin@free.fr>
        * GCompris : Release 0.4.1
        * pt_BR.po: Created by Isa?­as V. Prestes <isix@uol.com.br>
        * wordslevel*.pt_BR: Created by Isa?­as V. Prestes <isix@uol.com.br>
        * wordslevel*.de: Created by Gerhard Dieringer
        * shapegame.c: Created by bruno. This is a new board in the puzzle style.
        * wordsgame.c (get_wordfile): Replaced malloc by g_strdup_printf
        * src/*.c: removed a lot of old hard coded traces
        * src/algebra.c: set the horizontal layout by default        
        * src/main.c: removed pause and end from the menu
        * src/status.c: removed and moved to bar.c
        * src/player.c: removed and moved to bar.c
        * docs/gcompris.texi: Creation of the doc
        * src/shapegame.c: Creation of the shape board
        * src/planegame.c: Creation of the plane game board
        * src/clickgame.c: Complete review to use fish instead of animals
        
2000-12-16  Bruno Coudoin  <bruno.coudoin@free.fr>
        * GCompris : Release 0.3.5
        * ChangeLog : Changed the order of the file and made adjustment
          to follow the GNU ChangeLogs rules
        * INSTALL README : Moved Install instruction from README to INSTALL
        * AUTHORS THANKS : Created the THANKS file and updated AUTHORS
        * de.po : Created by Gerhard Dieringer <GDieringer@compuserve.com>
        * wordsgame.c (get_random_word): Now it should default to english
          locale if the user locale wordlist file is not implemented
          Thanks to Vladimir Tamara <vtamara@gnu.org>
        * algebra.c (get_random_number): Changed the rules for level strength
          the game is now easier.
        * removed the life.wav sound
        * clockgame.c (clockgame_create_item): Changed the font of the hour to
          140 because it is not rendered on my new Mandrake 7.2. Don't know why.
        * ALL : thanks to Gerhard Dieringer replaced malloc+sprintf by the
                safer g_strdup_printf
          
2000-11-22 Bruno Coudoin <bruno.coudoin@free.fr>
        * GCompris : 0.3.4
        * Corrected the small offset bug in the clock game when dragging the needles.
          Bug found by Chris Ellec of LinuxForKids (http://www.linuxforkids.org)
        * Added key enter/return to be defaulted to OK in all boards
        * Now the dice level in the control bar is correctly updated.

2000-10-25 Bruno Coudoin <bruno.coudoin@free.fr>
        * GCompris : 0.3.3
        * Added the teaching analog clock board
        * Removed empty jpg directory in animals that was creating an 
          image not found (why jpg does not support transparency !!)
        * Added bar icon selection highlighting        system
        * Added algebra operation icon selection highlighting system
        * Added a toggle button in algebra to select horizontal/vertical layout
        * Implemented bar dice level for all boards (before only algebra was done)
        * Corrected locale selection in the falling words. Now calling setlocale()
          instead of using the LANGUAGE or LANG variable which varies too much
          between distributions. (Hope it is fixed now. Thanks to Yann Dirson)
        * Removed the scoring system in the status bar.
        * Set the number of lives to 1000 in all boards. Play as you want now...
        * Changed Makefile.am so that CVS dir are not copyied at install time in pixmap
          and data directory

2000-09-22 Bruno Coudoin <bruno.coudoin@free.fr>
        * GCompris : 0.3.2
        * Correction of display zooming for low screen resolution
        * Added the a background to the bar
        * Added support for multiline text for game description
        * Translation of the game title
        * Added Italian words By Mauro Colorio <linuxbox@interfree.it>
        * Changed some images to jpg to reduce GCompris footprint

2000-09-16 Bruno Coudoin <bruno.coudoin@free.fr>
        * GCompris : 0.3.1
        * Complete rework of the User Interface
        * Added the algebra board
        * Added Italian translation (no words)  By Mauro Colorio <linuxbox@interfree.it>
        * Added Dutch translation and words By Dirk Schouten <schoutdi@knoware.nl>

2000-07-22 Bruno Coudoin <bruno.coudoin@free.fr>
        * GCompris : 0.2.4
        * added spanish

2000-07-03 Bruno Coudoin <bruno.coudoin@free.fr>
        * GCompris : 0.2.3
        * Added the smallnumbers game with dice pixmaps.
        * Slowed the basic speed and word number of the words game
        * added the first attempt to implement properties
          At this stage, properties let the user play a board by clicking
          it in the board list.
        * In the letters game, lowercase are accepted even for upercase letter
        * Added numbers and lower case char in the letters game
        * Changed all games falling strategy upon user success. Now a new item
          is send only when there is no more item displayed.        

2000-06-25 Bruno Coudoin <bruno.coudoin@free.fr>
        * GCompris : 0.2.2
        * In gletters.c game, the letters hashtable was not freed
          upon user good key. In result, an infinite loop was happening
          after a while due to the fact that I do not allow to have 2
          times the same letter.
        * In main.c corrected a bug in cleanup that was crashing gcompris upon
          game end then new game. (Probably Bug #108462)
        * Added the falling word level
        * Review of the letters to make them more visible
        
2000-06-20 Bruno Coudoin <bruno.coudoin@free.fr>
        * GCompris : 0.2.1
        * Now main window can't be resized
        * In the letters game, when paused entering a letter is no more
          allowed
           * Fixed bug in the main that was occuring when the user was loosing
          in the second level. It was not ended properly and there was a crash
          at the next new game.
        * Changed background images to have something more clear.

2000-06-19 Bruno Coudoin <bruno.coudoin@free.fr>
        * GCompris : 0.2
          Corrected sounds file now goes to the proper gnome dir

2000-06-12 Bruno Coudoin <bruno.coudoin@free.fr>
        * Creation of the first version
          First Release 0.1 
          Only two boards available, properties not implemented.