summaryrefslogtreecommitdiff
path: root/lisp/battery.el
AgeCommit message (Expand)Author
2023-03-10Avoid using Linux sysfs APIs to access battery state on AndroidPo Lu
2023-03-10Port Android battery status to Android 4.4 and earlierPo Lu
2023-02-25Update Android portPo Lu
2023-01-01; Add 2023 to copyright years.Eli Zaretskii
2022-10-06; * lisp/battery.el (battery-bsd-apm): No need for `executable-find'.Manuel Giraud
2022-10-06Fix BSD battery mode over TRAMP (bug#58307)Manuel Giraud
2022-08-17Fix Linux APM BIOS flag testing in battery.elBasil L. Contovounesios
2022-08-04Fix up some prefix registration problems in doc stringsLars Ingebrigtsen
2022-06-03; Improve documentation of 'battery-update-functions'Eli Zaretskii
2022-06-03Add a new user option battery-update-functionsLars Ingebrigtsen
2022-01-14(battery-status-function) Fix errors in TermuxLucien Cartier-Tilet
2022-01-03Implement AC line status for the Haiku battery functionPo Lu
2022-01-03Fix battery load calculation on HaikuPo Lu
2022-01-03Add support for the Haiku ACPI battery driverPo Lu
2022-01-01; Add 2022 to copyright years.Eli Zaretskii
2021-07-23'global-mode-string' elements should have a space at the endLars Ingebrigtsen
2021-02-18Fix typosMattias EngdegÄrd
2021-01-01Update copyright year to 2021Paul Eggert
2020-12-11* lisp/battery.el (battery--upower-devices): Protect the D-Bus call.Michael Albinus
2020-06-18Improve battery.el UPower supportBasil L. Contovounesios
2020-06-18Various battery.el improvements (bug#41808)Basil L. Contovounesios
2020-06-18Fix and extend format-spec (bug#41758)Basil L. Contovounesios
2020-06-06Improve battery status display via GNU/Linux sysfsEllington Santos
2020-02-06* lisp/battery.el: Use lexical-binding. Drop Redundant `:group`s.Stefan Monnier
2020-02-06Make 'M-x battery RET' work out-of-box for UPower users.Zajcev Evgeny
2020-01-01Update copyright year to 2020Paul Eggert
2019-09-21lisp/*.el: Fix typos and other trivial doc fixesJuanma Barranquero
2019-08-23Have `M-x battery' list all batteries under GNU/LinuxLars Ingebrigtsen
2019-05-26Update author/maintainer infoPaul Eggert
2019-03-13* lisp/battery.el (battery-bsd-apm): Group indices together; use pcaseStefan Monnier
2019-03-13* lisp/battery.el (battery-bsd-apm): Make it work on FreeBSDAhmed Khanzada
2019-02-22Avoid some double-rounding of Lisp timestampsPaul Eggert
2018-12-31Merge from origin/emacs-26Paul Eggert
2019-01-01Update copyright year to 2019Paul Eggert
2018-07-01Optionally add argument description in minor mode DOC (bug#10754)John Shahid
2018-01-01Update copyright year to 2018Paul Eggert
2017-09-13Prefer HTTPS to FTP and HTTP in documentationPaul Eggert
2017-01-29lisp/*.el: Fix some warningsJuanma Barranquero
2017-01-01Merge from origin/emacs-25Paul Eggert
2016-12-31Update copyright year to 2017Paul Eggert
2016-12-02Starting doc of user options with "*" is long obsoleteGlenn Morris
2016-12-02* lisp/battery.el: Add 'battery-upower' -- very fast battery status.Evgeny Zajcev
2016-11-19Merge from origin/emacs-25Paul Eggert
2016-11-17Update parameter :version to 26.1 in several defcustomTino Calancha
2016-11-06Modernize usage of 'macOS' in doc and commentsPaul Eggert
2016-09-30Fix compatibility with macOS 10.12 pmset (bug#24537)Alan Third
2016-04-16Extend battery.el to exotic power supply typesMatthew Leach
2016-02-20Report critical battery errorsMarcin Borkowski
2016-01-01Update copyright year to 2016Paul Eggert
2015-09-29; Remove extraneous "coding: utf-8" specifications in Elisp filesDmitry Gutov