comparison lisp/ChangeLog @ 57143:b628e08b0230

(battery-linux-proc-apm): Use string-to-number. (battery-linux-proc-acpi): Ignore all hidden files in the battery dir. Use dolist (and less indentation). Use erase-buffer. Pre-initialize `design-capacity', `warn', and `low'. (battery-format): Use replace-regexp-in-string.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Sat, 18 Sep 2004 21:33:44 +0000
parents 8141776c84fb
children 319d48feb1e9
comparison
equal deleted inserted replaced
57142:53277dccf469 57143:b628e08b0230
1 2004-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * battery.el (battery-linux-proc-apm): Use string-to-number.
4 (battery-linux-proc-acpi): Ignore all hidden files in the battery dir.
5 Use dolist (and less indentation). Use erase-buffer.
6 Pre-initialize `design-capacity', `warn', and `low'.
7 (battery-format): Use replace-regexp-in-string.
8
1 2004-09-18 Ralph Schleicher <rs@nunatak.allgaeu.org> 9 2004-09-18 Ralph Schleicher <rs@nunatak.allgaeu.org>
2 10
3 * battery.el: Delete superfluous empty lines. 11 * battery.el: Delete superfluous empty lines.
4 (battery-linux-proc-acpi): Attempt to gather information from all 12 (battery-linux-proc-acpi): Attempt to gather information from all
5 battery subdirectories regardless of their file name. 13 battery subdirectories regardless of their file name.
13 * calc/calc-units.el (calc-quick-units): Fix overzealous 21 * calc/calc-units.el (calc-quick-units): Fix overzealous
14 s/or/unless/. 22 s/or/unless/.
15 23
16 2004-09-17 Romain Francoise <romain@orebokech.com> 24 2004-09-17 Romain Francoise <romain@orebokech.com>
17 25
18 * ibuf-ext.el (define-ibuffer-filter filename): Expand 26 * ibuf-ext.el (define-ibuffer-filter filename):
19 dired-directory since buffer-file-name is absolute. 27 Expand dired-directory since buffer-file-name is absolute.
20 28
21 2004-09-17 Dan Nicolaescu <dann@ics.uci.edu> 29 2004-09-17 Dan Nicolaescu <dann@ics.uci.edu>
22 30
23 * ediff-init.el (ediff-current-diff-face-A) 31 * ediff-init.el (ediff-current-diff-face-A)
24 (ediff-current-diff-face-B, ediff-current-diff-face-C) 32 (ediff-current-diff-face-B, ediff-current-diff-face-C)
30 (ediff-odd-diff-face-A, ediff-odd-diff-face-B) 38 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
31 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor): 39 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
32 Use min-colors. 40 Use min-colors.
33 41
34 * term.el (term-down): Perform vertical motion if DOWN is negative. 42 * term.el (term-down): Perform vertical motion if DOWN is negative.
35 (term-exec-1): Set both TERMCAP and TERMINFO 43 (term-exec-1): Set both TERMCAP and TERMINFO unconditionally.
36 unconditionally.
37 (term-termcap-format): Synchronyze with the eterm terminfo entry 44 (term-termcap-format): Synchronyze with the eterm terminfo entry
38 in etc/e/eterm.ti. 45 in etc/e/eterm.ti.
39 (term-handle-colors-array): If the current foreground or 46 (term-handle-colors-array): If the current foreground or
40 background are zero (i.e. unspecified), use the foreground and 47 background are zero (i.e. unspecified), use the foreground and
41 background of the default face for reverse video. 48 background of the default face for reverse video.
42 (term-ansi-at-eval-string, term-ansi-default-fg) 49 (term-ansi-at-eval-string, term-ansi-default-fg)
43 (term-ansi-default-bg, term-ansi-current-temp): Delete unused 50 (term-ansi-default-bg, term-ansi-current-temp): Delete unused variable.
44 variable.
45 (term-mem): Delete ununsed function. 51 (term-mem): Delete ununsed function.
46 (term-protocol-version): Increment. 52 (term-protocol-version): Increment.
47 (term-current-face): Set to default. 53 (term-current-face): Set to default.
48 54
49 2004-09-15 Thien-Thi Nguyen <ttn@gnu.org> 55 2004-09-15 Thien-Thi Nguyen <ttn@gnu.org>