Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Switch license to GPLv3 or later. | Glenn Morris | 2007-07-25 | 1 | -1/+1 |
| | |||||
* | Add 2007 to copyright years. | Glenn Morris | 2007-01-21 | 1 | -1/+1 |
| | |||||
* | (battery-linux-proc-acpi): Use ignore-errors around calls to directory-files. | Richard M. Stallman | 2007-01-10 | 1 | -4/+6 |
| | |||||
* | (battery-search-for-one-match-in-files): Fix typo in docstring. | Juanma Barranquero | 2007-01-08 | 1 | -1/+1 |
| | |||||
* | 2006-11-05 Micha�Cadilhac <michael.cadilhac@lrde.org> | Romain Francoise | 2006-11-05 | 1 | -40/+25 |
| | | | | | | | | * battery.el (battery-linux-proc-acpi): Search an ac_adapter in `/proc/acpi/ac_adapter/*'. Ditto for the thermometers in `/proc/acpi/thermal_zone/*'. (battery-search-for-one-match-in-files): New. Search a regexp in the content of some files. | ||||
* | * battery.el (battery-linux-proc-acpi): Prevent range error when | Chong Yidong | 2006-11-01 | 1 | -0/+1 |
| | | | | `full-capacity' is 0. | ||||
* | (battery-linux-proc-acpi): Also try `/proc/acpi/thermal_zone/THR2/temperature'. | Juri Linkov | 2006-05-09 | 1 | -0/+8 |
| | |||||
* | (battery-linux-proc-acpi): Check `capacity' for non-nil | Juri Linkov | 2006-03-11 | 1 | -2/+2 |
| | | | | before comparing with `low' and `warn'. | ||||
* | (battery-echo-area-format): Doc fix. | Richard M. Stallman | 2006-03-11 | 1 | -10/+32 |
| | | | | | | (battery-mode-line-format): Likewise. (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise. (battery-linux-proc-acpi): Ignore batteries that say "charged". | ||||
* | Update years in copyright notice; nfc. | Thien-Thi Nguyen | 2006-02-06 | 1 | -1/+1 |
| | |||||
* | (battery-linux-proc-acpi): Handle "last full capacity". | Richard M. Stallman | 2006-01-19 | 1 | -4/+13 |
| | |||||
* | (battery-linux-proc-acpi): Also try | Romain Francoise | 2005-12-25 | 1 | -0/+8 |
| | | | | `/proc/acpi/thermal_zone/THM0/temperature'. | ||||
* | (battery-status-function): Don't use ignore-errors. | Lute Kamstra | 2005-08-11 | 1 | -4/+5 |
| | |||||
* | Update years in copyright notice; nfc. | Thien-Thi Nguyen | 2005-08-06 | 1 | -2/+2 |
| | |||||
* | Add support for Darwin (with much debugging help from Samuel Lauber | Lute Kamstra | 2005-07-05 | 1 | -6/+81 |
| | | | | | | | | <sam124@operamail.com>). (battery-status-function, battery-echo-area-format) (battery-mode-line-format): Add support for pmset on Darwin. (battery-load-low, battery-load-critical): New user options. (battery-pmset): New function. | ||||
* | Update FSF's address. | Lute Kamstra | 2005-07-04 | 1 | -2/+2 |
| | |||||
* | (battery-linux-proc-apm): Fix typo in docstring. | Lute Kamstra | 2005-07-01 | 1 | -42/+39 |
| | | | | | Catch errors with ignore-errors. Use temporary buffer. (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'. | ||||
* | (display-battery-mode): Specify :group. | Lute Kamstra | 2005-04-04 | 1 | -1/+1 |
| | |||||
* | (display-battery-mode): Rename from display-battery. | Stefan Monnier | 2005-01-04 | 1 | -7/+10 |
| | | | | Handle the case where it gets turned off. | ||||
* | (battery-mode-line-format): Remove initial spaces. | Richard M. Stallman | 2004-12-27 | 1 | -9/+11 |
| | |||||
* | (battery-linux-proc-apm): Use string-to-number. | Stefan Monnier | 2004-09-18 | 1 | -82/+60 |
| | | | | | | | (battery-linux-proc-acpi): Ignore all hidden files in the battery dir. Use dolist (and less indentation). Use erase-buffer. Pre-initialize `design-capacity', `warn', and `low'. (battery-format): Use replace-regexp-in-string. | ||||
* | Delete superfluous empty lines. | Eli Zaretskii | 2004-09-18 | 1 | -77/+60 |
| | | | | | | | | | (battery-linux-proc-acpi): Attempt to gather information from all battery subdirectories regardless of their file name. (battery-linux-proc-apm): Replace all occurrences of battery-hex-to-int-2 with string-to-int (base 16). (battery-hex-to-int-2, battery-hex-to-int): Delete functions. (battery-hex-map): Delete variable. | ||||
* | (battery-linux-proc-acpi): Look into battery | Eli Zaretskii | 2004-08-14 | 1 | -1/+1 |
| | | | | | directories matching the literal string "CMB", too (required for Linux kernel version 2.6.7). | ||||
* | (battery-linux-proc-acpi): mA was hardcored, but some | Eli Zaretskii | 2004-06-04 | 1 | -13/+32 |
| | | | | | | systems appear to use mW, make the code handle this. Fix a division-by-zero bug while at it, and handle kernels with a slightly different layout in /proc/acpi. | ||||
* | 2003-09-10 Mario Lang <mlang@delysid.org> | Alex Schroeder | 2003-09-10 | 1 | -5/+5 |
| | | | | | | Update Commentary and Copyright. (battery-linux-proc-acpi): Fix a bug in %b which made "!" never appear due to wrong ordering of the expressions in `or'. | ||||
* | (battery-linux-proc-acpi): New function. | Eli Zaretskii | 2003-09-06 | 1 | -3/+108 |
| | | | | | | | (battery-status-function): Modified default value calculation to also check for availability of ACPI. (battery-echo-area-format): Ditto. (battery-mode-line-format): Ditto. | ||||
* | Add arch taglines | Miles Bader | 2003-09-01 | 1 | -0/+1 |
| | |||||
* | (battery-insert-file-contents): Obsolete function removed. | Noah Friedman | 2001-12-10 | 1 | -19/+1 |
| | | | | | (battery-read-function): Obsolete function removed. (battery-linux-proc-apm): Use insert-file-contents. | ||||
* | Fix typo. | Pavel Janík | 2001-08-08 | 1 | -1/+1 |
| | |||||
* | Some fixes to follow coding conventions. | Pavel Janík | 2001-07-16 | 1 | -1/+1 |
| | |||||
* | (battery-update): Add help-echo. | Gerd Moellmann | 2001-07-05 | 1 | -7/+8 |
| | | | | From Pavel Jan,Bm(Bk <Pavel@Janik.cz>. | ||||
* | (battery-status-function): Fix doc, :type. | Dave Love | 2001-02-15 | 1 | -3/+3 |
| | |||||
* | (display-battery): Use `add-to-list'. | Miles Bader | 2000-10-10 | 1 | -4/+2 |
| | |||||
* | (display-battery): Doc spelling fix. | Thien-Thi Nguyen | 2000-10-10 | 1 | -2/+2 |
| | |||||
* | Change author's mail address. | Gerd Moellmann | 2000-07-07 | 1 | -1/+1 |
| | |||||
* | (battery): Doc fix. | Gerd Moellmann | 1999-12-14 | 1 | -1/+1 |
| | |||||
* | (battery-linux-proc-apm): Re-use the temporary buffer. | Richard M. Stallman | 1998-03-30 | 1 | -4/+4 |
| | | | | (battery-insert-file-contents): Disable code conversion. | ||||
* | Customized. | Stephen Eglen | 1998-03-07 | 1 | -10/+24 |
| | |||||
* | Fixed spelling of `autoload' magic cookies. | Richard M. Stallman | 1998-03-06 | 1 | -2/+2 |
| | |||||
* | (battery-linux-proc-apm-regexp): Load percentage | Karl Heuer | 1998-02-25 | 1 | -15/+15 |
| | | | | | and remaining time have to match negative values. (battery-linux-proc-apm): Initialize void %-sequences. | ||||
* | Fix copyright and copying permissions. | Richard M. Stallman | 1997-07-09 | 1 | -6/+6 |
| | |||||
* | Initial revision | Richard M. Stallman | 1997-06-22 | 1 | -0/+279 |