aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2004-06-04 16:08:11 +0000
committerEli Zaretskii2004-06-04 16:08:11 +0000
commit9742a3a6aa065d47fb252656d8a4b6b4aef5b8f5 (patch)
tree6faaf31eeb6b117757a9474a2f1e53920f6cbce7
parent062db3ecf4071c42579a7b6e0619a6f3dac1f40c (diff)
downloademacs-9742a3a6aa065d47fb252656d8a4b6b4aef5b8f5.tar.gz
emacs-9742a3a6aa065d47fb252656d8a4b6b4aef5b8f5.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog7
-rw-r--r--src/ChangeLog7
2 files changed, 14 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 4db9aaad655..eec17efea2e 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,10 @@
12004-06-04 Mario Lang <mlang@delysid.org>
2
3 * battery.el (battery-linux-proc-acpi): mA was hardcored, but some
4 systems appear to use mW, make the code handle this. Fix a
5 division-by-zero bug while at it, and handle kernels with
6 a slightly different layout in /proc/acpi.
7
12004-06-03 Karl Fogel <kfogel@red-bean.com> 82004-06-03 Karl Fogel <kfogel@red-bean.com>
2 9
3 * vc-svn.el (vc-svn-checkin): Use 'nconc' instead of 'list*', 10 * 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 @@
12004-06-04 Eli Zaretskii <eliz@gnu.org>
2
3 * xfaces.c (x_supports_face_attributes_p): Make this function
4 conditional on HAVE_WINDOW_SYSTEM.
5 (Fdisplay_supports_face_attributes_p) [HAVE_WINDOW_SYSTEM]: Don't
6 call x_supports_face_attributes_p if it was not compiled in.
7
12004-06-04 Miles Bader <miles@gnu.org> 82004-06-04 Miles Bader <miles@gnu.org>
2 9
3 * xfaces.c (tty_supports_face_attributes_p): New function, mostly 10 * xfaces.c (tty_supports_face_attributes_p): New function, mostly