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

	* gst-mixer/src/element.c, gst-mixer/src/preferences.c:
	Initialize the whitelist before using it.  Fixes bug #576022.

	Patch by Robert Ancell <robert.ancell@gmail.com>

2009-03-16  Marc-André Lureau  <marcandre.lureau@gmail.com>

	* configure.ac: post-release bump to 2.26.1

==================== 2.26.0 ====================

2009-03-16  Marc-André Lureau  <marcandre.lureau@gmail.com>

	* NEWS: 2.26.0 release.
	* Makefile.am (DIST_SUBDIRS): add sound-theme.

2009-03-05  Marc-André Lureau  <marcandre.lureau@gmail.com>

	* sound-theme/sound-theme-file-utils.h: minor define fix.

2009-03-05  Marc-André Lureau  <marcandre.lureau@gmail.com>

	* configure.ac: if --enable-gstmix, then build gst-mixer.

2009-03-04  Brian Cameron  <brian.cameron@sun.com>

	* gst-mixer/src/element.c: I noticed that when switching devices,
	the "Sound Theme" tab was not rebuilding properly.  Avoiding to ever
	remove the "Sound Theme" tab fixes this problem.

2009-03-04  Bastien Nocera  <hadess@hadess.net>

	* gst-mixer/src/Makefile.am:
	* sound-theme/Makefile.am: Use properly linked libtool libs,
	not static libs

2009-03-04  Brian Cameron  <brian.cameron@sun.com>

	* gst-mixer/src/track.c: Add new icons mappings.  Fixes bug #571084.
	Patch by Garrett D'Amore <garrett.damore@sun.com>

2009-03-04  Brian Cameron  <brian.cameron@sun.com>

	* gst-mixer/src/element.c: Fix code so that options are updated upon
	change.  Fixes bug #571083.  Patch by Garrett D'Amore
	<garrett.damore@sun.com>

2009-03-04  Brian Cameron  <brian.cameron@sun.com>

	* gst-mixer/src/preferences.c: Add the pagenum directly to the
	gtk_list_store, and avoid having to look up the pagenum in the
	sort_by_page_num function.  This makes the code simpler and avoids
	needless string comparisons.  Fixes bug #571068.  Patch by Garrett
	D'Amore.  <garrett.damore@sun.com>

2009-03-04  Brian Cameron  <brian.cameron@sun.com>

	* gst-mixer/src/element.c: Use get_page_description() to get the labels
	rather than duplicating the values in the content structure.  Fixes bug
	#570979.  Patch by Garrett D'Amore <garrett.damore@sun.com>

2009-03-04  Brian Cameron  <brian.cameron@sun.com>

	* gst-mixer/src/element.[ch], gst-mixer/src/preferences.c: Move the
	whitelist_init_list from the element.h to element.c file.  This makes
	for more efficient code since the structure only needs to be defined
	once, not twice (once in element.c and once in preferences.c).  Fixes
	bug #570978.  Patch by Garrett D'Amore <garrett.damore@sun.com>

2009-03-04  Brian Cameron  <brian.cameron@sun.com>

	* configure.ac, Makefile.am, gst-mixer/src/Makefile.am,
	gst-mixer/src/element.c, mate-volume-control/src/Makefile.am,
	mate-volume-control/data/Makefile.am: Now the sound-theme widgets
	and the sound files are built in the sound-theme directory.  The
	sound-theme widgets are built into a static library that is linked
	into both gst-mixer and mate-volume-control so that both
	applications can provide the ability to edit the Sound Theme
	configuration.  This fixes bug #570736.
	* sound-theme/Makefile.am, sound-theme/gvc-sound-theme-editor.[ch],
	sound-theme/gvc-sound-theme-chooser.[ch],
	sound-theme/sound-theme-file-utils.[ch]: Move sound-theme widget
	files from mate-volume-control/src and provide Makefile.am to build
	them into a static library.
	* sound-theme/sounds: Move from mate-volume-control/data/sounds.

2009-03-03  Vincent Untz  <vuntz@gnome.org>

	* configure.in: post-release bump to 2.26.0

==================== 2.25.92 ====================

2009-03-03  Vincent Untz  <vuntz@gnome.org>

	* NEWS:
	* configure.in: version 2.25.92

2009-02-25  Mart Raudsepp  <leio@gentoo.org>

	reviewed by: Marc-André Lureau  <marcandre.lureau@gmail.com>

	* configure.ac: Fix automagic dep on pulseaudio (bug #571396).

	Patch by: Nirbheek Chauhan

2009-02-17  Bastien Nocera  <hadess@hadess.net>

	* configure.ac: Detect whether we have PA 0.9.15,
	to use some of the new API

2009-02-11  Bastien Nocera  <hadess@hadess.net>

	* configure.ac: Require libunique for the new
	volume control, and don't use dbus-glib directly

2009-01-26  Bastien Nocera  <hadess@hadess.net>

	* configure.ac: Require GTK+ 2.15.x

==== 2.25.5 ====

2009-01-20  Bastien Nocera  <hadess@hadess.net>

	* NEWS: upd
	* configure.ac: 2.25.5

2008-12-21  William Jon McCann  <jmccann@redhat.com>

	* configure.ac: Add new sounds directory.

2008-12-19  Bastien Nocera  <hadess@hadess.net>

	* configure.ac: Add a desktop file and icons
	for mate-volume-control

2008-12-19  Bastien Nocera  <hadess@hadess.net>

	* gst-mixer/src/track.c: Add an icon for "cap"
	tracks

2008-12-16  William Jon McCann  <jmccann@redhat.com>

	* configure.ac: Post release bump

==== 2.25.1 ====

2008-12-16  William Jon McCann  <jmccann@redhat.com>

	* NEWS: Update for release

2008-12-15  Marc-André Lureau  <marcandre.lureau@gmail.com>

	* configure.ac:
	* Makefile.am (DISTCHECK_CONFIGURE_FLAGS):
	* profiles/Makefile.am (libmate_media_profiles_la_CFLAGS): I wish
	distcheck would pass (again).

2008-12-15  Marc-André Lureau  <marcandre.lureau@gmail.com>

	* grecord/src/gsr-window.h, gst-mixer/src/button.h,
	gst-mixer/src/element.h, gst-mixer/src/preferences.h,
	gst-mixer/src/volume.h, profiles/audio-profile-choose.h,
	profiles/audio-profile-edit.h, profiles/audio-profiles-edit.h,
	profiles/mate-audio-profiles-properties.c: clean up GLib and GTK+
	includes. Closes #563573

	Patch by: Luis Menina <liberforce@freeside.fr>

2008-12-15  Marc-André Lureau  <marcandre.lureau@gmail.com>

	* profiles/audio-profile.c (gm_audio_profile_forget): Remove
	audio profile from hashtable with id instead of name, fix "can't
	delete profile with '#' in its name". Closes: #553383

2008-12-14  Marc-André Lureau  <marcandre.lureau@gmail.com>

	* profiles/mate-audio-profiles.schemas.in.in: Use 32kHz for
	Speex. Closes: #564060

2008-12-14  Marc-André Lureau  <marcandre.lureau@gmail.com>

	* profiles/mate-audio-profiles.schemas.in.in: Add MP2
	profile. Closes: #557043

2008-12-14  Marc-André Lureau  <marcandre.lureau@gmail.com>

	* profiles/mate-audio-profiles.schemas.in.in: Use LC profile by
	default for AAC (m4a). Closes: #498617

2008-12-11  William Jon McCann  <jmccann@redhat.com>

	* configure.ac: Add makefile generation

2008-12-05  Marc-André Lureau  <marcandre.lureau@gmail.com>

	* profiles/mate-audio-profiles.schemas.in.in: Use .ogg extension
	back (revert .oga changes). Closes again: #543306

2008-12-05  Marc-André Lureau  <marcandre.lureau@gmail.com>

	* profiles/mate-audio-profiles.schemas.in.in:
	Make speex voice encoder mono. (Closes: #552420)

2008-11-08  Kjartan Maraas  <kmaraas@gnome.org>

	* gst-mixer/src/button.c: (mate_volume_control_button_class_init),
	(mate_volume_control_button_dispose):
	* gst-mixer/src/element.c: (mate_volume_control_element_change):
	* gst-mixer/src/main.c: (main):
	* gst-mixer/src/misc.c:
	* gst-mixer/src/preferences.c: (cb_toggle):
	* gst-mixer/src/track.c: (mate_volume_control_track_add_playback):
	* gst-mixer/src/volume.c: (mate_volume_control_volume_new),
	(mate_volume_control_volume_size_req),
	(mate_volume_control_volume_size_alloc):
	* gst-mixer/src/window.c: (mate_volume_control_window_dispose),
	(mate_volume_control_window_new):
	* profiles/audio-profile-edit.c:
	* profiles/audio-profiles-edit.c: (gm_audio_profiles_edit_init):
	* profiles/glade/mate-media-profiles-glade.c:
	(glade_module_register_widgets):
	* profiles/gmp-util.c: (gmp_util_run_error_dialog):
	* profiles/mate-audio-profiles-properties.c:
	* profiles/mate-audio-profiles-test.c: (main):
	* profiles/mate-media-profiles.c:
	General cleanups: Remove unused variables, mark code static, add
	missing prototypes and includes etc. Bug #552748.

2008-11-07  Marc-André Lureau  <marcandre.lureau@gmail.com>

	* configure.ac: Raise glib dependency to 2.18 for the new
	translations functions used in mate-volume-control.

2008-11-06  William Jon McCann  <jmccann@redhat.com>

	* configure.ac: Add canberra dep.

2008-11-03  William Jon McCann  <jmccann@redhat.com>

	* configure.ac: Add new directory.

2008-11-03  William Jon McCann  <jmccann@redhat.com>

	* Makefile.am:
	* configure.ac:
	Added mate-volume-control sub-module.  Only
	built if pulseaudio is available.

2008-11-03  William Jon McCann  <jmccann@redhat.com>

	* configure.ac: Post branch version bump

=== release 2.24.0.1 ===

2008-09-24  Marc-André Lureau  <marcandre.lureau@gmail.com>

	* NEWS: Prepare release.

2008-09-23  Brian Cameron  <brian.cameron@sun.com>

	* COPYING, COPYING.gst-mixer, COPYING.profiles, COPYING.vu-meter:
	  Add new COPYING files so that license information is more clear.
	* Makefile.am: Add new COPYING files to EXTRA_DIST.
	* grecord/COPYING, grecord/Makefile.am: Remove extra COPYING file
	  since the top-level directory already contains the same information.
	* README: Add some information about which license files relate to
	  which sub-components.

=== release 2.24.0 ===

2008-09-23  Marc-André Lureau  <marcandre.lureau@gmail.com>

	* NEWS: Prepare release.

2008-09-13  Patryk Zawadzki  <patrys@pld-linux.org>

	* grecord/mate-sound-recorder.desktop.in.in: add Audio
	category (#552047)

2008-09-08  Marc-André Lureau  <marcandre.lureau@gmail.com>

	* configure.ac: Post release increment 2.24.0

=== release 2.23.92 ===

2008-09-08  Marc-André Lureau  <marcandre.lureau@gmail.com>

	* NEWS: Prepare release.

2008-09-07  Gilles Dartiguelongue  <gdartigu@svn.mate.org>

	* Makefile.am:
	* autogen.sh:
	* configure.ac:
	* configure.in:
	* gst-mixer/src/Makefile.am:
	* m4/as-version.m4: Modernize autofoo, bug #550919.
	Rename configure.in to configure.ac, use a modern
	version of AS_VERSION, remove duplicate of ACLOCAL flags,
	remove tabs and trailing ws, print CFLAGS, use
	MATE_COMPILE_FLAGS, change autogen.sh accordingly,
	remove the weird unused MAIL_TRANSFERT_AGENT, make a more
	appropriate summary by moving mate-cd and deprecated stuff
	to the end.
	Patch by Marc-André Lureau  <marcandre.lureau@gmail.com>
	and Gilles Dartiguelongue  <gdartigu@svn.mate.org>.

2008-09-05  Matthias Clasen  <mclasen@redhat.com>

	Bug 550931 – use standard icon name for cd icon

	* gst-mixer/src/track.c: Use the standard icon name
	media-optical instead of media-cdrom.

2008-09-04  Gilles Dartiguelongue  <gdartigu@svn.mate.org>

	reviewed by: Marc-André Lureau  <marcandre.lureau@gmail.com>

	* configure.in: allow building without esd, bug #550307.

2008-09-01  Marc-André Lureau  <marcandre.lureau@gmail.com>

	* configure.in: Post release increment 2.23.92

=== release 2.23.91 ===

2008-09-01  Marc-André Lureau  <marcandre.lureau@gmail.com>

	* NEWS: Prepare release.

2008-09-01  Marc-André Lureau  <marcandre.lureau@gmail.com>

	* configure.in: Add automatic stow support.

2008-09-01  Marc-André Lureau  <marcandre.lureau@gmail.com>

	* configure.in: Bump version number to 2.23.91

2008-08-29  Bastien Nocera  <hadess@hadess.net>

	* configure.in: Remove last bit of mate-vfs from the configure
	(Closes: #516090)

2008-08-29  Bastien Nocera  <hadess@hadess.net>

	* configure.in: Port mate-sound-recorder to GIO (Helps: #516090)

2008-08-29  Bastien Nocera  <hadess@hadess.net>

	* configure.in:
	* profiles/audio-profile-choose.c (gm_audio_profile_choose_new):
	Patch from Gustavo Noronha <gns@gnome.org> to port the media profiles
	to use GIO (Helps: #516090)

2008-08-29  Bastien Nocera  <hadess@hadess.net>

	* configure.in: Remove recent-files sub-directory

2008-07-30  Sebastien Bacher  <seb128@ubuntu.com>

	* profiles/mate-audio-profiles.schemas.in.in:use oga naming
          rather than ogg for the ogg vorbis audio profile (bug #543306)

2008-06-21  Kjartan Maraas  <kmaraas@gnome.org>

	* gst-mixer/src/track.c: Remove non-existing include to fix build.

2008-06-21  Kjartan Maraas  <kmaraas@gnome.org>

	* gst-mixer/src/element.c: (mate_volume_control_element_change):
	* gst-mixer/src/preferences.c: (cb_toggle):
	* gst-mixer/src/track.c: (mate_volume_control_track_add_playback):
	* gst-mixer/src/volume.c: (mate_volume_control_volume_size_req),
	(mate_volume_control_volume_size_alloc):
	* profiles/audio-profiles-edit.c: (gm_audio_profiles_edit_init):
	* profiles/gmp-util.c: (gmp_util_run_error_dialog):
	* profiles/mate-audio-profiles-test.c: (main):

2008-06-16  Brian Cameron  <brian.cameron@sun.com>

	* volume.[ch], track.c: Remove call to mate_volume_control_volume_sync
	  in cb_mute_toggled.  This causes problems for the SunAudio mixer.  It
	  is better for the mixer plugin itself to update state as needed.
	  Also remove the mate_volume_control_volume_sync function itself
	  since nothing more calls it.  Fixes bug #537028.

=== release 2.23.3 ===

2008-06-02  Marc-André Lureau  <marcandre.lureau@gmail.com>

	* NEWS: Release 2.23.3

2008-06-02  Marc-André Lureau  <marcandre.lureau@gmail.com>

	* gst-mixer/src/track.c (mate_volume_control_track_update):
	* gst-mixer/src/volume.c (mate_volume_control_volume_update):
	Stop muting the track when volume is zero, and doing weird things
	that do more harm than good.
	(Closes #341021)

2008-06-02  Marc-André Lureau  <marcandre.lureau@gmail.com>

	* gst-mixer/src/element.c (cb_notify_message): Fix warning
	introduced by previous change.

2008-06-02  Marc-André Lureau  <marcandre.lureau@gmail.com>

	* gst-mixer/src/element.c:
	* gst-mixer/src/track.{c,h}:
	* gst-mixer/src/volume.{c,h}:

	Listen to GStreamer bus events for mixers that supports it.
	(Closes #462164)

2008-06-01  Marc-André Lureau  <marcandre.lureau@gmail.com>

	* Makefile.am (INTLTOOL_BUILT): Add back intltool*.
	I screwed up with last dist?! crap.

2008-06-01  Marc-André Lureau  <marcandre.lureau@gmail.com>

	* gst-mixer/src/element.{c,h}:
	* gst-mixer/src/preferences.c (get_mateconf_key):
	* gst-mixer/src/window.c (mate_volume_control_window_new):

	Fix wrong track list displayed on startup.
	(Closes #535058)

	Fix enable/disable the wrong tracks, again.
	(bug #528252)

2008-06-01  Marc-André Lureau  <marcandre.lureau@gmail.com>

	* gst-mixer/src/track.c (mate_volume_control_track_add_option),
	* gst-mixer/src/element.c (cb_mateconf),

	Use g_str_equal () and check arguments.
	(Closes #441641)

2008-06-01  Marc-André Lureau  <marcandre.lureau@gmail.com>

	* gst-mixer/src/window.c (cb_change),
	gst-mixer/src/preferences.c (set_mateconf_track_active):

	Remove MateConf values and use higher level functions instead.

2008-05-26  Marc-André Lureau  <marcandre.lureau@gmail.com>

	Based on patch by: Louis-Francis Ratté-Boulianne

	* mate-volume-control-ui.xml: deleted.

	* src/button.{c,h}, src/element.{c,h}, src/track.{c,h},
	src/volume.{c,h}, src/window.{c,h}: Make g-v-c a capplet, with
	some custom accelerators.
	(Closes #349951)

2008-05-26  Marc-André Lureau  <marcandre.lureau@gmail.com>

	* configure.in: version 2.23.3

2008-05-26  Marc-André Lureau  <marcandre.lureau@gmail.com>

	Patch by: Sam Morris

	* gst-mixer/src/misc.c (get_page_description): match the title of
	the tabs.
	(Closes #534090)

2008-05-20  Marc-André Lureau  <marcandre.lureau@gmail.com>

	Patch by: Sam Morris

	* gst-mixer/src/preferences.c (g_v_c_preferences_change):
	Display the track column in "Preferences" dialog.

2008-05-09  Marc-André Lureau  <marcandre.lureau@gmail.com>

	Patch by: Sam Morris

	* gst-mixer/src/preferences.c (sort_by_page_num)
	(mate_volume_control_preferences_init):
	Sort mixer tracks by their type.
	(Closes #528064)

2008-04-21  Jens Granseuer  <jensgr@gmx.net>

	* gst-mixer/src/button.c: (mate_volume_control_button_clicked):
	* gst-mixer/src/window.c: (mate_volume_control_window_new): don't
	declare variables in the middle of a code block. Fixes build with
	older compilers (bug #529083)

=== release 2.23.1.1 ===

2008-04-20  Marc-André Lureau  <marcandre.lureau@gmail.com>

	* configure.in: release 2.23.1.1: intltool 0.35 is enough
	according to dobey. Fix a mate-record configure regression.

2008-04-20  Marc-André Lureau  <marcandre.lureau@gmail.com>

	* configure.in (MATE_MEDIA_VERSION): 2.23.2, back to dev.

=== release 2.23.1 ===

2008-04-20  Marc-André Lureau  <marcandre.lureau@gmail.com>

	* NEWS: upd
	* configure.in: version 2.23.1

2008-04-20  Marc-André Lureau  <marcandre.lureau@gmail.com>

	* autogen.sh, configure.in: depends on intltool 0.39.99
	* Makefile.am (INTLTOOL_BUILT): no more necessary to ship

2008-04-19  Marc-Andre Lureau  <marcandre.lureau@gmail.com>

	* configure.in: remove gst-inspect build dependencies.

2008-04-17  Marc-Andre Lureau  <marcandre.lureau@gmail.com>

	* gst-mixer/src/preferences.c (cb_mateconf): mixer track
	enable/disable toggles toggle the wrong tracks!
	(Closes: #528252)

2008-03-27  Marc-Andre Lureau  <marcandre.lureau@gmail.com>

	* grecord/src/gsr-window.c (seconds_to_full_string): use ngettext
	for plural forms. Based on rhythmdb_compute_status_normal.
	(Closes: #504419)

2008-03-25  Marc-Andre Lureau  <marcandre.lureau@gmail.com>

	* configure.in: added AM_PROG_CC_C_O, as per autofoo warning:
	compiling `mate-audio-profiles-properties.c' with per-target
	flags requires `AM_PROG_CC_C_O' in `configure.in'

	* acinclude.m4->m4/esd.m4, Makefile.am (EXTRA_DIST): move
	acinclude.m4 to m4 directory.

2008-03-25  Marc-Andre Lureau  <marcandre.lureau@gmail.com>

	* AUTHORS (Maintainers): updated.

2008-03-25  Marc-Andre Lureau  <marcandre.lureau@gmail.com>

	* autogen.sh (REQUIRED_INTLTOOL_VERSION): 0.35.
	* omf-install/.cvsignore, omf-install/Makefile.am, omf.make,
	xmldocs.make: removed

2008-03-25  Marc-Andre Lureau  <marcandre.lureau@gmail.com>

	* BUGS, HACKING, TODO, mate-media.spec.in: deleted.
	* README: updated.

2008-03-24  Jaap A. Haitsma  <jaap@haitsma.org>

	reviewed by: Marc-Andre Lureau

	* configure.in: Disable mate-cd and cddb-slave by default
	(Closes: #524097)

2008-03-24  Jaap Haitsma  <jaap@haitsma.org>

	reviewed by: Marc-Andre Lureau

	* gst-mixer/src/preferences.c:
	(mate_volume_control_preferences_class_init),
	(mate_volume_control_preferences_dispose),
	(mate_volume_control_preferences_response):
	Use G_DEFINE_TYPE for preferences type

2008-03-24  Takao Fujiwara  <takao.fujiwara@sun.com>

	reviewed by: Marc-Andre Lureau

	* grecord/src/mate-recorder.c: (gsr_open_window):
	* grecord/src/gsr-window.c: (fill_in_information):
	  Use g_filename_from/to_utf8() so that grecord doen't crash.
	  (Closes: #524099)

2008-03-24  Jaap Haitsma  <jaap@haitsma.org>

	reviewed by: Marc-Andre Lureau

	* configure.in:
	* gst-mixer/Makefile.am:
	* gst-mixer/mate-volume-control-ui.xml:
	* gst-mixer/icons/16x16/Makefile.am:
	* gst-mixer/icons/16x16/devices/Makefile.am:
	* gst-mixer/icons/16x16/status/Makefile.am:
	* gst-mixer/icons/Makefile.am:
	* gst-mixer/pixmaps/Makefile.am:
	* gst-mixer/src/Makefile.am:
	* gst-mixer/src/button.c: (mate_volume_control_button_class_init),
	(mate_volume_control_button_init),
	(mate_volume_control_button_dispose),
	(mate_volume_control_button_new),
	(mate_volume_control_button_clicked),
	(mate_volume_control_button_mouseover),
	(mate_volume_control_button_mouseout):
	* gst-mixer/src/button.h:
	* gst-mixer/src/element.c:
	(mate_volume_control_element_class_init),
	(mate_volume_control_element_init),
	(mate_volume_control_element_new),
	(mate_volume_control_element_dispose),
	(mate_volume_control_element_change):
	* gst-mixer/src/element.h:
	* gst-mixer/src/main.c: (main):
	* gst-mixer/src/misc.c:
	* gst-mixer/src/preferences.c:
	* gst-mixer/src/stock.h:
	* gst-mixer/src/track.c: (mate_volume_control_track_add_title),
	(mate_volume_control_track_put_switch),
	(mate_volume_control_track_add_playback),
	(mate_volume_control_track_add_recording),
	(mate_volume_control_track_add_switch),
	(mate_volume_control_track_add_option):
	* gst-mixer/src/track.h:
	* gst-mixer/src/volume.c: (mate_volume_control_volume_class_init),
	(mate_volume_control_volume_init), (cb_mouseover), (cb_mouseout),
	(get_button), (mate_volume_control_volume_new),
	(mate_volume_control_volume_dispose),
	(mate_volume_control_volume_size_alloc),
	(mate_volume_control_volume_expose):
	* gst-mixer/src/volume.h:
	* gst-mixer/src/window.c: (menu_item_select_cb),
	(menu_item_deselect_cb), (connect_proxy_cb), (disconnect_proxy_cb),
	(cb_change), (cb_exit), (cb_preferences_destroy), (cb_preferences),
	(open_uri), (cb_help), (cb_about),
	(mate_volume_control_window_dispose),
	(mate_volume_control_window_class_init),
	(mate_volume_control_window_init),
	(mate_volume_control_window_new):
	* gst-mixer/src/window.h:
	Use GtkUIManager i.s.o. deprecated libmateui
	Remove libmateui as a dependency
	Use tango icons if possible and make all icons themeable
	Install deprecated icons from the application itself. Now we just need
	a pixel pusher to make us some nice tango icons for the remaining icons
	Use G_DEFINE_TYPE macro for our own types
	Fixes bug #494031 and bug #310883

2008-03-23  Marc-Andre Lureau  <marcandre.lureau@gmail.com>

	* profiles/audio-profile.c (gm_audio_profile_get_type): use
	G_DEFINE_TYPE, use "self" where appropriate instead of "profile"
	for object methods.

2008-03-23  Takao Fujiwara  <takao.fujiwara@sun.com>

	reviewed by: Marc-Andre Lureau

	* grecord/src/gsr-window.c (file_open_cb, do_save_file,
	file_save_as_cb, close_confirmation_dialog, fill_in_information,
	play_cb, gsr_window_set_property): Use g_filename_to_utf8() so
	that grecord doen't crash.
	(Closes: #483254)

2008-03-22  Marc-Andre Lureau  <marcandre.lureau@gmail.com>

	* profiles/audio-profile-choose.c (audio_profile_forgotten):
	Remove deleted profiles from the profile choose combo-box.
	Replace GMP_DEBUG macro with GST_DEBUG.

	* grecord/src/gsr-window.c: more checking before string
	comparisons. (Bug #493503)

2008-03-22  Marc-Andre Lureau  <marcandre.lureau@gmail.com>

	* mate-cd/linux-cdrom.c: return FALSE when track_info is NULL.
	(Closes: #430824)

2008-03-18  Loïc Minier <lool@dooz.org>

	* gst-mixer/src/element.c: Only show a separator at the left of the
	Playback control if a previous control has been visible; patch by
	Matt Krai; fixes #415353

2008-03-17  Tim-Philipp Müller  <tim at centricular dot net>

	* gst-mixer/src/track.c: (mate_volume_control_track_add_option):
	Use gst_mixer_options_list_values() instead of accessing the
	mixer options structure directly; this gives implementations
	a change to return an updated list on request (and know when
	it's safe to update the structure value). This is required
	for mixer implementations where the list of available options
	may change, such as OSSv4.
	(Closes: #519544)

2008-03-17  Marc-Andre Lureau  <marcandre.lureau@gmail.com>

	* profiles/audio-profiles-edit.c (gm_audio_profiles_edit_init):
	* gst-mixer/src/track.c, profiles/audio-profiles-edit.c: Move code
	comments to avoid them being close to translatable strings.
	(Closes: #504422)

2008-03-17  Marc-Andre Lureau  <marcandre.lureau@gmail.com>

	* profiles/audio-profiles-edit.c: Use gtk_stock_add to avoid crash
	when started multiple times.
	(Closes: #448706)

2008-03-17  Marc-Andre Lureau  <marcandre.lureau@gmail.com>

	patch by: Andrea Del Signore
	reviewed by: Ronald Bultje & Bastien Nocera

	* gst-mixer/src/main.c, gst-mixer/src/window.c,
	gst-mixer/src/window.h: Specify tab at startup. Removed
	unnecessary g_print, as suggested by Bastien from the original
	patch.
	(Closes: #349106)

2008-03-11  Marc-Andre Lureau  <marcandre.lureau@gmail.com>

	* configure.in: 2.23.0, back to dev.
	* MAINTAINERS: Removed Thomas and Ronald: thank you both!
	Adding Bastien and me.

=== release 2.22.0 ===

2008-03-10  Marc-Andre Lureau  <marcandre.lureau@gmail.com>

	* NEWS: upd
	* configure.in: 2.22.0

2008-03-10  Marc-Andre Lureau  <marcandre.lureau@gmail.com>

	* gstreamer-properties/help/gstreamer-properties.omf.in: Generate
	a "seriesid" different from g-s-r, as suggested by ChPe:
	4b74e078-eebf-11dc-9b4b-a29c33073fb7
	(Closes #405821)

2007-10-22  Brian Cameron  <brian.cameron@sun.com>

	* profiles/audio-profiles-edit.c: Change definition of edit_item to
	  "static const" instead of "const".  This fixes a bug on Solaris
	  using Sun Studio compiler where the Edit label was not appearing.

2007-10-18  Bastien Nocera  <hadess@hadess.net>

	* gst-mixer/src/window.c: (mate_volume_control_window_init),
	(mate_volume_control_window_new):
	 - Sanitise the height/width values we get from MateConf so we get a decent
	 width/height on the main window on startup
	 - reset the "active-element" MateConf key to the currently selected
	 element if the one in MateConf isn't available
	(Closes: #485411)

2007-10-17  Bastien Nocera  <hadess@hadess.net>

	* gst-mixer/src/element.h: Fix no tracks showing up
	at all with newer laptops that only have a "Front" track
	(Closes: #487623)

2007-10-12  Christian Persch  <chpe@gnome.org>

	* gst-mixer/src/element.c:
	* gst-mixer/src/main.c:
	* gst-mixer/src/misc.c:
	* gst-mixer/src/preferences.c:
	* gst-mixer/src/track.c:
	* gst-mixer/src/volume.c: Include <glib/gi18n.h>. Bug #483876.
	* gst-mixer/src/window.c: (cb_about): Fix programme name with gtk+
	2.12. Bug #483893.

2007-09-20  Marc-Andre Lureau  <marcandre.lureau@gmail.com>

	* mate-cd/doc/mate-cd.omf.in:
	* grecord/doc/mate-sound-recorder.omf.in:
	* gst-mixer/doc/mate-volume-control.omf.in:
	* gstreamer-properties/help/gstreamer-properties.omf.in:
	Adding missing files from the doc-utils migration.

=== release 2.20.1 ===

2007-09-19  Bastien Nocera  <hadess@hadess.net>

	* NEWS: upd
	* configure.in: 2.20.1

=== release 2.20.0 ===

2007-09-17  Bastien Nocera  <hadess@hadess.net>

	* NEWS: upd
	* configure.in: 2.20.0

2007-09-08  Tim-Philipp Müller  <tim at centricular dot net>

	* configure.in:
	  Fix build of gstreamer-properties against an
	  uninstalled copy of GStreamer.

=== release 2.19.92 ===

2007-09-07  Bastien Nocera  <hadess@hadess.net>

	* NEWS: upd
	* configure.in: 2.19.92

2007-09-07  Bastien Nocera  <hadess@hadess.net>

	* gst-mixer/src/track.c: (cb_option_changed): Simplify
	getting the text from the combobox

2007-09-06  Bastien Nocera  <hadess@hadess.net>

	* configure.in: No need to check for scrollkeeper anymore,
	we use mate-doc-utils

2007-08-23  Yannig Marchegay <yannig@marchegay.org>

	* oc/oc.po: Added Occitan translation

2007-07-20  Marc-Andre Lureau  <marcandre.lureau@gmail.com>

	reviewed by: Danilo Segan & folks

	* .cvsignore:
	* Makefile.am:
	* configure.in:
	* mate-cd/doc/C/Makefile.am:
	* mate-cd/doc/C/mate-cd-C.omf:
	* mate-cd/doc/C/mate-cd.xml:
	* mate-cd/doc/Makefile.am:
	* mate-cd/doc/de/Makefile.am:
	* mate-cd/doc/es/Makefile.am:
	* mate-cd/doc/fr/Makefile.am:
	* mate-cd/doc/it/Makefile.am:
	* mate-cd/doc/ja/Makefile.am:
	* mate-cd/doc/ko/Makefile.am:
	* mate-cd/doc/nl/Makefile.am:
	* mate-cd/doc/sv/Makefile.am:
	* mate-cd/doc/uk/Makefile.am:
	* mate-cd/doc/zh_CN/Makefile.am:
	* mate-cd/doc/zh_TW/Makefile.am:
	* grecord/doc/C/Makefile.am:
	* grecord/doc/C/mate-sound-recorder.xml:
	* grecord/doc/C/grecord-C.omf:
	* grecord/doc/Makefile.am:
	* grecord/doc/de/Makefile.am:
	* grecord/doc/es/Makefile.am:
	* grecord/doc/fr/Makefile.am:
	* grecord/doc/it/Makefile.am:
	* grecord/doc/ja/Makefile.am:
	* grecord/doc/ko/Makefile.am:
	* grecord/doc/sv/Makefile.am:
	* grecord/doc/uk/Makefile.am:
	* grecord/doc/zh_CN/Makefile.am:
	* grecord/doc/zh_TW/Makefile.am:
	* gst-mixer/doc/C/mate-volume-control-C.omf:
	* gst-mixer/doc/C/mate-volume-control.xml:
	* gst-mixer/doc/Makefile.am:
	* gst-mixer/doc/uk/Makefile.am:
	* gstreamer-properties/help/C/Makefile.am:
	* gstreamer-properties/help/C/gstreamer-properties-C.omf:
	* gstreamer-properties/help/C/gstreamer-properties.xml:
	* gstreamer-properties/help/Makefile.am:
	* gstreamer-properties/help/uk/Makefile.am:
	mate-doc-utils migration (#405821).

2007-06-15  Takao Fujiwara  <takao.fujiwara@sun.com>

	Reviewed by:  Ronald S. Bultje  <rbultje@gnome.org>

	* gst-mixer/src/element.c:
	* gst-mixer/src/element.h:
	* gst-mixer/src/preferences.c:
	* gst-mixer/src/track.c:
	  Use "untranslated-label" property from GstMixerTrack since 0.10.13.
	  Based on Tim-Philipp Müller  <tim at centricular dot net> (#416595).

2007-05-16  Takao Fujiwara  <takao.fujiwara@sun.com>

	* profiles/audio-profiles-edit.c:
	* profiles/gmp-util.h:
	  Use gi18n-lib.h instead of gi18n.h (#438866).

2007-05-14  Michael Terry  <mterry@gnome.org>

	* gst-mixer/mate-volume-control.desktop.in.in: Remove png
	suffix from icon

	* gst-mixer/src/main.c: (main): Use "multimedia-volume-control"
	from theme not "mixer.png" from pixmaps

	* gst-mixer/src/window.c: (cb_about): Use
	"multimedia-volume-control" not "volume-knob"

	* gst-mixer/pixmaps/Makefile.am: Don't install mate-mixer.png

	* gst-mixer/pixmaps/mate-mixer.png: Delete unused icon

2007-05-06  Kjartan Maraas  <kmaraas@gnome.org>

	* gst-mixer/mate-volume-control.desktop.in.in:
	Add category for the new control-center shell. Alex Smith.
	Closes bug #429904.

2007-04-19  Bastien Nocera  <hadess@hadess.net>

	* profiles/audio-profile-edit.c: (gm_audio_profile_edit_new):
	* profiles/audio-profiles-edit.c: (edit_button_clicked),
	(delete_button_clicked), (gm_audio_profiles_edit_new),
	(gm_audio_profiles_edit_new_profile):
	Make the edit dialogues modal so that they are editable in
	sound-juicer and Rhythmbox, remove an unused and unexported
	function (Closes: #406739)

2007-03-12  Ronald S. Bultje,,,  <rbultje@gnome.org>

	* configure.in:
	  Dev mode.

=== release 2.18.0 ===

2007-03-12  Ronald S. Bultje,,,  <rbultje@gnome.org>

	* NEWS:
	* configure.in:
	  Release 2.18.0.

2007-03-11  Christian Kirbach  <Christian.Kirbach@googlemail.com>

	* gst-mixer/mate-volume-control.desktop.in.in:
	* gstreamer-properties/gstreamer-properties.desktop.in.in:
	* cddb-slave2/cddb-slave.desktop.in.in:
	* mate-cd/mate-cd.desktop.in.in:
	* vu-meter/reclevel.desktop.in.in:
	* vu-meter/vumeter.desktop.in.in:
	Removed invalid categories that are not part of the
	freedesktop.org specification.

2007-03-05  Brian Cameron  <brian.cameron@sun.com>

	* profiles/audio-profile-private.h, profiles/audio-profile.c,
	  profiles/mate-audio-profiles-test.c: Add missing LGPL license.
	  Fixes bug #413736.

2007-02-16  Bastien Nocera  <hadess@hadess.net>

	* gstreamer-properties/gstreamer-properties.desktop.in.in:
	Don't display the "Multimedia Systems Selector" item in the menus
	(Closes: #408292)

2007-02-12  Ronald S. Bultje,,,  <rbultje@gnome.org>

	* configure.in:
	  Dev mode.

=== release 2.17.91 ===

2007-02-12  Ronald S. Bultje,,,  <rbultje@gnome.org>

	* NEWS:
	* configure.in:
	  Release 2.17.91.

2007-02-12  Ronald S. Bultje,,,  <rbultje@gnome.org>

	* grecord/src/gsr-window.c: (gsr_window_init):
	  Make statusbar accessible using tab-browsing (#365176). Patch by
	  Patrick Wade <Patrick.Wade@sun.com>.

2007-02-12  Ronald S. Bultje  <rbultje@gnome.org>

	* gst-mixer/mate-volume-control.desktop.in.in:
	  Remove invalid Application category (#405427).

2007-02-12  Ronald S. Bultje  <rbultje@gnome.org>

	* Makefile.am:
	* configure.in:
	  Allow to disable components individually. Patch by Rene Vahtel
	  <vahtel@starman.ee> (#319277).

2007-02-12  Brian Cameron  <brian.cameron@sun.com>

	Reviewed by:  Ronald S. Bultje  <rbultje@gnome.org>

	* mate-cd/gst-cdrom.c: (gst_cdrom_is_cdrom_device):
	  Ignore GST_CDROM_IOCTL_CDCAPABILITY_REQUEST (#326628).

2007-02-12  Irene Huang  <Irene.Huang@sun.com>

	Reviewed by:  Ronald S. Bultje  <rbultje@gnome.org>

	* grecord/src/gsr-window.c: (gsr_window_init):
	  Add relationship labelled by for priv->input and priv->profile
	  combobox and their labels.

2007-02-06  Sebastien Bacher  <seb128@ubuntu.com>

	* gst-mixer/src/volume.c: (get_scale):
	- don't use int values for gtk_adjustment_new (), fix scrollwheel
	  not working to adjust the volume (Closes: #400498)

2007-02-03  Jens Granseuer  <jensgr@gmx.net>

	* gst-mixer/src/track.c: (cb_check):
	Make sure we don't call gst_mixer_get_volume() with a NULL pointer.
	Closes #402165.

2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>

	* mate-cd/mate-cd.c: (main):
	* grecord/src/mate-recorder.c: (main):
	* gstreamer-properties/gstreamer-properties.c: (main):
	  Call g_thread_init() before calling any other GLib function here too.
	  Closes #399807.

2007-01-23  Ronald S. Bultje,,,  <rbultje@gnome.org>

	* gst-mixer/src/main.c: (main):
	  Add g_thread_init() call to workaround new glib "feature" where
	  lazy loading no longer works (#399710, plus see bugs referenced
	  in there).

2007-01-22  Ronald S. Bultje,,,  <rbultje@gnome.org>

	* configure.in:
	  And development continues.

=== release 2.17.90 ===

2007-01-22  Ronald S. Bultje,,,  <rbultje@gnome.org>

	* NEWS:
	* configure.in:
	  Release 2.17.90.

2007-01-22  Ronald S. Bultje,,,  <rbultje@gnome.org>

	* profiles/audio-profile.c: (gm_audio_profile_create):
	  Don't mark file extension for i18n.

2007-01-22  Ronald S. Bultje,,,  <rbultje@gnome.org>

	* gstreamer-properties/gstreamer-properties.desktop.in.in:
	  Hide by default (see also #397949).

2007-01-14  Ronald S. Bultje,,,  <rbultje@gnome.org>

	* mate-cd/display.c: (cd_display_parse_theme):
	* mate-cd/preferences.c: (do_theme_changed):
	  Don't crash when changing theme without being displayed (#380124).

2007-01-14  Ronald S. Bultje,,,  <rbultje@gnome.org>

	* gstreamer-properties/gstreamer-properties.desktop.in.in:
	  For new control center categories, add gstreamer-properties to the
	  system-settings group, also (#395499). Patch by Denis Washington
	  <dwashington@gmx.net>.

2007-01-14  Ronald S. Bultje,,,  <rbultje@gnome.org>

	* gst-mixer/src/track.c: (cb_check):
	  Fix segfault (#396023).

2007-01-08  Ronald S. Bultje,,,  <rbultje@gnome.org>

	* gst-mixer/doc/C/mate-volume-control.xml:
	  s/Settings/Edit/ (#316363).

2007-01-07  Ronald S. Bultje,,,  <rbultje@gnome.org>

	* mate-cd/mate-cd.schemas.in.in:
	  Remove whitespace before punctuation (#327012).

2007-01-07  Ronald S. Bultje,,,  <rbultje@gnome.org>

	* mate-cd/mate-cd.c: (main):
	  s/tray/notification area/, patch by Michael Arnauts
	  <michael.arnauts+bgo@gmail.com> (#308340).

2007-01-07  Ronald S. Bultje,,,  <rbultje@gnome.org>

	* grecord/src/gsr-window.c: (gsr_window_init):
	  Set show_arrow to FALSE, so that the toolbar cannot be hidden
	  when the text of the labels is too large. Idea provided by
	  Jeff Fortin <nekohayo@gmail.com> (#355085).

2007-01-07  Ronald S. Bultje,,,  <rbultje@gnome.org>

	* gst-mixer/src/track.c: (cb_check):
	  C89 fix by Jens Franseuer <jensgr@gmx.net> (#393998).

2007-01-07  Ronald S. Bultje,,,  <rbultje@gnome.org>

	* profiles/mate-audio-profiles.glade2:
	  Increase default width so that more text fits on the screen
	  (e.g. the description or the gst-pipeline). Patch provided by
	  Harm Hilvers <harm@tweakers.net> (#330050).

2007-01-07  Ronald S. Bultje,,,  <rbultje@gnome.org>

	* profiles/audio-profile-edit.c: (on_profile_description_changed),
	(gm_audio_profile_edit_new), (textview_set_text_if_changed),
	(gm_audio_profile_edit_update_description):
	* profiles/mate-audio-profiles.glade2:
	  Change entry into a textview, so that the big description fits
	  on the screen of unsuspecting users (#330050).

2007-01-07  Ronald S. Bultje,,,  <rbultje@gnome.org>

	* configure.in:
	  Back to dev mode.

=== release 2.17.2 ===

2007-01-07  Ronald S. Bultje,,,  <rbultje@gnome.org>

	* NEWS:
	* configure.in:
	  Release 2.17.2.

2007-01-07  Ronald S. Bultje,,,  <rbultje@gnome.org>

	* grecord/src/gsr-window.c: (do_save_file), (file_save_as_cb),
	(record_state_changed_cb), (gsr_window_set_property):
	  Save extension when recording start, so that if the profile
	  selection changes, we don't provide a false extension hint for
	  the already-recorded file (#300571).

2007-01-07  Ronald S. Bultje,,,  <rbultje@gnome.org>

	* grecord/src/gsr-window.c: (pipeline_error_cb), (file_save_cb),
	(play_state_changed_cb), (record_state_changed_cb),
	(gsr_window_set_property):
	* grecord/src/ui.xml:
	  Remove save-as from toolbar, make save behave as save-as if no
	  filename has been given yet.

2007-01-06  Ronald S. Bultje,,,  <rbultje@gnome.org>

	* profiles/mate-audio-profiles.schemas.in.in:
	  Change speex extension from ogg to spx (#328386).

2007-01-06  Ronald S. Bultje,,,  <rbultje@gnome.org>

	* profiles/audio-profiles-edit.c: (profile_activated_callback),
	(edit_button_clicked):
	  Don't run edit dialogs, no need to, plus it makes them modal
	  (#317430).

2007-01-06  Ronald S. Bultje,,,  <rbultje@gnome.org>

	* configure.in:
	* profiles/audio-profile.c: (gm_audio_profile_get_active_list):
	* profiles/mate-audio-profiles.schemas.in.in:
	  Include AAC and MP3 profiles. Only show profiles if they parse
	  (i.e. if the plugins exist). Fixes #317257. Based on a patch by
	  Ed Catmur <ed@catmur.co.uk>.

2007-01-06  Ronald S. Bultje,,,  <rbultje@gnome.org>

	* vu-meter/gtkled.c: (gtk_led_init), (gtk_led_size_request),
	(gtk_led_size_allocate), (gtk_led_expose):
	* vu-meter/gtkled.h:
	* vu-meter/gtkledbar.c: (led_bar_new):
	* vu-meter/main.c: (main):
	  Implement dynamic resizing (#315257), patch by Brent Smith
	  <mate@nextreality.net>.

2007-01-06  Ronald S. Bultje,,,  <rbultje@gnome.org>

	* gst-mixer/src/Makefile.am:
	* gst-mixer/src/element.c: (mate_volume_control_element_dispose):
	* gst-mixer/src/misc.c: (get_page_num), (get_page_description):
	* gst-mixer/src/misc.h:
	* gst-mixer/src/preferences.c:
	(mate_volume_control_preferences_init),
	(mate_volume_control_preferences_change):
	* gst-mixer/src/track.c: (should_toggle_record_switch),
	(cb_toggle_changed), (cb_check),
	(mate_volume_control_track_add_title),
	(mate_volume_control_track_add_switch):
	  Don't duplicate devices for the Audigy (#313495). Patch by
	  Sam Morris <sam@robots.org.uk>.

2007-01-06  Ronald S. Bultje,,,  <rbultje@gnome.org>

	* gst-mixer/src/volume.c: (get_scale):
	  Dynamically set the step-size and change page-size so it is more
	  accessible for keyboard-use.

2007-01-06  Ronald S. Bultje,,,  <rbultje@gnome.org>

	* profiles/mate-audio-profiles.glade2:
	  Remove cancel/ok buttons, change to close, since it's instant-apply
	  anyway (#346386).

2007-01-06  Ronald S. Bultje,,,  <rbultje@gnome.org>

	* gst-mixer/src/element.c: (mate_volume_control_element_dispose),
	(mate_volume_control_element_change):
	* gst-mixer/src/track.c: (mate_volume_control_track_free):
	* gst-mixer/src/window.c: (mate_volume_control_window_dispose):
	  Clean up on close, so that we don't crash if the idle handler
	  comes in between the final exit() and the cleanup (#361887).

2007-01-06  Ronald S. Bultje,,,  <rbultje@gnome.org>

	* configure.in:
	  Set correct gtk version dependency for GtkStatusIcon.

2007-01-06  Ronald S. Bultje,,,  <rbultje@gnome.org>

	* grecord/src/gsr-window.c: (file_save_as_cb):
	  Patch by jerry tan <jerry.tan@sun.com> to not crash after we
	  close the window though saving the file (#367442).

2007-01-06  Ronald S. Bultje,,,  <rbultje@gnome.org>

	* gstreamer-properties/gstreamer-properties.c:
	(gst_properties_mateconf_get_string),
	(gst_properties_mateconf_set_string):
	  Use G_GNUC_PRETTY_FUNCTION instead of __FUNCTION__, so that it
	  works on non-gcc compilers (#383106).

2007-01-06  Ronald S. Bultje,,,  <rbultje@gnome.org>

	* gstreamer-properties/gstreamer-properties.c:
	  Fix indenting.

2007-01-06  Ronald S. Bultje,,,  <rbultje@gnome.org>

	* gstreamer-properties/gstreamer-properties.c:
	(update_device_menu):
	* profiles/gmp-util.c: (gmp_util_run_error_dialog):
	  C89 compile fixes by Jens Granseuer <jensgr@gmx.net> (#387868).

2007-01-06  Ronald S. Bultje,,,  <rbultje@gnome.org>

	* gstreamer-properties/gstreamer-properties.c:
	(create_pipeline_menu):
	  Use gettext(), not _(), since it's not a constant string.
	* gstreamer-properties/pipeline-constants.c:
	  Mark pipeline descriptors for translation, patch provided by
	  Gabor Kelemen <kelemeng@mate.hu> (#393527).

2007-01-06  Ronald S. Bultje  <rbultje@gnome.org>

	* configure.in:
	* mate-cd/access/Makefile.am:
	  Explicit dependency on libxml2 (#388728).

2007-01-06  Ronald S. Bultje  <rbultje@gnome.org>

	* profiles/audio-profile.c: (gm_audio_profile_create):
	  Don't internationalize a gstreamer element (#383469).

2006-12-19  Ronald S. Bultje  <rbultje@gnome.org>

	* configure.in: Dev mode.

=== Release 2.17.1 ===

2006-12-19  Ronald S. Bultje,,,  <rbultje@gnome.org>

	* NEWS: Release 2.17.1.

2006-12-19  Kjartan Maraas  <kmaraas@gnome.org>

	* profiles/Makefile.am:
	* profiles/audio-profile-edit.c: (gm_audio_profile_edit_init),
	(gm_audio_profile_edit_class_init),
	(gm_audio_profile_edit_finalize), (gm_audio_profile_edit_response),
	(gm_audio_profile_edit_dispose), (gm_audio_profile_edit_new):
	* profiles/audio-profiles-edit.c:
	(gm_audio_profile_manage_register_stock),
	(on_gm_audio_profiles_edit_response),
	(gm_audio_profiles_edit_init), (gm_audio_profiles_edit_class_init),
	(gm_audio_profiles_edit_finalize):
	* profiles/gmp-util.h:
	* profiles/mate-audio-profiles-properties.c: (main):
	* profiles/mate-audio-profiles.glade2:
	HIGify the dialogs. Patch from Christian Persch. Closes bug #332563.

2006-12-19  Kjartan Maraas  <kmaraas@gnome.org>

	* profiles/audio-profiles-edit.c: (delete_button_clicked),
	(new_profile_response_callback),
	(gm_audio_profiles_edit_new_profile):
	* profiles/gmp-util.c: (gmp_util_run_error_dialog):
	* profiles/gmp-util.h:
	Fix for error dialogues that can't be closed. Patch from Stephen Cook
	Closes bug #323600.

2006-12-19  Kjartan Maraas  <kmaraas@gnome.org>

	* configure.in: Link to -lgstinterfaces too.

2006-12-19  Kjartan Maraas  <kmaraas@gnome.org>

	* grecord/.cvsignore:
	* gst-mixer/src/element.c: (mate_volume_control_element_change):
	* gst-mixer/src/element.h:
	* gst-mixer/src/track.c:
	(mate_volume_control_track_add_recording):
	* gst-mixer/src/track.h: Fix terminology. s/Capture/Record.
	Reported by Calum Benson. Patch from Brian Cameron. Closes
	bug #348253.

2006-12-19  Kjartan Maraas  <kmaraas@gnome.org>

	* configure.in: Bump version and use IT_PROG_INTLTOOL.

2006-10-01  Wouter Bolsterlee  <wbolster@gnome.org>

	* profiles/mate-audio-profiles-properties.c: (main):
	Use a fancy window icon. Fixes bug #340303.

2006-09-04  Ronald S. Bultje,,,  <rbultje@gnome.org>

	* vu-meter/Makefile.am:
	  Almost right!

2006-09-04  Ronald S. Bultje,,,  <rbultje@gnome.org>

	* configure.in:
	  Back to dev.

=== release 2.16.1 ===

2006-09-04  Ronald S. Bultje,,,  <rbultje@gnome.org>

	* NEWS:
	* configure.in:
	  2.16.1.

2006-09-04  Ronald S. Bultje,,,  <rbultje@gnome.org>

	* vu-meter/Makefile.am:
	  Fix .desktop installation (#354362).

2006-09-03  Ronald S. Bultje  <rbultje@gnome.org>

	* configure.in:
	  Back to development.

=== release 2.16.0 ===

2006-09-03  Ronald S. Bultje  <rbultje@gnome.org>

	* cddb-slave2/cddb-slave.desktop.in:
	* cddb-slave2/cddb-slave.desktop.in.in:
	* mate-cd/mate-cd.desktop.in:
	* mate-cd/mate-cd.desktop.in.in:
	* grecord/mate-sound-recorder.desktop.in:
	* grecord/mate-sound-recorder.desktop.in.in:
	* gst-mixer/mate-volume-control.desktop.in:
	* gst-mixer/mate-volume-control.desktop.in.in:
	* gstreamer-properties/gstreamer-properties.desktop.in:
	* gstreamer-properties/gstreamer-properties.desktop.in.in:
	* vu-meter/reclevel.desktop.in:
	* vu-meter/reclevel.desktop.in.in:
	* vu-meter/vumeter.desktop.in:
	* vu-meter/vumeter.desktop.in.in:
	  .desktop.in -> .desktop.in.in conversion

2006-09-03  Ronald S. Bultje  <rbultje@gnome.org>

	* Makefile.am:
	  Fix distdir target.
	* NEWS:
	* configure.in:
	  Release update (2.16.0).
	* configure.in:
	* cddb-slave2/Makefile.am:
	* cddb-slave2/cddb-slave.desktop.in:
	* mate-cd/Makefile.am:
	* mate-cd/mate-cd.desktop.in:
	* grecord/Makefile.am:
	* grecord/mate-sound-recorder.desktop.in:
	* gst-mixer/Makefile.am:
	* gst-mixer/mate-volume-control.desktop.in:
	* gstreamer-properties/Makefile.am:
	* gstreamer-properties/gstreamer-properties.desktop.in:
	* po/POTFILES.in:
	* vu-meter/Makefile.am:
	* vu-meter/vumeter.desktop.in:
	  Add X-MATE-Bugzilla-Version (#348851).

2006-08-25  Kjartan Maraas  <kmaraas@gnome.org>

	* configure.in: Up the requirement for gtk+ in mate-cd.

2006-08-25  Kjartan Maraas  <kmaraas@gnome.org>

	* Makefile.am:
	* cddb-slave2/Makefile.am:
	* grecord/src/Makefile.am:
	* profiles/Makefile.am: Cygwin build fixes
	from Cygwin ports maintainer. Closes bug #329409.

2006-08-15  Kjartan Maraas  <kmaraas@gnome.org>

	* configure.in: Fix intltool req.

2006-08-07  Marc-Andre Lureau  <marcandre.lureau@gmail.com>

        * gst-mixer/src/element.c:
        * gst-mixer/src/preferences.c:
        * gst-mixer/src/preferences.h:
          Fixed "Preferences" dialog sync with MateConf.
          Fixed "Full row in checkbox listing should be clickable" (#336315).

2006-06-17  Stefan Kost  <ensonic@users.sf.net>

	* gst-mixer/src/button.h:
	* gst-mixer/src/element.h:
	* gst-mixer/src/preferences.h:
	* gst-mixer/src/volume.h:
	* gst-mixer/src/window.h:
	fix GObject mmacros

2006-06-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>

	* mate-cd/mate-cd.desktop.in:
	  Add player category (#333450).

2006-05-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>

	* configure.in:
	  Development.

=== release 2.14.2 ===

2006-05-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>

	* NEWS:
	* configure.in:
	  Release 2.14.2.

2006-05-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>

	* grecord/src/gsr-window.c: (record_input_changed_cb):
	  Leave unselected capture boxes alone (#333476).

2006-05-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>

	* gst-mixer/src/element.h:
	  Add capture (for capturing microphone) to whitelist (#169441).

2006-05-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>

	* gst-mixer/src/element.h:
	  Add dig. output to whitelist (#336186).

2006-05-29  Vincent Fretin  <vincent.fretin@gmail.com>

	Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>

	* mate-cd/mate-cd.desktop.in:
	* grecord/mate-sound-recorder.desktop.in:
	  Fix desktop categories as in latest freedesktop spec (#333450).

2006-05-29  Mike Auty  <ikelos@gentoo.org>

	Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>

	* mate-cd/Makefile.am:
	  Correct order for proper compilation with -Wl,--as-needed (#341361).

2006-05-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>

	* configure.in:
	  Use new intltool (for po file packaging).

2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>

	* gstreamer-properties/pipeline-constants.c:
	  Change 'XWindows' to 'X Window System' (#343030).

2006-05-24  Tim-Philipp Müller  <tim at centricular dot net>

	* mate-cd/mate-cd.c: (make_popup_menu):
	  Don't crash when creating the context menu and we
	  don't have a status (like when there's an error).
	  Fixes #333442.

2006-05-09  Kjartan Maraas  <kmaraas@gnome.org>

	* mate-cd/Makefile.am: Patch from Mikhail Zabaluev
	to fix linking with -Wl,--as-needed. Closes bug #334301.

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

	* configure.in: Fix the LINGUAS thing.

2006-04-14  Michael Terry  <mterry@cvs.mate.org>

        * vu-meter/main.c: Convert from popt to GOption (#336147)

2006-04-10  Wouter Bolsterlee  <uws+mate@xs4all.nl>

	* configure.in: use po/LINGUAS

	* po/LINGUAS: new file listing all linguas

2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>

	* configure.in:
	  Revert bogus commit to configure.in that broke
	  the build (#337153).

2006-04-04  Gora Mohanty  <gmohanty@cvs.mate.org>

        * configure.in: Added 'or' (Oriya) to ALL_LINGUAS.

2006-03-29  Jérémy Ar Floc'h  <jeremy.lefloch@gmail.com>

	* configure.in (ALL_LINGUAS): Added Breton (br).

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

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

2006-03-20  Vladimer Sichinava  <vlsichinava@gmail.com>

        * configure.in: Added "ka" (Georgian) to ALL_LINGUAS

2006-03-12  Thomas Vander Stichele  <thomas at apestaart dot org>

	* configure.in:
	  back to head

=== release 2.14.0 ===

2006-03-12  Thomas Vander Stichele  <thomas at apestaart dot org>

	* NEWS:
	* configure.in:
	  releasing

2006-03-03  Tim-Philipp Müller  <tim at centricular dot net>

	* mate-cd/cdrom.c: (timeout_update_cd):
	* mate-cd/gst-cdrom.c: (gst_cdrom_get_status):
	  Fix critical warnings when there is no CD drive (#331256).

2006-02-27  Thomas Vander Stichele  <thomas at apestaart dot org>

	* configure.in:
	  back to dev

=== release 2.13.93 ===

2006-02-27  Thomas Vander Stichele  <thomas at apestaart dot org>

	* NEWS:
	* configure.in:
	  releasing

2006-02-14  Thomas Vander Stichele  <thomas at apestaart dot org>

	* configure.in:
	  back to dev

=== release 2.13.92 ===

2006-02-14  Thomas Vander Stichele  <thomas at apestaart dot org>

	* Makefile.am:
	* NEWS:
	* configure.in:
	  releasing

2006-02-14  Thomas Vander Stichele  <thomas at apestaart dot org>

	patch by: Tim-Philipp Müller

	* grecord/src/gsr-window.c: (stop_cb), (record_state_changed_cb):
	  - makes input selection combo box insensitive while recording
	  - fixes a problem when stopping to record ('Internal Data Flow'
	    error dialog might pop up when pressing 'Stop')
	  Fixes #324508

2006-02-10  Tim-Philipp Müller  <tim at centricular dot net>

	* configure.in:
	* mate-cd/mate-cd.c: (main):
	* grecord/src/mate-recorder.c: (main):
	* gst-mixer/src/main.c: (main):
	* gstreamer-properties/gstreamer-properties.c: (main):
	  Move options parsing to GOption to make it work properly
	  in connection with GStreamer 0.10 (which doesn't support
	  popt). Bumping requirements for libmate/libmateui to 2.13
	  for the GOptions stuff. (see #324508).

2006-02-10  Tim-Philipp Müller  <tim at centricular dot net>

	* configure.in:
	* grecord/src/gsr-window.c: (make_record_pipeline):
	  Use newly-added gst_parse_bin_from_description() utility
	  function from core instead of home-grown stuff, and bump
	  requirements to 0.10.3 for that. (see #324508)

2006-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>

	* configure.in:
	  back to dev

=== release 2.13.91 ===

2006-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>

	* NEWS:
	* configure.in:
	  Release 2.13.91.

2006-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>

	* grecord/src/gsr-window.c: (show_missing_known_element_error),
	(show_profile_error), (make_play_pipeline), (make_record_source),
	(make_record_pipeline):
	  Write proper functions and text for error dialogs.  Fixes #321536.

2006-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>

	* configure.in:
	  Dev mode.

=== release 2.13.90 ===

2006-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>

	* NEWS:
	* configure.in:
	  Release 2.13.90.

2006-01-29  Tim-Philipp Müller  <t.i.m@zen.co.uk>

	Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>

	* mate-cd/gst-cdrom.c: (gst_cdrom_eject):
	   Fix copyright/ugly comments.
	* gstreamer-properties/gstreamer-properties.c:
	(gst_properties_mateconf_get_string),
	(gst_properties_mateconf_set_string), (main):
	  Don't recreate MateConf client object for each use.

2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>

	* mate-cd/images: renamed all theme dirs to match installed

2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>

	* mate-cd/display.c: (make_fullname):
	* mate-cd/images/None-theme/Makefile.am:
	* mate-cd/images/lcd-theme/Makefile.am:
	* mate-cd/images/media-theme/Makefile.am:
	* mate-cd/images/red-lcd-theme/Makefile.am:
	* mate-cd/theme.c: (theme_check):
	  revert theme patch, since the list of themes gets built by
	  listing all directories in the theme dir (ugh).
	  Will fix by CVS moving the uninstalled dirs instead.

2006-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>

	* configure.in:
	  fix build without GStreamer
	  fix mate-cd without GStreamer
	  output a reason for mate-sound-recorder not building at the end

2006-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>

	* cddb-slave2/cddb-slave.desktop.in:
	* mate-cd/mate-cd.desktop.in:
	* grecord/mate-sound-recorder.desktop.in:
	* gst-mixer/mate-volume-control.desktop.in:
	* gstreamer-properties/gstreamer-properties.desktop.in:
	* vu-meter/reclevel.desktop.in:
	* vu-meter/vumeter.desktop.in:
	  add GTK to Categories

2006-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>

	* profiles/Makefile.am:
	  don't build test without GStreamer

2006-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>

	* autogen.sh:
	  update requirements for intltoolize; 0.33 contains references to
	  non-shipped patches

2006-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>

	* gstreamer-properties/pipeline-tests.c: (build_test_pipeline),
	(user_test_pipeline):
	  commit another missing patch from the 0.10 branch

2006-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>

	* Makefile.am:
	* README:
	  remove the transmogrify stuff and patch, now that the branch
	  has landed

2006-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>

	* mate-cd/gst-cdrom.c: (gst_cdrom_is_cdrom_device):
	  commit missing patch from the 0.10 branch

2006-01-19  Elijah Newren  <newren gmail com>

	* configure.in:
	  Dev mode.

=== release 2.13.7 ===

2006-01-19  Elijah Newren  <newren gmail com>

	* NEWS:
	* configure.in:
	  release 2.13.7.


	* grecord/src/gsr-window.c: Remove extraneous 'm' character at the
	beginning of the file

2006-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>

	* configure.in:
	  Dev mode.

=== release 2.13.6 ===

2006-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>

	* NEWS:
	* configure.in:
	  release 2.13.6.

2006-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>

	* Makefile.am:
	* configure.in:
	* mate-cd/Makefile.am:
	* mate-cd/cdrom.c: (cdrom_update_cd):
	* mate-cd/display.c: (make_fullname):
	* mate-cd/mate-cd.c: (main):
	* mate-cd/gst-cdparanoia-cdrom.c:
	* mate-cd/gst-cdparanoia-cdrom.h:
	* mate-cd/gst-cdrom.c: (nanoseconds_to_msf),
	(gst_cdrom_set_playbin_state_to_null), (gst_cdrom_is_cdrom_device),
	(gst_cdrom_set_volume), (gst_cdrom_pause), (gst_cdrom_eject),
	(gst_cdrom_next), (gst_cdrom_back), (gst_cdrom_seek_to_time),
	(gst_cdrom_skip), (gst_cdrom_ffwd), (gst_cdrom_rewind),
	(gst_cdrom_stop), (gst_cdrom_finalize), (gst_cdrom_init),
	(gst_cdrom_class_init), (gst_cdrom_error_msg), (gst_cdrom_eos_msg),
	(gst_cdrom_state_change_msg), (gst_cdrom_tag_msg),
	(mate_cdrom_new), (object_has_property),
	(gst_cdrom_notify_source_cb), (gst_cdrom_is_open),
	(gst_cdrom_ensure_open), (gst_cdrom_set_device),
	(gst_cdrom_update_cd), (gst_cdrom_update_tray_status),
	(gst_cdrom_get_status), (gst_cdrom_play),
	(gst_cdrom_set_cddb_data_from_tags), (gst_cdrom_get_cddb_data):
	* mate-cd/gst-cdrom.h:
	* mate-cd/images/None-theme/Makefile.am:
	* mate-cd/images/lcd-theme/Makefile.am:
	* mate-cd/images/media-theme/Makefile.am:
	* mate-cd/images/red-lcd-theme/Makefile.am:
	* mate-cd/theme.c: (theme_check), (theme_load), (theme_free):
	* grecord/src/Makefile.am:
	* grecord/src/mate-recorder.c: (gsr_open_window), (main):
	* grecord/src/gsr-window.c: (show_error_dialog),
	(set_pipeline_state_to_null), (shutdown_pipeline), (file_open_cb),
	(handle_ebusy_error), (notgst_element_get_toplevel),
	(pipeline_error_cb), (do_save_file), (file_save_as_cb),
	(run_mixer_cb), (close_confirmation_dialog), (fill_in_information),
	(about_cb), (play_cb), (stop_cb), (record_cb), (seek_to),
	(play_tick_callback), (record_tick_callback),
	(play_state_changed_cb), (pipeline_deep_notify_caps_cb),
	(profile_changed_cb), (play_eos_msg_cb), (make_play_pipeline),
	(record_eos_msg_cb), (record_start), (record_state_changed_cb),
	(notgst_bin_find_unconnected_pad),
	(notgst_render_bin_from_description), (make_record_source),
	(record_input_changed_cb), (fill_record_input),
	(make_record_pipeline), (calculate_format_value), (find_ui_file),
	(gsr_window_init), (gsr_window_finalize), (gsr_window_class_init),
	(gsr_window_new):
	* grecord/src/gsr-window.h:
	* grecord/src/gst/Makefile.am:
	* grecord/src/gst/assistant.c:
	* grecord/src/gst/assistant.h:
	* grecord/src/gst/manager.c:
	* grecord/src/gst/manager.h:
	* gst-mixer/src/element.c:
	* gst-mixer/src/element.h:
	* gst-mixer/src/main.c: (mixer_filter_func),
	(create_mixer_collection), (main):
	* gst-mixer/src/preferences.c:
	* gst-mixer/src/preferences.h:
	* gst-mixer/src/track.h:
	* gst-mixer/src/volume.c:
	* gst-mixer/src/volume.h:
	* gst-mixer/src/window.c: (mate_volume_control_window_dispose):
	* gstreamer-0.10.patch:
	* gstreamer-properties/Makefile.am:
	* gstreamer-properties/gstreamer-properties.c:
	(gst_properties_mateconf_get_full_key),
	(gst_properties_mateconf_get_string),
	(gst_properties_mateconf_set_string), (dialog_response),
	(test_button_clicked), (update_from_option),
	(set_menuitem_by_pipeline), (update_from_mateconf),
	(pipeline_option_changed), (entry_changed), (element_available),
	(create_pipeline_menu), (init_pipeline_editor), (create_dialog),
	(main):
	* gstreamer-properties/pipeline-constants.c:
	* gstreamer-properties/pipeline-tests.c:
	(user_test_pipeline_response), (user_test_pipeline_timeout),
	(build_test_pipeline), (pipeline_error_dlg), (user_test_pipeline):
	* gstreamer-properties/pipeline-tests.h:
	* po/POTFILES.in:
	* profiles/audio-profile-choose.c:
	* profiles/audio-profiles-edit.c: (count_selected_profiles_func),
	(selection_changed_callback), (profile_activated_callback),
	(gm_audio_profiles_edit_init):
	* profiles/gmp-conf.h:
	* profiles/mate-audio-profiles-test.c: (edit_clicked_cb),
	(test_clicked_cb), (main):
	* profiles/mate-audio-profiles.schemas.in.in:
	* transmogrify-into-gstreamer-0.10:
	  Integrate gst-0.10 patch in CVS tree. Needs lots of work.

2006-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>

	* grecord/src/Makefile.am:
	* grecord/src/gsr-window.c: (record_cb), (make_record_source),
	(record_input_changed_cb), (fill_record_input),
	(make_record_pipeline), (gsr_window_init):
	  add a drop-down box for selecting the recording channel.
	  Fixes #305926.

2006-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>

	* profiles/mate-audio-profiles.schemas.in.in:
	  Add a lossy voice compression, using speex.
	  Fixes #322900.

2006-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>

	* profiles/audio-profiles-edit.c: (count_selected_profiles_func),
	(selection_changed_callback), (gm_audio_profiles_edit_init):
	  Correctly handle sensitivity of Edit and Delete.
	  Fixes #317186.

2006-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>

	* configure.in:
	  Dev mode.

=== release 2.13.5 ===

2006-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>

	* .cvsignore:
	* Makefile.am:
	* NEWS:
	* README:
	* configure.in:
	* gstreamer-0.10.patch:
	* transmogrify-into-gstreamer-0.10:
	  Release 2.13.5.

2006-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>

	* grecord/src/gsr-window.c: (make_record_pipeline):
	* gst-mixer/src/main.c: (main):
	* gstreamer-properties/gstreamer-properties.glade:
	  Re-remove GStreamer slang.

2006-01-14  Chao-Hsiung Liao  <j_h_liau@yahoo.com.tw>

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

2006-01-10  Thomas Vander Stichele  <thomas at apestaart dot org>

	patch by: Gabor Kelemen

	* gst-mixer/src/volume.c: (get_button):
	  mark a user-visible string for translation (#326151)

2006-01-10  Thomas Vander Stichele  <thomas at apestaart dot org>

	* grecord/src/gsr-window.c: (make_play_pipeline),
	(make_record_pipeline):
	* gst-mixer/src/main.c: (main):
	* gstreamer-properties/gstreamer-properties.glade:
	  Plugins are not elements - plugins provide features, which
	  can be elements.  Fix the strings back.

2006-01-10  Thomas Vander Stichele  <thomas at apestaart dot org>

	Patch by: Raphael Slinckx

	* mate-cd/mate-cd.c: (tray_icon_create):
	  do not leak the cd pixbuf (#313511)

2005-12-21  Frederic Crozat  <fcrozat@mandriva.com>

	Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>

	* gst-mixer/src/window.c: (mate_volume_control_window_init),
	(mate_volume_control_window_new), (cb_change):
	* gst-mixer/src/window.h:
	  Fix warnings/crash when selecting default mixer (#315052).

2005-12-21  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>

	* mate-cd/mate-cd.schemas.in.in:
	  Change default volume from 0 to max. Should fix silence on start
	  such as reported in #321356.

2005-12-21  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>

	* mate-cd/gst-cdparanoia-cdrom.c:
	* mate-cd/solaris-cdrom.c: (solaris_cdrom_get_status):
	  Remove spurious warnings when opening without CD in drive.

2005-12-21  Madhan Raj M  <madhanrm@cvs.mate.org>

	Reviewed by:  Ronald S. Bultje <rbultje@ronald.bitfreak.net>

	* mate-cd/callbacks.c: (status_ok), (remainingtime_mode_changed_cb),
	  (volume_changed): Set the tool tip for the display.
	* mate-cd/callbacks.h:
	* mate-cd/display.c: (button_press_event), (class_init)
	* mate-cd/display.h:
	* mate-cd/mate-cd.c: (window_destroy_cb), (set_volue), (init_player)
	  Add events to the display to show tool tip.
	* mate-cd/mate-cd.h:
	* mate-cd/mate-cd.schemas.in.in:
	* mate-cd/preferences.c:
	  Remaining time mode. Fixes Bug #72802.

2005-12-21  Christian Neumair  <chris@mate-de.org>

	Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>

	* grecord/src/gsr-window.c: (make_play_pipeline),
	(make_record_pipeline):
	* gst-mixer/src/main.c: (main):
	* gstreamer-properties/gstreamer-properties.glade:
	  Prevent use of GStreamer slang words ("element", "sink", "source")
	  and fix window position for gstreamer-properties (#321536).

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

	* configure.in: Added ku (Kurdish) to ALL_LINGUAS

2005-09-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>

	* configure.in:
	  Dev mode again.

=== release 2.12.0 ===

2005-09-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>

	* NEWS:
	* configure.in:
	  Release 2.12.0.

2005-08-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>

	* cddb-slave2/Makefile.am:
	* mate-cd/Makefile.am:
	  Do not dist generated files; they may be build-env-dependent.
	  Fixes #314660.

2005-08-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>

	* gst-mixer/src/main.c: (sort_by_rank), (create_mixer_collection):
	  Sort mixers by elementfactory rank.

2005-08-24  Maxim Dziumanenko <mvd@mylinux.ua>

	* configure.in:
	* grecord/doc/Makefile.am:
	* grecord/doc/uk/*:
	* mate-cd/doc/Makefile.am:
	* mate-cd/doc/uk/*:
	* gst-mixer/doc/Makefile.am:
	* gst-mixer/doc/uk/*:
	* gstreamer-properties/help/Makefile.am:
	* gstreamer-properties/help/uk/*:
	Added Ukrainian translation of the manual.

=== release 2.11.91 ===

2005-08-24  Madhan Raj M  <madhanrm@gnome.org>

	* NEWS:
	* configure.in:
	  Release 2.11.92.

2005-08-18  Frederic Crozat  <fcrozat@mandriva.com>

	* gst-mixer/mate-volume-control.schemas.in:
	Fix typo in schema.

2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>

	* mate-cd/gst-cdparanoia-cdrom.c:
	* gst-mixer/src/volume.c: (cb_volume_changed),
	(mate_volume_control_volume_ask):
	  s/lrint/rint/ for BSD portability (#309634).

2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>

	* configure.in:
	  Dev mode.

=== release 2.11.91 ===

2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>

	* NEWS:
	* configure.in:
	  Release 2.11.91.

2005-08-06  Madhan Raj M  <madhanrm@gnome.org>

	* mate-cd/callbacks.c: (status_ok)
	  Repeat the track in Loop mode. Fixes #312636.

2005-08-06  Madhan Raj M  <madhanrm@gnome.org>

	* mate-cd/callbacks.c: (play_cb), (position_changed)
	* mate-cd/mate-cd.c: (skip_to_track)
	  For playing the last track, set end_track = -1.
	  Fixes Bug #312654

2005-08-05  Madhan Raj M  <madhanrm@gnome.org>

	* mate-cd/callbacks.c: (play_cb), (stop_cb), (status_ok)
	  Stop should stop play while in Loop mode.
	  Fixes Bug #312658

2005-07-25  Madhan Raj M  <madhanrm@gnome.org>

	* profiles/mate-media-profiles.h:
	* profiles/audio-profile-private.h:
	* profiles/mate-audio-profiles-properties.c:
	  Use audio-profile-private.h instead of mate-media-profiles.h
	  for private functions.
	  Fixes Bug #311458

2005-07-24  Madhan Raj M  <madhanrm@cvs.mate.org>

	* mate-cd/callbacks.c: (status_ok), (remainingtime_mode_changed_cb),
	  (volume_changed): Set the tool tip for the display.
	* mate-cd/callbacks.h:
	* mate-cd/display.c: (button_press_event), (class_init)
	* mate-cd/display.h:
	* mate-cd/mate-cd.c: (window_destroy_cb), (set_volue), (init_player)
	  Add events to the display to show tool tip.
	* mate-cd/mate-cd.h:
	* mate-cd/mate-cd.schemas.in.in:
	* mate-cd/preferences.c:
	  Remaining time mode. Fixes Bug #72802.

2005-07-24  Madhan Raj M  <madhanrm@cvs.mate.org>

	* profiles/mate-media-profiles.h:
	* profiles/mate-media-profiles.c: (gtk_dialog_build_children),
	  (dialog_find_internal_child): Moved the definitions from
	  mate-audio-profiles-properties.c.
	* profiles/mate-audio-profiles-properties.c:
	* profiles/audio-profiles-edit.c: (profile_activated_callback),
	  (edit_button_clicked), (delete_button_clicked),
	  (gm_audio_profiles_edit_new_profile):
	  Make the dialog run. Also based on the patch from Luca Cavalli.
	  Fixes Bug#309883.

2005-07-17  Madhan Raj M  <madhanrm@cvs.mate.org>

	* mate-cd/callbacks.c: (cd_status_changed_cb)
	  Check for empty disc.
	* mate-cd/cdrom.h: (_MateCDRomDriveStatus)
	  New status MATE_CDROM_STATUS_EMPTY_DISC.
	* mate-cd/gst-cdparanoia-cdrom.c: (gst_cdparanoia_cdrom_get_status)
	  Use gst_cdparanoia_cdrom_get_cddb_data and check
	  for Null data (empty disc).
	  Fix crash #310626
	* mate-cd/mate-cd.c: (make_popup_menu)
	  Set popup menu sensitivity.

2005-07-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>

	* configure.in:
	  Dev mode once more.

=== release 2.11.5 ===

2005-07-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>

	* NEWS:
	* configure.in:
	  Update 2.11.5.
	* po/am.po:
	* po/ar.po:
	* po/az.po:
	* po/be.po:
	* po/bg.po:
	* po/bn.po:
	* po/bs.po:
	* po/ca.po:
	* po/cs.po:
	* po/cy.po:
	* po/da.po:
	* po/de.po:
	* po/el.po:
	* po/en_CA.po:
	* po/en_GB.po:
	* po/es.po:
	* po/et.po:
	* po/eu.po:
	* po/fa.po:
	* po/fi.po:
	* po/fr.po:
	* po/ga.po:
	* po/gl.po:
	* po/gu.po:
	* po/he.po:
	* po/hi.po:
	* po/hr.po:
	* po/hu.po:
	* po/id.po:
	* po/it.po:
	* po/ja.po:
	* po/ko.po:
	* po/lt.po:
	* po/lv.po:
	* po/mk.po:
	* po/ml.po:
	* po/mn.po:
	* po/ms.po:
	* po/nb.po:
	* po/ne.po:
	* po/nl.po:
	* po/nn.po:
	* po/no.po:
	* po/pa.po:
	* po/pl.po:
	* po/pt.po:
	* po/pt_BR.po:
	* po/ro.po:
	* po/ru.po:
	* po/rw.po:
	* po/sk.po:
	* po/sl.po:
	* po/sq.po:
	* po/sr.po:
	* po/sr@Latn.po:
	* po/sv.po:
	* po/ta.po:
	* po/th.po:
	* po/tk.po:
	* po/tr.po:
	* po/uk.po:
	* po/vi.po:
	* po/wa.po:
	* po/xh.po:
	* po/zh_CN.po:
	* po/zh_TW.po:
	  Bla bla.

2005-07-13  Brent Smith  <mate@nextreality.net>

	* gst-mixer/window.c (mate_volume_control_window_dispose):
	another small leak.

2005-07-13  Paolo Borelli  <pborelli@katamail.com>

	* gst-mixer/window.c (mate_volume_control_window_new): plug
	a small leak.

2005-07-11  Madhan Raj M  <madhanrm@cvs.mate.org>

	* mate-cd/mate-cd.c: (make_popup_menu):
	  Update the Popup menu stock items.

2005-07-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>

	* configure.in:
	  Dev mode.

=== release 2.11.4 ===

2005-07-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>

	* NEWS:
	* configure.in:
	  Release 2.11.4.
	* po/am.po:
	* po/ar.po:
	* po/az.po:
	* po/be.po:
	* po/bg.po:
	* po/bn.po:
	* po/bs.po:
	* po/ca.po:
	* po/cs.po:
	* po/cy.po:
	* po/da.po:
	* po/de.po:
	* po/el.po:
	* po/en_CA.po:
	* po/en_GB.po:
	* po/es.po:
	* po/et.po:
	* po/eu.po:
	* po/fa.po:
	* po/fi.po:
	* po/fr.po:
	* po/ga.po:
	* po/gl.po:
	* po/gu.po:
	* po/he.po:
	* po/hi.po:
	* po/hr.po:
	* po/hu.po:
	* po/id.po:
	* po/it.po:
	* po/ja.po:
	* po/ko.po:
	* po/lt.po:
	* po/lv.po:
	* po/mk.po:
	* po/ml.po:
	* po/mn.po:
	* po/ms.po:
	* po/nb.po:
	* po/ne.po:
	* po/nl.po:
	* po/nn.po:
	* po/no.po:
	* po/pa.po:
	* po/pl.po:
	* po/pt.po:
	* po/pt_BR.po:
	* po/ro.po:
	* po/ru.po:
	* po/rw.po:
	* po/sk.po:
	* po/sl.po:
	* po/sq.po:
	* po/sr.po:
	* po/sr@Latn.po:
	* po/sv.po:
	* po/ta.po:
	* po/th.po:
	* po/tk.po:
	* po/tr.po:
	* po/uk.po:
	* po/vi.po:
	* po/wa.po:
	* po/xh.po:
	* po/zh_CN.po:
	* po/zh_TW.po:
	  Translation updates.

2005-07-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>

	* mate-cd/mate-cd.c: (make_popup_menu), (init_player):
	  Re-order menu items a bit.
	* gstreamer-properties/pipeline-constants.c:
	  Add autovideo/audiosink.

2005-06-13  Ross Burton  <ross@burtonini.com>

	* mate-cd/bsd-cdrom.c:
	* mate-cd/callbacks.c:
	* mate-cd/cdrom.c:
	* mate-cd/display.c:
	* mate-cd/gst-cdparanoia-cdrom.c:
	* mate-cd/linux-cdrom.c:
	* mate-cd/preferences.c:
	* profiles/audio-profile-choose.c:
	* profiles/audio-profile-edit.c:
	* profiles/audio-profile.c:
	* profiles/audio-profiles-edit.c:
	* profiles/gmp-util.c:
	* profiles/gmp-util.h:
	* profiles/mate-media-profiles.c:
	* vu-meter/gtkled.c:
	* vu-meter/gtkledbar.c:
	Use gi18n.h instead of mate-i18n.h, and G_DEFINE_TYPE instead of
	MATE_CLASS_BOILERPLATE.

2005-06-08  John (J5) Palmieri  <johnp@martianrock.com>

	Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>

	* mate-cd/gst-cdparanoia-cdrom.c: (stop_playback_idle_func),
	(check_playtime):
	  Idle handler for EOS handling (#305228).

2005-06-08  Alan Horkan  <horkana@maths.tcd.ie>

	Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>

	* mate-cd/doc/C/mate-cd.xml:
	  Change docs after some small UI changes (#306798).

2005-06-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>

	* vu-meter/reclevel.desktop.in:
	* vu-meter/vumeter.desktop.in:
	  Fix incorrect capitalization (#304063).

2005-06-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>

	* gstreamer-properties/gstreamer-properties.c: (main):
	  Give error dialog if registry is missing (#306052). Fix error
	  if glade file not found.

2005-06-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>

	* mate-cd/gst-cdparanoia-cdrom.c: (build_pipeline):
	  Remember volume (#302156).

2005-06-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>

	* mate-cd/mate-cd.c: (make_popup_menu), (init_player):
	* mate-cd/mate-cd.h:
	* mate-cd/images/Makefile.am:
	* mate-cd/images/media-ffwd.png:
	* mate-cd/images/media-next.png:
	* mate-cd/images/media-pause.png:
	* mate-cd/images/media-play.png:
	* mate-cd/images/media-prev.png:
	* mate-cd/images/media-record.png:
	* mate-cd/images/media-rewind.png:
	* mate-cd/images/media-stop.png:
	  Use Gtk+ stock icons instead of our own (#306323).

2005-06-08  Alan Horkan  <horkana@maths.tcd.ie>

	Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>

	* mate-cd/mate-cd.c: (init_player):
	  put track list edit button after list (#300408).

2005-06-08  Alan Horkan  <horkana@maths.tcd.ie>

	Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>

	* grecord/src/gsr-window.c:
	  Don't override stock labels for menu items (#306698).

2005-06-08  Kjartan Maraas  <kmaraas@gnome.org>

	Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>

	* grecord/src/gsr-window.c: (do_save_file):
	* profiles/audio-profile.c: (gm_audio_profile_init):
	  String typos (#303630).

=== release 2.11.3 ===

2005-06-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>

	* NEWS:
	* configure.in:
	  Release 2.11.3.
	* grecord/src/Makefile.am:
	  Add ui.xml to EXTRA_DIST.
	* grecord/src/gsr-window.c:
	  Remove unused macro.
	* po/POTFILES.in:
	  Remove gsr.xml.
	* po/POTFILES.skip:
	  Add .schemas.in files (intltool-update complains...).
	* po/am.po:
	* po/ar.po:
	* po/az.po:
	* po/be.po:
	* po/bg.po:
	* po/bn.po:
	* po/bs.po:
	* po/ca.po:
	* po/cs.po:
	* po/cy.po:
	* po/da.po:
	* po/de.po:
	* po/el.po:
	* po/en_CA.po:
	* po/en_GB.po:
	* po/es.po:
	* po/et.po:
	* po/eu.po:
	* po/fa.po:
	* po/fi.po:
	* po/fr.po:
	* po/ga.po:
	* po/gl.po:
	* po/gu.po:
	* po/he.po:
	* po/hi.po:
	* po/hr.po:
	* po/hu.po:
	* po/id.po:
	* po/it.po:
	* po/ja.po:
	* po/ko.po:
	* po/lt.po:
	* po/lv.po:
	* po/mk.po:
	* po/ml.po:
	* po/mn.po:
	* po/ms.po:
	* po/nb.po:
	* po/ne.po:
	* po/nl.po:
	* po/nn.po:
	* po/no.po:
	* po/pa.po:
	* po/pl.po:
	* po/pt.po:
	* po/pt_BR.po:
	* po/ro.po:
	* po/ru.po:
	* po/rw.po:
	* po/sk.po:
	* po/sl.po:
	* po/sq.po:
	* po/sr.po:
	* po/sr@Latn.po:
	* po/sv.po:
	* po/ta.po:
	* po/th.po:
	* po/tk.po:
	* po/tr.po:
	* po/uk.po:
	* po/vi.po:
	* po/wa.po:
	* po/xh.po:
	* po/zh_CN.po:
	* po/zh_TW.po:
	  Translation updates.

2005-05-16  Olav Vitters <olav@bkor.dhs.org>

	Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>

	* mate-cd/callbacks.c: Always free cddb cache, prevents a crash when
	quickly re-interting a cd. Patch by Frederic Crozat. Fixes bug
	#169511.

2005-05-10  Nirmal Kumar  <nirmalk@cvs.mate.org>

        * audio-profile-choose.c:
          Record as Combo box is modified to reflect mime type too (#170350).

2005-04-23  Felix Riemann  <felix@hsgheli.de>

	Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>

	* cddb-slave2/cddb-slave-capplet.c: (get_hostname),
	(no_info_toggled), (real_info_toggled), (create_dialog), (main):
	  Make dialog look pretty (#110686).

2005-04-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>

	* cddb-slave2/inetaddr.c: (gnet_inetaddr_new_async_cb),
	(gnet_inetaddr_get_name_async_cb),
	(gnet_inetaddr_get_canonical_name):
	* cddb-slave2/socks-private.c: (gnet_private_negotiate_socks5),
	(gnet_private_negotiate_socks4):
	* cddb-slave2/tcp.c: (gnet_tcp_socket_new_async_cb):
	* mate-cd/display.c: (cd_display_parse_theme):
	* mate-cd/gst-cdparanoia-cdrom.c: (check_playtime):
	* mate-cd/theme.c: (theme_load):
	* grecord/src/gsr-window.c: (replace_dialog),
	(gsr_window_set_property):
	* gst-mixer/src/volume.c:
	  GCC4 warning fixes, based on patch from Kjartan Maraas
	  <kmaraas@gnome.org> (fixes #300658).

2005-04-23  James Henstridge  <james@jamesh.id.au>

	Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>

	* configure.in:
	  Remove double mateconf/libglade entries (#300450).

2005-04-22  Frederic Crozat  <fcrozat@mandriva.com>

	* profiles/mate-audio-profiles-properties.c: (main):
	Initialize gettext and include config.h.

2005-04-15  Kjartan Maraas  <kmaraas@gnome.org>

	* gst-mixer/src/button.c: (mate_volume_control_button_clicked):
	Plug a leak
	* gst-mixer/src/track.c: (cb_option_changed): Plug a leak.
	* gst-mixer/src/volume.c: _ISOC99_SOURCE. Closes bug #300719

2005-04-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>

	* cddb-slave2/Makefile.am:
	* configure.in:
	  Fix build if matecorba/matecomponent is in a non-standard dir (#300117).

2005-04-08  Philip Langdale  <philipl@mail.utexas.edu>

	Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>

	* gst-mixer/src/element.c: (mate_volume_control_element_change):
	  Numbering gets screwed up by destroying, so just hide it instead,
	  fixes one more crash (#172697).

2005-04-03  jylefort@brutele.be

	Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>

	* gst-mixer/src/main.c: (create_mixer_collection):
	  Don't set a NULL title, fix memleak (#172538).

2005-04-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>

	* gst-mixer/src/volume.c: (cb_volume_changed),
	(mate_volume_control_volume_ask):
	  Fix stupid rounding bug.

2005-04-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>

	* gst-mixer/src/preferences.c:
	(mate_volume_control_preferences_init):
	  Fix focus bug (see #171367). Thanks to Christian Persch
	  <chpe@gnome.org> for the patch.

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

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

2005-03-30  Nirmal Kumar R <nirmalk@cvs.mate.org>

	* mate-cd/callbacks.c (about_cb): use GtkAboutDialog instead
	of deprecated MateAbout.

2005-03-30  Nirmal Kumar R <nirmalk@cvs.mate.org>

	* grecord/src/gsr-window.c (help_about): use GtkAboutDialog instead
	of deprecated MateAbout.

2005-03-30  Madhan Raj M  <madhanrm@cvs.mate.org>

	* cddb-slave2/cddb-slave-capplet.c (notify_cb): Do
	appropriate changes when notified.
	(destroy_window): Remove the notify
	(create_dialog): Add a notify (Fixes #90792)

2005-03-30  Madhan Raj M  <madhanrm@cvs.mate.org>

	* mate-cd/mate-cd.c (menuitems): Added quit menu item.
	(make_popup_menu): Create quit menu item for tray popup.

2005-03-30  Madhan Raj M  <madhanrm@cvs.mate.org>

	* cddb-slave2/cddb-slave-capplet.c (other_freedb_toggled): Get
	the selection and set it in mateconf.

2005-03-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>

	* mate-cd/callbacks.c: (open_track_editor):
	  Fix grammar errors (#172036/#172034).

2005-03-28  Nirmal Kumar  <nirmalk@cvs.mate.org>

	* mate-cd/callbacks.c (status_ok ):
	* mate-cd/mate-cd.c (tray_icon_create): Sets the
	tooltip for the mate-cd status tray icon to show the
	name of the album currently playing and Current time.
	(Fixes #144163).

2005-03-28  Nirmal Kumar  <nirmalk@cvs.mate.org>

	 * mate-cd/callbacks.c (open_track_editor): Displays
	dialog that pops up when the track editor is clicked again
	after changing discs (Fixes #105703).

2005-03-28  Nirmal Kumar  <nirmalk@cvs.mate.org>

	* gst-mixer/Makefile.am:
	* gst-mixer/src/keys.h:
	* gst-mixer/src/main.c (cb_check_resize):
	* gst-mixer/src/window.c (mate_volume_control_window_init) :
	Sets the window geometry accordingly (Fixes #148689).

2005-03-28  Nirmal Kumar  <nirmalk@cvs.mate.org>

	* mate-cd/callbacks.c (popup_menu_cb):
	* mate-cd/mate-cd.c (make_popup_menu):
	* mate-cd/mate-cd.h: Establishes "Iconify to tray" option
	(Fixes #139808)

2005-03-28  Madhan Raj M  <madhanrm@cvs.mate.org>

	* mate-cd/callbacks.c (volume_changed): Update the tooltip.
	Read the volume from mateconf.
	* mate-cd/mate-cd.c (init_player): Created a new mateconf
	key "volume"
	(volume_changed_cb): callback for mateconf notify
	(set_volume): Setting the volume when mateconf notifies and also to
	intialise.
	* mate-cd/mate-cd.h:
	* mate-cd/preferences.c:
	* mate-cd/mate-cd.schemas.in.in: Added the new key "volume"

2005-03-25  Pedro Villavicencio Garrido  <pvillavi@gnome.org>

	* gst-mixer/src/window.c (cb_about): use GtkAboutDialog instead
	of deprecated MateAbout.

2005-03-22  Adi Attar  <aattar@cvs.mate.org>

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

2005-03-21  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>

	* cddb-slave2/CDDB-Slave2.schemas.in:
	  Fix port (changed from 888 to 8880) - see #152878.

2005-03-21  jsc  <yovivoenmetaluna@gmail.com>

	Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>

	* cddb-slave2/Makefile.am:
	* cddb-slave2/cddb-disclosure.c:
	* cddb-slave2/cddb-disclosure.h:
	* cddb-slave2/cddb-track-editor.c:
	(disc_options_expanded_notify_cb),
	(track_options_expanded_notify_cb), (make_track_editor_control):
	  Use gtk-expander instead of our own (fixes a11y bug in #98195).

2005-03-21  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>

	* grecord/src/gsr-window.c: (cb_rec_eos), (media_stop):
	  Remove debug.
	* gstreamer-properties/pipeline-constants.c:
	  Remove aasink (fix #161973).

2005-03-21  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>

	* configure.in:
	* grecord/src/Makefile.am:
	  Add grecord/src/gst/.
	* grecord/src/mate-recorder.c: (main):
	* grecord/src/gsr-window.c: (cb_rec_eos), (media_stop),
	(tick_callback), (play_state_changed_cb), (make_play_pipeline),
	(make_record_pipeline):
	  Add EOS handling to recording, stolen from cupid. On 'stop' while
	  recording, send EOS in pipeline rather than just stopping the
	  pipeline. This results in valid wav- and ogg-files.
	  Besides that, always read the length at every iteration, similar
	  to Totem.
	* grecord/src/gst/Makefile.am:
	* grecord/src/gst/assistant.c: (gst_rec_assistant_get_type),
	(gst_rec_assistant_base_init), (gst_rec_assistant_class_init),
	(gst_rec_assistant_init), (gst_rec_assistant_chain),
	(gst_rec_assistant_src_event), (gst_rec_assistant_change_state):
	* grecord/src/gst/assistant.h:
	* grecord/src/gst/manager.c: (gst_rec_manager_get_type),
	(gst_rec_manager_base_init), (gst_rec_manager_class_init),
	(gst_rec_manager_init), (gst_rec_manager_dispose),
	(gst_rec_manager_child_eos), (gst_rec_manager_child_add),
	(gst_rec_manager_child_del), (gst_rec_register_elements),
	(gst_rec_elements_init):
	* grecord/src/gst/manager.h:
	  Recorder EOS managing code stolen from cupid.

2005-03-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>

	* mate-cd/callbacks.c: (maybe_close_tray), (eject_cb), (play_cb),
	(stop_cb), (ffwd_timeout_cb), (next_cb), (back_cb),
	(rewind_timeout_cb), (status_ok), (open_track_editor),
	(volume_changed), (position_changed):
	* mate-cd/mate-cd.c: (gcd_error), (skip_to_track):
	* mate-cd/mate-cd.h:
	* mate-cd/gst-cdparanoia-cdrom.c: (build_pipeline):
	  Show error dialog to user if something fatal went wrong while
	  doing an actual user action (press a button or so), e.g. because
	  the GStreamer element was missing. Fixes #164120.

2005-03-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>

	* grecord/src/mate-recorder.c: (gsr_open_window):
	* grecord/src/gsr-window.c: (record_start):
	  Update title bar when we record a new file while another file
	  was opened, which fixes #170685. Based on patch from Nirmal
	  kumar <nirmal_cool@rediffmail.com>.

2005-03-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>

	* configure.in:
	  -> 2.11.

2005-03-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>

	* mate-cd/gst-cdparanoia-cdrom.c:
	  Fix seek while paused (#149451).

2005-03-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>

	* mate-cd/gst-cdparanoia-cdrom.c: (build_pipeline):
	  Set device property correctly. Should fix #168370.

2005-03-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>

	* mate-cd/gst-cdparanoia-cdrom.c: (build_pipeline):
	  Fix volume setting using cdparanoia backend.

2005-03-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>

	* mate-cd/callbacks.c: (tray_icon_destroyed):
	  Set variable to NULL when destroying it (for debugging).
	* grecord/src/mate-recorder.c: (gsr_open_window):
	* grecord/src/gsr-window.c: (profile_changed_cb), (gsr_window_new):
	  Never update extension in the title bar. It is supposed to
	  represent the current file. Extensions only change in the
	  save-as dialog.

2005-03-20  Nirmal kumar  <nirmal_cool@rediffmail.com>

	Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>

	* grecord/src/mate-recorder.c: (gsr_open_window):
	* grecord/src/gsr-window.c: (set_extension), (gsr_window_new):
	  Do not append the extension in the new window if we are opening
	  a file. Fixes #170658.

2005-03-20  Nirmal kumar  <nirmal_cool@rediffmail.com>

	Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>

	* grecord/src/gsr-window.c: (do_save_file), (file_save_as):
	  Replace extension in the save-dialog if we changed the type
	  of the file that we are trying to save (#170785).

2005-03-20  Lorenzo Colitti  <lorenzo@colitti.com>

	Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>

	* cddb-slave2/cddb-slave.c: (do_query_response):
	  Prompt user if multiple exact matches were found (return code
	  210, similar to response code 211); fixes #168691.

2005-03-20  Ross Burton  <ross@burtonini.com>

	Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>

	* profiles/audio-profile-choose.c:
	(gm_audio_profile_choose_get_active):
	  Don't get profile if there was no selection (fixes crash in
	  #167467).

2005-03-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>

	* configure.in:
	  Back to development mode.

=== Release 2.10.0

2005-03-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>

	* NEWS:
	* configure.in:
	  2.10.0, here we go.
	* po/am.po:
	* po/ar.po:
	* po/az.po:
	* po/be.po:
	* po/bg.po:
	* po/bn.po:
	* po/bs.po:
	* po/ca.po:
	* po/cs.po:
	* po/cy.po:
	* po/da.po:
	* po/de.po:
	* po/el.po:
	* po/en_CA.po:
	* po/en_GB.po:
	* po/es.po:
	* po/et.po:
	* po/eu.po:
	* po/fa.po:
	* po/fi.po:
	* po/fr.po:
	* po/ga.po:
	* po/gl.po:
	* po/gu.po:
	* po/he.po:
	* po/hi.po:
	* po/hr.po:
	* po/hu.po:
	* po/id.po:
	* po/it.po:
	* po/ja.po:
	* po/ko.po:
	* po/lt.po:
	* po/lv.po:
	* po/mk.po:
	* po/ml.po:
	* po/mn.po:
	* po/ms.po:
	* po/nb.po:
	* po/ne.po:
	* po/nl.po:
	* po/nn.po:
	* po/no.po:
	* po/pa.po:
	* po/pl.po:
	* po/pt.po:
	* po/pt_BR.po:
	* po/ro.po:
	* po/ru.po:
	* po/sk.po:
	* po/sl.po:
	* po/sq.po:
	* po/sr.po:
	* po/sr@Latn.po:
	* po/sv.po:
	* po/ta.po:
	* po/th.po:
	* po/tk.po:
	* po/tr.po:
	* po/uk.po:
	* po/vi.po:
	* po/wa.po:
	* po/zh_CN.po:
	* po/zh_TW.po:
	  Hmm...

2005-03-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>

	* gst-mixer/src/element.c: (mate_volume_control_element_change):
	  Fix for crasher (#169021).

2005-03-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>

	* configure.in:
	  Dev.

=== Release 2.9.92 ===

2005-03-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>

	* NEWS:
	* configure.in:
	  Release 2.9.92.
	* po/am.po:
	* po/ar.po:
	* po/az.po:
	* po/be.po:
	* po/bg.po:
	* po/bn.po:
	* po/bs.po:
	* po/ca.po:
	* po/cs.po:
	* po/cy.po:
	* po/da.po:
	* po/de.po:
	* po/el.po:
	* po/en_CA.po:
	* po/en_GB.po:
	* po/es.po:
	* po/et.po:
	* po/eu.po:
	* po/fa.po:
	* po/fi.po:
	* po/fr.po:
	* po/ga.po:
	* po/gl.po:
	* po/gu.po:
	* po/he.po:
	* po/hi.po:
	* po/hr.po:
	* po/hu.po:
	* po/id.po:
	* po/it.po:
	* po/ja.po:
	* po/ko.po:
	* po/lt.po:
	* po/lv.po:
	* po/mk.po:
	* po/ml.po:
	* po/mn.po:
	* po/ms.po:
	* po/nb.po:
	* po/ne.po:
	* po/nl.po:
	* po/nn.po:
	* po/no.po:
	* po/pa.po:
	* po/pl.po:
	* po/pt.po:
	* po/pt_BR.po:
	* po/ro.po:
	* po/ru.po:
	* po/sk.po:
	* po/sl.po:
	* po/sq.po:
	* po/sr.po:
	* po/sr@Latn.po:
	* po/sv.po:
	* po/ta.po:
	* po/th.po:
	* po/tk.po:
	* po/tr.po:
	* po/uk.po:
	* po/vi.po:
	* po/wa.po:
	* po/zh_CN.po:
	* po/zh_TW.po:
	  Update .po files.

2005-02-24  Kjartan Maraas  <kmaraas@gnome.org>

	* configure.in: Make it build with gstreamer-0.9 as well.
	Maybe we could remove the fallback to 0.7 by now?

2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>

	* gst-mixer/src/window.c: (cb_about):
	  Add translator credits (#167338).

2005-02-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>

	* profiles/audio-profile.c: (gm_audio_profile_create):
	  Fix double free (resulting in crash when creating new profile).

2005-02-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>

	* mate-cd/gst-cdparanoia-cdrom.c: (build_pipeline):
	  Implement basic buffering (should prevent hickups) and add
	  a max. speed of 2 so that it doesn´t get too loud (#164857).

2005-02-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>

	* grecord/src/gsr-window.c: (handle_ebusy_error):
	  Check which pipeline to change state on. Makes testcase in #162302
	  work for me.

2005-02-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>

	* grecord/src/gsr-window.c: (media_record):
	  Don´t segfault if pipeline creation failed.

2005-02-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>

	* grecord/src/mate-recorder.c: (gsr_open_window):
	* grecord/src/gsr-window.c: (file_save), (gsr_window_class_init):
	  Add translator comments to 'Untitled' and mark for translation.
	  Fixes #162607.

2005-02-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>

	* grecord/src/gsr-window.c: (gsr_button_new_with_stock_image),
	(gsr_dialog_add_button), (replace_dialog), (replace_existing_file),
	(do_save_file):
	  Add confirmation dialog if overwriting an existing file (#130653).
	  Based on patch by Sun (from JDS), proposed by Glynn Foster
	  <glynn.foster@sun.com> and Archana Shah <archana.shah@wipro.com>.

2005-02-04  Vincent Untz  <vincent@vuntz.net>

	Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>

	* profiles/mate-audio-profiles-properties.c:
	(gtk_dialog_build_children), (dialog_find_internal_child), (main):
	  Don't crash (#153496).

2005-02-04  Ed Catmur  <ed@catmur.co.uk>

	Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>

	* vu-meter/main.c: (handle_read):
	  Fix for wrong pointer handling (#158222).

2005-02-04  John Spray  <jcs116@york.ac.uk>

	Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>

	* gst-mixer/src/track.c: (mate_volume_control_track_show):
	  Patch to not try to call gtk_table_set_[col|row]_spacing for
	  negative (0 - 1) row/col numbers.

2005-02-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>

	* mate-cd/preferences.c: (preferences_dialog_show):
	  Fix label (as proposed in #150450 by Ranganathan Chandrasekaran
	  <rangac@gmail.com> and Kjartan Maraas <kmaraas@gnome.org>.

2005-01-31  David Schleef  <ds@schleef.org>

	* gstreamer-properties/pipeline-constants.c: Add polypaudio
	src and sink.

2005-01-28  Jeff Markham  <dragonking@carolina.rr.com>

	Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>

	* mate-cd/callbacks.c: (tray_icon_destroyed):
	* mate-cd/callbacks.h:
	* mate-cd/mate-cd.c: (init_player), (tray_icon_create):
	* mate-cd/mate-cd.h:
	  Don't crash if the notification area is destroyed (#109909).

2005-01-28  Joe Marcus Clarke  <marcus@freebsd.org>

	Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>

	* configure.in:
	* grecord/src/gsr-window.c: (do_save_file):
	  Use MATE-VFS to save files instead of /bin/cp (#162185).

2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>

	* configure.in:
	  Devel.

=== Release 2.9.90 ===

2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>

	* configure.in:
	* NEWS:
	  Release 2.9.90.
	* mate-cd/callbacks.c: (button_press_event_cb), (popup_menu_cb):
	* mate-cd/callbacks.h:
	* mate-cd/mate-cd.c: (popup_menu_detach), (make_popup_menu),
	(init_player):
	* mate-cd/mate-cd.h:
	  Desensitize menu options when no CD present (#164229). Patch
	  contributed by Madhan Raj M <raj_madan@rediffmail.com>.
	* po/*.po:
	  Translation sync with release.

2005-01-24  Balamurali Viswanathan <balamurali.viswanathan@wipro.com>

	* gst-mixer/src/main.c (main): Check for the registry if its not there
	give an error dialog and exit. Fixes bug #138582

2005-01-19  Srinivasa Ragavan  <sragavan@novell.com>

	Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>

	* cddb-slave2/cddb-track-editor.c: (dialog_response):
	  Fix crash (#105709).

2005-01-15  Chris Kelso  <ckelso@heliosphere.org>

	Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>

	* cddb-slave2/Makefile.am:
	  Fix build (#155150).

2005-01-15  Breda McColgan  <Breda.McColgan@sun.com>

	Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>

	* grecord/src/gsr-window.c: (file_properties):
	  fix label (#150452).

2005-01-12  Ed Catmur  <ed@catmur.co.uk>

	Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>

	* gst-mixer/src/track.c: (cb_check):
	  Fix wrong mateconf loading of alsa-options (#163718).

2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>

	* gst-mixer/src/element.c: (get_page_num), (update_tab_visibility),
	(mate_volume_control_element_change), (cb_mateconf):
	  Small refactoring, hide empty pages.

2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>

	* gst-mixer/src/track.c: (cb_mute_toggled), (cb_check):
	* gst-mixer/src/volume.c: (mate_volume_control_volume_sync),
	(mate_volume_control_volume_ask), (cb_check):
	* gst-mixer/src/volume.h:
	  Add workarounds for interaction with other applications that
	  do evil stuff to the soundcard when trying to mute.

2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>

	* configure.in:
	  Dev.

=== Release 2.9.4 ===

2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>

	* NEWS:
	* configure.in:
	  2.9.4.
	* gst-mixer/src/element.h:
	  Some translation fixes.
	* po/am.po:
	* po/ar.po:
	* po/az.po:
	* po/be.po:
	* po/bg.po:
	* po/bn.po:
	* po/bs.po:
	* po/ca.po:
	* po/cs.po:
	* po/cy.po:
	* po/da.po:
	* po/de.po:
	* po/el.po:
	* po/en_CA.po:
	* po/en_GB.po:
	* po/es.po:
	* po/et.po:
	* po/eu.po:
	* po/fa.po:
	* po/fi.po:
	* po/fr.po:
	* po/ga.po:
	* po/gl.po:
	* po/gu.po:
	* po/he.po:
	* po/hi.po:
	* po/hr.po:
	* po/hu.po:
	* po/id.po:
	* po/it.po:
	* po/ja.po:
	* po/ko.po:
	* po/lt.po:
	* po/lv.po:
	* po/mk.po:
	* po/ml.po:
	* po/mn.po:
	* po/ms.po:
	* po/nb.po:
	* po/ne.po:
	* po/nl.po:
	* po/nn.po:
	* po/no.po:
	* po/pa.po:
	* po/pl.po:
	* po/pt.po:
	* po/pt_BR.po:
	* po/ro.po:
	* po/ru.po:
	* po/sk.po:
	* po/sl.po:
	* po/sq.po:
	* po/sr.po:
	* po/sr@Latn.po:
	* po/sv.po:
	* po/ta.po:
	* po/th.po:
	* po/tk.po:
	* po/tr.po:
	* po/uk.po:
	* po/vi.po:
	* po/wa.po:
	* po/zh_CN.po:
	* po/zh_TW.po:
	  Po file updates for release.

2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>

	* gst-mixer/src/volume.c: (cb_mouseover):
	  Add translator comment for LFE (#162608).
	* gstreamer-properties/gstreamer-properties.glade:
	  rename to Multimedia Systems Selector (##148650).

2005-01-09  Madhan Raj M  <raj_madan@rediffmail.com>

	Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>

	* mate-cd/callbacks.c: (status_ok):
	  Update labels on loading new CD. Fixes #163345.

2005-01-06  Jakub Steiner  <jimmac@musichall.cz>

	Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>

	* gst-mixer/pixmaps/mate-mixer.png:
	* gst-mixer/pixmaps/mixer.png:
	  New icon art.

2005-01-06  James M. Cape  <jcape@ignore-your.tv>

	Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>

	* configure.in:
	* mate-cd/preferences.c: (device_changed_cb),
	(preferences_dialog_show):

2005-01-04  Zaheer Abbas Merali  <zaheerabbas@merali.org>

	Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>

	* grecord/src/gsr-window.c: (make_play_pipeline):
	  Fix typo.

2005-01-03  Kaushal Kumar  <kakumar@novell.com>

	Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>

	* mate-cd/cddb.c: (cddb_free_disc_info), (cddb_get_query):
	  Remove hack to workaround broken entries and apply patch from
	  #105768 instead.

2004-12-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>

	* configure.in:
	  Dev...

=== Release 2.9.3 ===

2004-12-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>

	* NEWS:
	* configure.in:
	  Release 2.9.3.
	* po/am.po:
	* po/ar.po:
	* po/az.po:
	* po/be.po:
	* po/bg.po:
	* po/bn.po:
	* po/bs.po:
	* po/ca.po:
	* po/cs.po:
	* po/cy.po:
	* po/da.po:
	* po/de.po:
	* po/el.po:
	* po/en_CA.po:
	* po/en_GB.po:
	* po/es.po:
	* po/et.po:
	* po/eu.po:
	* po/fa.po:
	* po/fi.po:
	* po/fr.po:
	* po/ga.po:
	* po/gl.po:
	* po/gu.po:
	* po/he.po:
	* po/hi.po:
	* po/hr.po:
	* po/hu.po:
	* po/id.po:
	* po/it.po:
	* po/ja.po:
	* po/ko.po:
	* po/lt.po:
	* po/lv.po:
	* po/mk.po:
	* po/ml.po:
	* po/mn.po:
	* po/ms.po:
	* po/nb.po:
	* po/nl.po:
	* po/nn.po:
	* po/no.po:
	* po/pa.po:
	* po/pl.po:
	* po/pt.po:
	* po/pt_BR.po:
	* po/ro.po:
	* po/ru.po:
	* po/sk.po:
	* po/sl.po:
	* po/sq.po:
	* po/sr.po:
	* po/sr@Latn.po:
	* po/sv.po:
	* po/ta.po:
	* po/th.po:
	* po/tk.po:
	* po/tr.po:
	* po/uk.po:
	* po/vi.po:
	* po/wa.po:
	* po/zh_CN.po:
	* po/zh_TW.po:
	  I hate string changes.

2004-12-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>

	* gst-mixer/src/window.c: (mate_volume_control_window_new),
	(cb_change):
	  Add mnemonics for detected mixers (#153499).

2004-12-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>

	* gst-mixer/src/element.c:
	(mate_volume_control_element_whitelist),
	(mate_volume_control_element_change):
	* gst-mixer/src/element.h:
	* gst-mixer/src/preferences.c:
	(mate_volume_control_preferences_change):
	  Whitelists (#158346).
	* gst-mixer/src/track.c: (cb_check):
	  Some more checkbox work.

2004-12-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>

	* gst-mixer/src/element.c: (mate_volume_control_element_change),
	(cb_mateconf):
	* gst-mixer/src/track.c: (cb_toggle_changed),
	(mate_volume_control_track_put_switch),
	(mate_volume_control_track_add_playback),
	(mate_volume_control_track_add_switch),
	(mate_volume_control_track_show):
	* gst-mixer/src/track.h:
	  Add checkboxes in a separate tab. They now take less space and
	  actually look somewhat integrated (#159428). Also workaround a
	  GtkTable redraw problem (#157117).

2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>

	* configure.in:
	  Dev...

=== release 2.9.2 ===

2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>

	* NEWS:
	* configure.in:
	* po/am.po:
	* po/ar.po:
	* po/az.po:
	* po/be.po:
	* po/bg.po:
	* po/bn.po:
	* po/bs.po:
	* po/ca.po:
	* po/cs.po:
	* po/cy.po:
	* po/da.po:
	* po/de.po:
	* po/el.po:
	* po/en_CA.po:
	* po/en_GB.po:
	* po/es.po:
	* po/et.po:
	* po/eu.po:
	* po/fa.po:
	* po/fi.po:
	* po/fr.po:
	* po/ga.po:
	* po/gl.po:
	* po/gu.po:
	* po/he.po:
	* po/hi.po:
	* po/hr.po:
	* po/hu.po:
	* po/id.po:
	* po/it.po:
	* po/ja.po:
	* po/ko.po:
	* po/lt.po:
	* po/lv.po:
	* po/mk.po:
	* po/ml.po:
	* po/mn.po:
	* po/ms.po:
	* po/nb.po:
	* po/nl.po:
	* po/nn.po:
	* po/no.po:
	* po/pa.po:
	* po/pl.po:
	* po/pt.po:
	* po/pt_BR.po:
	* po/ro.po:
	* po/ru.po:
	* po/sk.po:
	* po/sl.po:
	* po/sq.po:
	* po/sr.po:
	* po/sr@Latn.po:
	* po/sv.po:
	* po/ta.po:
	* po/th.po:
	* po/tk.po:
	* po/tr.po:
	* po/uk.po:
	* po/vi.po:
	* po/wa.po:
	* po/zh_CN.po:
	* po/zh_TW.po:
	  Release 2.9.2

2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>

	* mate-cd/cddb.c: (cddb_get_query):
	* mate-cd/gst-cdparanoia-cdrom.c: (build_pipeline):
	  Fix new-device handling. Fix segfault because the cache seems
	  corrupted (need to look into that).

2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>

	* mate-cd/Makefile.am:
	* mate-cd/mate-cd.c: (main):
	* mate-cd/gst-cdparanoia-cdrom.c: (cb_error), (build_pipeline):
	  Add CDDA-based CD (as default). For those poor Mac/Dell users
	  whose computer suppliers are too crapped to add a cable between
	  CD drive and soundcard (#51152).

2004-11-25  Dennis Cranston  <dennis_cranston@yahoo.com>

	Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>

	* mate-cd/preferences.c: (preferences_dialog_show):
	  Some HIGification. Fixes #156874.

2004-11-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>

	* profiles/audio-profile-choose.c: (gm_audio_profile_choose_new):
	* profiles/audio-profile.c: (gm_audio_profile_get_active_list),
	(gm_audio_profile_create):
	* profiles/mate-media-profiles.c: (mate_media_profiles_init):
	  Fix some leaks (based on a patch by Christophe Fergeau
	  <teuf@gnome.org> (#150072).

2004-11-06  Christophe Fergeau  <teuf@gnome.org>

	Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>

	* profiles/audio-profile.c:
	* profiles/audio-profile.h:
	  Compile fix (#154547).

2004-11-05  Dennis Cranston <dennis_cranston at yahoo com>

	* gst-mixer/src/window.c:
	  Small capitalization fix missed by Ronald

2004-11-02  Archana Shah <archana.shah@wipro.com>

	reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>

	* grecord/src/gsr-window.c: (do_save_file):
	  use g_spawn_command_line_sync () instead of rename () to save
	  the recorded file. Fixes #155088

2004-11-02  Dennis Cranston <dennis_cranston at yahoo com>

	reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>

	* gst-mixer/src/window.c:
	  missing mnemonic for the new change device menu item.

2004-11-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>

	* configure.in:
	  Back to CVS.

=== release 2.9.1 ===

2004-11-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>

	* gstreamer-properties/pipeline-tests.c: (build_test_pipeline):
	  Some more test pipeline fixes.
	* NEWS:
	* configure.in:
	  Release 2.9.1.
	* po/am.po:
	* po/ar.po:
	* po/az.po:
	* po/be.po:
	* po/bg.po:
	* po/bn.po:
	* po/bs.po:
	* po/ca.po:
	* po/cs.po:
	* po/cy.po:
	* po/da.po:
	* po/de.po:
	* po/el.po:
	* po/en_CA.po:
	* po/en_GB.po:
	* po/es.po:
	* po/et.po:
	* po/eu.po:
	* po/fa.po:
	* po/fi.po:
	* po/fr.po:
	* po/ga.po:
	* po/gl.po:
	* po/gu.po:
	* po/he.po:
	* po/hi.po:
	* po/hr.po:
	* po/hu.po:
	* po/id.po:
	* po/it.po:
	* po/ja.po:
	* po/ko.po:
	* po/lt.po:
	* po/lv.po:
	* po/mk.po:
	* po/ml.po:
	* po/mn.po:
	* po/ms.po:
	* po/nb.po:
	* po/nl.po:
	* po/nn.po:
	* po/no.po:
	* po/pa.po:
	* po/pl.po:
	* po/pt.po:
	* po/pt_BR.po:
	* po/ro.po:
	* po/ru.po:
	* po/sk.po:
	* po/sl.po:
	* po/sq.po:
	* po/sr.po:
	* po/sr@Latn.po:
	* po/sv.po:
	* po/ta.po:
	* po/th.po:
	* po/tk.po:
	* po/tr.po:
	* po/uk.po:
	* po/vi.po:
	* po/wa.po:
	* po/zh_CN.po:
	* po/zh_TW.po:
	  Update line numbers etc. for release.

2004-10-31  Christophe Fergeau  <teuf@gnome.org>

	* mate-cd/Makefile.am: fix lib link order, based on a patch by
	Chris Kelso (ckelso@heliosphere.org)

2004-10-28  Fernando Herrera  <fherrera@onirica.com>

	* configure.in: check for libcaja-burn for mate-cd.

2004-10-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>

	* gstreamer-properties/gstreamer-properties.c: (create_dialog):
	* gstreamer-properties/pipeline-constants.c:
	  Add missing newline. Use audioscale for audio as well. Use
	  conversion elements for sources as well.

2004-10-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>

	* gst-mixer/src/track.c: (cb_check):
	  I hate booleans.

2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>

	* gst-mixer/src/main.c: (create_mixer_collection):
	  Hide modems and such devices with no tracks.

2004-09-16  Dennis Cranston <dennis_cranston at yahoo com>

	* gst-mixer/src/window.c:  Use proper sentence case and add
	missing mnemonic for the new change device menu item.

2004-09-16  Dennis Cranston <dennis_cranston at yahoo com>

	Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>

	* gst-mixer/src/preferences.c: (mate_volume_control_preferences_init):
	HIGify the preferences dialog: Use proper widget padding; remove
	the separator; add shadow to list view; and add mnemonic for tree
	view widget.

2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>

	* po/POTFILES.in:
	  Add missing files (egg widget from mate-cd, new files from
	  mate-volume-control) and remove obsolete file (olf file from
	  mate-volume-control).

2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>

	* cddb-slave2/inetaddr.c: (gethostbyname_async_child),
	(gnet_inetaddr_get_canonical_name),
	(gnet_inetaddr_get_interface_to):
	* cddb-slave2/inetaddr.h:
	* cddb-slave2/socks-private.c: (gnet_private_negotiate_socks5):
	* cddb-slave2/tcp.c: (gnet_tcp_socket_new_async):
	  Fix some compiler issues (why didn't I see those?), see #111423).
	  Thanks to Malcolm Tredinnick <malcolm@commsecure.com.au> and
	  Christophe Fergeau <teuf@users.sourceforge.net>.

2004-09-16  Matthias Clasen  <mclasen@redhat.com>

	reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>

	* gstreamer-properties/Makefile.am:
	* gstreamer-properties/gstreamer-properties.c: (dialog_response),
	(main):
	  Hook up help button (#151744).

2004-09-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>

	* cddb-slave2/Makefile.am:
	  Proper linking patch from Sebastien Bacher <seb128@debian.org>.

2004-06-30  Archana Shah  <archana.shah@wipro.com>

	Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>

	* configure.in: Added check to test IPv6 support on
	  system. IPv6 code will be compiled only when IPv6 support
	  and getaddrinfo() is there.

2004-09-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>

	* configure.in:
	  Solaris installation fix (#145087).

2004-09-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>

	* gst-mixer/pixmaps/3dsound.png:
	* gst-mixer/pixmaps/Makefile.am:
	* gst-mixer/pixmaps/chain-broken.png:
	* gst-mixer/pixmaps/chain.png:
	* gst-mixer/pixmaps/headphones.png:
	* gst-mixer/pixmaps/noplay.png:
	* gst-mixer/pixmaps/norecord.png:
	* gst-mixer/pixmaps/play.png:
	* gst-mixer/pixmaps/record.png:
	* gst-mixer/src/Makefile.am:
	* gst-mixer/src/button.c: (mate_volume_control_button_get_type),
	(mate_volume_control_button_class_init),
	(mate_volume_control_button_init),
	(mate_volume_control_button_dispose),
	(mate_volume_control_button_new),
	(mate_volume_control_button_get_active),
	(mate_volume_control_button_set_active),
	(mate_volume_control_button_clicked),
	(mate_volume_control_button_mouseover),
	(mate_volume_control_button_mouseout):
	* gst-mixer/src/button.h:
	* gst-mixer/src/element.c: (mate_volume_control_element_get_type),
	(mate_volume_control_element_class_init),
	(mate_volume_control_element_init),
	(mate_volume_control_element_new),
	(mate_volume_control_element_dispose),
	(mate_volume_control_element_change), (cb_mateconf):
	* gst-mixer/src/element.h:
	* gst-mixer/src/keys.h:
	* gst-mixer/src/main.c: (create_mixer_collection),
	(register_stock_icons), (cb_destroy), (main):
	* gst-mixer/src/mixer.c:
	* gst-mixer/src/preferences.c:
	(mate_volume_control_preferences_get_type),
	(mate_volume_control_preferences_class_init),
	(mate_volume_control_preferences_init),
	(mate_volume_control_preferences_new),
	(mate_volume_control_preferences_dispose),
	(mate_volume_control_preferences_response), (get_mateconf_key),
	(mate_volume_control_preferences_change), (cb_toggle):
	* gst-mixer/src/preferences.h:
	* gst-mixer/src/stock.h:
	* gst-mixer/src/track.c: (cb_mute_toggled), (cb_record_toggled),
	(cb_option_changed), (cb_check),
	(mate_volume_control_track_add_title),
	(mate_volume_control_track_add_switch),
	(mate_volume_control_track_add_playback),
	(mate_volume_control_track_add_capture),
	(mate_volume_control_track_add_option),
	(mate_volume_control_track_free),
	(mate_volume_control_track_show):
	* gst-mixer/src/track.h:
	* gst-mixer/src/volume.c: (mate_volume_control_volume_get_type),
	(mate_volume_control_volume_class_init),
	(mate_volume_control_volume_init), (cb_mouseover), (cb_mouseout),
	(get_scale), (get_button), (mate_volume_control_volume_new),
	(mate_volume_control_volume_dispose),
	(mate_volume_control_volume_size_req),
	(mate_volume_control_volume_size_alloc),
	(mate_volume_control_volume_expose), (cb_volume_changed),
	(cb_lock_toggled), (cb_check):
	* gst-mixer/src/volume.h:
	* gst-mixer/src/window.c: (mate_volume_control_window_get_type),
	(mate_volume_control_window_class_init),
	(mate_volume_control_window_init),
	(mate_volume_control_window_new),
	(mate_volume_control_window_dispose), (cb_change), (cb_exit),
	(cb_preferences_destroy), (cb_preferences), (cb_about), (cb_mateconf),
	(cb_error):
	* gst-mixer/src/window.h:
	  New volume control. Full ALSA integration, better maintainable
	  code, updates if other apps change volume and some really cute
	  icons. What else could one wish for?

2004-09-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>

	* configure.in:
	  Go to 2.9 development.

=== release 2.8.0 ===

2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>

	* configure.in:
	* NEWS:
	  Prepare release.
	* mate-cd/Makefile.am:
	* mate-cd/mate-cd.c: (main):
	  Disable GStreamer backend for now. We'll re-enable it if there's
	  some more testing. Following approval from release-team.
	* mate-cd/bsd-cdrom.c:
	  Fix BSD backend (#151573) with approval from release-team.
	* mate-cd/cdrom.c: (timeout_update_cd):
	* mate-cd/linux-cdrom.c: (linux_cdrom_update_cd):
	  Those two free()es are occasionally causing crashes elsewhere.
	  Don't know what else to do right now, so just pushing back to
	  the MATE 2.6 code status basically.
	  The problem appears to be that the Linux native CD backend touches
	  those variables when they shouldn't be. The GStreamer backend
	  doesn't, so those reversals are basically part of the disabling
	  of the GStreamer backend. Anyway, those are leaks. This needs
	  careful looking over.
	* mate-cd/gst-cdparanoia-cdrom.c: (msf_struct_to_frames),
	(frames_to_msf_struct), (build_pipeline):
	  This fixes BSD support in the (now unused) GStreamer backend.

2004-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>

	* configure.in:
	  set ACLOCAL_AMFLAGS

2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>

	* configure.in:
	  And we're in CVS mode again.

=== release 2.7.92 ===

2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>

	* NEWS:
	* configure.in:
	  Set version number for release.

2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>

	* gst-mixer/src/mixer.c: (create_options_widget):
	  Unbreak string freeze. Accidently had intltool mark an #if 0'ed
	  string (in new code) for translation, unmarked for now.

2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>

	* configure.in:
	* gst-mixer/src/mixer.c: (cb_opt_changed), (create_track_header),
	(create_track_widget), (create_options_widget),
	(create_switch_widget), (create_mixer_widget), (cb_about):
	  Add switches (ALSA uses those, and is unusable on several sound
	  cards without). Add options, but #ifdef'ed out because the UI is
	  so severely uglified by it that it doesn't belong in there at all.
	  Also up GStreamer requirement to 0.8.2 because that's when the
	  required API was added to the mixer interface.

2004-08-29  Ronald S. Bultje  <Ronald S. Bultje <rbultje@ronald.bitfreak.net>>

	* cddb-slave2/cddb-parser.c: (cddb_entry_new_from_file):
	* cddb-slave2/cddb-slave.h:
	* cddb-slave2/tcp.c: (gnet_tcp_socket_connect_inetaddr_cb):
	* mate-cd/access/cddisplayaccessiblefactory.c:
	(cddisplay_accessible_factory_get_type),
	(cddisplay_accessible_factory_new):
	* mate-cd/access/cddisplayaccessiblefactory.h:
	* mate-cd/access/pangoaccessiblefactory.h:
	* mate-cd/callbacks.c:
	* mate-cd/cdrom.c: (cdrom_set_device):
	* mate-cd/eggtrayicon.c: (egg_tray_icon_init),
	(egg_tray_icon_class_init), (egg_tray_icon_get_property),
	(egg_tray_icon_get_orientation_property),
	(egg_tray_icon_manager_filter), (egg_tray_icon_unrealize),
	(egg_tray_icon_send_manager_message),
	(egg_tray_icon_update_manager_window), (egg_tray_icon_realize),
	(egg_tray_icon_new_for_screen), (egg_tray_icon_new),
	(egg_tray_icon_send_message), (egg_tray_icon_cancel_message),
	(egg_tray_icon_get_orientation):
	* mate-cd/eggtrayicon.h:
	* mate-cd/mate-cd.c: (client_die):
	* mate-cd/gst-cdparanoia-cdrom.c: (eos), (build_pipeline),
	(gst_cdparanoia_cdrom_play), (gst_cdparanoia_cdrom_pause),
	(gst_cdparanoia_cdrom_stop), (gst_cdparanoia_cdrom_get_status):
	* mate-cd/linux-cdrom.c: (linux_cdrom_update_cd):
	* grecord/src/mate-recorder.c: (main):
	* grecord/src/gsr-window.c: (file_close):
	* gst-mixer/src/mixer.c:
	* gstreamer-properties/gstreamer-properties.c: (create_dialog),
	(main):
	* profiles/audio-profile-choose.c: (gm_audio_profile_choose_new),
	(gm_audio_profile_choose_get_active),
	(gm_audio_profile_choose_set_active):
	* profiles/audio-profile-choose.h:
	* profiles/audio-profile-edit.c: (gm_audio_profile_edit_init):
	* profiles/audio-profile-private.h:
	* profiles/audio-profile.c: (gm_audio_profile_create):
	* profiles/audio-profile.h:
	* profiles/audio-profiles-edit.c: (profile_activated_callback),
	(on_profile_changed), (edit_button_clicked),
	(gm_audio_profiles_edit_new), (new_profile_response_callback):
	* profiles/mate-audio-profiles-properties.c: (main):
	* profiles/mate-audio-profiles-test.c: (edit_cb), (test_cb),
	(main):
	* profiles/mate-media-profiles.c:
	* vu-meter/gtkled.c: (gtk_led_new):
	* vu-meter/main.c: (main):
	  Compile using -Wall -Werror and fix all. Also includes the cleanup
	  patch from bug #151306 (thanks to Kjartan Maraas <kmaraas@gnome.org>)
	  and updates the egg widgets to their latest version.

2004-08-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>

	* grecord/src/gsr-window.c: (seek_to):
	  Remove unused variable, always return a boolean (fix #151305).

2004-08-28  Akagic Amila  <bono@linux.org.ba>

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

2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>

	patch by: Sylvain.Pasche@switzerland.org

	* mate-cd/cdrom.c:
	  fix unitialized GError.  Fixes #148353.

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

	* configure.in: Add nb to ALL_LINGUAS.

2004-06-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>

	* grecord/src/gsr-window.c: (make_record_pipeline):
	  Don't g_error() when common problems occur like a non-found
	  element. Don't ever even use g_error() at all, basically. Also
	  add a graphical error dialog instead and use this also if no
	  audio source could be loaded (which appears to happen a lot on
	  recent FC2/JDS installs...).

2004-06-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>

	* cddb-slave2/gnet-private.h:
	  Define socklen_t properly, and only if needed. Fixes #142828.

2004-06-15  Balamurali Viswanathan <balamurali.viswanathan@wipro.com>

	reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>

	* grecord/src/gsr-window.c: (record_start):
	  Also update the record status slider the second time. Fixes
	  #123937.

2004-06-15  Padraig O'Briain <draig.obriain@sun.com>

	reviewed by: Ronald Bultje <rbultje@ronald.bitfreak.net>

	* mate-cd/preferences.c: (preferences_dialog_show):
	  Give proper accessibility name to themes widget. Fixes #143327.

2004-06-15  Padraig O'Briain <draig.obriain@sun.com>

	reviewed by: Ronald Bultje <rbultje@ronald.bitfreak.net>

	* mate-cd/callbacks.c: (status_ok):
	  Don't fire name-change events unless we change name, because
	  otherwise we confuse accessibility tools. Fixes #140082.

2004-06-15  Balamurali Viswanathan <balamurali.viswanathan@wipro.com>

	reviewed by: Ronald Bultje <rbultje@ronald.bitfreak.net>

	* mate-cd/solaris-cdrom.c: (set_audio_port),
	(solaris_cdrom_get_status):
	  Set audio port on Solaris so that audio actually works.

2004-06-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>

	* configure.in:
	* mate-cd/Makefile.am:
	* mate-cd/mate-cd.c: (main):
	* mate-cd/gst-cdparanoia-cdrom.c: *:
	* mate-cd/gst-cdparanoia-cdrom.h:
	  Add GStreamer-based (cdparanoia) option. Based on work from Iain
	  Holmes <bugs@prettypeople.org>. Fixes bug #51152.

2004-06-14  Fernando Herrera  <fherrera@onirica.com>

	Reviewed by: Ronald Bultje <rbultje@ronald.bitfreak.net>

	* mate-cd/cddb.c: (cddb_get_query): don't free discid and free
	  offsets. Fixes #144341.

2004-06-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>

	* mate-cd/cdrom.c: (timeout_update_cd):
	  Fix memleak.

2004-06-02  Mariano Suárez-Alvarez  <mariano@gnome.org>

	* autogen.sh: do not overwrite ACLOCAL_FLAGS, but append to it.

=== release 2.7.1 ===

2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>

	* Makefile.am:
	* configure.in:
	* m4/as-compiler-flag.m4:
	* m4/as-version.m4:
	  adding m4 files for compiler flags and versioning

2004-05-29  Christian Rose  <menthos@menthos.com>

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

2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>

	* gst-mixer/src/mixer.c: (create_mixer_widget):
	  Workaround for not showing options without depending on a CVS
	  version of GStreamer.

2004-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>

	* cddb-slave2/cddb-disclosure.c: (get_x_y),
	(expand_collapse_timeout), (do_animation):
	* cddb-slave2/cddb-disclosure.h:
	* cddb-slave2/cddb-parser.c:
	* cddb-slave2/cddb-parser.h:
	* cddb-slave2/cddb-slave-client.h:
	* cddb-slave2/cddb-slave.c: (do_goodbye), (do_read_response),
	(display_results), (read_from_server),
	(impl_MATE_Media_CDDBSlave2_query),
	(impl_MATE_Media_CDDBSlave2_isValid),
	(impl_MATE_Media_CDDBSlave2_setAllTracks):
	* cddb-slave2/cddb-track-editor.c: (make_tree_model),
	(load_new_track_data), (make_track_editor_control), (main):
	* cddb-slave2/main.c: (factory_fn), (main):
	  fix loads of -Wall -Werror-related bugs
	* configure.in:
	  turn on -Wall -Werror for CDDBSLAVE

2004-05-09  Thomas Vander Stichele  <thomas at apestaart dot org>

	* mate-cd/mate-cd.schemas.in.in:
          Its funny how hard its eems to be to have an its y bits'y schema
          entry have it's translation spelled correctly

2004-05-09  Thomas Vander Stichele  <thomas at apestaart dot org>

	* profiles/mate-audio-profiles.schemas.in.in:
          i18n-ize profile names and descriptions.  Fixes #130233

2004-05-09  Thomas Vander Stichele  <thomas at apestaart dot org>

	* profiles/audio-profile.c: (gm_audio_profile_forget):
          change dir to path in source. Fixes #134339

2004-05-09  Thomas Vander Stichele  <thomas at apestaart dot org>

	* profiles/audio-profiles-edit.c: (delete_button_clicked):
          Use ngettext. Fixes #134340.

2004-05-09  Thomas Vander Stichele  <thomas at apestaart dot org>

	* profiles/mate-audio-profiles.glade2:
          Fix #134341

2004-05-09  Thomas Vander Stichele  <thomas at apestaart dot org>

	* profiles/audio-profile.c: (gm_audio_profile_initialize):
	  change terminal to profile.  Fixes #137139

2004-05-09  Thomas Vander Stichele  <thomas at apestaart dot org>

	patch by: Julio M. Merino Vidal <jmmv at menta dot net>

	* configure.in:
	* mate-cd/Makefile.am:
	* mate-cd/bsd-cdrom.c: (bsd_cdrom_finalize), (msf_to_frames),
	(frames_to_msf), (add_msf), (bsd_cdrom_open), (bsd_cdrom_close),
	(bsd_cdrom_invalidate), (calculate_track_lengths):
	* mate-cd/bsd-cdrom.h:
          add NetBSD support.
          rename FREEBSD functions/variables to BSD
          Fixes #135139

2004-05-09  Thomas Vander Stichele  <thomas at apestaart dot org>

	* cddb-slave2/cddb-slave.desktop.in:
          change name and comment.  Fixes #130651.

2004-05-09  Thomas Vander Stichele  <thomas at apestaart dot org>

	* autogen.sh: don't use common doc stuff until it passes distcheck
	* acconfig.h: removed
	* configure.in: add third argument for AC_DEFINE*

2004-05-09  Thomas Vander Stichele  <thomas at apestaart dot org>

	* autogen.sh: use mate-common.  Fixes #140344

2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>

	* gstreamer-properties/pipeline-constants.c:
          use ffmpegcolorspace (from gst-plugins) over ffcolorspace
          (from gst-ffmpeg) (#141406)

2004-04-29  Julio M. Merino Vidal  <jmmv@menta.net>

	reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>

	* gstreamer-properties/Makefile.am:
	  Install gstreamer-properties shortcut in proper location so
	  it's found by contor-center. Fixes #137198.

2004-04-23  Jorn Baayen  <jbaayen@gnome.org>

	reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>

	* gst-mixer/src/mixer.c:
	  Swap "About" and "Help" menu items for consistency.

2004-04-24  Kaushal Kumar  <kaushal.kumar@wipro.com>

	reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>

	* cddb-slave2/ChangeLog:
	* cddb-slave2/cddb-slave-capplet.c: (dialog_button_clicked_cb):
	  s/wgoscustlookandfeel.xml/user-guide.xml.

2004-04-24  Leena Gunda  <leena.gunda@wipro.com>

	reviewed by: Ronald Bultje <rbultje@ronald.bitfreak.net>

	* mate-cd/ChangeLog:
	* mate-cd/display.c: (cd_display_set_style):
	* mate-cd/display.h:
	  Callback to redraw the display text when the style changes. Fixes
	  #125409.
	* mate-cd/mate-cd.c: (init_player):
	  Connect cd_display_set_style callback for the style_set signal
	  of the CDDisplay.

2004-04-24  Fernando Herrera  <fherrera@onirica.com>

	reviewed by: Ronald Bultje <rbultje@ronald.bitfreak.net>

	* grecord/ChangeLog:
	* grecord/src/mate-recorder.c: (main):
          use gtk_icon_theme. Fix #137464.

=== release 2.6.1 ===

2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>

	* configure.in: releasing 2.6.1, "Maintain in Vain"

2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>

	patch by: nos@utel.no

	* cddb-slave2/cddb-slave.c: (do_open_response), (cddb_send_cmd):
          fix g_print format (#134094)

2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>

	patch by: Alexander Winston

	* acinclude.m4:
          Fix underquotedness (#133217)

2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>

	* gst-mixer/src/mixer.c: (create_track_widget):
	  Fix up icons for the ALSA mixer.

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

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

=== release 2.6.0 ===

2004-03-22  Ted Gould <ted@gould.cx>

	* configure.in: Upping to 2.6.0

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

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

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

	* configure.in: Added en_CA to ALL_LINGUAS.

2004-03-11  Thomas Vander Stichele  <thomas at apestaart dot org>

	* configure.in: require gtk 2.3 for recorder and profiles (#135549)

2004-03-09  Ted Gould <ted@gould.cx>

	* configure.in: Upping to 2.5.5

2004-03-09  Jan Schmidt  <thaytan@mad.scientist.com>

 	* gstreamer-properties/gstreamer-properties.c:
 	(create_pipeline_menu):
 	* gstreamer-properties/pipeline-constants.c:
           - Add "audioconvert ! audioscale" to the pipeline for testing
 	  audio sinks.  This makes esdsink 'work' and fixes #136407
 	  - Wrap lines in pipeline-constants to 80 chars for readability.
 	  - Use gst_parse_launch to evaluate the validity of a sink pipeline, i
 	  rather than assuming that they contain only a single sink.
 	  Resurrects Ascii Art.
 	  - Add a disabled cacasink destination. Disabled because apparently
 	  cacasink briefly creates an empty window, even though we never
 	  set the element to READY.
 	  - Disable jack source & sink, since they're not working.
 	  - Remove ossgst audio source which no longer exists.
 	  - Remove fakesrc as a video source.

2004-03-09  Ted Gould <ted@gould.cx>

	* grecord/src/gsr-window.c, gst-mixer/src/mixer.c: Adding
	Sun Microsystems at the documenters as requested by Breda McColgan
	who did the documentation for those.

2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>

    * configure.in: check for 0.8 and 0.7 GStreamer

2004-03-08  Jan Schmidt  <thaytan@mad.scientist.com>

	* gstreamer-properties/gstreamer-properties.c:
	(update_from_option), (entry_changed), (init_pipeline_editor),
	(main):
	* gstreamer-properties/pipeline-constants.c:
	  Use gst-mateconf library for mateconf access

2004-03-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>

	* configure.in:
	  Check for gst-mateconf lib correctly.

2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>

	* gst-mixer/src/Makefile.am:
	* gst-mixer/src/mixer.c: (main):
	  Fix docs display (fixes #135692).

2004-02-29  Seth Nickell  <seth@gnome.org>

	Reviews by: Ronald Bultje <rbultje@ronald.bitfreak.net>

	* gst-mixer/src/mixer.c: (create_mixer_widget):
	  Remove borders that are automatically put around GtkViewports.
	  Fixes #134331.

2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>

	* gst-mixer/src/mixer.c: (cb_about), (main):
	  s/GStreamer Volume Control/Volume Control/. Fixes #134329.

2004-02-27 Breda McColgan <breda.mccolgan@sun.com>

	* gst-mixer/doc/C/mate-volume-control.xml: Updated for MATE 2.6, technical review draft
	* gst-mixer/doc/C/mate-volume-control-C.omf: Updated for MATE 2.6
	* gst-mixer/doc/C/l10n.txt: Added for MATE 2.6
	* gst-mixer/doc/C/figures/mate-volume-control_window.png: Added for MATE 2.6


2004-02-25  Ted Gould <ted@gould.cx>

	* configure.in: release 2.5.4

2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>

	* configure.in: add gstreamer-mateconf to requirements for GSR

2004-02-24  Johan Dahlin  <johan@gnome.org>

	* profiles/audio-profile-choose.c
	(gm_audio_profile_choose_set_active): And fix leak(s)
	(gm_audio_profile_choose_get_active): One more leak fix,
	thanks Richard.

	* profiles/audio-profile-choose.[ch] New function,
	gm_audio_profile_choose_set_active

2004-02-23  Ted Gould <ted@gould.cx>

	* configure.in: release 2.5.3

2004-02-23  Ted Gould <ted@gould.cx>

	* gst-mixer/mate-volume-control.desktop.in: Patch from
	Grzegorz Golawski which makes this more fd.o
	compatible.  This is bug #129207.

2004-02-23  Ted Gould <ted@gould.cx>

	* cddb-slave2/Makefile.am, mate-cd/Makefile.am, grecord/Makefile.am
	profiles/Makefile.am:  Patch from Elijah Newren to clean
	up the usage of MateConf.  Fixes bug #135135 (cool number).

2004-02-23  Ted Gould <ted@gould.cx>

	* profiles/schemas.in.in: Adding a default value
	to active.  Patch from Julio M. Merino Vidal for
	bug #135133

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

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

2004-02-19  Kaushal Kumar  <kaushal.kumar@wipro.com>

 	* gst-mixer/src/mixer.c (create_track_widget):
 	Make all the slider and checkbox widgets accessible.
 	Fix bugzilla #133208.

2004-02-18  Ted Gould <ted@gould.cx>

	* autogen.sh, configure.in:  Applying a patch by
	Malcolm Tredinnick which is located in bug #133384 and
	fully fixes everything for versions of intltool greater
	than 0.30.

2004-02-15  Thomas Vander Stichele  <thomas at apestaart dot org>

	* grecord/Makefile.am:
	* grecord/src/Makefile.am:
          fix cleaning of schemas/desktop files to make make distcheck work

Sun Feb  8 00:53:23 2004  Matthias Clasen  <maclas@gmx.de>

	* autogen.sh (have_intltoolize): Make the version check pass
	for 0.30.

2004-01-17  Ted Gould <ted@gould.cx>

	* mate-cd/callbacks.c, mate-cd/mate-cd.c:
	Applying patch by padraig.obriain@sun.com for bug # 125321 that
	deals with the title getting updated too much.

2004-01-17  Ted Gould <ted@gould.cx>

	* mate-cd/cdda.c, mate-cd/callbacks.c:
	Applying a patch done by Sanjiv Agarwala.  It fixes a sleu of
	bugs but has been placed in an umbrella bug #131799

2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>

	* gst-mixer/src/mixer.c: (create_mixer_widget):
	  Make UI somewhat bigger by default.

2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>

	* gst-mixer/src/mixer.c: (create_mixer_collection):
	  Fix for crash if array from propertyprobe is NULL.

2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>

	* grecord/src/Makefile.am:
	* grecord/src/mate-recorder.c: (gsr_open_window), (main):
	* grecord/src/gsr-window.c: (set_extension), (profile_changed),
	(gsr_window_new):
	* profiles/mate-media-profiles.c: (mate_media_profiles_init):
          use audio profile selection to record

2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>

	* profiles/mate-audio-profiles.schemas.in.in:
          fix defaults

2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>

	* profiles/Makefile.am:
	* profiles/README:
	* profiles/audio-profile-choose.c:
	* profiles/audio-profile-choose.h:
	* profiles/audio-profile-edit.c:
	* profiles/audio-profile-private.h:
	* profiles/audio-profile.c:
	* profiles/audio-profile.h:
	* profiles/audio-profiles-edit.c:
	* profiles/mate-audio-profiles-test.c:
	* profiles/mate-media-profiles.c:
	* profiles/mate-media-profiles.h:
          separate AudioProfile in public and private bits and prefix with GM
          make test code to show how it works

2004-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>

	* profiles/audio-profile-edit.c:
	* profiles/audio-profile-private.h:
	* profiles/audio-profile.c:
	* profiles/audio-profile.h:
	* profiles/audio-profiles-edit.c:
          privatise audio-profile bits that are internal

2004-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>

	* configure.in:
	* profiles/README:
	* profiles/audio-profile-edit.c: (gm_audio_profile_edit_init),
	(gm_audio_profile_edit_new):
	* profiles/audio-profile-edit.h:
	* profiles/audio-profile.h:
	* profiles/audio-profiles-edit.c: (gm_audio_profiles_edit_new):
	* profiles/audio-profiles-edit.h:
          assorted changes and notes

2004-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>

	* profiles/audio-profile-choose.c: (gm_audio_profile_choose_new),
	(gm_audio_profile_choose_get_active):
	* profiles/audio-profile-choose.h:
	* profiles/mate-media-profiles.h:
          adding profile choose combo box

2004-01-11 Christian Schaller <Uraeus@gnome.org>

	* Switch gstreamer-properties to use new videosinks
	* Switch gstreamer-properties to use ffcolorspace

2004-01-10 Christian Schaller <Uraeus@gnome.org>

	* Some updates to the spec file (re-enablind gsr)
	* fix mate-sound-recorder desktop file
	 to point to actuall binary
	* Update TODO

2004-01-05  Ted Gould <ted@gould.cx>

	* mate-cd/linux-cdrom.c:
	* mate-cd/freebsd-cdrom.c:
	* mate-cd/solaris-cdrom.c:
	Changing some errors to warnings.  Patch submitted by
	Srinivasa Ragavan to fix bug #119715

	The patch was for the linux files, I changed the Solaris and FreeBSD
	ones.

2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>

	* gmix/.cvsignore:
	* gmix/AUTHORS:
	* gmix/BUGS:
	* gmix/CHANGES:
	* gmix/ChangeLog:
	* gmix/Makefile.am:
	* gmix/README:
	* gmix/TODO:
	* gmix/device_labels_alsa.h:
	* gmix/device_labels_alsa.sed:
	* gmix/device_labels_linux.h:
	* gmix/device_labels_linux.sed:
	* gmix/doc/.cvsignore:
	* gmix/doc/C/.cvsignore:
	* gmix/doc/C/Makefile.am:
	* gmix/doc/C/figures/gmix-prefs.eps:
	* gmix/doc/C/figures/gmix-prefs.png:
	* gmix/doc/C/figures/gmix.eps:
	* gmix/doc/C/figures/gmix.png:
	* gmix/doc/C/mate-volume-control-C.omf:
	* gmix/doc/C/mate-volume-control.xml:
	* gmix/doc/C/legal.xml:
	* gmix/doc/C/topic.dat:
	* gmix/doc/Makefile.am:
	* gmix/doc/it/.cvsignore:
	* gmix/doc/it/Makefile.am:
	* gmix/doc/it/figures/gmix-prefs.png:
	* gmix/doc/it/figures/gmix.png:
	* gmix/doc/it/gmix-it.omf:
	* gmix/doc/it/gmix.sgml:
	* gmix/doc/it/topic.dat:
	* gmix/gmix.c:
	* gmix/gmix.h:
	* gmix/mate-fader.c:
	* gmix/mate-mixer.c:
	* gmix/mate-mixer.h:
	* gmix/mate-mixer.png:
	* gmix/mate-volume-control.desktop.in.in:
	* gmix/mate-volume-control.schemas.in:
	* gmix/prefs.c:
	* gmix/prefs.h:
	* mate-volume-control/.cvsignore:
	* mate-volume-control/ChangeLog:
	* mate-volume-control/Makefile.am:
	* mate-volume-control/alsa-channel.c:
	* mate-volume-control/alsa-channel.h:
	* mate-volume-control/alsa-device.c:
	* mate-volume-control/alsa-mixer.c:
	* mate-volume-control/alsa-mixer.h:
	* mate-volume-control/debug.c:
	* mate-volume-control/debug.h:
	* mate-volume-control/device-module.h:
	* mate-volume-control/mate-channel-group.c:
	* mate-volume-control/mate-channel-group.h:
	* mate-volume-control/mate-channel-widget.c:
	* mate-volume-control/mate-channel-widget.h:
	* mate-volume-control/mate-channel.c:
	* mate-volume-control/mate-channel.h:
	* mate-volume-control/mate-mixer.c:
	* mate-volume-control/mate-mixer.h:
	* mate-volume-control/mate-volume-control.c:
	* mate-volume-control/mate-volume-control.desktop.in:
	* mate-volume-control/mate-volume-control.png:
	* mate-volume-control/oss-channel.c:
	* mate-volume-control/oss-channel.h:
	* mate-volume-control/oss-device.c:
	* mate-volume-control/oss-mixer.c:
	* mate-volume-control/oss-mixer.h:
	* mate-volume-control/volume-marshal.list:
	* grecord/src/grec.c:
	* grecord/src/grec.h:
	* grecord/src/gui.c:
	* grecord/src/gui.h:
	* grecord/src/main.c:
	* grecord/src/preferences.c:
	* grecord/src/preferences.h:
	* grecord/src/sound.c:
	* grecord/src/sound.h:
	  Remove old/unused files of sound recorder and mixer.

2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>

	* configure.in:
	  Fix grecord not being compiled.

2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>

	* grecord/src/gsr-window.c: (eos_done), (save_sink_eos),
	(cb_iterate), (cb_error), (do_save_file), (make_play_pipeline),
	(make_record_pipeline), (init):
	  Fix crashes when saving file, add some checks in various places,
	  and recording works again (well, a bit). Other bugs are likely
	  GStreamer bugs, not GSR bugs.

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

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

2003-12-31  Thomas Vander Stichele  <thomas at apestaart dot org>

	* configure.in: release 2.5.2 - "no more no make distcheck"
        * cddb-slave2/Makefile.am: fix distcheck issues, rewrite for clarity
        * Makefile.am:
        * mate-cd/Makefile.am:
        * gst-mixer/Makefile.am:
        * gstreamer-properties/Makefile.am:
        * vu-meter/Makefile.am:
          fix distcheck

2003-12-31  Thomas Vander Stichele  <thomas at apestaart dot org>

        * omf.make:
	* xmldocs.make:
	  fix DESTDIR for uninstalling
	  remove strange regeneration rule for legal.xml that caused
          stray files after distcleaning caused by cvs commit time
          difference between legal.xml and mate-cd.xml

2003-12-31  Thomas Vander Stichele  <thomas at apestaart dot org>

	* po/POTFILES.in:
	* po/am.po:
	* po/ar.po:
	* po/az.po:
	* po/be.po:
	* po/bg.po:
	* po/bn.po:
	* po/ca.po:
	* po/cs.po:
	* po/cy.po:
	* po/da.po:
	* po/de.po:
	* po/el.po:
	* po/en_GB.po:
	* po/es.po:
	* po/et.po:
	* po/eu.po:
	* po/fa.po:
	* po/fi.po:
	* po/fr.po:
	* po/ga.po:
	* po/gl.po:
	* po/he.po:
	* po/hi.po:
	* po/hu.po:
	* po/id.po:
	* po/it.po:
	* po/ja.po:
	* po/ko.po:
	* po/lt.po:
	* po/lv.po:
	* po/mk.po:
	* po/ml.po:
	* po/mn.po:
	* po/ms.po:
	* po/nl.po:
	* po/nn.po:
	* po/no.po:
	* po/pl.po:
	* po/pt.po:
	* po/pt_BR.po:
	* po/ro.po:
	* po/ru.po:
	* po/sk.po:
	* po/sl.po:
	* po/sq.po:
	* po/sr.po:
	* po/sr@Latn.po:
	* po/sv.po:
	* po/ta.po:
	* po/tr.po:
	* po/uk.po:
	* po/vi.po:
	* po/wa.po:
	* po/zh_CN.po:
	* po/zh_TW.po:
	  Remove files that aren't disted anymore

2003-12-29  Christian Schaller <Uraeus@gnome.org>

	* Commit po updates
	* Fix gst-mixer menu icon

2003-12-21  Ronald Bultje <rbultje@ronald.bitfreak.net>

	* grecord/src/mate-record.c:
	  fix command-line option mess up, add a dummy -p option so that
	  it no longer crashes when evocated using caja.

2003-12-21  Ronald Bultje <rbultje@ronald.bitfreak.net>

	* configure.in: fix detection of mixer/interface headers
	* gst-mixer/src/Makefile.am:
	* gst-mixer/pixmaps/Makefile.am: change installation directory
	  for pixmaps so that it goes in pkgdatadir instead of datadir.
	  datadir is being cluttered with icons that don't belong there.
	* gst-mixer/src/mixer.c: add a scrollbar so that it won't fill
	  up your whole screen (which happens with ALSA, for example).
	  Patch from Leif Johnson. Since he wrote ALSA mixer support in
	  GStreamer too, I've added him to the about dialog, too.

2003-12-17  Thomas Vander Stichele  <thomas at apestaart dot org>

	* profiles/audio-profiles-edit.c: (profile_activated_callback),
	(edit_button_clicked), (new_profile_response_callback):
	* profiles/mate-audio-profiles.schemas.in.in:
	* profiles/mate-media-profiles.c: (mate_media_profiles_init):
 	  initialize the custom widget in the library, doh :)
          cosmetic fixes and print removal

2003-12-17  Thomas Vander Stichele  <thomas at apestaart dot org>

        * Makefile.am: undid the stupid gettextize m4 additions

2003-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>

	* configure.in:
	* profiles/Makefile.am:
	* profiles/glade/Makefile.am:
	* profiles/glade/mate-media-profiles-glade.c:
	(gm_audio_profile_edit_new_2), (glade_module_register_widgets):
	* profiles/mate-audio-profiles.glade2:
          adding .so for glade

2003-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>

        * configure.in: rework so that it doesn't fail without gst 0.7

2003-12-14  Christian Schaller <uraeus@gnome.org>

	* Fix gstreamer properties icon name
	* Add docs to gstreamer properties
	* Update docs to gst-mixer
	* Update spec to reflect other changes

2003-12-14  Thomas Vander Stichele  <thomas at apestaart dot org>

	* profiles/mate-audio-profiles.schemas.in.in: add defaults

2003-12-13  Thomas Vander Stichele  <thomas at apestaart dot org>

	* configure.in:
          profiles/Makefile.am:
          profiles/mate-media-profiles.pc.in:
          Add pkg-config stuff

2003-12-04  Thomas Vander Stichele  <thomas at apestaart dot org>

	* configure.in:
          Makefile.am:
          profiles/:
          Add media profile code

2003-12-02  Thomas Vander Stichele  <thomas at apestaart dot org>

	* gstreamer-properties/pipeline-tests.c: remove gstautoplug.h

2003-11-25 Ted Gould <ted@gould.cx>

	* configure.in: release 2.5.1

2003-10-26 Christian Schaller <Uraeus@gnome.org>

	* Adding config.rpath. Generated file, shouldn't be here
	* Fixing the calling of the mixer from mate-sound-recorder

2003-10-25 Christian Schaller <Uraeus@gnome.org>

	* Fix so that gstreamer-properties works
	* Put gstreamer-properties.desktop file back in action
	* Move and somewhat update docs from gmix to gst-mixer
	* Get appicon working for gst-mixer

2003-10-25  gettextize  <bug-gnu-gettext@gnu.org>

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

2003-10-25 Christian Schaller <Uraeus@gnome.org>

	* Replace gmixer with the new gst-mixer
	* Remove build dependency on mate-common
	* Update GStreamer dependency to 0.7.1
	* Comment out some mixer tie in code in sound-recorder,
	  should be re-enabled by someone with the right skills
	* Update SPEC file for latest changes

2003-10-15  Thomas Vander Stichele <thomas at apestaart dot org>
	* configure.in: release 2.5.0


2003-10-15  Thomas Vander Stichele <thomas at apestaart dot org>

	* configure.in, mate-cd/Makefile.am:
	  fix conditionals for cdrom host source

2003-09-17  Ted Gould   <ted@gould.cx>

	* configure.in:  Finially figured out how to make a branch
	in CVS, so I did for mate-2-4 and now I've labeled this
	2.5.0 in the main branch - just so if someone posts a bug
	I'll know a little bit more.

2003-09-17  Fatih Demir <kabalak@gtranslator.org>

	* configure.in: Added "ta" (Tamil) to the languages' list.

2003-09-08  Ted Gould   <ted@gould.cx>

	* configure.in:  Updating version number to 2.4.0

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

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

2003-08-25  Ted Gould   <ted@gould.cx>

	* configure.in:  Updating version number to 2.3.8

2003-08-11  Ted Gould   <ted@gould.cx>

	* configure.in:  Updating version number to 2.3.7

2003-08-04  Ted Gould   <ted@gould.cx>

	* configure.in:  Updating version number to 2.3.6

2003-07-25  Pablo Saratxaga  <pablo@mandrakesoft.com>

	* configure.in: Added Macedonian (mk) to ALL_LINGUAS

2003-07-16  Ted Gould   <ted@gould.cx>

	* configure.in:  Updating version number to 2.3.5

2003-07-03  Ted Gould   <ted@gould.cx>
	* configure.in:  Updating version number to 2.3.4

	* configure.in:
	* mate-cd/images/None-theme/*:
	* mate-cd/images/Makefile.am:
	* mate-cd/mate-cd.schemas.in.in:
	Adding a new default theme for mate-cd.  Basically this theme
	is a NULL theme, in that it looks basically like the GTK theme
	that is being used.  I called it 'None' because this is most
	likely how a user will think about it.  Calum Benson contributed
	the theme itself, and it was all discussed in bugzilla
	bug 82190.

	* cddb-slave2/Makefile.am:
	* mate-cd/Makefile.am:
	Changed these so that the IDL generated files are not included
	in a distribution.  These had some ripple through effects that made
	distcheck not work, but those issues are resolved also.

2003-06-30  Mohammad DAMT  <mdamt@bisnisweb.com>

	* po/id.po: Added Indonesian translation
	* configure.in: Added "id" to ALL_LINGUAS

2003-06-23  Ted Gould   <ted@gould.cx>

	* gmix/gmix.c:
	Added a patch given to Iain, unknown origin.  It adds FreeBSD
	name support to the mixer.

2003-06-20  Ted Gould  <ted@gould.cx>

	* AUTHORS:
	* HACKING:
	* MAINTAINERS:
	Made myself into the maintainer.

2003-06-18  Alex Duggan  <aldug@gnome.org>

	* gmix/gmix.c:
	* mate-cd/Makefile.am:
	* mate-cd/callbacks.c:
	* grecord/src/gsr-window.c:
	Add use the logos of these programs in their about dialogs.
	Fixes #102983.

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

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

2003-05-05  Telsa Gwynne  <hobbit@aloss.ukuu.org.uk>

        * configure.in: Added cy to ALL_LINGUAS
        * po/cy.po: Added

2003-04-08  Mike Lei <mike.lei@sun.com>

	* configure.in: Added l10n doc Makefile support for
	  mate-cd and grecord

	* Added l10n doc files for mate-cd and grecord

2003-03-21  Guntupalli Karunakar  <karunakar@freedomink.org>

	* configure.in: Added "ml" to ALL_LINGUAS

2003-02-22  Abel Cheung  <maddog@linux.org.hk>

	* cddb-slave2/cddb-track-editor.c: Fix tyop in genres name.

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

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

2003-01-29  Laurent Dhima  <laurenti@alblinux.net>

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

2003-01-22  Christian Rose  <menthos@menthos.com>

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

2003-01-10  Pablo Saratxaga  <pablo@mandrakesoft.com>

	* configure.in: Added Amharic (am) to ALL_LINGUAS

2003-01-08  Frederic Crozat  <fcrozat@mandrakesoft.com>

	Fix for 64-bit platforms. Probably better do the other way round
	(aka guint -> gsize) since underlying g_io_channel_read()/...
	operate the same way. This would change cddb-slave2
	visible API.

	* cddb-slave2/cddb-slave-capplet.c: (do_goodbye), (do_sites),
	(do_hello):
	* cddb-slave2/cddb-slave.c: (do_goodbye), (do_read), (do_query),
	(do_hello):
	* cddb-slave2/iochannel.c: (gnet_io_channel_writen),
	(gnet_io_channel_readn): Use guint instead of gsize to comply with
	cddb-slave API.


2003-01-07  Naba Kumar <naba@gnome.org>

	* configure.in: Added hi (hindi) in ALL_LINGUAS

2002-12-16  Thomas Vander Stichele <thomas at apestaart dot org>

        * gstreamer-properties/Makefile.am: don't install desktop stuff
          until proper UI review is done

2002-12-11  Alex Duggan <aldug@gnome.org>

   * gmix/mate-volume-control.desktop.in.in:
   * mate-cd/mate-cd.desktop.in:
   * record/mate-sound-recorder.desktop.in:
   * gstreamer-properties/gstreamer-properties.desktop.in:
   * vu-meter/vumeter.desktop.in:
   Add startup-notification support to all .desktop files
   Fixes #100958

2002-12-10  Thomas Vander Stichele <thomas at apestaart dot org>

        * configure.in: require GStreamer >= 0.5.0

2002-12-01  Thomas Vander Stichele <thomas at apestaart dot org>

        * configure.in, Makefile.am: added gstreamer-properties
	  gstreamer-properties: merged in thaytan's capplet, needs cleaning

2002-11-03  Dmitry G. Mastrukov  <dmitry@taurussoft.org>

	* configure.in: Added Belarusian to ALL_LINGUAS

2002-11-01  Iain <iain@prettypeople.org>

	* configure.in: Bump version number and require the new GST

2002-10-16  Kjartan Maraas  <kmaraas@gnome.org>

	* configure.in: Require a newer intltool for better .schemas
	support.

2002-10-10 Iain <iain@prettypeople.org>

	* : Applied Bala's patch for some solaris issues.

2002-08-11  Ross Burton  <ross@burtonini.com>

	* **/*.deskop.in: Add Encoding keyword, remove old Info keyword,
	fix Terminal keyword and add MATE to the Categories keyword.

2002-08-02  Iain <iain@prettypeople.org>

	* configure.in: Generate the correct schemas files.

2002-07-27  Kjartan Maraas  <kmaraas@gnome.org>

	* cddb-slave2/cddb-slave2.desktop.in: Fix the name and tooltip in
	this file. #87760

2002-06-18  Shivram U  <shivaram.upadhyayula@wipro.com>

	* cddb-slave2/Makefile.am, gmix/Makefile.am, mate-cd/Makefile.am,
	mate-volume-control/Makefile.am, vu-meter/Makefile.am: Changed
	-DMATELOCALEDIR to "${prefix}/${DATADIRNAME}/locale".
	 Fix for #83624, as per the suggestions given by
	Hidetoshi Tajima <hidetoshi.tajima@sun.com>

2002-06-10  Iain <iain@ximian.com>

	* configure.in: TWO POINT OH POINT OH!

2002-06-10  Yanko Kaneti <yaneti@declera.com>

	* configure.in: (ALL_LINGUAS) Added Bulgarian (bg).

2002-05-29  Balamurali Viswanathan <balamurali.viswanathan@wipro.com>

	* configure.in: Build gmix desktop files only in Solaris

2002-05-27  Chris Lyttle  <chris@wilddev.net>

	* omf.make: Added for new scrollkeeper system
	* xmldocs.make: Changed for new scrollkeeper system
	* Makefile.am: Added omf.make to EXTRA_DIST
	* gmix/doc/C/Makefile.am: Changed figs to figdir
	* gmix/doc/C/gmix-C.omf: Updated to new scrollkeeper format
	* mate-cd/doc/C/Makefile.am: Changed figs to figdir
	* grecord/doc/C/Makefile.am: Changed figs to figdir

2002-05-22  Balamurali Viswanathan <balamurali.viswanathan@wipro.com>

	* acconfig.h configure.in:Check for sdtaudiocontrol in the proper
	path. Define HAVE_MIXER if we have a audio mixer

2002-05-16  Sander Vesik <sander.vesik@sun.com>

	* grecord/doc/C: integrated sun docs for sound recorder

2002-05-16  Sander Vesik <sander.vesik@sun.com>

	* mate-cd/doc/C: integrated sun docs for cd player

2002-05-14  Pablo Saratxaga  <pablo@mandrakesoft.com>

	* configure.in: Added Vietnamese (vi) to ALL_LINGUAS

2002-05-13  Iain <iain@ximian.com>

	* configure.in: Bump version number

2002-05-06  Satyajit Kanungo  <satyajit.kanungo@wipro.com>

	* grecord/mate-sound-recorder.desktop.in:
       	* mate-cd/mate-cd.desktop.in :
          Added the Docpath  to open the help document from panel (launcher menu)
2002-04-30  Pablo Saratxaga  <pablo@mandrakesoft.com>

	* configure.in: Added Basque (eu) and Walloon (wa) to ALL_LINGUAS

2002-04-25 Iain <iain@ximian.com>

	* configure.in: Bump version number to indicate a change.

2002-04-18  jacob berkman  <jacob@ximian.com>

	* configure.in: fix checks for network libs (stolen from linc,
	fixes bug #78548)

2002-04-15  Iain <iain@ximian.com>

	* configure.in: Bump version number slightly to indicate that there's
	a new icon.

2002-04-15  Iain <iain@ximian.com>

	* configure.in: Version++
	Check for some socket libs.

2002-04-04  Iain <iain@ximian.com>

	* configure.in: Fix the check for the host name

2002-04-02  Iain <iain@ximian.com>

	* configure.in: Updated version :)
	Check sdtaudiocontrol if we're not going to build gmix and we're ont
	Solaris.

2002-04-01  jacob berkman  <jacob@ximian.com>

	* xmldocs.make:
	* Makefile.am (EXTRA_DIST): add xmldocs.make (fixes build bustage)

2002-04-01  Iain <iain@ximian.com>

	* added documentation.

2002-03-30  Iain <iain@ximian.com>

	* configure.in: Change version to something.
	Check for the presence of CDROMCLOSETRAY in the cdrom header.

2002-03-14  Laszlo Peter  <laca@ireland.sun.com>

	* mate-cd/callbacks.c: s/__FUNCTION__/G_GNUC_FUNCTION/
	* mate-cd/cdrom.c: ditto
	* mate-cd/mate-cd.c: ditto
	* mate-cd/linux-cdrom.c: ditto
	* mate-cd/solaris-cdrom.c: ditto

2002-03-13  Theo van Klaveren <t.vanklaveren@student.utwente.nl>

	* configure.in: Add FreeBSD platform detection for MateCD.

2002-03-04  Iain <iain@ximian.com>

	* TODO: Add some TODO stuff.

	* Makefile.am: Disable building the new mate-volume-control

	* configure.in: Ditto.

2002-02-27  Iain <iain@ximian.com>

	* configure.in: Use the mateconf2 AM rule

2002-02-27  Iain <iain@ximian.com>

	* tcd/*: Removed.

	* gnomovision/*: Removed.

	* cddbslave/*: Removed.

	* debian/*: Removed.

2002-02-27  Iain <iain@ximian.com>

	* AUTHORS: Ego got the better of me.

	* TODO: Update.

2002-02-27  Iain <iain@ximian.com>

	* configure.in: Add the Solaris detection stuff from Balamurali
	Viswanathan. Substitute default devices for Solaris and Linux.
	Generate mate-cd/mate-cd.schemas
	Print some stats about whats going on.

2002-02-20  Iain <iain@ximian.com>

	* configure.in: Add a check for sys/sockio.h

2002-02-15  jacob berkman  <jacob@ximian.com>

	* Makefile.am (DIST_SUBDIRS):
	* configure.in (AC_OUTPUT): it's mate-volume-control, not
	volume-control

2002-02-05  Abel Cheung  <maddog@linux.org.hk>

	* configure.in (ALL_LINGUAS): zh_CN.GB2312 -> zh_CN

2002-02-02  Iain Holmes  <iain@ximian.com>

	* configure.in: Update version number.

2002-01-17 Hasbullah Bin Pit <sebol@ikhlas.com>

	* configure.in: Added 'ms' at ALL_LINGUAS.
	* po/ms.po: Added Malay Translation.

2002-01-12  Iain Holmes  <iain@ximian.com>

	* configure.in: Remove some line, that I've forgotten and create the
	Makefile in the lcd-theme dir

2001-12-03  Sander Vesik <Sander.Vesik@sun.com>
	* autogen.sh: Remove test for CERTIFIED_GNOMIE
	* configure.in: Remove test for CERTIFIED_GNOMIE and add
	  missing [] to AC_MESSAGE_ERROR for the case of missing
	  scrollkeeper

2001-12-02  Iain Holmes  <iain@ximian.com>

	* configure.in: Add a check for esd.

2001-12-02  Iain Holmes  <iain@ximian.com>

	* configure.in: Remove the matecomponent-config check.

2001-11-17  Iain Holmes  <iain@ximian.com>

	* configure.in: Make a stripped down link list for CDDBSlave.

2001-11-03  Iain Holmes  <iain@ximian.com>

	* configure.in: Use the new glib-gettext stuff

2001-10-30  Iain Holmes  <iain@ximian.com>

	* branched for mate2. Old branch is at mate-media-1-0

	* Added cddb-slave2 and mate-cd

2001-10-07  Gediminas Paulauskas <menesis@delfi.lt>

	* configure.in (ALL_LINGUAS): added lv

2001-08-31  Abel Cheung  <maddog@linux.org.hk>

	* configure.in (ALL_LINGUAS): zh_TW.Big5 -> zh_TW

2001-07-28  Dan Mueth  <d-mueth@uchicago.edu>

	Adding line so help docs are included in RPMs.

	* mate-media.spec.in:

2001-07-27  Dan Mueth  <d-mueth@uchicago.edu>

	Updating doc build stuff to use jw on RH 7.1 and any other dist which
	has moved to docbook-utils.

	* configure.in:
	* sgmldocs.make:

2001-06-07  Peter Teichman  <peter@phb>

	* release 1.2.3

2001-06-02  Peter Teichman  <peter@ximian.com>

	* gmix/.cvsignore, gmix/Makefile.am, gmix/gmix.desktop*,
	grecord/.cvsignore, grecord/Makefile.am, grecord/gmix.desktop*,
	tcd/.cvsignore, tcd/Makefile.am, tcd/gmix.desktop*,
	vu-meter/.cvsignore, vu-meter/Makefile.am, vu-meter/gmix.desktop*:
	infrastructure changes for handling .desktop translations with
	xml-i18n-tools

2001-06-01  Peter Teichman  <peter@ximian.com>

	* use xml-i18n-tools

2001-05-29  Peter Teichman  <peter@ximian.com>

	* configure.in: move mate initialization beyond AC_PROG_CC. Patch
	from David Hampton <hampton@employees.org>

2001-05-28  Peter Teichman  <peter@ximian.com>

	* configure.in, gmix/Makefile.am: only configure ALSA when the
	user asks for it (patch from David Hampton <hampton@employees.org>)

2001-05-26  Peter Teichman  <peter@ximian.com>

	* .cvsignore maintenance - many files weren't included, and a
	couple .cvsignore files needed to be created

2001-04-25  Peter Teichman  <peter@ximian.com>

	* fix gtcd to look for its help files in the 'gtcd' path
	* release 1.2.2

2001-03-28  Peter Teichman  <pat@gnu.org>

	* AUTHORS, HACKING: fix up some of the docs to establish myself
	as maintainer

2001-03-23  Dan Mueth  <dan@eazel.com>

	Adding a file which slipped through last commit.

	* omf-install/Makefile.am:

2001-03-23  Dan Mueth  <dan@eazel.com>

	Fixed a couple problems with the build.  Updated doc
	build stuff and added OMF metadata.

	* COPYING-DOCS:
	* Makefile.am:
	* configure.in:
	* gmix/doc/C/Makefile.am:
	* gmix/doc/C/figs/gmix-prefs.png:
	* gmix/doc/C/figs/gmix.png:
	* gmix/doc/C/figures/gmix-prefs.png:
	* gmix/doc/C/figures/gmix.png:
	* gmix/doc/C/gmix-C.omf:
	* gmix/doc/C/gmix.sgml:
	* gmix/doc/it/Makefile.am:
	* gmix/doc/it/figs/gmix-prefs.png:
	* gmix/doc/it/figs/gmix.png:
	* gmix/doc/it/figures/gmix-prefs.png:
	* gmix/doc/it/figures/gmix.png:
	* gmix/doc/it/gmix-it.omf:
	* gmix/doc/it/gmix.sgml:
	* grecord/Makefile.am:
	* sgmldocs.make:
	* tcd/doc/C/Makefile.am:
	* tcd/doc/C/figures/gtcd-props.png:
	* tcd/doc/C/figures/gtcd-window.png:
	* tcd/doc/C/figures/gtcd.png:
	* tcd/doc/C/figures/track-number.png:
	* tcd/doc/C/figures/track-time.png:
	* tcd/doc/C/figures/trackeditor.png:
	* tcd/doc/C/gtcd-C.omf:
	* tcd/doc/C/gtcd.sgml:
	* tcd/doc/C/images/gtcd-props.png:
	* tcd/doc/C/images/gtcd-window.png:
	* tcd/doc/C/images/gtcd.png:
	* tcd/doc/C/images/track-number.png:
	* tcd/doc/C/images/track-time.png:
	* tcd/doc/C/images/trackeditor.png:

2000-12-06  Stanislav Visnovsky <visnovsky@nenya.ms.mff.cuni.cz>

	* configure.in (ALL_LINGUAS): added Slovak [sk] language

2000-10-20  Christopher R. Gabriel  <cgabriel@softwarelibero.org>

	* configure.in (AC_OUTPUT): added italian documentation for gmix.

2000-10-10  Christophe Merlet  <christophe@merlet.net>

	* */*.desktop: Updated French strings.

2000-08-05  Dan Mueth <d-mueth@uchicago.edu>

	* configure.in: added /tcd/doc/ and /tcd/doc/C

2000-05-21  Tim Gerla  <timg@means.net>

	* configure.in: Update to 1.2.0
	* README: Same

2000-05-11  Pablo Saratxaga <pablo@mandrakesoft.com>

	* configure.in (ALL_LINGUAS): added Catalan language

2000-04-21  Andreas Hyden  <a.hyden@cyberpoint.se>

	* configure.in: Added grecord/src/Makefile.
	* Makefile.am: Added grecord.
	* grecord/src/Makefile.am: Removed all subdirs but src.
	* grecord/src/main.c: Some stuff.

2000-04-21  Andreas Hyden  <a.hyden@cyberpoint.se>

	* AUTHORS: Added myself.
	* README: Added grecord.
	* configure.in: Added grecord/Makefile.
	Grecord added.

2000-04-08  Pablo Saratxaga <pablo@mandrakesoft.com>

	* configure.in (ALL_LINGUAS): added Lithuanian language
	* *.desktop: added Lithuanian strings from Gediminas Paulauskas
          <menesis@delfi.lt> to the desktop menu files

2000-02-12  Fatih Demir <kabalak@gmx.net>

	* configure.in: Added tr to ALL_LINGUAS .

2000-01-31  Yuan-Chung Cheng <platin@linux.org.tw>

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

2000-01-13  Tim Gerla  <timg@means.net>

	* configure.in: Added check for ucdrom.h for Linux 2.0.x users.

2000-01-11  Tim Gerla  <timg@means.net>

	* mate-media.spec.in: Added cddb-submit-methods (Peter Wainwright)

1999-11-17  Pablo Saratxaga <pablo@mandrakesoft.com>

	* configure.in (ALL_LINGUAS): Added Greek (el).

1999-11-02  Yuri Syrota <rasta@renome.rovno.ua>

	* configure.in (ALL_LINGUAS): Added Ukrainian (uk).

1999-10-12  Dan Damian <dand@dnttm.ro>

	* configure.in (ALL_LINGUAS): Added Romanian (ro).

1999-10-07  Jesus Bravo Alvarez  <jba@pobox.com>

	* configure.in (ALL_LINGUAS): Added Galician (gl)

1999-10-05  Tim Gerla  <timg@means.net>

	* configure.in: Bump to 1.0.51, final release

1999-10-04  Stanislav Brabec  <utx@penguin.cz>

	* configure.in: Alphabetical resort of languages.

1999-28-09  Tim P. Gerla  <timg@means.net>

	* configure.in: Bump to 1.0.50, whee!

1999-22-09  Tim P. Gerla  <timg@means.net>

	* configure.in: Bump to 1.0.41

1999-09-28  Martin Baulig  <martin@home-of-linux.org>

	* configure.in (ALL_LINGUAS): Added cs.

1999-09-27  Richard Hult  <rhult@hem2.passagen.se>

	* configure.in (ALL_LINGUAS): Added sv.

1999-09-26  Lauris Kaplinski <lauris@ariman.ee>

        * configure.in: Added et (Estonian) to ALL_LINGUAS

1999-19-09  Tim P. Gerla  <timg@means.net>

	* configure.in: Bumped version to 1.0.40.
	* README: Updates
	* NEWS: Updates
	* TODO: Removed old info

1999-07-09  Tim P. Gerla  <timg@means.net>

	* configure.in/AUTHORS/MAINTAINERS: Removed extace traces
	* README.extace: Document pointing to new extace maintainer's page.

1999-07-09  Tim P. Gerla  <timg@means.net>

	* configure.in, Makefile.am: Disabled extace because of compiliation problems
	* configure.in, Makefile.am: Include intl/ in dist please

1999-05-25  Yukihiro Nakai <nacai@iname.com>

	* Add Japanese entry to *.desktop

1999-04-29  James Henstridge  <james@daa.com.au>

	* acconfig.h, configure.in: added a test to find the system's mail
	transfer agent.  It is used by cddbsubmit for email type submissions.

1999-04-17  James Henstridge <james@daa.com.au>

	* configure.in, acconfig.h: check for libghttp, and if found define
	WITH_LIBGHTTP.  If not found, set GHTTP_LIB to empty.

1999-03-18 Tuomas J. Lukka <lukka@iki.fi>

	* configure.in - fix the test for we_have_esd to test -n "$we_have_esd"
	  now mate-media compiles on my system without ESD again

1999-03-09 Mark Crichton <crichton@gimp.org>

	* configure.in: Fixed chicken-and-egg problem with the AM_ESD_PATH
	macro.  That macro is now in acinclude.m4.  Also set up vu-meter and
	extace to compile only if ESD is found.

	* Makefile.am: changes to support above.  Also, if/when tcd becomes its
	own module, we should remove this.

	* acinclude.m4: Added AM_ESD_PATH.

1999-02-25 Shooby Ban <bansz@szif.hu>

        * configure.in: Added hungarian po
        po/hu.po Hungarian translations

Wed Feb 10 22:42:39 EST 1999 Gregory McLean <gregm@comstar.net>

	* Bumped version to 0.99.8

Wed Jan 20 23:48:16 EST 1999 Mandrake <mandrake@mandrake.net>

	* vu-meter/Makefile.am: fixes to make this puppy actually BUILD again.

1999-01-18  Christopher Blizzard  <blizzard@appliedtheory.com>

	* configure.in (PROGRAMS_EXTACE): Add check to find the gsl header
 	files.

1998-12:31  Mark Crichton <crichton@gimp.org>

 	* Makefile.am: Disabled building gnomovision...see gnomovision
	changelog for more info.

1998-12-28  Mark Crichton <crichton@gimp.org>

	* Makefile.am
	* configure.in: got gnomovision back to life...somewhat
	Also checks for Specific XFree86 extensions now.

Fri Dec 25 23:25:02 PST 1998 Manish Singh <yosh@gimp.org>

	* Makefile.am
	* configure.in: reenabled extace, redid the gsl check for gsl 0.4

	* extace/extace.c: make it work with gsl 0.4

1998-12-15  Mark Crichton <crichton@gimp.org>

	* Makefile.am: Included configure as an EXTRA_DIST target
	(needed for people who d/l tarball, but DON'T have auto*)

	* vu-meter/Makefile.am: Removed dependency on vu-meter/NEWS.
	File does not exist

1998-12-04  Changwoo Ryu  <cwryu@adam.kaist.ac.kr>

	* configure.in (AC_OUTPUT): Removed the `sed ... POTFILES'.
	* acinclude.m4: Removed.

Wed Nov 25 12:56:36 EST 1998 Gregory McLean <gregm@comstar.net>

	* vu-meter: Added a new toy.

1998-11-17  Tuomas J. Lukka  <lukka@iki.fi>

	* configure.in (ALL_LINGUAS): Add da, fi

1998-10-14  Federico Mena Quintero  <federico@nuclecu.unam.mx>

	* configure.in (ALL_LINGUAS): Added Japanese to the translations.
	Thanks to Mitsuru Oka for the ja.po file!

Sun Aug 30 21:06:10 1998  Tim P. Gerla	<timg@means.net>

	* Added new directory `cddbslave'. It's a program to request
	cddb information from cddb servers.

	* Makefile.am: Added cddbslave.

	* configure.in: Added cddbslave.

1998-08-24  Tim P. Gerla  <timg@means.net>

	* configure.in: Added checks for later linux kernel headers, to enable cd
	  changer support. I haven't tried using the cd changer code on a kernel that
	  doesn't support it, so when we release we may want to disable it.

1998-08-14  Federico Mena Quintero  <federico@nuclecu.unam.mx>

	* configure.in: Bumped version number to 0.27.

1998-07-02  Nuno Ferreira  <nmrf@rnl.ist.utl.pt>

	* configure.in (ALL_LINGUAS): Added `pt' for Portuguese translation.

1998-05-15  Raja R Harinath  <harinath@cs.umn.edu>

	* configure.in (PROGRAMS_EXTACE): Define only if both `libesd' and
	`libgslfft' exist.

1998-02-26  Raja R Harinath  <harinath@cs.umn.edu>

	* configure.in (ALL_LINGUAS): Add `it'.

1998-02-22  Carsten Schaar  <nhadcasc@fs-maphy.uni-hannover.de>

	* configure.in (ALL_LINGUAS): Added 'de' for German language support.

1998-02-19  Federico Mena Quintero  <federico@nuclecu.unam.mx>

	* gnomovision/tvset.c (main): Added app_id "gnomovision".

1998-02-17  Raja R Harinath  <harinath@cs.umn.edu>

	* configure.in: Use `AM_ACLOCAL_INCLUDE'.

Tue Feb 17 11:06:43 KST 1998  Changwoo Ryu  <cwryu@adam.kaist.ac.kr>

	* Makefile.am (macros/macros.dep): Maintainer rule to
	auto-regenerate aclocal.m4.
	(SUBDIRS): Add `macros'.
	* autogen.sh: Use macros/autogen.sh.