From 9742a3a6aa065d47fb252656d8a4b6b4aef5b8f5 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Fri, 4 Jun 2004 16:08:11 +0000 Subject: [PATCH] *** empty log message *** --- lisp/ChangeLog | 7 +++++++ src/ChangeLog | 7 +++++++ 2 files changed, 14 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 4db9aaad655..eec17efea2e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,10 @@ +2004-06-04 Mario Lang + + * 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 * vc-svn.el (vc-svn-checkin): Use 'nconc' instead of 'list*', diff --git a/src/ChangeLog b/src/ChangeLog index 5c87b950403..7b3acf8f578 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,10 @@ +2004-06-04 Eli Zaretskii + + * xfaces.c (x_supports_face_attributes_p): Make this function + conditional on HAVE_WINDOW_SYSTEM. + (Fdisplay_supports_face_attributes_p) [HAVE_WINDOW_SYSTEM]: Don't + call x_supports_face_attributes_p if it was not compiled in. + 2004-06-04 Miles Bader * xfaces.c (tty_supports_face_attributes_p): New function, mostly -- 2.39.5