wmbutton: initTooltip has no argument
[dockapps.git] / wmacpi / ChangeLog
blobb4577894a9aaa02ec5ccbf5ff2b22e7048225919
1 2002 Feb 17 1.34
2     Updated ACPI statistics gathering code for the latest ACPI patch from
3     Intel. Now uses/checks for subsystem version 20020214+. Redone the version
4     check a little bit.
6 2001 Apr 29 1.33
7     Little fix to ACPI version check so that I don't have to make a new
8     version each time a new kernel comes out
10 2001 Mar 24 1.32
11     Split ACPI and APM portions in different source files
12     Added power_init() function - handles checking subsystem presence,
13     version, etc.  Enumerates batteries in ACPI implementation
14     ACPI: Beginnings of multiple battery support - not fully implemented
15     ACPI: Get the battery ID from /proc/acpi/battery instead of hard-coding
16           it in - also helps with multi battery stuff
17     Added some stupid command line help
18     Added -c option to set critical battery alarm level.  Defaults to
19     10 percent, and added -b option to make noise when this critical level
20     is reached
21     APM: Updated for critical alarm stuff
22     Made a 20 color "low" quality pixmap for machines running 8bit displays
23     Updated README with some stuff, made separate INSTALL file
25 2001 Mar 13 1.31
26     Update for intel ACPI release version 20010313
27     Minor updates for new /proc layout
29 2001 Mar 07 1.3
30     Update for intel ACPI release verion 20010302
31     Proc format changed a little bit, so updates were necessary.
32     Added a check for specific acpi subsystem version - since each
33     new version seems to have a new interface, better be safe than
34     sorry :)
35     As usual, please test and report to me.
37     This ONLY works with linux acpica 20010302.  Download this version from
38     http://developer.intel.com/technology/iapc/acpi/downloads.htm - it's a
39     patch against 2.4.2
41 2001 Feb 28 1.21
42     Finally read through the ACPI specification.  Hah, they had all my
43     questions answered :)  Thus,
45     Confirmed remaining percentage formula (correct)
47     Now calculate "time remaining" according to the spec formula
49     Removed "battery load" hack since we now have "time remaining"
51     Fixed bug in display_percentage (10% didn't display right)
53     Released version 1.21
55 2001 Feb 23 1.2
56     Added support for ACPI.  This is very untested, and not very clean.
57     This has been tested on machines with only ONE battery, and only
58     with kernel 2.4.2 (that's where ACPI started to work for me)
60     Added some hackery to do with ACPI.  Check README.
62     Released 1.2
64 2001 Jan 16 1.1
65     Fixed all the stuff so that wmapm works as advertised:
66         Fixed dumb bug where after charging was done new message didn't scroll.
68         Added support for fucked APM bioses that display stuff wrong. (See
69         README to learn how to enable it. Obviously, it's disabled by default)
70         
71         Reorganized apminfo structure and got rid of redundancy.
72         
73         Reorganized acquire_apm_info.  All APM data is processed there.
74         
75         Fixed display_state to do the Right Thing.
76         
77         Fixed red blinking button to actually blink on critical battery, and
78         to stop when it isn't critical anymore.  I don't think it ever worked
79         right in 1.0.
81     Created ChangeLog.
83     Updated README.
85     Released 1.1.