wmacpi: Fix -Wunused-but-set-variable compiler warning.
[dockapps.git] / wmacpi / TODO
blob44feb861e2f654f8f35448e6221a6e2c8a2ca4d5
1 2007 July 13 2.2rc1
2  * Make sure that everything works properly on modern kernels.
4 2004 January 18 1.99r3
5  * Correctly handle changing batteries at runtime, if possible. Note
6    the bug reported by Joey Hess against wmacpi 1.33 . . .
8 2003 November 23 1.99
9  * Expand libacpi to handle everything else under
10    /proc/acpi. Basically, make it into a full ACPI reporting library.
12  * Make the command line tool a complete replacement for Grahame
13    Bowland's acpi tool, so that wmacpi won't conflict with it.
15 2003 July 6 0.50
16  * Fix the non-deb installation - as it stands, it doesn't even try.
18  * Yet more cleanups.
20 2003 June 24 0.14
22  * Still more code cleanups - there's a considerable amount of dumb
23    stuff in there still . . .
25  * Display time left for battery charging. But first make sure that
26    this will actually work with other systems.
28  * Turn libacpi into a real library?
30 2003 May 30 0.10
32  * More code cleanups, particularly in the various display functions.
34  * Full handling of multiple batteries.
36  * Add some kind of progressive display of power consumption, roughly
37    similar to what wmmon displays for cpu usage (possibly as a
38    completely seperate display mode, or possibly as a replacement for
39    the (completely useless) button).
41  * Drop APM support (maybe?).
43 2003 May 26 0.2a
45  * Restructure power state handling - split it into a boolean AC
46    on/off and a battery status flag.
48  * Expand the APMInfo struct to be more useful.
50  * Code cleanups . . .
52  -- Simon Fowler, <simon@himi.org>