summaryrefslogtreecommitdiff
path: root/NEWS.GNOME
blob: 2679a7227c80ee08c3e6624d5079bd476186a1ce (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
Version 2.32.0
~~~~~~~~~~~~~~
Released: 2010-09-27

* Translations
 - Updated Arabic translation (Khaled Hosny)
 - Updated Bulgarian translation (Damyan Ivanov)
 - Updated Dutch translation (Wouter Bolsterlee)
 - Updated Italian translation (Milo Casagrande)
 - Updated Japanese translation (Takayuki KUSANO)
 - Updated Lithuanian translation (Žygimantas Beručka)
 - Updated Russian translation (Yuri Myasoedov)
 - Updated Swedish translation (Daniel Nylander)

Version 2.31.92
~~~~~~~~~~~~~~~
Released: 2010-09-16

* Translations
 - Update Czech translation (Marek Cernocky)
 - Updated Brazilian Portuguese translation (Antonio Fernandes C. Neto)
 - Updated British English translation (Bruce Cowan)
 - Updated Finnish translation (Timo Jyrinki)
 - Updated French translation (Bruno Brouard)
 - Updated Greek translation for gnome-power-manager (Michael Kotsarinis)
 - Updated Italian translation (Milo Casagrande)
 - Updated Norwegian bokmål translation (Kjartan Maraas)
 - Updated Polish translation (Piotr Drąg)
 - Updated Portuguese translation (Duarte Loreto)
 - Updated Swedish translation (Daniel Nylander)
 - Update Simplified Chinese help translation (Aron Xu)

* Bugfix:
 - Only disable deprecated code for --enable-strict builds (Richard Hughes)
 - Remove last traces of DeviceKit-power (Michael Biebl)

Version 2.31.91
~~~~~~~~~~~~~~~
Released: 2010-08-31

* Translations
 - Updated Danish translation (Ask H. Larsen)
 - Updated Estonian translation (Mattias Põldaru)
 - Updated Hungarian translation (Gabor Kelemen)
 - Updated Indonesian translation (Andika Triwidada)
 - Updated Serbian translation (Милош Поповић)
 - Updated Slovak translation (Pavol Šimo)
 - Updated Slovenian translation (Matej Urbančič)
 - Updated Traditional Chinese translation(Hong Kong and Taiwan) (Chao-Hsiung Liao)

* Bugfix:
 - brightness-applet: Add missing include (Martin Pitt)
 - inhibit-applet: Add missing include and re-enable deprecated GDK functions (Martin Pitt)
 - Do not autoscale the percentage graph in the history tab. Fixes #613984 (Richard Hughes)
 - Do not dist org.gnome.power.policy in the tarball (Richard Hughes)
 - Fix #627711 - Don't crash on systems which don't have XBACKLIGHT (Chris Coulson)
 - Only connect the UpClient::device-added signal after the coldplug (Richard Hughes)
 - Re-enable deprecated GDK functions for brightness applet (Martin Pitt)
 - Use the correct backlight step value when using the legacy fallback device (Will Woods)

Version 2.31.90
~~~~~~~~~~~~~~~
Released: 2010-08-18

* Bugfix
 - Deal with the deprecation of GtkNotebookPage (Frederic Peters)
 - Cast idle_time_in_msec to appropriate type (Frederic Peters)

* Translations
 - Updated German translation (Christian Kirbach)
 - Updated Spanish translation (Jorge González)
 - Updated Galician translation (Fran Diéguez)
 - Updated Hebrew translation (Yaron Shahrabani)
 - Updated Norwegian bokmål translation (Kjartan Maraas)
 - Updated Punjabi translation (A S Alam)
 - Updated Swedish translation (Daniel Nylander)
 - Updated Simplified Chinese translation (Aron Xu)

Version 2.31.6
~~~~~~~~~~~~~~
Released: 2010-08-06

* Important note:
 - This is 2.31.6, which is forked from the gnome-2-30 branch.
 - If you have been using 2.31.5 or any earlier 2.31 version, then you will
   notice the UI and functionality going back in time. This is unfortunate.
 - GNOME 3 has been pushed back 6 months, and the GSettings and GtkApplication
   code is not ready for prime-time just yet. I'm not willing to add multiple
   levels of ifdef'd code for the n-permutations of distros on different GTK
   and GLib versions, so people are just going to make do with 3.30.x with
   a few backported bugs and translation fixes. I do apologise to the
   translators, who have wasted some time on translating git master.
 - This release does not use the new control center panel, GDBus or GSettings.
 - I don't intend on wasting time backporting features from git master into
   GNOME 2.32.x. Bugfixes will be, where they make sense.
 - In my personal opinion, GNOME 2.32.0 is going to blow goats.

* New Features:
 - Add new 6 hours period in power history stats (Rafał Rosiak)
 - Use device icons from the icon name specification (Richard Hughes)

* Bugfix:
 - Adjust dim timeout when necessary (Tim Liim)
 - As we no longer have more than one backlight mechanism, remove a ton of abstract code (Richard Hughes)
 - Backport support for new devices recognised in UPower (Richard Hughes)
 - Backport various translation fixes and translator comments from git master (Richard Hughes)
 - Do not assume the lid is open at boot. Fixes #622026 (Richard Hughes)
 - Do not show gnome-power-statistics in the menus (Richard Hughes)
 - Do not show the prefs menu on LiveCD's and with GDM. Fixes #621674 (Richard Hughes)
 - Don't treat percentage=0 as error condition (Chow Loong Jin)
 - Fix a crash when displaying the 'No GConf schema warning' (Richard Hughes)
 - Port from DeviceKit-power to UPower (Richard Hughes)
 - Provide a pkexec helper for systems that do not have xbacklight capability (Richard Hughes)
 - Remove hardcoded paths from pkexec setup (Brian Hutsell)
 - Remove the use of HAL from gnome-power-manager (Richard Hughes)

Version 2.30.1
~~~~~~~~~~~~~~
Released: 2010-04-26

* Translations
 - Updated Catalan (Valencian) translation (Carles Ferrando, Jordi Serratosa)
 - Updated Estonian translation (Mattias Põldaru)
 - Updated Greek translation (Jenny Petoumenou)
 - Updated Indonesian translation (Andika Triwidada)
 - Updated Kannada translations (Shankar Prasad)
 - Updated Oriya translation (Manoj Kumar Giri)
 - Updated Thai translation (Theppitak Karoonboonyanan)
 - Update Simplified Chinese translation (Chen Xing)

* Bugfix:
 - Only dim the screen on idle when on the active console (Chris Coulson)
 - Make EggConsoleKit a singleton (Chris Coulson)
 - Fix up a critical warning from the GpmScreensaver code (Richard Hughes)

Version 2.30.0
~~~~~~~~~~~~~~
Released: 2010-03-29

* Translations
 - Updated Arabic translation (Khaled Hosny)
 - Updated Basque language (Inaki Larranaga Murgoitio)
 - Updated Bengali translation (Jamil Ahmed)
 - Updated Brazilian Portuguese translation (André Gondim)
 - Updated British English translation (Bruce Cowan)
 - Updated Bulgarian translation (Alexander Shopov)
 - Updated Catalan translation (David Planella)
 - Updated Czech translation (Marek Černocký)
 - Updated Danish translation (Ask H. Larsen)
 - Updated Dutch translation (Wouter Bolsterlee, Ruben Vermeersch)
 - Updated Estonian translation (Mattias Põldaru, Priit Laes)
 - Updated Finnish translation (Tommi Vainikainen)
 - Updated French translation (Claude Paroz)
 - Updated Galician translation (Fran Diéguez)
 - Updated German translation (Christian Kirbach)
 - Updated Greek doc translation (Simos Xenitellis)
 - Updated Greek translation (Kostas Papadimas, Nikos Bakaoukas)
 - Updated Hungarian translation (Gabor Kelemen)
 - Updated Italian translation (Milo Casagrande)
 - Updated Korean translation (Changwoo Ryu)
 - Updated Lithuanian translation. (Gintautas Miliauskas)
 - Updated Malayalam translation (Praveen Arimbrathodiyil)
 - Updated Norwegian bokmål translation (Kjartan Maraas)
 - Updated Polish translation (Piotr Drąg)
 - Updated Portuguese translation (Duarte Loreto)
 - Updated Punjabi translation (A S Alam)
 - Updated Romanian translation (Adi Roiban)
 - Updated Russian translation (Alexander Saprykin, Юрий Козлов)
 - Updated Serbian translations (Miloš Popović)
 - Updated Slovenian translation (Matej Urbančič)
 - Updated Spanish translation (Jorge González)
 - Updated Swedish translation (Daniel Nylander)
 - updated Tamil translation (vasudeven)
 - Updated Traditional Chinese translation(Hong Kong and Taiwan) (Chao-Hsiung Liao, Kevin Wei)
 - Updated Ukrainian translation (Maxim V. Dziumanenko)

* Bugfix:
 - Check for libpanel only if building the applets (Saleem Abdulrasool)
 - Check for XRR* functions using library version instead of proto version (Rémi Cardona)
 - Use pkg-config instead of autoconf macros to find X libs and protos (Rémi Cardona)
 - Declare GError in gpm_brightness_hal_init to fix build failure (Chris Coulson)
 - Do not set a charge warning if the device is on AC (Pramod Dematagoda)
 - Do not use EggDbusProxy in GpmScreensaver (Marc Deslauriers)
 - Don't query the capabilities of the notification daemon (Chris Coulson)
 - Ensure we close any 'battery low' notifications when we switch to being on AC (Richard Hughes)
 - Fix a problem where the critical action is not done in the case of a UPS (Pramod Dematagoda)
 - Fix a race condition where we can miss the idle reset alarm (Chris Coulson)
 - Fix up a translation using ngettext rather than assuming the plural. Fixes #612950 (Richard Hughes)
 - Fix wrong suspends with docked laptops (Martin Pitt)
 - If a battery charge is low but not critical don't play the sound meant for a critical charge event (Pramod Dematagoda)
 - Play a sound loop if the charge of a laptop battery/ups reaches a critical level. Fixes rh#470090 (Pramod Dematagoda)
 - Remove the pointy-finger status icon when the idletime code fails to work correctly (Richard Hughes)
 - Replace devkit-power call with upower in gnome-power-bugreport.sh (Chris Coulson)

Version 2.29.91
~~~~~~~~~~~~~~~
Released: 2009-03-01

* Translations
 - Updated Bulgarian translation (Alexander Shopov)
 - Updated British English translation (Bruce Cowan)
 - Updated Traditional Chinese translation (Chao-Hsiung Liao)
 - Updated French translation (Claude Paroz)
 - Updated Brazilian Portuguese translation (Djavan Fagundes)
 - Updated Simplified Chinese translation (Eleanor Chen)
 - Updated Galician Translation (Fran Diéguez)
 - Updated Spanish translation (Jorge González)
 - Updated Arabic translation (Khaled Hosny)
 - Updated Russian translation (Leonid Kanter, Yuri Kozlov)
 - Updated Romanian translation (Lucian Adrian Grijincu)
 - Updated German translation (Mario Blättermann)
 - Updated Slovenian translation (Matej Urbančič)
 - Updated Italian translation (Milo Casagrande)
 - Updated Polish translation (Piotr Drąg)
 - Updated Norwegian Nynorsk translation (Torstein Adolf Winterseth)
 - Updated German translation (Wolfgang Stöggl)
 - Updated Tamil translation (vasudeven)

* Bugfix:
 - DeviceKit-disks is now called UDisks (Richard Hughes)
 - Ensure we clear all notification bubbles on resume (William Jon McCann)
 - Set the timeout for critical battery notification to never (William Jon McCann)
 - Increase the critical action timeout to 20 seconds (William Jon McCann)
 - When we're critically low, don't give a time as it's often imprecise (William Jon McCann)

Version 2.29.2
~~~~~~~~~~~~~~
Released: 2009-02-01

* Translations
 - Updated Bulgarian translation (Alexander Shopov)
 - Updated Welsh translation (Iestyn Pryce)
 - Updated Bengali translation (Jamil Ahmed)
 - Updated Spanish translation (Jorge González)
 - Updated Arabic translation (Khaled Hosny)
 - Updated Norwegian bokmål translation (Kjartan Maraas)
 - Updated Thai translation (Theppitak Karoonboonyanan)
 - updated Tamil translation (vasudeven)
 - Updated Slovenian translation (Matej Urbančič)
 - Updated Estonian translation (Mattias Põldaru)
 - Updated Ukrainian translation (Maxim V. Dziumanenko)
 - Updated Vietnamese translation (Nguyễn Thái Ngọc Duy)

* New Features:
 - Move the power management preferences into the hardware section of the control center (Richard Hughes)
 - Use the name of 'Power' for the power management preferences capplet (Richard Hughes)

* Bugfix:
 - Don't rely on the cached value of the lid status, to fix a double suspend issue (Chow Loong Jin)
 - Add a flag to inhibit consolekit events just after we resumed (Chow Loong Jin)
 - Don't automatically suspend if there are suspend inhibits (Chris Coulson)
 - Do not exit if hal is not available (Martin Pitt)
 - Only connect to HAL if there is no xrandr backlight hardware (Martin Pitt)
 - Fix compile when using an ld that defaults to --as-needed (Richard Hughes)
 - Enable the help action in gnome-power-statistics. Fixes #607005 (Richard Hughes)
 - Ensure the window is realized before we invalidate it. Fixes #604918 (Richard Hughes)
 - Don't show the user a sleep failed link pointing to the quirk site (Richard Hughes)
 - Show the device name even when using UPower (Richard Hughes)

Version 2.29.1
~~~~~~~~~~~~~~
Released: 2009-12-08

* Translations
 - Updated Simplified Chinese translation (Aron Xu)
 - Updated Swedish translation (Daniel Nylander)
 - Updated Catalan translation (David Planella)
 - Updated Estonian translation (Ivar Smolin)
 - Updated Spanish translation (Jorge González)
 - Updated Norwegian bokmål translation (Kjartan Maraas)
 - Updated Greek translation. (Kostas Papadimas)
 - Updated Romanian translation (Lucian Adrian Grijincu)
 - Updated Danish translation (Mads Lundby)
 - Updated Oriya translation (Manoj Kumar Giri)
 - Updated Czech translation (Marek Černocký)
 - Updated Slovenian translation (Matej Urbančič)
 - Updated Simplified Chinese translation (Tao Wei)
 - Updated Shavian translation (Thomas Thurman)
 - Updated Hebrew translation (Yaron Shahrabani)
 - Updated Hebrew translation (Yaron Sharabani)
 - Updated Tamil translation (drtvasudevan)
 - Added Simplified Chinese translation user manual (苏运强)

* New Features:
 - Switch to a single menu design, rather than a seporate left and right menu (Richard Hughes)
 - Show the sleep failure as a modal dialog box. Fixes rh#427065 (Richard Hughes)
 - Sets some tooltips for the gnome-power-preferences buttons (Richard Hughes)
 - Throttle screensaver before suspend/hibernate (Tormod Volden)
 - Add a --device parameter to gnome-power-statistics so we can set the device focus (Richard Hughes)
 - When we click on a battery device in the context menu, show the gnome-power-statistics dialog. Fixes #596983 (Richard Hughes)
 - Use gnome-settings-daemon popup code (Bastien Nocera)

* Bugfix:
 - Add missing indirection to return value of DriveSetAllSpindownTimeouts call (Chris Coulson)
 - Use accessor functions instead direct access (Javier Jardón)
 - Fix some error messages and comments (Martin Pitt)
 - Help the kernel through its key name confusion (Matthias Clasen)
 - Remove devkit-power check (Michael Biebl)
 - Remove HAL_LIBS/HAL_CFLAGS (Michael Biebl)
 - Remove obsolete check-foreground-console support. (Michael Biebl)
 - Use separate variables for dbus and dbus-glib (Michael Biebl)
 - Improve configure summary wrt HAL (Michael Biebl)
 - Remove outdated information about DeviceKit from README (Michael Biebl)
 - Sync compiler warnings handling with DK-power (Michael Biebl)
 - Remove DBUS_SYS_DIR from configure summary (Michael Biebl)
 - Do not hide some radio buttons depending on the current machine state (Richard Hughes)
 - Correctly set the focus on the last used device in gnome-power-statistics (Richard Hughes)
 - Add GSEAL_ENABLE to CPPFLAGS (Richard Hughes)
 - Apparently 'whilst' is only a British English thing. Change to 'while' throughout. Fixes #596963 (Richard Hughes)
 - Remove the 'About' and 'Help' items from the status area context menu (Richard Hughes)
 - Rename show_context_menu to show_actions as we're moving to a mono-menu design (Richard Hughes)
 - Remove show_actions_in_menu GConf key as the menu items are being removed eventually (Richard Hughes)
 - Remove the suspend and hibernate menu items (Richard Hughes)
 - Fix a bug where we try to match and refresh a virtual device, which means g-p-s crashes on next start (Richard Hughes)
 - DeviceKit-disks is expecting an int, not a uint (Scott Howard)

Version 2.27.92
~~~~~~~~~~~~~~~
Released: 2009-09-07

* Translations
 - Added Belarusian translation (Alexander Nyakhaychyk)
 - Added Catalan (Valencian) translation (Carles Ferrando)
 - Updated Turkish translation (Baris Cicek)
 - Updated Portuguese translation (Duarte Loreto)
 - Updated Lithuanian Translation (Gintautas Miliauskas)
 - Updated Basque translation (Inaki Larranaga Murgoitio)
 - Updated Bengali translation (Jamil Ahmed)
 - Updated Arabic translation (Khaled Hosny)
 - Updated Norwegian bokmål translation (Kjartan Maraas)
 - Updated German translation (Mario Blättermann)
 - Updated Estonian translation (Mattias Põldaru)
 - Updated Serbian translation (Miloš Popović)
 - Updated Bengali India Translations (Runa Bhattacharjee)
 - Updated Gujarati Translations (Sweta Kothari)
 - Updated Tamil Translations (ifelix)
 - Updated Telugu Translations (krishnababu k)

* Bugfix:
 - When building with hal, link gnome-power-manager against libhal-glib (Frédéric Péters)
 - Make notifications more reliable at session startup (Pramod Dematagoda)
 - Fix a bug where the critical time was not displayed correctly (Richard Hughes)
 - Don't crash g-p-s when there are no devices (Richard Hughes)
 - Open the gnome-power-manager help, not the 'cheese' help (Richard Hughes)
 - Never, never, show 'Unknown time'. Fixes rh#520999 (Richard Hughes)
 - Allow compile without HAL. Inspired from a patch from Javier Jardón, many thanks (Richard Hughes)
 - Remove small memory leak spotted using clang (Richard Hughes)
 - Assign the correct icon when the sleep fails (Richard Hughes)
 - Correct some shoddy error checking. Spotted by clang (Richard Hughes)

Version 2.27.91
~~~~~~~~~~~~~~~
Released: 2009-08-24

* Translations
 - Updated Bulgarian translation (Alexander Shopov)
 - Updated Galician translation (Antón Méixome)
 - Update Korean translation (Changwoo Ryu)
 - Updated Traditional Chinese translation (Chao-Hsiung Liao)
 - Updated French translation (Claude Paroz)
 - Updated Swedish translation (Daniel Nylander)
 - Updated Brazilian Portuguese translation (Djavan Fagundes)
 - Updating Estonian translation (Ivar Smolin)
 - Updated Spanish translation (Jorge González)
 - Updated Norwegian bokmål translation (Kjartan Maraas)
 - Updated Oriya Translation (Manoj Kumar Giri)
 - Updated German translation (Mario Blättermann)
 - Updated Hebrew translation (Mark Krapivner)
 - Updating Estonian translation (Mattias Põldaru)
 - Updated Irish translation (Seán de Búrca)
 - Updated Thai translation (Theppitak Karoonboonyanan)
 - Updated Polish translation (Tomasz Dominikowski)
 - Updated Finnish translation (Tommi Vainikainen)

* Bugfix:
 - Remove the depricated Encoding= lines from the desktop files. Fixes #590612 (Richard Hughes)
 - Fix up quite a few translations, inspired by a patch from Scott Howard (Richard Hughes)
 - Add the enumerated actions in a 64bit safe way. Fixes #590991 (Richard Hughes)
 - Don't show the brightness OSD when system AC state changes (Richard Hughes)
 - Remove all the bodges from the IDLETIMER code now X is fixed (Richard Hughes)
 - Only show shutdown in the prefs GUI if ConsoleKit allows it (Richard Hughes)
 - Always show the battery status icons in the left click action (Richard Hughes)
 - Change the notification default for fully charged to FALSE for #592613 (Richard Hughes)

Version 2.27.5
~~~~~~~~~~~~~~
Released: 2009-08-03

* Translations
 - Updated Traditional Chinese translation (Chao-Hsiung Liao)
 - Updated Swedish translation (Daniel Nylander)
 - Updated Finnish translation (Ilkka Tuohela)
 - Updated Estonian translation (Ivar Smolin)
 - Updated Spanish translation (Jorge González)
 - Updated Ukrainian translation (Maxim V. Dziumanenko)
 - Updated Irish translation (Seán de Búrca)
 - Updated Dutch translation (Tino Meinen)
 - Updated Tamil translation (drtvasudevan)

* New Features:
 - Claim org.freedesktop.Policy.Power on D-BUS (Martin Pitt)
 - Remove PolkitGnome code completely as PolicyKit 1.0 doesn't need this (Matthias Clasen)
 - Add a bodge to reset the idletime XAlarm when we are no longer inhibited (Richard Hughes)
 - Add functionality to debug the idle code by setting GPMIDLEDEBUG on the command line (Richard Hughes)
 - Use the same composited OSD for brightness notification. Fixes rh#512968 (Richard Hughes)
 - Add DeviceKit data to the bugreport script (Richard Hughes)

* Bugfix:
 - Fix pointer alignment to build on sparc (Martin Pitt)
 - gnome-power-bugreport.sh: add missing hasbang (Martin Pitt)
 - Show .desktop files in XFCE (Martin Pitt)
 - Make hotkeys work with modifiers (Martin Pitt)
 - Remove an unused include to fix compile (Matthias Clasen)
 - Be more paranoid about setting idle in a race (Richard Hughes)
 - Remove some UI elements after UI review (Richard Hughes)
 - Correct the type of the fully-charged signal. Fixes #588259 (Richard Hughes)
 - Don't ever fallback to the warning icon in the tray when batteries are invalid (Richard Hughes)
 - Don't show a discharging battery notification on each battery, just the global battery (Richard Hughes)
 - The composite battery is only fully charged if all batteries are fully charged (Richard Hughes)
 - Remove GpmNotify, and do the notifications in a more sane way. Fixes #423186 (Richard Hughes)
 - Constrain the user to a dropdown selection of times, as freeform sliders are bad UI (Richard Hughes)
 - Add policy to show icon when low, rather than critically low. Fixes #589125 (Richard Hughes)
 - Inhibit gnome-session in the applet, not gnome-power-manager (Richard Hughes)
 - Change the default to hibernate when critically low on battery power (Richard Hughes)
 - When libnotify fails, fall back to modal dialogs (Richard Hughes)
 - Use enumerated values for the policy actions, and hide 'Do nothing' unless specified in GConf (Richard Hughes)
 - Finally remove the CanSuspend and CanHibernate options, now that gnome-session is ported (Richard Hughes)
 - Switch back to org.gnome.PowerManager as we don't adhere to the shared spec anymore (Richard Hughes)
 - Compile common code with a noinst library to make compile quicker, and reduce the compressed package size by 100kB (Richard Hughes)
 - Add a GConf key to show or hide the sleep quirk site (Richard Hughes)
 - Make the orange icons yellower. Fixes rh#512962 (Richard Hughes)
 - Use the correct DBus signal types when watching gnome-session (Richard Hughes)
 - Save the caches value before we emit the inhibit and idle signals (Richard Hughes)
 - Only show gnome-power-statistics in the context menu if it is installed. Fixes rh#514249 (Richard Hughes)
 - Only use libpanel-applet flags to build applets (Vincent Untz)

==============
Version 2.27.2
==============

Translations:
 - Updated Estonian translation (Ivar Smolin)
 - Updated Spanish translation (Jorge Gonzalez)
 - Updated Norwegian bokmål translation (Kjartan Maraas)
 - Updated Estonian translation (Mattias Põldaru)
 - Updated Estonian translation (Priit Laes)
 - Updated Bengali India Translation (Runa Bhattacharjee)
 - Updated Tamil translation (drtvasudevan)

Features:
 - Enable pretty compiler output with new automake versions (Richard Hughes)
 - Use composite battery mode by default to fix multi-battery laptops (Richard Hughes)
 - Add manager policy to change the disk spindown based on timeouts set in GConf (Richard Hughes)
 - Add GConf keys for the disk spindown functionality (Richard Hughes)
 - Add preferences checkboxes for the disk spindown functionality (Richard Hughes)
 - No longer support HAL legacy buttons (Richard Hughes)
 - Add support for recall data provided by DeviceKit-power (Richard Hughes)

Bugfixes:
 - Prefix GTKBuilder files with gettext/glade (Claude Paroz)
 - Use gtk_show_uri i.s.o. gnome-open (Jaap A. Haitsma)
 - Remove -Wunitialized because it does not compile on Ubuntu Jaunty (Jaap A. Haitsma)
 - Fix the category in the gnome-power-statistic desktop file. Fixes rh#489041 (Richard Hughes)
 - Make minimum size of th statistics graphs smaller. Fixes rh#491426 (Richard Hughes)
 - Don't show the feedback widget when the brightness changes, only on key press and when interactive (Richard Hughes)
 - If we caught our idletime alarm, then remove from the filter (Richard Hughes)
 - Take the battery capacity into account when using multiple batteries (Richard Hughes)
 - Ignore capacity readings of less than 1% (Richard Hughes)
 - Show a label to the user when there is no graph data (Richard Hughes)
 - Add statistics devices in visually pleasing order (Richard Hughes)
 - Use the composite device for getting the global system warning icon (Richard Hughes)
 - Setup the reset event before we do the idle action, to finally fix blanking (Richard Hughes)
 - Be more paranoid about setting idle in a race (Richard Hughes)
 - Remove three unused GConf keys (Richard Hughes)
 - Don't show the whole object path in the GUI, just show the ID (Richard Hughes)
 - Only print the DeviceKit device if we are using --verbose (Richard Hughes)
 - Remove a little bit more of our HAL dep, and use the lid-is-present DK-p property (Richard Hughes)
 - Fix compile with DKP_DISABLE_DEPRECATED turned on (Richard Hughes)
 - Remove ambient light sensor support, and keyboard backlight devices (Richard Hughes)
 - Support DKP_DEVICE_STATE_PENDING_x in more places (Richard Hughes)

==============
Version 2.27.1
==============

Translations:
 - Updated Korean translation (Shankar Prasad)
 - Updated Greek translation (Simos Xenitellis, Michael Kotsarinis)
 - Updated Tamil translation (drtvasudevan)
 - Updated Punjabi (Gurmukhi) Translation (A S Alam)
 - Updated Simplified Chinese translation (Gavin Huang, Deng Xiyue)
 - Updated Catalan translation (David Planella, Jordi Mas i Hernandez)
 - Updated Serbian translation (Miloš Popović)
 - Updated Galician translation (Suso Baleato)
 - Updated Estonian translation (Ivar Smolin)
 - Updated Spanish translation (Jorge Gonzalez)
 - Updated Slovenian translation (Matej Urban)
 - Updated Ukrainian translation (Maxim V. Dziumanenko)
 - Updated German translation (Nathan-J. Hirschauer)
 - Updated Russian translation (Nickolay V. Shmyrev)
 - Updated Czech translation (Lucas Lommer, Petr Kovar)

Features:
 - Add DOAP file (Richard Hughes)
 - Connect to gnome-session and exit on logout (Richard Hughes)
 - Change the default lid close on AC policy to be suspend, not blank (Richard Hughes)
 - Show the processor device if we have capability, not if we have events (Richard Hughes)
 - Add support for the DeviceKit-power property lid-is-closed so we can now run without --enable-legacy-buttons (Richard Hughes)
 - Convert from libglade to GtkBuilder (Richard Hughes)
 - Expose graph details as properties on the object, and constrain time to user value. Fixes #581910 (Richard Hughes)
 - Add a composite device to GpmEngine so we can DTRT for multiple primary batteries (Richard Hughes)

Bugfixes:
 - Add desktop category to doap file (Olav Vitters)
 - Only setup the blanking timeout when a timeout is set. Fixes rh#498041 (Kyle McMartin)
 - Attach the libnotify popups to the notification icon later (Pramod Dematagoda)
 - Check whether xrandr-1.3 features are really supported by xorg-server. Fixes #582142 (Priit Laes)
 - Preload gconf tree /apps/gnome-power-manager recursively. Fixes #578545 (Behdad Esfahbod)
 - Fix the low capacity warning to fix rh#489832 (Richard Hughes)
 - Rewrite the DPMS class to have 1% of the complexity (Richard Hughes)
 - Remove unused GConf keys (Richard Hughes)
 - Use ngettext for a 2.26.x era string. Fixes #576128 (Richard Hughes)
 - Unref the popup window when it's cleared. Fixes #577901 (Richard Hughes)
 - Ensure we clear the default DPMS timeout of 1200s. Should fix #576169 (Richard Hughes)
 - Remove our local copy of libdevkit-power (Richard Hughes)
 - Convert a floating reference to prevent a GTK warning (Richard Hughes)
 - Use G_GINT64_FORMAT to fix compile on 64 bit computers (Richard Hughes)
 - Do the lid policy action on active-change. Fixes rh#497262 (Richard Hughes)
 - Don't segfault if org.gnome.Session is not present on the bus. Fixes #581425 (Richard Hughes)
 - Ensure we are on battery power before we take any of the low power battery actions (Richard Hughes)
 - Remove the unused abstraction GpmAdapter, and use DkpClient directly (Richard Hughes)
 - Remove the single use abstract GpmRefcount and use a local timer (Richard Hughes)
 - Remove some methods on the DBus interface that have moved to DeviceKit-power (Richard Hughes)
 - Remove the inhibit interface, and rely on gnome-session (Richard Hughes)
 - Use DeviceKit-power to get the can-suspend and can-hibernate properties (Richard Hughes)
 - Handle return to NORMAL idle when lid closed a bit better (Richard Hughes)
 - Correct the polarity of the on-ac battery check when inhibiting the screensaver (Richard Hughes)
 - Correct the logic for the fully charged and discharging popups (Richard Hughes)
 - Don't try to keep closing the feedback widget (Richard Hughes)
 - Don't always show a single graph dot in gnome-power-statistics (Richard Hughes)

==============
Version 2.26.0
==============

Translations:
- Added mai: Rajesh Ranjan
- Updated as: Amitakhya Phukan
- Updated el: Kostas Papadimas
- Updated lt: Žygimantas Beručka
- Updated da: Ask H Larsen
- Updated mr: Sandeep Shedmake
- Updated ta: I Felix
- Updated hi: Rajesh Ranjan
- Updated nb: Kjartan Maraas
- Updated te: Krishnababu K
- Updated or: Manoj Kumar Giri
- Updated hi: Rajesh Ranjan
- Updated gu: Ankitkumar Patel

Help Manual Translations:
- Added fi: Kaarina V Sauna-aho / Nomovok

===============
Version 2.25.92
===============

- Fixed #529214, Need longer timeout periods (Richard Hughes)
- Fixed #571330, gnome-power-manager shouldn't start on session panel phase (Lucas Rocha)
- Fixed #571950, make default-button have a floppy in it (Richard Hughes)
- Fixed #485103, Don't crash if there's no gnome-session (Richard Hughes)
- Fix double free when passed --version (Richard Hughes)
- Fix the battery history when using a new DeviceKit-power (Richard Hughes)
- Fix up the icon when we are state unknown, and very close to the charging capacity (Richard Hughes)
- Disable the ambient light sensor by default (Richard Hughes)

Translations:
- Updated be@latin: Ihar Hrachyshka
- Updated bg: Alexander Shopov
- Updated da: Ask H, Ask Hjorth Larsen
- Updated de: Wolfgang Stöggl, Wolfgang Stoeggl
- Updated en_GB: Philip Withnall, David Lodge
- Updated es: Jorge González, Jorge Gonzalez
- Updated eu: Iñaki Larrañaga Murgoitio, Inaki Larranaga Murgoitio
- Updated fi: Ilkka Tuohela
- Updated fr: Claude Paroz
- Updated hu: Gabor Kelemen
- Updated it: Milo Casagrande
- Updated ja: Takeshi AIHANA
- Updated kn: Shankar Prasad
- Updated ko: Changwoo Ryu
- Updated lt: Gintautas Miliauskas
- Updated lv: Raivis Dejus
- Updated nl: Wouter Bolsterlee
- Updated or: Manoj Kumar Giri
- Updated pl: Tomasz Dominikowski
- Updated pt: Duarte Loreto
- Updated pt_BR: Djavan Fagundes, Vladimir Melo
- Updated ro: Adi Roiban, Jani Monoses
- Updated sv: Daniel Nylander
- Updated ta: Tirumurthi Vasudevan, Dr.T.vasudevan
- Updated th: Theppitak Karoonboonyanan
- Updated zh_HK: Chao-Hsiung Liao
- Updated zh_TW: Chao-Hsiung Liao

Help Manual Translations:
- Updated ca: Joan Duran
- Updated en_GB: Philip Withnall
- Updated es: Jorge Gonzalez, Jorge González
- Updated eu: Inaki Larranaga Murgoitio, Iñaki Larrañaga Murgoitio
- Updated it: Milo Casagrande
- Updated sv: Daniel Nylander

===============
Version 2.25.91
===============

- Fixed #545886, Hard-to-distinguish charge levels for charging icons (Richard Hughes)
- Fixed #568756, Install the autostart file in the xdg directory (Richard Hughes)
- Fixed #545886, Add 32x32 icons, and make sure all charging icons are blue (Lapo Calamandrei)
- Fixed #570242, Add some translator comments to the new stats interface (Richard Hughes)
- Fixed #570254, Used new icons in 16, 22, and 24 sizes in on-shelf perspective (Andreas Nilsson)
- Fixed problem where the icon would not show on startup or when the notification try was reloaded (Richard Hughes)
- Start in the GNOME Panel phase, not the GNOME Applications phase so we work with the fast user switch applet (Richard Hughes)
- Don't show the discharging icon when the status is unknown (Richard Hughes)
- Remove translatable flag from gtk-refresh stock button (Gabor Kelemen)
- Ask for edge triggers on system idle time, not level triggers (Adam Jackson)
- Add a configure option for --enable-legacy-buttons to support HAL and Xorg keys. By default we are now only supporting Xorg events (Richard Hughes)
- Fix compile failure with gcc-4.4.0 and old versions of glib2 (Richard Hughes)

Translations:
- Updated ast: Gil Forcada, Astur
- Updated es: Jorge González, Jorge Gonzalez
- Updated gu: Sweta Kothari
- Updated hu: Gabor Kelemen
- Updated nb: Kjartan Maraas
- Updated te: Krishnababu K, Krishna Babu K
- Updated vi: Clytie Siddall
- Updated zh_HK: Chao-Hsiung Liao
- Updated zh_TW: Chao-Hsiung Liao

Help Manual Translations:
- Updated de: Mario Blättermann
- Updated sv: Daniel Nylander

==============
Version 2.25.3
==============

- Fixed #562576, profile is not saved correctly (Richard Hughes)
- Fixed #563791, GNOME Goal: Clean up GLib and GTK+ includes (Pedro Fragoso)
- Fixed #565076, Use g_timeout_add_seconds where possible (Richard Hughes)
- Fixed #565552, gtk_status_icon_set_tooltip has been deprecated (Frederic Peters)
- Fixed #565867, build time check for DeviceKit (Richard Hughes)
- Fixed #566115, Fails to build on sparc (fails to build on sparc)
- Fixed #567295, statistics doesn't update title (Richard Hughes)
- Fixed #567298, some minor code issues in gpm-statisctics.c main() (Richard Hughes)
- Fixed #567918, idle delay changes (Richard Hughes)
- Fixed #569100, when brightness is to 0, pressing one more brightness down makes brightness up/down stop working. (Richard Hughes)
- Fixed #569356, build error, missing egg-idletime.c (Richard Hughes)
- Add processor wakeup support into gnome-power-statistics. This requires DeviceKit-power from git master to work properly.
- Don't rely on the gnome-screensaver idle key now we are using gnome-session

Translations:
- Updated ca: David Planella
- Updated es: Jorge González, Jorge Gonzalez
- Updated fi: Timo Jyrinki
- Updated he: Yaniv Abir <yanivabir at gmail dot com>, Yair Hershkoviz
- Updated ko: Changwoo Ryu
- Updated nb: Kjartan Maraas
- Updated ru: Nickolay V. Shmyrev
- Updated sv: Daniel Nylander
- Updated zh_CN: 甘露(Gan Lu)

Help Manual Translations:
- Updated de: Mario Blättermann

==============
Version 2.25.2
==============

- Fixed #565076, Use g_timeout_add_seconds where possible (Richard Hughes)
- Fixed #565552, gtk_status_icon_set_tooltip has been deprecated (Frederic Peters)
- Fixed #566115, Fails to build on sparc (fails to build on sparc)

Translations:
- Updated es: Jorge González, Jorge Gonzalez
- Updated nb: Kjartan Maraas
- Updated zh_CN: 甘露(Gan Lu)

==============
Version 2.25.1
==============

- Rewrite engine to support DeviceKit-power
- Rewrite statistics graphing application to support DeviceKit-power
- NOTE: you can still build g-p-m without DeviceKit-power, but functionality
  is very limited, and there are no statistics or battery profiling available.
  It's also not tested by me. The next release will probably have the HAL
  compatability code removed completely.
- Distros that do not yet ship DeviceKit-power can ship packages from
  GNOME_POWER_MANAGER_2_24_X which is still maintained.

- Fixed #462109, make distcheck fails on my laptop (Richard Hughes)
- Fixed #549844, DBUS times out after longer suspends (Richard Hughes)
- Fixed #551582, build error ('warning' undeclared) (Richard Hughes)
- Fixed #558103, Build fails with undefined symbol XF86XK_Battery (Frederic Peters)
- Fixed #558670, Make "Make defaults" actually work :-) (Vincent Untz)
- Fixed #559994, missing locale.h includes (Frederic Peters)
- Fixed #561114, Escape should close/cancel focused toplevel dialog (Richard Hughes)
- Fixed #562445, build failure; missing gpm-engine.h (Richard Hughes)
- Fixed #562836, GPM OSD does not popup on machines that support keys in HW but not in xrandr (Richard Hughes)
- Fixed #562900, gnome power manager keeps using xrandr backend after failed calls (Richard Hughes)
- Fixed #564531, build error, applets depend on libgnomeui (Richard Hughes)

Translations:
- Updated ast: Astur, Gil Forcada
- Updated bg: Alexander Shopov
- Updated ca: David Planella
- Updated cs: Pavel Sefranek, Petr Kovar
- Updated da: Kenneth Nielsen
- Updated de: Michael Kanis, Hendrik Richter
- Updated es: Jorge González, Jorge Gonzalez
- Updated et: Ivar Smolin
- Updated eu: Iñaki Larrañaga Murgoitio, Djihed Afifi
- Updated fi: Timo Jyrinki
- Updated gl: Ignacio Casal Quinteiro
- Updated he: Yair Hershkoviz, Yaniv Abir
- Updated hr: Robert Sedak, Tomislav Pavlović
- Updated hu: Gabor Kelemen
- Updated is: Djihed Afifi
- Updated it: Luca Ferretti, Milo Casagrande
- Updated ko: Changwoo Ryu
- Updated lt: Gintautas Miliauskas
- Updated lv: Djihed Afifi
- Updated mk: Djihed Afifi, Arangel Angov
- Updated nb: Kjartan Maraas
- Updated nl: Wouter Bolsterlee
- Updated pl: Tomasz Dominikowski
- Updated pt: Duarte Loreto
- Updated pt_BR: Djihed Afifi
- Updated ro: Mugurel Tudor, Alexandru Szasz
- Updated ru: Yuriy Penkin, Djihed Afifi
- Updated sr@latin: Goran Rakić, Ignacio Casal Quinteiro
- Updated sv: Daniel Nylander
- Updated uk: Djihed Afifi
- Updated vi: Nguyễn Thái Ngọc Duy, Clytie Siddall
- Updated zh_CN: Funda Wang, YangZhang
- Updated zh_TW: Hialan Liu, Djihed Afifi

Help Manual Translations:
- Updated ca: Joan Duran
- Updated fr: Robert-André Mauchin
- Updated hu: Gabor Kelemen
- Updated it: Luca Ferretti, Milo Casagrande

===============
Version 2.23.91
===============

- Fixed #547502, gnome-power-manager won't configure (Gilles Dartiguelongue)
- Fixed #547766, Crash in gpm_cell_array_update gpm-cell-array.c:273 (Richard Hughes)
- Fixed #549789, "unknown" battery type untranslated (Seán de Búrca)
- Fixed #549854, gpm-cell.c not translator friendly (Claude Paroz)

Translations:
- Updated LINGUAS, sr@latin.po, sr@Latn: Goran Rakic
- Updated be@latin: Ihar Hrachyshka
- Updated es: Jorge González, Jorge Gonzalez
- Updated eu: Inaki Larranaga Murgoitio, Iñaki Larrañaga Murgoitio
- Updated fi: Ilkka Tuohela
- Updated fr: Robert-André Mauchin and Claude, Claude Paroz, Robert-André Mauchin and Claude Paroz
- Updated ga: Seán de Búrca
- Updated he: Yair Hershkoviz, Yaniv Abir
- Updated ja: Takeshi AIHANA
- Updated lt: Gintautas Miliauskas
- Updated nb: Kjartan Maraas
- Updated pt: Duarte Loreto
- Updated pt_BR: Fábio Nogueira, Fábio Nogueira and Leonardo Ferreira Fontenelle
- Updated sv: Daniel Nylander
- Updated th: Theppitak Karoonboonyanan
- Updated vi: Nguyễn Thái Ngọc Duy, Clytie Siddall
- Updated zh_HK: Chao-Hsiung Liao
- Updated zh_TW: Chao-Hsiung Liao, Hialan Liu

==============
Version 2.23.6
==============

- Fixed #544298, gpm 2.23.3 fails to compile (Richard Hughes)
- Fixed #546556, g-p-m unable to startup on Solaris Sparc because of missing XRandr (Simon Zheng)
- Supress low battery warning on Eee as it's reported as non-rechargeable (Matthew Garrett)
- Use polkit-simple to simplify the optional PolicyKit bits (Richard Hughes)
- Completely remove all traces of the skipping suppressed action warning (Richard Hughes)
- Don't use a libnotify window for the battery information, use a GtkDialog instead (Richard Hughes)

Translations:
- Updated ar: Khaled Hosny
- Updated cs: Pavel Šefránek, Pavel Sefranek
- Updated es: Jorge González, Jorge Gonzalez
- Updated gl: Ignacio Casal Quinteiro
- Updated he: Yaniv Abir, Yair Hershkoviz
- Updated nb: Kjartan Maraas
- Updated oc: Yannig Marchegay, Yannig Marchegay (Kokoyaya)
- Updated pt_BR: Vladimir Melo, Leonardo Ferreira Fontenelle
- Updated sl: Matej Urbančič
- Updated th: Theppitak Karoonboonyanan

Help Manual Translations:
- Updated sv: Daniel Nylander

==============
Version 2.23.3
==============

- Fixed #483144, Gconf key for battery brightness labeled incorrectly... (Richard Hughes)
- Fixed #492132, policy timeout prevents computer from suspend (Richard Hughes)
- Fixed #517914, Inconsistent colors of graphs (Richard Hughes)
- Fixed #521686, Removing gnome_program_init removes session management (Richard Hughes)
- Fixed #522078, aborts when suspend is chosen when running under GDM (Richard Hughes)
- Fixed #522236, g-p-m should set a window type hint for the brightness feedback window (Richard Hughes)
- Fixed #522336, Change Playbin state back to NULL on error and EOS : fix potential memory leak when using pulsaudio (Richard Hughes)
- Fixed #523152, GetBrightness returns a INT not a UINT (Richard Hughes)
- Fixed #524449, gnome-power-preferences gives a critical warning (Richard Hughes)
- Fixed #526178, Should check user capability "CanShutdown" before providing shutdown option in combo box (simon.zheng)
- Fixed #526349, gnome-power-bugreport.sh doesn't work on Solairs (simon.zheng)
- Fixed #534335, cpu load calculation doesn't work on Solaris (simon.zheng)
- Fixed #535271, XBACKLIGHT is very slow (Richard Hughes)
- Fixed #536956, Should remove cpufreq_show gconf key (simon.zheng)

Translations:
- Updated ru: Yuri Kozlov
- Updated fr: Claude Paroz
- Updated bg: Alexander Shopov
- Updated nn: Eskild Hustvedt
- Updated el: Kostas Papadimas
- Updated vi: Clytie Siddall
- Updated is: Andre Klapper
- Updated sv: Daniel Nylander
- Updated ar: Djihed Afifi
- Updated en_GB: Richard Hughes
- Updated th: Theppitak Karoonboonyanan
- Updated cs: Petr Kovar
- Updated et: Priit Laes
- Updated gl: Ignacio Casal Quinteiro
- Updated es: Jorge Gonzalez

==============
Version 2.23.1
==============

- Fixed #526178, Should check user capability "CanShutdown" before providing shutdown option in combo box (Simon Zheng)
- Fixed #526349, gnome-power-bugreport.sh doesn't work on Solairs (Simon Zheng)
- Fixed #522236, g-p-m should set a window type hint for the brightness feedback window (Danny Baumann)
- Fixed #522078, Don't try to generate a config_id when we have no primary batteries (Richard Hughes)
- Fixed #517914, The graph colors are used inconsistently between the various graphs (Jérôme Guelfucci)
- Fixed #524449, Fix a critical warning in gnome-power-preferences (Richard Hughes)
- Fixed #108075, Don't show some notifications under GDM (Richard Hughes)
- Fixed rh#444026, Check keys for writability before we try to change them (Richard Hughes)
- Fixed rh#443069, Be more paranoid about the rates reported from HAL (Richard Hughes)
- Fix a bunch of build warnings with glib trunk (Kjartan Maraas)
- Use Unique to make g-p-p and g-p-s single instance (Richard Hughes)
- Add a default button for GConf settings (Matthias Clasen)
- Remove all the hidden cpufreq code, as I keep being told I'm insane by Matthew (Richard Hughes)
- Use the same logic for xrandr as hal when we have a large number of brightness steps (Richard Hughes)
- Clear the brightness applet background properly so we can draw on it later (Ted Gould)
- Remove the lid sounds. Everbody hates them (Richard Hughes)
- Add new functionality allowing us to change the backlight brightness using XRANDR (Richard Hughes)
- Make the backlight do what the user expects rather than what the policy says (Richard Hughes)

Translations:
- Updated bg: Alexander Shopov
- Updated nn: Eskild Hustvedt
- Updated is: Andre Klapper
- Updated ar: Djihed Afifi
- Updated th: Theppitak Karoonboonyanan
- Updated cs: Petr Kovar
- Updated et: Priit Laes
- Updated en_GB: Richard Hughes

==============
Version 2.22.0
==============

- Fixed #514590, brightness applet is bloaty (Matthias Clasen)
- Fixed #520411, interaction between brightness applet and prefs dialog (David Zeuthen)
- Add some missing finaliser calls (Richard Hughes)

Translations:
- Updated el: Simos Xenitellis
- Updated vi: Nguyễn Thái Ngọc Duy
- Updated it: Luca Ferretti
- Updated cy: Rhys Jones
- Updated fi: Ilkka Tuohela
- Updated cs: Petr Kovar
- Updated es: Jorge Gonzalez
- Updated sr.po, sr@Latn: Danilo Šegan
- Updated tr: Baris Cicek, Turkish
- Updated lt: Gintautas Miliauskas
- Updated en_GB: Philip Withnall
- Updated fr: Stéphane Raimbault
- Updated pt_BR: Leonardo Ferreira Fontenelle
- Updated de: Hendrik Richter
- Updated da: Kenneth Nielsen
- Updated nl: Vincent van Adrighem
- Updated hu: Gabor Kelemen
- Updated ja: Takeshi AIHANA
- Updated he: Yair Hershkoviz
- Updated be@latin: Ihar Hrachyshka
- Updated ko: Changwoo Ryu
- Updated kn: Runa Bhattacharjee, kn
- Updated mk: Arangel Angov
- Updated sk: Marcel Telka
- Updated uk: Maxim Dziumanenko

===============
Version 2.21.92
===============

- Fixed #507789, GPM can't beep (Simon Zheng)
- Fixed #510068, Reduction brightness on battery doesn't work (Simon Zheng)
- Fixed #512267, Automatically put right version in to desktop.in files (Jaap Haitsma)
- Fixed #514077, Battery profiling does not work (Richard Hughes)
- Resave as plain vacuumed svg to save over 2Mb from the tarball and installed size (Nicu Buculei)
- Drop unused gnome client from gpm-main.c (Jani Monoses)

Translations:
- Updated vi: Clytie Siddall
- Updated ca: Gil Forcada
- Updated cs: Petr Kovar
- Updated as: Amitakhya Phukan
- Updated ar: Djihed Afifi
- Updated ga: Seán de Búrca
- Updated eu: Inaki Larranaga Murgoitio
- Updated gl: Ignacio Casal Quinteiro
- Updated es: Jorge Gonzalez
- Updated pt: Duarte Loreto
- Updated nb: Kjartan Maraas
- Updated lt: Gintautas Miliauskas
- Updated th: Theppitak Karoonboonyanan
- Updated pl: Wadim Dziedzic
- Updated zh_HK: Hong Kong
- Updated pt_BR: Leonardo Ferreira Fontenelle
- Updated zh_TW: Taiwan
- Updated hu: Gabor Kelemen
- Updated fi: Ilkka Tuohela
- Updated he: Yair Hershkovitz
- Updated nn: Eskild Hustvedt
- Updated oc: Yannig Marchegay
- Updated sv: Daniel Nylander
- Updated mr: Rahul Bhalerao

==============
Version 2.21.1
==============

- Fixed #413360, After loading gnome gpm starts but shows nothing in tray icon despite option (Mart Raudsepp)
- Fixed #474973, Lack of context to translate (Gabor Kelemen)
- Fixed #497298, The +/- buttons on the brightness applet sometimes get stuck. (Simon Zheng)
- Fixed #497298, Avoid float computation error (Simon Zheng)
- Fixed #497328, Incorrect documentation for --enable-checkfg (Josselin Mouette)
- Fixed #496367, Work out the size of the label text to avoid truncating numbers in other locales (Richard Hughes)
- Correct much of the documentation in many different ways (Bob Mauchin)
- Use _NEVER for sleep problems notification, so that the user can always see it (Rodrigo Moya)
- Pass make distcheck on a desktop machine without a battery (Richard Hughes)
- Fix the keyboard brightness up button. From the ubuntu patch archive (Richard Hughes)
- Use the correct DBUS return types now HAL enforces the return type (David Zeuthen)
- Rip out GpmWebcam - it's pretty crack, and I'm getting some odd bugreports
  about flashing webcam lights and brightness levels changing (Richard Hughes)

Translations:
- Updated fr: merged from gnome-2-20
- Updated bg: Alexander Shopov
- Updated pt_BR: Guilherme de S. Pastore
- Updated ca: Jordi Mallach
- Updated ko: Changwoo Ryu
- Updated sv: Daniel Nylander
- Updated mk: Jovan Naumovski
- Updated ar: Djihed Afifi
- Updated pl: Artur Flinta
- Updated et: Priit Laes
- Updated nb: Kjartan Maraas
- Updated es: Jorge Gonzalez

==============
Version 2.20.0
==============

- Fixed #470481, Inhibit applet does not work after first login (Alex Jones)

Translations:
- Updated el: Nikos Charonitakis
- Updated gu: Ankit Patel
- Updated vi: Clytie Siddall
- Updated ca: Gil Forcada, Josep Puigdemont i Casamajó
- Updated it: Alessio Frusciante
- Updated ar: Djihed Afifi
- Updated eu: Inaki Larranaga Murgoitio
- Updated et: Priit Laes
- Updated es: Jorge Gonzalez
- Updated ru: Nickolay V. Shmyrev
- Updated nl: Vincent van Adrighem
- Updated pt: Duarte Loreto
- Updated nb: Kjartan Maraas
- Updated lt: Gintautas Miliauskas
- Updated th: Theppitak Karoonboonyanan
- Updated ro: Mugurel Tudor
- Updated pl: Artur Flinta, Wadim Dziedzic
- Updated ta: I. Felix
- Updated fr: Stéphane Raimbault
- Updated pt_BR: Raphael Higino
- Updated de: Hendrik Richter
- Updated hu: Gabor Kelemen
- Updated hi: Rajesh Ranjan
- Updated fi: Ilkka Tuohela
- Updated da: Kenneth Nielsen
- Updated ja: Takeshi AIHANA
- Updated ml: Ani Peter
- Updated sv: Daniel Nylander
- Updated mk: Jovan Naumovski
- Updated sk: Claude Paroz
- Updated si: Danishka Navin
- Updated uk: Maxim Dziumanenko
- Updated or: Subhransu Behera

===============
Version 2.19.92
===============

- Fixed #449274, Application specific icons are installed in the wrong directory (Jaap Haitsma)
- Fixed #462109, make distcheck fails on my laptop (Jaap Haitsma)
- Fixed #462347, Use new tooltip API of GTK 2.12 (Jaap Haitsma)
- Fixed #467094, Typo 'the the' in two messages (Stéphane Raimbault)
- Fixed #468509, Some grammar issues (Richard Hughes)
- Fixed #468825, Possible error in GUI text strings (Richard Hughes)

Translations:
- Updated el: Nikos Charonitakis
- Updated gu: Ankit Patel
- Updated vi: Clytie Siddall
- Updated ca: Josep Puigdemont i Casamajó
- Updated eu: Inaki Larranaga Murgoitio
- Updated es: Jorge Gonzalez
- Updated pt: Duarte Loreto
- Updated nb: Kjartan Maraas
- Updated th: Theppitak Karoonboonyanan
- Updated pl: Artur Flinta, Wadim Dziedzic
- Updated ta: I. Felix
- Updated fr: Stéphane Raimbault
- Updated pt_BR: Raphael Higino
- Updated da: Kenneth Nielsen
- Updated fi: Ilkka Tuohela
- Updated hu: Gabor Kelemen
- Updated ja: Takeshi AIHANA
- Updated ml: Ani Peter
- Updated sv: Daniel Nylander
- Updated mk: Jovan Naumovski
- Updated si: Danishka Navin
- Updated or: Subhransu Behera

==============
Version 2.19.6
==============

- Fixed #405421, TFT head-up brightness appears in centre of screen, rather than 3/5 down (Richard Hughes)
- Fixed #436717, gnome-power-manager should properly show the brightness OSD on laptops which do brightness adjustments in hardware but report keypresses via the keyboard (Richard Hughes)
- Fixed #445173, Strings in server.in files are not marked for translation (Richard Hughes)
- Fixed #448570, Polish about dialog (Richard Hughes)
- Fixed #450154, Translate program description correctly (Richard Hughes)
- Fixed #453853, Battery profile includes power use while suspended (Richard Hughes)
- Fixed #455148, brightness osd pops up out of the blue (Richard Hughes)
- Fixed #455499, Please add translation comment for "quirk website" (Theppitak Karoonboonyanan)
- Fixed #457414, gpm-sound.c:269: error: ‘bvw’ undeclared (Richard Hughes)
- Fixed #458609, Translator comment needed for context translations (Gabor Kelemen)
- Fixed #458613, Hard to understand/translate messages (Richard Hughes)
- Fixed #459099, non-sensical string (Richard Hughes)
- Fixed #459747, Enable lock of GNOME Keyring on hibernate (Richard Hughes)

Translations:
- Updated bg: Alexander Shopov
- Updated sv: Daniel Nylander
- Updated hu: Gabor Kelemen
- Updated th: Theppitak Karoonboonyanan
- Updated it: Luca Ferretti
- Updated fi: Ilkka Tuohela
- Updated gl: Ignacio Casal Quinteiro
- Updated es: Jorge Gonzalez


==============
Version 2.19.5
==============

- Fixed #406144, suspend warning sound could be better (Richard Hughes)
- Fixed #411932, Regression detecting charged battery (Richard Hughes)
- Fixed #413642, Only one translation for two different contexts (Stéphane Raimbault)
- Fixed #422124, When screensaver idle delay was changed, didn't update sleep slider ui and gconf value (Richard Hughes)
- Fixed #423289, Idle power units confused (Richard Hughes)
- Fixed #433367, Applet icon wrong when gnome-power-manager not running (Richard Hughes)
- Fixed #442425, Power manager should provide more robust bug reporting tool (Richard Hughes)
- Fixed #448570, Polish about dialog (Jaap Haitsma)
- Fixed #450154, Translate program description correctly (Gabor Kelemen)
- Fixed #450362, Remove "battery profile is estimated" from tooltip (Richard Hughes)
- Fixed #451241, gnome-power-manager exits because webcam brightness fails (Richard Hughes)
- Fixed #452244, Battery menu should have an "allow suspend" option that can be unchecked (Richard Hughes)
- Fixed #453721, Translators need more info (Richard Hughes)

Translations:
- Updated pt_BR: Leonardo Ferreira Fontenelle
- Updated zh_CN: Funda Wang
- Updated vi: Nguyễn Thái Ngọc Duy, Clytie Siddall
- Updated sv: Daniel Nylander
- Updated dz: Pema Geyleg
- Updated es: Jorge Gonzalez
- Updated fi: Ilkka Tuohela
- Updated pl: Artur Flinta


==============
Version 2.19.3
==============

- Fixed #428401, Clicking the brightness applet dims the screen (Benjamin Canou)
- Fixed #438838, crash when g-p-m can't connect with assertion enabled (Richard Hughes)
- Fixed #440409, Failed to build when using SUN C compiler (Richard Hughes)
- Fixed #445173, Strings in server.in files are not marked for translation (Gabor Kelemen)
- Don't try to do the policy action when the average accuracy is low. (Richard Hughes)
- Make the brightness dim code "learn" to take longer to dim if you keep
  undimming the screen shortly after auto-dimming it. (Richard Hughes)
- Change default of /apps/gnome-power-manager/general/network_sleep to
  false, as we now do the system action in pm-utils. (Richard Hughes)
- Add initial code to use a webcam as a brightness sensor. (Richard Hughes)
- Rework the brightness interactions, and rename a large part of the
  gconf schemas. (Richard Hughes)

Translations:
- Updated pt: Duarte Loreto
- Updated sv: Daniel Nylander
- Updated hu: Gabor Kelemen
- Updated en_GB: David Lodge
- Updated dz: Pema Geyleg
- Updated pl: Artur Flinta
- Updated th: Theppitak Karoonboonyanan
- Updated cs: Jakub Friedl
- Updated id: Mohammad DAMT
- Updated es: Jorge Gonzalez

==============
Version 2.19.2
==============

- Fixed #418605, Change power statistics label rendering to use pangocairo (Richard Hughes)
- Fixed #419403, Invalid statistics when computer clock changed. (Richard Hughes)
- Fixed #437042, Tip 'battery full charged' shows on the bottom right of screen (Richard Hughes)
- Fixed #437920, Build failure (-Werror): gpm-load.c:122: warning: ‘cpu_total’ may be used uninitialized in this function (Richard Hughes)
- Change suspend when lid close and off AC behaviour to be true.
- Reduce our DPMS querying to slow X wakeups. We are still waiting for a DPMS protocol bump...
- Improve the gnome-power-statistics UI, and make more HIG compliant.

Translations:
- Updated nb: Kjartan Maraas
- Updated es: Jorge Gonzalez
- Added id: Mohammad DAMT

==============
Version 2.19.1
==============

- Fixed #359089, Time measurement units must be translatable (Richard Hughes)
- Fixed #393388, Typos in the PO file (Richard Hughes)
- Fixed #414032, Tray icon too complex and broken under KDE (Richard Hughes)

New features:

- Add over 100 unit tests and self test code (and fixes to fix the bugs exposed)
- Make more of the HAL and DBUS stuff modular and put into libraries
- Rewrite the engine and the cell and cell-array code.
  Should be faster, more stable and less buggy than the cludges we had before.
- More integration with libnotify allowing non-critical dialogues to be ignored.
- Impliment the freedesktop PowerManagement session specification.
  See http://www.freedesktop.org/wiki/Specifications_2fpower_2dmanagement_2dspec
- Move the FAQ to http://live.gnome.org/GnomePowerManager/FAQ
- Re-organsise the gconf schema with better names, and with a tree structure.

Translations:

- Updated fr: David Lodge
- Updated zh_HK: Hong Kong
- Updated zh_CN: Funda Wang
- Updated de: Hendrik Richter
- Updated sv: Daniel Nylander
- Updated lv: Raivis Dejus
- Updated lt: Gintautas Miliauskas
- Updated ar: Djihed Afifi
- Updated dz: David Lodge
- Updated en_GB: David Lodge
- Updated fi: Ilkka Tuohela
- Updated et: Priit Laes
- Updated zh_TW: Chao-Hsiung Liao
- Updated es: Jorge Gonzalez

==============
Version 2.18.2
==============

- Fixed #422345, Fails to build with non-dbus gnome-vfs: undefined ref to `dbus_g_proxy_call' (Loïc Minier)
- Fixed #425000, add bug-buddy support to the applets (Matthias Clasen)
- Add a configurable --enable-keyring so we can disable the lock of the GNOME
  keyring at build time. Defaults to off (Richard Hughes)
- Sync dpms policy setting when starting (Young-Ho Cha)

Translations:

- Updated zh_CN: Funda Wang
- Updated de: Hendrik Richter
- Updated it: Alessio Frusciante
- Updated dz: Pema Geyleg
- Updated et: Priit Laes
- Updated gl: Ignacio Casal Quinteiro
- Updated ja: Takeshi AIHANA
- Updated es: Claudio Saavedra

==============
Version 2.18.1
==============

- Fixed #418282, fails to build from source on sparc.
- Fixed #84997, set an error if HAL is not running.
- Fixed #420491, don't assert if we cannot get the type of button from HAL.
- Fixed rh#233689, g-p-m modal error dialogs hide behind prefs dialog.

Translations:

- Updated gu: Ankit Patel
- Updated pt: Duarte Loreto
- Updated ca: Josep Puigdemont i Casamajó
- Updated mk: Jovan Naumovski
- Updated da: Peter Bach
- Updated dz: Pema Geyleg

==============
Version 2.18.0
==============

- Fixed #412345, crash in Power Statistics: crashed on startup (Richard Hughes)
- Fixed #414010, Notifications have arrow to notification area even when
                 g-p-m icon is not displayed (Richard Hughes)
- Fixed #414311, Use StartupNotify in launcher (Richard Hughes)

Translations:

- Updated el: Nikos Charonitakis
- Updated gu: Ankit Patel
- Updated ca: Josep Puigdemont i Casamajó
- Updated ar: Djihed Afifi
- Updated ru: Leonid Kanter
- Updated nl: Vincent van Adrighem
- Updated pt: Duarte Loreto
- Updated lv: Daniel Nylander
- Updated lt: Gintautas Miliauskas
- Updated th: Theppitak Karoonboonyanan
- Updated en_GB: David Lodge
- Updated fr: Stéphane Raimbault
- Updated bg: Alexander Shopov
- Updated pt_BR: Leonardo Ferreira Fontenelle
- Updated de: Hendrik Richter
- Updated hu: Gabor Kelemen
- Updated dz: Daniel Nylander
- Updated sr.po, sr@Latn: Goran Rakić
- Updated ko: Changwoo Ryu
- Updated sv: Daniel Nylander
- Updated mk: Jovan Naumovski
- Updated pl: Artur Flinta
- Updated uk: Maxim Dziumanenko, Daniel Nylander

===============
Version 2.17.92
===============

Released February 27, 2007

General

- Fixed #407613, crash in Power Manager: (Richard Hughes)
- Fixed #408705, crash in Power Management: Just click on "power man... (Richard Hughes)
- Fixed #411592, Incorrect msgid strings in the PO template (Richard Hughes)
- Fixed #383653, Brightness applet should support scroll wheel (Benjamin Canou)

Translators

- Updated fr: Stéphane Raimbault
- Updated bg: Alexander Shopov
- Updated pt: Duarte Loreto
- Updated pt_BR: Leonardo Ferreira Fontenelle
- Updated zh_CN: Funda Wang
- Updated vi: Nguyễn Thái Ngọc Duy
- Updated ca: Josep Puigdemont i Casamajó
- Updated ko: Changwoo Ryu
- Updated sv: Daniel Nylander
- Updated lt: Gintautas Miliauskas
- Updated ar: Djihed Afifi
- Updated en_GB: David Lodge
- Updated uk: Maxim Dziumanenko
- Updated fi: Ilkka Tuohela
- Updated et: Priit Laes
- Updated nb: Kjartan Maraas
- Updated pl: Artur Flinta

===============
Version 2.17.91
===============

Released February 12, 2007

General

 - Fixed #402823, crash in Power Manager: It had crashed when I re...
 - Fixed #406529, Crashed at login
 - Fixed #400006, Brightness applet doesn't indicate whether it's working
 - Fixed #400654, segfault on ppc architecture since upgrade to 2.17.90
 - Fixed #402230, [Typo] Case after the string 'Status:'
 - Fixed #403156, leak reported by valgrind
 - Fixed #404929, Multiple mouse battery entries after suspend/resume cycle
 - Fixed #405013, should provide the ability to halt/suspend/hibernate..

Translators

 - Updated fr: Stéphane Raimbault
 - Updated zh_HK: Woodman Tuen
 - Updated pt_BR: Leonardo Ferreira Fontenelle
 - Updated ca: Jordi Mas
 - Updated zh_TW: Woodman Tuen
 - Updated sv: Daniel Nylander
 - Updated ar: Djihed Afifi
 - Updated th: Theppitak Karoonboonyanan
 - Updated en_GB: David Lodge

================
Version 2.17.90
================

Released January 22, 2007

General

 - Add the start of a self-test framework.
 - Fix a metric ton of spelling errors in the yelp file.
 - Add a BrightnessChanged signal for the brightness applet.

Power Manager

 - Change default to be ondemand at 85 performance on AC and ondemand at 25
   performance on battery.
 - Add this new dbus interface so we can provide an alternate UI environment,
   for instance for XFCE or OLPC.
 - Use correct gnome-keyring-1 include directory. #388815
 - Point the applets help to the applets section in the main help file. #388904.
 - Don't localise battery description string as this is used internally for
   icon name. (Pascal Terjan)
 - Emit the correct signals when HAL disconnects or connects. This fixes the
   problem where the icon does not change when HAL is restarted.
 - Make sure we always use an SetBrightness int for brightness. This fixes a
   crash for people using the new libsmbios dell addon in HAL. #395174.
 - Merge BrightnessLcd and Dpms into Backlight so we can use this interface
   in a more generic way.

Power Preferences

 - Fix popup_menu callback signature. (Christian Persch) #390172.
 - Add /apps/gnome-power-manager/show_cpufreq_ui GConf key. It's not something
   I wanted to do, as 99% of people don't need to ever change this, but the
   1% will need to for specific systems. Default to hiding the control.
   Distros can patch this if required.
 - Categorize gnome-power-preferences for the control center shell.
   (Denis Washington) #394701.

Translators

 - Christopher Orr (en_GB)
 - Clytie Siddall (vi)
 - Daniel Nylander (sv)
 - David Lodge (en_GB)
 - Djihed Afifi (ar)
 - Francisco Javier F. Serrador (es)
 - Ilkka Tuohela (fi)
 - Jovan Naumovski (mk)
 - Kjartan Maraas (nb)
 - Raivis Dejus (lv)
 - Raphael Higino (pt_BR)
 - Theppitak Karoonboonyanan (th
 - Yair Hershkovitz (he)
 - Žygimantas Beručka (lt)

==============
Version 2.17.4
==============

Released December 18, 2006

General

 - Fix lots of typos in the yelp file. #380920, #381928, #381930.
   (Jorge Gonzalez)
 - Add gnome-power-bugreport.sh so we can automatically get the
   distro version and stuff from HAL using the fantastic new
   X-GNOME-Bugzilla-ExtraInfoScript.

Power Preferences

 - Remove the auto-sleep type from the UI.
 - Revert the glade file design to be similar to the 2.16 layout.
   This means we have On Ac Power and On Battery Power rather than
   the actions tabs. The change wasn't popular.
 - Various grammar changes as suggested by Tino Meinen.

Translators

 - Theppitak Karoonboonyanan (th)
 - Daniel Nylander (sv)
 - Ilkka Tuohela  (fi)
 - Matic Zgur (sl)
 - Jakub Friedl (cs)
 - Francisco Javier F. Serrador (es)
 - Kjartan Maraas (nb)
 - Jakub Friedl (cs)

==============
Version 2.17.3
==============

Released December 04, 2006

General

 - Add the initial versions of the inhibit and brightness applets.
 - Update the window title to be Power History rather than Power Graphs to
   match the drop down menu. #364200
 - Only allocate a buffer once, globally. #363991 (Stu Hood)
 - Fix several build errors on Solaris. #364621 (Harry Lu)
 - Lots of code structure changes, so now task-gobjects are now responsible
   for applying policy. Actions are now mostly asyncronous and modular.
   Code is now easier to understand IMO, and has a better structure.
 - Add really basic support for sounds when critical events happen, for
   instance if suspend fails and the lid is shut. Prevents melting.
   This uses gst-launch to use gstreamer. Add some sample sounds done by me.
 - Convert multi-instance code from libguniqueapp to GtkUnique.
 - Add gnome-keyring functionality to lock keyrings when sleeping. #375681
 - Use GtkUnique rather than libguniqueapp. Optional but recommended dep.

Power Manager

 - Add proper support for detecting broken batteries with UI to ignore
   and visit the vendor page. Requires a new hal-info to work.
 - Add code to detect when we didn't quite make it back from resume.
   This functionality requires a patch to HAL to work. (David Zeuthen)
 - Add charging flash to match the other charging icons. #364574
 - Don't do *any* action until the battery data is marked as valid. (Stu Hood)
 - Fix an infrequent odd crash when we are suspending. (Pascal Terjan)
 - Sanity check the rate and time values in case the hardware really goes
   screwy for a few seconds, and gets the values wrong.
 - Set the libnotify window to NULL after we unref it, which will probably fix
   the crash in #365279
 - Only add and remove batteries if sane. This uses a hashtable to keep
   track of what batteries we are watching and should fix #369488.
 - When we add a DPMS state throttle, remove the last one if set.
   This fixes the bug where the screensaver would not show if
   DPMS had been allowed to activate. Fixes #355279.
 - Fix the bug that was causing the battery items to show on some desktops.
 - Fix a race where percentage_charge can be momentarily zero at startup.
   This fixes an incorrect 'fully charged' notification on startup.
 - Instead of showing "missing" as the catchall, show "discharging".
   #364450. (Stu Hood)
 - Calculate the smoothed rate from device caches, instead of devices.
   #361583. (Stu Hood)

Power Preferences

 - Change the checkbox to "Dim the display when the computer is idle" #363765

Translators

 - Josep Puigdemont i Casamajó (ca)
 - Francisco Javier F. Serrador  (es)
 - Theppitak Karoonboonyanan (th)
 - Ivar Smolin (et)
 - Satoru SATOH (ja)
 - Kjartan Maraas (nb)
 - Daniel Nylander (sv)

==============
Version 2.17.2
==============

Released October 18, 2006

General

 - Fix up the recent configure change to allow g-p-m to build without libnotity
   (Frederic Peters) #359824
 - Add in preliminary support for detecting batteries that might explode.
   See http://hughsient.livejournal.com/ for more details.

Power Manager

 - Fix the hal interface so we automatically connect up the device
   DeviceCondition and PropertyChanged on HAL restart. #349842
 - Remove a potential null-dereference, spotted by Joseph Sacco. #356667
 - Replace the hardware info pane with a drop-down of devices. #356804
   This saves another 200kb from the daemon process.
 - Add initial support for keyboard backlight device - this works with
   the Apple Macbook Pro. (David Zeuthen) #357994
 - Only load the GpmHal* interface gobjects if we have the hardware.
   This saves another 100k of writable memory on my desktop PC.
 - Use the localised general string to describe the battery device in the
   dropdown. #362690.
 - Add XEVENTS functionality. This allows g-p-m to respond to events sent
   by X, as soon the kernel is going to be outputting INPUT events.
 - Fix up a couple of small memory leaks detected by valgrind.

Power Preferences

 - Fix guniqueapp support for the preferences program (Elijah Newren)
   and add support in the statistics program.
 - Make the auto-sleep functionality disable feature easier to understand.

Power Statistics

 - gnome-power-statistics now works instead of the "Information" screen
   that we used before. As it this is out of process we save 300kb for each
   instance of gnome-power-manager daemon running.
 - We can now trivially add new graph types and export them over DBUS.
 - The statistics application now includes light/dark coloured symbols with
   different shapes for colour-blind or partially sighted people.
 - gnome-power-statistics now remembers settings between invocations.
 - Add a proper tango gpm-statistics tango icon. (Jakub Steiner)
 - Add an icon the the statistics program to the "System Tools" menu.

Translators

 - Kjartan Maraas (nb)
 - Hendrik Richter (de)
 - Yair Hershkovitz (he)
 - Erdal Ronahi (ku)
 - Francisco Javier F. Serrador (es)
 - Priit Laes (et)
 - Ilkka Tuohela (fi)

==============
Version 2.17.1
==============

Released September 18, 2006

General

 - Add processor frequency scaling support. Requires HAL 0.5.8.
 - Create a new class to handle a managed proxy, i.e. a DBusGProxy that
   automatically does sane things with bus disconnects, or service restarts.
 - Add libguniqueapp shared library support. This is optional.
 - Update yelp images to reflect 2-16 and generally pretify the help xml.
 - Add in the debug option so we can easier debug g-p-m. Now adding the
   options --debug=power --debug=manager will only display the gpm-power
   and gpm-manager debug output.
 - Move to power measurement in percentages in the spec to better suit low
   power laptops and OLPC.
 - Allow power users to turn off the disconnect and reconnection feature of
   NetworkManager on sleep and resume using gconf.
   (Khashayar Naderehvandi) #353431
 - Add /apps/gnome-power-manager/session_request_save so distros like
   Ubuntu can just switch a gconf key rather than patch the source.
 - Start to implement org.gnome.PowerManager.Statistics for the
   out-of-process graphing interface. It actually doesn't do much yet.
 - Use DPMS_METHOD_OFF when we specify "default" for the DPMS action when on
   laptop hardware. Suspending the screen keeps the backlight on. #354726

Power Manager

 - Fix a couple of small memory leaks where we don't free the icon name.
 - Don't rescan buttons every minute. This task belongs in HAL. #356170
 - Remove eggtrayicon support. This means we depend on GTK+ 2.10. #356150
 - Fix hotplug add and remove of wireless mice.
 - Don't express the decimal point for the / 7 csr scale
 - Remove the broken battery FIXME. It's breaking more laptops that it was
   intended to fix and also breaks my old iBook. #334212
 - Fix some small memory leaks. (Paolo Borelli). #352858.

Power Preferences

 - Update the UI to be task-centric, rather than state centric. This is
   required now the preferences tool is starting to become a bit cleverer.
 - Add elements in the UI to prevent g-p-m from modifying the brightness
   on AC state change. Also add in the UI for the keyboard light sensor
   but disable it for now. #356085
 - Make sure that session connection is not NULL at startup. #353769.

Translators

 - Adam Weinberger (en_CA)
 - Ani Peter (ml)
 - Ankit Patel (gu)
 - Daniel Nylander (sv)
 - David Lodge (en_GB)
 - Elnaz Sarbar (fa)
 - Esteve Blanch Sanmartí (ca)
 - Hendrik Brandt (de)
 - Ilkka Tuohela (fi)
 - Ivar Smolin (et)
 - Jovan Naumovski (mk)
 - Leonid Kanter (ru)
 - Paweł Marciniak (pl)
 - Rhys Jones (cy)
 - Satoru SATOH (ja)
 - Theppitak Karoonboonyanan (th)
 - Woodman Tuen (zh_HK)
 - Woodman Tuen (zh_TW)

==============
Version 2.16.0
==============

Released September 03, 2006

General

 - Turn off Werror in configure. #352448.
 - Be more specific for our device checks in the expanded device information
   to fix the display of CSR properties. rh:203849
 - Fix some small memory leaks. (Paolo Borelli) #352858.

Translators

 - Alexander Shopov (bg)
 - Ani Peter (ml)
 - Daniel Nylander (sv)
 - Esteve Blanch Sanmartí (ca)
 - Gabor Kelemen (hu)
 - Gintautas Miliauskas (lt)
 - Hendrik Richter (de)
 - Iñaki Larrañaga Murgoitio (eu)
 - Kostas Papadimas (el)
 - Leonid Kanter (ru)
 - Raivis Dejus (lv)
 - Robert-André Mauchin (fr)
 - Runa Bhattacharjee (bn_IN)
 - Subhransu Behera (or)
 - Theppitak Karoonboonyanan (th)

===============
Version 2.15.92
===============

Released August 20, 2006

General

 - Fix a double free in the new smartcard code. (William Jon McCann) #350436
 - Work round a compiler bug which caused compilation to fail when using a
   high optimising setting. (Ed Catmur) #352104.
 - Beep to warn if the suspend or hibernate failed. #346542
 - Fix up the desktop files with the version number.
 - Change the spelling of loose to lose throughout the project. (Bruce Cowan)
 - Add a copy of the 24x24 icons instead of generating them at install time.
   Doing clever tricks with imagemagick didn't work very well. #350321
 - Add a timed exit option to the daemon (--timed-exit). #350334

Translators

 - Ankit Patel (gu)
 - Changwoo Ryu (ko)
 - Clytie Siddall (vi)
 - Daniel Nylander (sv)
 - Duarte Loreto (pt)
 - Fano Rajaonarisoa (mg)
 - Francisco Javier F. Serrador (es)
 - Gabor Kelemen (hu)
 - Ignacio Casal Quinteiro (gl)
 - Ilkka Tuohela (fi)
 - Ivar Smolin (et)
 - Johannes Schmid (de)
 - Kjartan Maraas (nb)
 - Mindu Dorji (dz)
 - Leonardo Ferreira Fontenelle (pt_BR)
 - Maxim Dziumanenko (uk)
 - Satoru SATOH (ja)
 - Theppitak Karoonboonyanan (th)
 - Wouter Bolsterlee (nl)

===============
Version 2.15.91
===============

Released August 07, 2006

General

 - Turn on the monitor unconditionally, as we may be using a smart-card to
   authenticate and DPMS might still be on. #350291.
 - Hide the 'Device Information' window if we have no devices.
 - Add in an extra battery charged check to avoid repetition in the battery
   charged notification under some circumstances. #348938
 - Fix all cases reported by sparse/gcc (Kjartan Maraas). #350058
 - Move the roadmap into the TODO so it's easier to update.
 - Make gnome-screensaver connection more resilient to bus failures. #349794
 - Poll all the buttons every minute to detect a silent lid close event. #346082
 - Reset the action timer after an ac_adapter event has been received. #348201
 - Add support for different DPMS sleep modes to support broken monitors.
   Patch from William Waghorn, many thanks.
 - Make the precision of the power supply and power rate more reasonable.
 - Install the 24x24 icons to get rid of the fuzzyness of the tray icon in some
   circumstances. This optionally requires ImageMagick. #348994
 - Fix a typo where we were trying to assign the wrong icon names so the
   battery missing icon didn't show up (instead showed a gtk-broken-image) #348710
 - Fix a crasher where the g-s timeout was larger than the max range for
   gnome-power-preferences. #347932

Translators

 - Ankit Patel (gu)
 - Francisco Javier F. Serrador (es)
 - Johannes Schmid (de)
 - Jovan Naumovski (mk)
 - Kjartan Maraas (nb)
 - Leonid Kanter (ru)
 - Raivis Dejus (lv)
 - Theppitak Karoonboonyanan (th)
 - Woodman Tuen (zh_HK)
 - Woodman Tuen (zh_TW)
 - Žygimantas Beručka (lt)

===============
Version 2.15.90
===============

Released July 23, 2006

General

 - Rewrite the GpmHal and GpmHalMonitor as the old versions were confusing
   and had hard to replicate bugs. No string changes.
 - Added Hungarian translation of the help file. (Gabor Kelemen)
 - Default to policykit support being default off.

Translators

 - Ankit Patel (gu)
 - Changwoo Ryu (ko)
 - Clytie Siddall (vi)
 - Francisco Javier F. Serrador (es)
 - Ilkka Tuohela (fi)
 - Mindu Dorji (dz)

==============
Version 2.15.4
==============

Released July 09, 2006

General

 - Change dbus Inhibit and UnInhibit methods to use a UINT32 rather than INT32,
   as this is specified in the spec.
 - Fix a compile error when we are compiling the non-libnotify sections of
   the code, which probably don't happen that often. #344674 (Elijah Newren)
 - Make a few more shared classes into singletons to save memory and CPU.
 - Allow use of --disable-schemas-install on autoconf level for disabling
   registering GConf schemas. (Tomasz Kłoczko)
 - Change /apps/gnome-power-manager/check_type_cpu default to false after
   discussion in #326742.
 - Add a test program that allows us to test the multiple inhibit stuff,
   and also to show people how easy it is adding Inhibit and UnInhibit calls
   into an existing program.

Power Manager

 - Support MacBook Pro with it's crazy number of brightness states. #346080
 - Add in initial support to check with PolicyKit over dbus. #344171
 - Logically seporate the help file, and add loads of new content.
 - Allow the user to ignore the inhibit requests from stopping a policy action.
   The key /apps/gnome-power-manager/ignore_inhibit_requests can be set to true,
   and the action will still go ahead.
 - Use the same logic as the tooltip for the notification. #345698
 - Only refresh the caches on the last PropertyModified split event to save CPU.
 - Beep if we stopped the action due to an inhibit to warn the user. #345595
 - Make sure machines that do their own dimming get special cased and just set
   the brightness once.	This really *ought* to be a HAL propery. #345258.
 - Fix missing _() macros on some strings (Paweł Marciniak)

Power Preferences

 - Replace the word 'Interactive' in the UI with 'Ask me'. #345960

Power Info

 - Fix the horizontal time scaling so the graph scales correctly.
 - For non-laptops, hide the new power graphs and do not keep polling the values.
 - Read the correct key to get the max time. #345256 (Crispin Flowerday)
 - Big statistics module re-write, which should squash a couple of crasher bugs.

Translators

 - Ankit Patel (gu)
 - Christopher Orr (en_GB)
 - I.Felix (ta)
 - Francisco Javier F. Serrador (es)
 - Gabor Kelemen (hu)
 - Ignacio Casal Quinteiro (gl)
 - Ilkka Tuohela (fi)
 - Jakub Friedl (cs)
 - Jovan Naumovski (mk)
 - Khandakar Mujahidul Islam (bn & bn_IN)
 - Kjartan Maraas (nb)
 - Mindu Dorji (dz)
 - Paweł Marciniak (pl)
 - Priit Laes (et)
 - Rajesh Ranjan (hi)
 - Theppitak Karoonboonyanan (th)

==============
Version 2.15.3
==============

Released June 11, 2006

General

 - Depend on intltool 0.35.0 to build
 - Grammar fixes in the schema and glade file (Clytie Siddall)
 - Add in XFCE option so we display in the XFCE menu. lp:43077
 - Use GtkStatusIcon when GTK version >= 2.9.0 (Jaap Haitsma)
 - Add in new docbook documentation about the dbus interface.
 - Rename and add a few DBUS methods from feedback on XDG list.

Power Manager

 - Actually show the correct levels in the pixmaps for the mouse and keyboard.
 - Add a gconf key so we can disable the action for when the lid is previously
   shut and the AC power removed at a later time as this was causing confusion.
 - Limit the capacity to 100%
 - Undim the screen when we have to unlock returning from resume. #333290
 - Rework the brightness handling so that we only have one way of doing the
   transitions. This simplifies things greatly. #341616
 - Update for gnome-screensaver API changes.  #344103

Power Preferences

 - Add the configurable action for power button press in the UI. #344325.

Power Info

 - Set the correct colours of the line depending on discharging/charging
   status. #338175.

Translators

 - Theppitak Karoonboonyanan & Roys Hengwatanakul (Thai)
 - Wouter Bolsterlee (Netherlands)
 - Clytie Siddall (Vietnamese)
 - Funda Wang (Simplified Chinese)
 - Øivind Hoel (Norwegian bokmål)
 - Francisco Javier F. Serrador (Spanish)
 - Raphael Higino (Brazilian Portuguese)

==============
Version 2.15.2
==============

Released May 15, 2006

General

 - Remove all suspend-to-{x} terminology in the code and documentation in favour
   of hibernate and suspend (http://live.gnome.org/GnomePowerManager/SleepNames).
 - Update the FAQ URL. #330889

Power Manager

 - Allow the use of GtkStatusIcon as eggtrayicon is depreciated.
 - Ensure we set the icon to visible for battery-less desktops, as before we
   had to sometimes toggle the state in g-p-p to get it to show.
 - Make sure we only set the icon if it is different to the one already
   displayed to fix the case where the icons get renamed on package upgrade. #340557.
 - Add support for the new HAL key laptop_panel.brightness_in_hardware to
   properly support key brightness changing on IBM X31 laptops. #340231.
 - Do not warn multiple times about the critical action. #333622.
 - Add the ability to handle a transparent background in the tray icon.
   #341227 (Peter Grundström)
 - Fix the GPM_BUTTON_BRIGHT_UP_DEP and GPM_BUTTON_BRIGHT_DOWN_DEP values to
   what were shipped in the HAL 0.5.7 tarball.
 - Slightly re-work a patch from Paul Betts to handle broken batteries that
   report they are neither charging or discharging by using ac_adaptor
   value instead.
 - Remove the --sm-disable from the .desktop file in autostart since it breaks
   the logout dialog (e.g. on power button) if it is not run with session
   access. lp:31103 and #339168
 - Rework the way throttling is done so that it properly ref-counted and remove
   the compatibility with the old g-s API. #340024 (William Jon McCann)

Power Preferences

 - Add the new checkboxes to set the low power mode policy. #340355

Power Info

 - Make sure the time scale cannot be less than 10 minutes as smaller values
   show the approximation errors in the event-logging code. #340217.
 - Compute the legend width using Cairo instead of hard-coding it. #340218.
 - Correct a format string so we don't sometimes crash on ppc platform. #339974
 - Add more description in the event log, for why we do particular actions.

Translators

 - Francisco Javier F. Serrador (Spanish)
 - Ilkka Tuohela (Finnish)
 - Daniel Nylander (Swedish)
 - Raphael Higino (Brazilian Portuguese)

==============
Version 2.15.1
==============

Released April 23, 2006

General

 - Update screenshots and add lots of documenation.
 - Switch icons to using the Tango style (Jakub Steiner). #331761
 - Update for new throttle API for gnome-screensaver. Also provide a fallback
   to the old API for now. #339209 (William Jon McCann)
 - Respond correctly to systray crashing by reloading the icon to the tray when
   destroyed. (Rodrigo Moya)
 - Fix up the spec file #339263 (Paul Ionescu)
 - Gnome Goal #2 PoLinguas (Jaap Haitsma)

Power Manager

 - Enable the legend only when we get a power event.
 - Only re-enable the fully charged notification when the battery drops down
   to 95% as some batteries charge to 100% and then fluctuate from ~98% to
   100%. #338281
 - Error alerts should use an OK button. #336997
 - Monitor some more gconf keys so we don't have to restart to get the new
   settings. #338628
 - Fix where the primary batteries are listed in the reverse order. #338634
 - Check that we do not set a higher brightness when we try to lower the
   brightness on idle. #338630.
 - Set libnotify point to the center of the icon. #338638
 - Set the default for the icon policy to only display if batteries are
   present so we don't display by default on desktops. rh:187140.
 - Make sure the inhibit cookie we generate is really unique. #339307.

Power Preferences

 - Add the action "Do nothing" so we don't have to do the DPMS action off for
   the external monitor. #338689
 - Fix the notebook tabs on desktop system, so we don't hide "General".

Power Info

 - Added an event log tab, and make the event code more robust.
 - Adding code so that the graphs can start at non-zero.
 - Use the new info page showing a simpler view of hardware.
 - Put a proper grid round the elements. #339262

Translators

 - Žygimantas Beručka (Lithuanian)
 - Wouter Bolsterlee (Netherlands)
 - Daniel Nylander (Swedish)
 - Funda Wang (Simplified Chinese)
 - Ilkka Tuohela (Finnish)
 - Francisco Javier F. Serrador (Spanish)
 - Hendrik Richter (German)
 - Clytie Siddall (Vietnamese)
 - Kostas Papadimas (Greek)

==============
Version 2.15.0
==============

Released April 06, 2006

General

 - Drop support for obsolete versions of libnotify, DBUS and HAL.
 - Code quality improvements (Paolo Borelli)
 - More gtk-doc comments added to all the files.
 - Remove the scons-based build system for now.
 - Use g_option instead of popt (Jaap Haitsma)
 - Install new icons to /usr/share/icons/hicolor and do gtk-update-icon-cache
   when we install. #336067
 - Add X-GNOME-Bugzilla keys for use with bug buddy (Vincent Fretin).
 - Add the missing --daemon option to the man page (Ow Mun Heng).
 - Updated Yelp help file with more useful information.

Power Manager

 - Don't do the critical action when the battery value is 0% as this happens
   for a split second with some ACPI laptops on resume.
 - Deal sanely with HAL and DBUS restarting.
 - Enable all the experimental code, such as the info window and the graphs.
   The graphs have had some serious Cairo lovin' and look pretty slick now,
   and should display more accurate data that we were displaying before.
   We also include a legend so that power events can be seen graphically.
 - Use the button "battery" rather than "www" to show battery status. lp:35633
 - Don't inhibit, but throttle when the lid is shut. #332576.
 - Update caches when we resume. For the matching HAL patch see:
   http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=187396#c10
 - Add a brightness widget that matches the volume popup when we change the
   brightness using the keyboard shortcuts.
 - Rewrite the screensaver integration so that g-s and g-p-m can be restarted
   independently and started in any order. #332366
 - Fix the expose event handling (Crispin Flowerday)
 - Use g_slice rather than g_new for the small data-points.
 - Use /apps/gnome-power-manager/show_actions_in_menu rather than the compile
   setting ACTIONS_MENU_ENABLED to disable the actions menu. #335415
 - Add urgency states and the correct icons to libnotify windows.
 - Synchronize DPMS policy after a suspend or hibernate. #336081
 - Work around a HAL bug with CSR mice and keyboards so they display the
   correct charge after a short delay.
 - Set resume time at startup to let actions settle. (Daniel Silverstone)

Power Preferences

 - Layout improvements (Jaap Haitsma, William Jon McCann) #335991, #336207
 - Move the time sliders so that they start at the g-s-p setting. #336061
 - Add a Critical UPS action into the UI. #337116

Translators

 - Gabor Kelemen (Hungarian)
 - Žygimantas Beručka (Lithuanian)
 - Francisco Javier F. Serrador (Spanish)
 - Takeshi AIHANA (Japanese)
 - Clytie Siddall (Vietnamese)

==============
Version 2.14.0
==============

Released March 14, 2006

General

 - Add the --enable-experimental-features flag so that cool new stuff that is
   not really polished can be added. #326741, #333146
   - Add simple charge, rate and time graph widgets drawn using Cairo.
     This is for #333146 so we can draw cool graphs of power stuff.
   - Create a treeview for each device type so we can display detailed
     information for each device instance.

Power Manager

 - Ignore DBUS timeouts so long suspends do not "fail". (Ray Strode)
 - Add functionality so we can ignore events just after from resume.
   This is adapted from the Ubuntu patch by Daniel Silverstone. rh:185273
 - Make UI logic more sane by using the new "present" key value. lp:33388
 - Poke the screensaver to simulate user input. This is what Windows does, and
   should solve the problems with the timer event happening shortly after the
   ac_adapter is removed. #333525
 - Unrealize the icon when we hide it, else it leaves a 1px line on the
   notification tray. Fixes a transparent panel. #333515
 - Don't try to lock if gnome-screensaver is not running.

Power Preferences

 - Only match primary batteries when showing the battery tab.
 - HIG fixes: spacing and capitalization (Dennis Cranston)

Translators

 - Hendrik Richter (German)
 - Theppitak Karoonboonyanan (Thai)
 - Clytie Siddall (Vietnamese)
 - Ilkka Tuohela (Finnish)
 - Kostas Papadimas (Greek)
 - Wouter Bolsterlee (Netherlands)
 - Takeshi AIHANA (Japanese)
 - Žygimantas Beručka (Lithuanian)

===============
Version 2.13.93
===============

Released March 03, 2006

General

 - Install autostart files to new (definitive) place (Rodrigo Moya)
 - Add a logging interface so that we can log *why* a specific action was
   taken, logged in /var/log/messages. #332760.
 - We have to handle the PropertyModified events differently depending on
   whether we are using dbus 0.60 or dbus 0.61.	(Sjoerd Simons)
   NOTE: You should use 2.13.93 if you are using dbus 0.61.

Power Manager

 - Fix a crash when a very low power mouse is inserted. rh:183127.
 - Fix the UPS "charged" icon. #332761
 - Add a configurable action for the hibernate button and the power button.
 - Wait for gnome-screensaver to lock before we suspend (Daniel Silverstone)
 - Display a BIG FAT warning in the event of DBUS not being present instead of
   just aborting like we do now.
 - Update with new bluecurve suspend and hibernate icons. (Diana Fong)
 - Ignore timeout events when the lid is closed, as we don't want to re-enable
   the screen when the user moves the mouse (on systems that do not support
   hardware blanking). lp:22522
 - Inhibit activation of the screensaver when the lid is closed.
 - Use a better way to work out if the battery is not charging. #333169
 - Standardise on longer timeouts for the libnotify boxes. lp:33411
 - Fix the repeated "battery is fully charged" messages if hardware is
   a little wonky. lp:32650, rh:183612

Power Preferences

 - Add an option to disable the dim on idle.

Translators

 - Ilkka Tuohela (Finnish)
 - Clytie Siddall (Vietnamese)
 - Takeshi AIHANA (Japanese)
 - Francisco Javier F. Serrador (Spanish)

===============
Version 2.13.92
===============

Released February 26, 2006

General

 - Update the yelp screenshots and text.
 - Update the gnome-screensaver DBUS methods for new names. Fixes #332481
 - Rationalise the icon naming scheme so that we can start to theme g-p-m.
 - Add the new UPS charging and discharging icons. Fixes #331117

Power Manager

 - Fix detection of button objects. Fixes lp:32447
 - Do the critical action as part of a g_timeout, rather than a just a
   delay so we don't lock the GUI. Fixes #332150
 - Describe what we are going to do better, so we don't say we are going to
   shutdown when we just are going to hibernate.
 - Add the new key notify_hal_error to set the policy for HAL failure
   notifications. Default true to display. Fixes #332440
 - Add the new key use_time_for_policy to set the policy for per-time or
   per-percentage critical and low power actions. Fixes #332055
 - Fix the notification for battery when the AC is removed. Fixes #332322
 - Only inhibit sleep if we are set to check the CPU load. Fixes #332149
 - Add in functionality so that we dim the screen to 30% when the SESSION
   is idle. Fixes #328564
 - Only use the ac_adapter fallback on desktops if use_icon_for_desktops is
   set. Defaults to false. Fixes #332407

Power Preferences

 - Disable widgets if gconf key is marked not writable
 - Various HIG fixes (Jaap Haitsma, Crispin Flowerday)

Translators

 - Julien Valroff (French)
 - Žygimantas Beručka (Lithuanian)
 - Ilkka Tuohela (Finnish)
 - Clytie Siddall (Vietnamese)
 - Takeshi AIHANA (Japanese)
 - Vladimer SIchinava (Georgian)
 - Kjartan Maraas (Norwegian bokmål)
 - Kostas Papadimas (Greek)

===============
Version 2.13.91
===============

Released February 20, 2006

General

 - Add --enable-actions-menu=foo so we can disable the menu at compile time.
   Fixes bug #331446
 - Remove doxygen build support as hardly any files now use doxygen. #327743.

Power Manager

 - Check the on_ac property before we do the action. #331401.
 - Make g-p-m do the right thing for the Sleep keyboard button (David Zeuthen).
 - Add a simple and complex locking modes (for power users) to fix #331164
 - Document the complex locking policy. #331717
 - Do not show the tooltip when popup menu is on the screen. #331075
 - Changed "Power Warning" to "Power Information" for the title when the
   ac_adapter is removed. #331865
 - We do the lid close on battery action if the ac_adapter is removed when the
   laptop is closed and on battery. #331655

Power Preferences

 - Use a new UI separating the AC and battery policy cleanly.
 - Change duplicate accesskeys #331538
 - Remove pointless icons in general tab #331530.
 - Remove suspend button action from the GUI (defaults to suspend) but can be
   changed by power users in gconf. #331757 (Jaap Haitsma)
 - Add back option "Suspend" for low power action by popular request, and
   explain in the docs why it might be a bad idea. #330267
 - Make the widgets disabled if the gconf key is not writable. #327893

Translators

 - Francisco Javier F. Serrador (Spanish)
 - Kjartan Maraas (Norwegian)
 - Satoru SATOH (Japanese)
 - Clytie Siddall (Japanese)

===============
Version 2.13.90
===============

Released February 15, 2006

General

 - Add a scons build framework. #328708
 - Add debugging framework so traces are more manageable.
 - Vastly updated yelp file with lots more information. #324977

Power Manager

 - Fix the icon and tooltip for UPS's. #329027
 - Do an exponentially weighted average for the rate so that high frequency
   changes are smoothed. This should mean the time_remaining does not
   change drastically between updates. #328927.
 - Inform the user if the HAL command failed, and point them in the direction
   of the on-line FAQ page. #330889
 - We can restart hald without killing g-p-m. #327234
 - Expose the Suspend and Hibernate actions interface. #330189
 - Fix signal-related crash on 64bit systems.
 - Add an autostart file so we start automatically. #328801
 - Prevent the notifications from being wrongly shown multiple times. #328958
 - Clear charge status when rate zero. #328964
 - Only do lid sleep action when on battery power. #329512

Power Preferences

 - Only connect up the value-changed signal once the initial value has been set.
   This prevents the gconf keys from getting written to (if only for a
   split second), so that the icon no longer flickers when preferences is
   clicked. RH #179797

Translators

 - Ilkka Tuohela (Finnish)
 - Clytie Siddall (Vietnamese)
 - Theppitak Karoonboonyanan (Thai)
 - Alexander Shopov (Bulgarian)
 - Kostas Papadimas (Greek)
 - Raphael Higino (Brazilian Portuguese)
 - Žygimantas Beručka (Lithuanian)
 - Leonid Kanter (Russian)
 - Ilkka Tuohela (Finnish)
 - Hendrik Brandt (German)
 - Theppitak Karoonboonyanan (Thai)
 - Raphael Higino (Brazilian Portuguese)
 - Slobodan D Sredojevic (Serbian)
 - Chao-Hsiung Liao (Traditional Chinese)
 - Øivind Hoel (Norwegian bokmål)
 - Vincent van Adrighem (Tino Meinen)
 - Ignacio Casal Quinteiro (Galician)
 - Francisco Javier F Serrador (Spanish)
 - Ankit Patel (Gujarati)
 - Josep Puigdemont i Casamajó (Catalan)
 - Lukas Novotny (Czech)

==============
Version 2.13.5
==============

Released January 25, 2006

General

 - Bump version to a more suitable GNOME release version.
 - Remove the website source from CVS as already in gnomeweb. #328280
 - Flattern the gconf schema so that we don't have lots of subfolders
   for very few keys. #327894

Power Manager

 - Lots of smaller bugfixes such as #327471, #327799
 - Only notify the user of low battery on the 20, 10, 5, and 2 minute intervals.
 - Add CanSuspend and CanHibernate DBUS methods
 - Make tooltip more concise. #327443
 - If icon not embedded don't do notifications. #327799
 - Manager now changes brightness, not g-p-p. #327895
 - Set the correct lcd brightness on startup.
 - Fix the bug where g-p-m crashes after emitting a signal
 - Added .desktop file for gnome-session's autostart mechanism.
 - All time now internally stored as seconds. #328289
 - Show the tray menu for any button press. #327959.
 - Only do critical action for primary battery. #328228, #328228
 - Don't do lots of notifications on startup if battery is very low. #327963

Power Preferences

 - Make the combo boxes in options expand so that we don't get different sizes.
 - Remove time estimates for low and critical battery since this is device
   and system dependent.
 - Brightness now dealt with as a percentage, so gconf portable. #327895
 - Now called "Power Management Preferences". #328397

Translators

 - Ankit Patel (Gujarati)
 - Clytie Siddall (Vietnamese)
 - Ilkka Tuohela (Finnish)
 - Kjartan Maraas (Norwegian bokmål)
 - Ignacio Casal Quinteiro (Galician)
 - Tino Meinen (Netherlands)
 - Francisco Javier F. Serrador (Spanish)
 - Funda Wang (Simplified Chinese)
 - Slobodan D. Sredojevic (Serbian)

=============
Version 0.3.4
=============

Released January 17, 2006

- We now depend on HAL 0.5.6 for the new suspend, hibernate and shutdown
  functionality. HAL 0.5.6 is available in my repo for FC4.
- Source releases are now done on the GNOME ftp servers:
  ftp://ftp.gnome.org/pub/GNOME/sources/gnome-power-manager/
- We now only show Suspend and Hibernate options when HAL says we should.
  NOTE: just because HAL (i.e. the kernel) says it has hibernation or suspend
  support is compiled in, doesn't automatically mean that it will *work*.
- DPMS has moved into gnome-power-manager from gnome-screensaver, thanks
  to the work from William Jon McCann. There now is a DBUS interface to
  control this new functionality (#326276)
- org.gnome.GnomePowerManager -> org.gnome.PowerManager (#326492)
- GNOME Power Manager now listens for the new idle signals from g-s.
- There now is a yelp help file (#324977), thanks to Jaap Haitsma.
- Lots of new translations: Greek (Nikos Charonitakis), Gujarati (Ankit Patel),
  Vietnamese (Clytie Siddall), Catalan (Josep Puigdemont i Casamajó),
  Thai (Theppitak Karoonboonyanan), Serbian (Slobodan D. Sredojevic).
- Lots of updated translations: Galician (Ignacio Casal Quinteiro), 
  Hungarian (Gabor Kelemen), Bulgarian (Alexander Shopov), 
  Norwegian (Kjartan Maraas), Spanish (Francisco Javier F. Serrador), 
  Simplified Chinese (Funda Wang), Lithuanian (Žygimantas Beručka), 
  Italian (Daniele Medri), French (Guillaume Savary), Finnish (Ilkka Tuohela).
- We now try to save the GNOME application state before the critically-low
  action is taken (default shutdown).
- The power button is now an interactive shutdown, saving GNOME session state.
- Fix a bug where the preferences program was crashing on missing gconf schema.
- Fixed lots of other smaller bugs such as (#322773), (#323135), (RH#174196),
  (#322547), (RH#172963), (RH#176656).
- Lots of source file re-organisation, also a large refactoring. Thanks to 
  William Jon McCann for the large amount of code cleanup done.
- Fix problem where preferences window is redrawn and then resized (#323562)
- Don't crash if gnome-panel is restarted, but display the icon again (#324446)
- Fix problem where battery is removed, and icon does not change (#323563)
- Made the warning about the AC adapter and the battery full gconf
  configurable, fixing RH#176433 and (#325876).

=============
Version 0.3.1
=============

Released November 28, 2005

- Now we disconnect and reconnect NetworkManager when suspending and resuming.
- Default is now to suspend on lid close. At least we should assume it will
  succeed, rather than assume it will fail.
- Lots of HIG changes in g-p-p by Jaap Haitsma, thanks.
- If we are an IBM Thinkpad, don't dim the screen gently, as the BIOS does
  this automatically on it's own.
- Add the beginning of a console g-p-m for GDM (prototype).
- Add screensave 'Poke' so we can interrupt the screensaver instead of waiting
  for a keypress after a suspend or hibernate resume.
- Build fixes so we can build with DBUS head (and 0.60 when released).
- Fixed a bug where the correct brightness wasn't being set on battery boot.
- Added an option in g-p-p so that password protected resume is an option.
- If you are having problems with crashes or missing settings, please uninstall
  the gnome-power-manager 0.2.8 rpm, and install 0.3.1, rather than upgrading.
  The old rpm post line in 0.2.8 causes the new gconf schema to be uninstalled.
- Also fix a bug which makes the last bug doubly worse, by not crashing on
  missing gconf schema, but handling it gracefully, and guessing some defaults.
- Lots of translation updates.

=============
Version 0.3.0
=============

Released November 15, 2005

- Schema is now properly applied in the RPM spec file.
- Fix the tooltip so that we don't display "Unknown Remaining"
- Wireless mice and keyboards now generate messages when battery low.
- Now align the menu to the bottom (or top) of the notification area like
  all the applets do.
- Website is now hosted on gnome.org servers:
  http://www.gnome.org/projects/gnome-power-manager/
- New WIKI with all the things in progress and TODO:
  http://live.gnome.org/GnomePowerManager
- Update the website to be more GNOMEy, copied from the nautilus template.
- Lots of Makefile.am and configure tidy ups with thanks to JP Rosevear.
- Removed gpm-dbus-test and made the DBUS interface *much* simpler
- Multiple batteries and wireless device support massivly improved due
  to a new underlying calculation engine. Lots of cruft has been ripped out.
- Laptops that don't turn off the backlight when the lid is shut are now
  automatically turned off using DPMS.
- Notification icon now only appears when batteries low, or optionally
  when discharging and charging. The options have been turned to radio buttons
  to make options clearer. Also icons are now at 24x24 to conform to the
  GNOME HIG.
- libnotify messages now replace one another, so the screen isn't littered
  with "battery is critically low" messages.
- Replace our own "dumb" icon management with the GNOME stock icon functions,
  with thanks to Jaap Haitsma.
- Lots of translation updates.

===============
Version 0.2.8.1
===============

Released October 25, 2005

- Fix a NULL pointer dereference where the remaining_time isn't known, and
  the battery is low.
- Don't crash when we do not have gnome-dev-memory in our theme.
- We now register the name of the application with the session-manager.
- Change HAL dep from 0.5.4 to 0.5.3 so we can build on Ubuntu Breezy.
  NOTE: There are *lots* of bugs in HAL 0.5.3 fixed in later releases.
- Now delete Makefile.in when doing maintainer-clean rather than distclean
  so we can build on Ubuntu Breezy.

=============
Version 0.2.8
=============

Released October 17, 2005

- All source files are now fully documented with Doxygen.
  http://gnome-power.sourceforge.net/doxygen/
- Fixed problems with displaying the just the AC Adapter icon.
  Thanks to Dumitru Ciobarcianu for reporting the problem.
- Added desktop mode where icon is forced. Disabled by default.
  The icon handling logic is to be simplified in 0.2.10
- Fixed a fatal error where a NULL pointer was deferenced when removing
  AC Adaptor when icon was hidden.
- Lots of cosmetic fixes thanks to Wouter Bolsterlee.
- Add back the (now themed) icons to gnome-power-preferences.
- Add a new tool, gnome-power-info to display the p-m capabilities or your
  machine, and report details of your power hardware. More to come...
- Lots of cosmetic fixes from Wouter Bolsterlee.
- We now detect when HAL is restarted and warn the user accordingly.
- When setting the low battery and critical battery threholds, we now
  tell the user how much time they would have. This only works for ACPI
  when discharging, as HAL doesn't give us discharge data when charged.

=============
Version 0.2.6
=============

Released October 01, 2005

- GNOME Screensaver support runtime detection has been improved
  (no timeouts now, and console messages supressed)
- Fixed lots of 64bit warnings thanks to Rodrigo Moya <rodrigo@novell.com>
- GNOME Power Manager is now in Fedora Core Rawhide!
- The screen now dims gently (rather than a big brightness change) when
  changing brightness states.
- We now support ONLY the new SetBrightness HAL API in HAL CVS.
  http://article.gmane.org/gmane.comp.freedesktop.hal/3280
  You will have to be using HAL CVS for brightness changing to work.
- We now do not require libhal as all communication to hald is done through
  the DBUS glib bindings.
- All source files now have lots of asserts that should make any code logic
  errors easy to spot. Please report any regressions.
- Thanks to Robert Love, we now daemonize when being run. Use --no-daemonise
  to disable this.
- A new "About" box that follows the GNOME HIG...
- A new "Information" tab that tells you a bit about your computers' power
  management capability. This is very young and will have much more
  information in the future about batteries, UPS's etc. Help welcome.
- Lots of fixes and improvements to the core code, with thanks to Theetjuh
  and Myk Melez for testing the code so well.
- GNOME Power Manager now notifies you your battery is low *and* how much time
  you have remaining. This fixes a regression from 0.2.2.
- Working with GNOME Screensaver, we now work out the idle time so we can
  suspend or hibernate in a period of keyboard and mouse in-activity. 
  The load value is also computed, so we can avoid sleeping when CPU 
  intensive programs are left running, e.g. kernel compiles or simulations.

=============
Version 0.2.4
=============

Released September 21, 2005

- We now have an experimental yum repo that contains all the needed updates
  for a standard FC4 system.
  You do not now have to update your fedora system to the unstable
  rawhide repo. All packages have been built by me for FC4.
- Comboboxes now only have "sane" values available.
- Lots more code cleanups, and more modularization.
- 100% GLIB DBUS support - this is faster than libhal, but has not been tested
  much, and is disabled for now. Use ./configure --enable-glibhal to test.
- DBUS services now works, so we init g-p-m with just a query to 
  org.gnome.GnomePowerManager. This makes it easy to make sure g-p-m has been
  started, or to start g-p-m when we start Power Preferences.
- Now we control GNOME Screensaver so that we don't use screensavers on battery
  but just blank the screen.
- Lots of updates to the website.
- Fixed specfile to be in RedHat approved format.
- Now we only call SetLowPower if system.formfactor is laptop.
- We detect GNOME Screensaver at runtime, rather than with a configure option.

=============
Version 0.2.2
=============

Released September 07, 2005

- Fixed the problem where the notification icon wasn't being shown by default.
- We now check for the presence on the session and system dbus connections,
  and tell the user what they have to do, to fix the problem.
- New Polish translation by Michał Kastelik
- Switch to using org.gnome.GnomePowerManager rather than net.sf.GnomePower
- Add the new DBUS api calls isOnBattery(), isOnUps(), and isOnAC() and 
  remove isRunningOnMains().
- LCD slider brightness now adjusts the correct immediate state while on 
  battery power and AC.
- Fix from wrobell to fix compilation on PLD Linux.
- Made docbook2man optional. If this program is missing, the man files will 
  not be built.	Suggested by Eugenia Loli-Queru to fix Arch Linux compilation.
- Add lots more answered questions on the FAQ page.

=============
Version 0.2.1
=============

Released September 5, 2005

- The reboot and halt gconf typos have been fixed.
- Lots more code compliant with C99.
- gnome-power-manager now sports a --version argument.
- New Italian translation by Daniele Medri
- Fix a problem reported by Andrew Duggan where the incorrect ACPI reading was
  tripping up our over-zealous HAL checks.
- Rename LCDPanel to LaptopPanel to match HAL CVS. LCD brightness is
  officially supported now.
- Fix the combobox error for "Sleep Type"
- Website updated with a "bug reporting" section.

=============
Version 0.2.0
=============

Released August 31, 2005

- This new release brings lots of new features and updated translations.
- The preferences program now supports LCD brightness, and works with 
  gnome-screensaver to set the DPMS timeout for monitors.
- The website has been updated with a new design with lots more content.
- *WARNING* this program depends on new DBUS and HAL libraries to install, 
  due to the recent changes in HAL. See the new FAQ page 
  (http://gnome-power.sourceforge.net/faq.php) for more details.
- Working with HAL 0.5.4, lots of problems have been solved.
- This includes the need for a external DBUS daemon - now we use HAL to 
  launch scripts.
- Many more batteries are supported, as well as support for most of the 
  broken ACPI BIOSes.
- This release has had little testing (and a *lot* has changed internally 
  since 0.1.0), so expect a few bugs, and teething problems.
- The wait between 0.1.0 and 0.2.0 has been required for the newest HAL to be
  released. Expect more frequent releases in the future.

=============
Version 0.1.0
=============

Released July 12, 2005

- Massive changes!
- A new DBUS system daemon, pmscripts that you can edit for suspend2 or 
  swsup hibernation.
- Lots of new features including a full client API for shutdown/logoff 
  notification to applications.

=============
Version 0.0.5
=============

Released June 18, 2005

- PDA support
- Totally re-written backend and lots of architectural changes.
- Icons now generated on the fly, logging improved.
- Events now configuable, code tidied up.

=============
Version 0.0.4
=============

Released June 15, 2005

=============
Version 0.0.3
=============

Released April 17, 2005

- Lots of bugfixes, new features, new preferences program - supporting 
  wireless mice and keyboards, pda's and the usual laptop batteries...

=============
Version 0.0.2
=============

Released March 24, 2005

- Pre-release version, mostly proof of concept.
- Newer (and better :-) code is always found in CVS.
- Other ideas or comments welcome.