comparison lisp/ChangeLog @ 83207:4df500c93e1d

Merged in changes from CVS trunk. Patches applied: * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-552 Merge from gnus--rel--5.10 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-553 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-554 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-555 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-556 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-557 Update from CVS * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-27 Use the same directory explicit id-tags as Emacs where possible * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-28 Update from CVS * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-29 Update from CVS git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-247
author Karoly Lorentey <lorentey@elte.hu>
date Mon, 20 Sep 2004 09:41:18 +0000
parents b5dee7c1d483 5350f17d0a78
children c06211125947
comparison
equal deleted inserted replaced
83206:b5dee7c1d483 83207:4df500c93e1d
1 2004-09-19 Stefan <monnier@iro.umontreal.ca>
2
3 * subr.el (event-basic-type): Fix mask (extend to 22bits).
4
5 2004-09-18 Luc Teirlinck <teirllm@auburn.edu>
6
7 * textmodes/enriched.el (enriched-rerun-flag): New variable.
8 (enriched-before-change-major-mode): New function.
9 Add it to `change-major-mode-hook'.
10 (enriched-after-change-major-mode): New function.
11 Add it to `after-change-major-mode-hook'.
12 (enriched-mode): Make it work correctly if called from
13 `after-change-major-mode-hook'.
14 No longer set `indent-line-function'.
15
16 * simple.el (fundamental-mode): Run `after-change-major-mode-hook'.
17
18 * subr.el (after-change-major-mode-hook): New variable.
19 (run-mode-hooks): Implement it.
20
21 2004-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
22
23 * battery.el (battery-linux-proc-apm): Use string-to-number.
24 (battery-linux-proc-acpi): Ignore all hidden files in the battery dir.
25 Use dolist (and less indentation). Use erase-buffer.
26 Pre-initialize `design-capacity', `warn', and `low'.
27 (battery-format): Use replace-regexp-in-string.
28
29 2004-09-18 Ralph Schleicher <rs@nunatak.allgaeu.org>
30
31 * battery.el: Delete superfluous empty lines.
32 (battery-linux-proc-acpi): Attempt to gather information from all
33 battery subdirectories regardless of their file name.
34 (battery-linux-proc-apm): Replace all occurrences of
35 battery-hex-to-int-2 with string-to-int (base 16).
36 (battery-hex-to-int-2, battery-hex-to-int): Delete functions.
37 (battery-hex-map): Delete variable.
38
39 2004-09-18 John Paul Wallington <jpw@gnu.org>
40
41 * calc/calc-units.el (calc-quick-units): Fix overzealous
42 s/or/unless/.
43
44 2004-09-17 Romain Francoise <romain@orebokech.com>
45
46 * ibuf-ext.el (define-ibuffer-filter filename):
47 Expand dired-directory since buffer-file-name is absolute.
48
49 2004-09-17 Dan Nicolaescu <dann@ics.uci.edu>
50
51 * ediff-init.el (ediff-current-diff-face-A)
52 (ediff-current-diff-face-B, ediff-current-diff-face-C)
53 (ediff-current-diff-face-Ancestor)
54 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
55 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
56 (ediff-even-diff-face-A, ediff-even-diff-face-B)
57 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
58 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
59 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
60 Use min-colors.
61
62 * term.el (term-down): Perform vertical motion if DOWN is negative.
63 (term-exec-1): Set both TERMCAP and TERMINFO unconditionally.
64 (term-termcap-format): Synchronyze with the eterm terminfo entry
65 in etc/e/eterm.ti.
66 (term-handle-colors-array): If the current foreground or
67 background are zero (i.e. unspecified), use the foreground and
68 background of the default face for reverse video.
69 (term-ansi-at-eval-string, term-ansi-default-fg)
70 (term-ansi-default-bg, term-ansi-current-temp): Delete unused variable.
71 (term-mem): Delete ununsed function.
72 (term-protocol-version): Increment.
73 (term-current-face): Set to default.
74
1 2004-09-15 Thien-Thi Nguyen <ttn@gnu.org> 75 2004-09-15 Thien-Thi Nguyen <ttn@gnu.org>
2 76
3 * vc.el (annotate-time): Document point handling. 77 * vc.el (annotate-time): Document point handling.
4 (vc-annotate-display-autoscale): Doc fix. 78 (vc-annotate-display-autoscale): Doc fix.
5 79