aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2004-09-18 21:33:44 +0000
committerStefan Monnier2004-09-18 21:33:44 +0000
commit0f4a15f89c4363a259741ddaebd36db5d43fb76c (patch)
treee94fb9acd8cd7c57984fe43ec4629b26dcebd7f3 /lisp/ChangeLog
parent4bd65cb9acafc1f0e63ca213ffa974afea47057e (diff)
downloademacs-0f4a15f89c4363a259741ddaebd36db5d43fb76c.tar.gz
emacs-0f4a15f89c4363a259741ddaebd36db5d43fb76c.zip
(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.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog18
1 files changed, 12 insertions, 6 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 6fd4579c785..8e86fdd3d19 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,11 @@
12004-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
12004-09-18 Ralph Schleicher <rs@nunatak.allgaeu.org> 92004-09-18 Ralph Schleicher <rs@nunatak.allgaeu.org>
2 10
3 * battery.el: Delete superfluous empty lines. 11 * battery.el: Delete superfluous empty lines.
@@ -15,8 +23,8 @@
15 23
162004-09-17 Romain Francoise <romain@orebokech.com> 242004-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
212004-09-17 Dan Nicolaescu <dann@ics.uci.edu> 292004-09-17 Dan Nicolaescu <dann@ics.uci.edu>
22 30
@@ -32,16 +40,14 @@
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.