dockapps/wmacpi/TODO
Doug Torrance ffd4b11477 wmacpi: Bump to version 2.2rc1.
Source obtained from http://sourceforge.net/projects/wmacpi/files/.

2007 July 14 2.2rc1
	Major changes to command line handling and to the way we use
	libdockapp, courtesy of Patrice Dumas. This should hopefully fix
	several long-standing bugs with non-wmaker window managers (in
	particular Debian bugs #280495 and 293546).

	Updated to support newer kernels that no longer support
	/proc/acpi/info - thanks to Samuel Ortiz.

	Fixed a longstanding issue with redrawing - thanks to Vito
	Caputo.

	This version changes a number of command line options (little used
	ones, but they're still incompatible changes) due to the
	libdockapp work. In particular, -w becomes -x, -v becomes -V (and
	takes an argument rather than being repeated), and -V becomes -v
	(thanks to libdockapp grabbing -h, -v and -w for itself). Also,
	long options are now supported for everything in wmacpi (but not
	acpi, since it doesn't use libdockapp for command line parsing).
2014-08-19 18:13:57 +01:00

53 lines
1.5 KiB
Plaintext

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