diff options
| author | Eli Zaretskii | 2004-06-04 16:08:11 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2004-06-04 16:08:11 +0000 |
| commit | 9742a3a6aa065d47fb252656d8a4b6b4aef5b8f5 (patch) | |
| tree | 6faaf31eeb6b117757a9474a2f1e53920f6cbce7 /lisp | |
| parent | 062db3ecf4071c42579a7b6e0619a6f3dac1f40c (diff) | |
| download | emacs-9742a3a6aa065d47fb252656d8a4b6b4aef5b8f5.tar.gz emacs-9742a3a6aa065d47fb252656d8a4b6b4aef5b8f5.zip | |
*** empty log message ***
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ChangeLog | 7 |
1 files changed, 7 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 @@ | |||
| 1 | 2004-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 | |||
| 1 | 2004-06-03 Karl Fogel <kfogel@red-bean.com> | 8 | 2004-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*', |