diff lisp/ChangeLog @ 55905:61bcf6d17502

*** empty log message ***
author Eli Zaretskii <eliz@gnu.org>
date Fri, 04 Jun 2004 16:08:11 +0000
parents 084530cb1b2f
children 6c54cd601a14
line wrap: on
line diff
--- a/lisp/ChangeLog	Fri Jun 04 16:05:56 2004 +0000
+++ b/lisp/ChangeLog	Fri Jun 04 16:08:11 2004 +0000
@@ -1,3 +1,10 @@
+2004-06-04  Mario Lang  <mlang@delysid.org>
+
+	* battery.el (battery-linux-proc-acpi): mA was hardcored, but some
+	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.
+
 2004-06-03  Karl Fogel  <kfogel@red-bean.com>
 
 	* vc-svn.el (vc-svn-checkin): Use 'nconc' instead of 'list*',