Mercurial > emacs
changeset 55905:61bcf6d17502
*** empty log message ***
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Fri, 04 Jun 2004 16:08:11 +0000 |
parents | f3be7c4dc1e6 |
children | b2c91984d5a2 |
files | lisp/ChangeLog src/ChangeLog |
diffstat | 2 files changed, 14 insertions(+), 0 deletions(-) [+] |
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*',
--- a/src/ChangeLog Fri Jun 04 16:05:56 2004 +0000 +++ b/src/ChangeLog Fri Jun 04 16:08:11 2004 +0000 @@ -1,3 +1,10 @@ +2004-06-04 Eli Zaretskii <eliz@gnu.org> + + * 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 <miles@gnu.org> * xfaces.c (tty_supports_face_attributes_p): New function, mostly