comparison lisp/ChangeLog @ 64100:c6ee0b5bbd40

*** empty log message ***
author Lute Kamstra <lute@gnu.org>
date Tue, 05 Jul 2005 13:32:07 +0000
parents 8de69b9cbdf6
children e663ffe2941f
comparison
equal deleted inserted replaced
64099:6401c3973c58 64100:c6ee0b5bbd40
1 2005-07-04 Lute Kamstra <lute@gnu.org> 1 2005-07-05 Lute Kamstra <lute@gnu.org>
2 2
3 * battery.el: Add support for Darwin (with much debugging help 3 * battery.el: Add support for Darwin (with much debugging help
4 from Samuel Lauber <sam124@operamail.com>). 4 from Samuel Lauber <sam124@operamail.com>).
5 (battery-status-function, battery-echo-area-format) 5 (battery-status-function, battery-echo-area-format)
6 (battery-mode-line-format): Add support for pmset on Darwin. 6 (battery-mode-line-format): Add support for pmset on Darwin.
7 (battery-load-low, battery-load-critical): New user options. 7 (battery-load-low, battery-load-critical): New user options.
8 (battery-pmset): New function. 8 (battery-pmset): New function.
9
10 2005-07-05 Lute Kamstra <lute@gnu.org>
11
12 Update FSF's address in GPL notices.
13
14 * textmodes/page-ext.el: Update FSF's address.
9 15
10 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca> 16 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
11 17
12 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive 18 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
13 filling from using prefix when filling a single-line docstring. 19 filling from using prefix when filling a single-line docstring.