1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-06 11:55:48 +00:00

*** empty log message ***

This commit is contained in:
Eli Zaretskii 2004-06-04 16:08:11 +00:00
parent 062db3ecf4
commit 9742a3a6aa
2 changed files with 14 additions and 0 deletions

View File

@ -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*',

View File

@ -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