2004-13-03 Release of wmacpiload-0.1.2-ac1 by Alan Carriou - Added support for multiple batteries, thermal sensors and ACs, with detection at run-time.(linux only) o Changed AcpiInfo structure, so that it contains the needed info (see NEWS for more information). o Added parse_dir() and dir_select() which parse a directory, such as /proc/acpi/battery. o Changed the part of init_stats() between "#ifdef linux" and "#endif" to detect all devices, using parse_dir(). o Changed acpi_read() to get the info about these devices. o Added switch_thermal() and switch_battery() functions, to choose, between available devices, which one we are looking after. o Added two lines in the main loop to call switch-thermal() or switch_battery() after a middle/right click. o Added some printf() debug messages to see if all this works, each one between "//debug" and "//". - Removed the .xvpics dir from the tarball. - Fixed help message "WM mails monitor dockapp" into "WM acpi monitor dockapp" - update() before the main loop, so that one does not have to wait the update interval to see the system state. - Added a few comments in main.c - Put a few ideas into TODO. 2003-28-03 Changed currcap and remain to be floating cars rather than int in order to fix a divide by zero problem.