2 * Make sure that everything works properly on modern kernels.
5 * Correctly handle changing batteries at runtime, if possible. Note
6 the bug reported by Joey Hess against wmacpi 1.33 . . .
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.
16 * Fix the non-deb installation - as it stands, it doesn't even try.
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?
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?).
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.
52 -- Simon Fowler, <simon@himi.org>