Mercurial > emacs
comparison lisp/ChangeLog @ 83211:b85b19b8eb65
Merged in changes from CVS trunk.
Patches applied:
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-567
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-568
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-569
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-570
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-571
Merge from gnus--rel--5.10
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-572
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-573
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-574
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-575
Merge from gnus--rel--5.10
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-576
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-577
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-578
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-579
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-580
Merge from gnus--rel--5.10
* miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-31
Update from CVS
* miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-32
Update from CVS
* miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-33
Update from CVS
* miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-34
Merge from emacs--cvs-trunk--0
* miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-35
Update from CVS
* miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-36
Update from CVS
* miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-37
Update from CVS
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-251
author | Karoly Lorentey <lorentey@elte.hu> |
---|---|
date | Wed, 29 Sep 2004 08:38:15 +0000 |
parents | c06211125947 fc40eb786614 |
children | f70dc61a797f |
comparison
equal
deleted
inserted
replaced
83210:e2877f047180 | 83211:b85b19b8eb65 |
---|---|
1 2004-09-23 H,Ae(Bkon Malmedal <hmalmedal@yahoo.no> | 1 2004-09-28 Stefan <monnier@iro.umontreal.ca> |
2 | |
3 * dired.el (dired-view-command-alist): Use more efficient regexps. | |
4 Remove dubious arguments. | |
5 (dired-align-file): New function. | |
6 (dired-insert-directory): Use it. | |
7 (dired-move-to-end-of-filename): Make the " -> " search more specific. | |
8 (dired-buffers-for-dir): Remove unused var `pattern'. | |
9 | |
10 2004-09-29 Kim F. Storm <storm@cua.dk> | |
11 | |
12 * progmodes/gdb-ui.el (breakpoint): Define as fringe bitmap. | |
13 (gdb-mouse-toggle-breakpoint): Fix fringe-bitmaps-at-pos usage. | |
14 (gdb-put-breakpoint-icon): Use breakpoint bitmap. | |
15 | |
16 * fringe.el (fringe-bitmap-p): New macro. | |
17 (fringe-bitmaps): Add standard fringe bitmaps on load. | |
18 | |
19 2004-09-28 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change) | |
20 | |
21 * calendar/diary-lib.el (list-diary-entries): Save diary buffer | |
22 from diary display excursion. Store diary buffer's point for | |
23 `simple-diary-display'. | |
24 (simple-diary-display): Set window point and start when | |
25 displaying buffer, to preserve point. | |
26 | |
27 2004-09-27 Luc Teirlinck <teirllm@auburn.edu> | |
28 | |
29 * textmodes/enriched.el (enriched-translations): Replace defconst | |
30 with defvar. | |
31 | |
32 2004-09-26 Vinicius Jose Latorre <viniciusjl@ig.com.br> | |
33 | |
34 * printing.el: Doc fix. | |
35 (pr-version): New version number (6.8.1). | |
36 (pr-ps-file-using-ghostscript): Use make-temp-file instead of | |
37 make-temp-name. | |
38 (pr-delete-file): Check if file exists before deleting it. Reported by | |
39 Lennart Borgman <lennart.borgman.073@student.lu.se>. | |
40 | |
41 2004-09-26 Stefan <monnier@iro.umontreal.ca> | |
42 | |
43 * term.el (term-display-table): New variable. | |
44 (term-mode): Use it. | |
45 (term-exec-1): Set the coding system to binary. | |
46 (term-emulate-terminal): Decode the string before inserting it. | |
47 | |
48 2004-09-26 Dan Nicolaescu <dann@ics.uci.edu> | |
49 | |
50 * term.el (term-ansi-at-eval-string, term-ansi-default-fg) | |
51 (term-ansi-default-bg, term-ansi-current-temp): Delete unused | |
52 vars. | |
53 (map): Bind S-prior, S-next and S-insert. | |
54 (term-mode): Set `indent-tabs-mode' to nil. | |
55 (term-paste): New function to be bound to S-insert. | |
56 (term-send-del, term-send-backspace): Change the strings sent. | |
57 (term-termcap-format): Synchronyze with etc/e/eterm.ti. | |
58 (term-handle-colors-array): Fix handling of underline and reverse. | |
59 (term-handle-ansi-escape): Do not handle smcup/rmcup. Add | |
60 comments. | |
61 (term-erase-in-line): Fix comparison. | |
62 (term-emulate-terminal): Fix line wrap handling. | |
63 (term-start-output-log): Renamed from `term-set-output-log'. | |
64 (term-stop-output-log): Renamed from `term-stop-photo'. | |
65 (term-switch-to-alternate-sub-buffer): Comment out, unused. | |
66 | |
67 2004-09-25 Stefan <monnier@iro.umontreal.ca> | |
68 | |
69 * dired.el (dired-move-to-filename): Don't output a message if | |
70 raise-error is non-nil. Fix return position and value. | |
71 | |
72 * files.el (insert-directory): Obey --dired even with symlinks. | |
73 | |
74 2004-09-25 Lars Hansen <larsh@math.ku.dk> | |
75 | |
76 * ls-lisp.el (ls-lisp-format): Mark file names with property | |
77 dired-filename. | |
78 | |
79 2004-09-25 Kim F. Storm <storm@cua.dk> | |
80 | |
81 * ido.el (ido-max-directory-size): New defcustom. | |
82 (ido-decorations): Add "too big" element. | |
83 (ido-directory-too-big): New dynamic var. | |
84 (ido-may-cache-directory): Don't cache big directories. | |
85 (ido-directory-too-big-p): New defun. | |
86 (ido-set-current-directory): Update ido-directory-too-big. | |
87 (ido-read-internal): Make empty ido-cur-item if too-big. | |
88 (ido-buffer-internal): Use ido-read-internal directly instead of | |
89 ido-read-buffer. | |
90 (ido-file-internal): Init ido-directory-too-big. | |
91 (ido-complete): <TAB> If ido-directory-too-big is set, clear it, | |
92 and redo completion with full list. | |
93 (ido-toggle-ignore): <C-a> If ido-directory-too-big is set, clear | |
94 it, and show completions. | |
95 (ido-all-completions): Let bind ido-directory-too-big to nil. | |
96 (ido-exhibit): Handle ido-directory-too-big. | |
97 (ido-read-buffer): Handle fallback to read-buffer. | |
98 Init ido-directory-too-big. | |
99 (ido-read-file-name, ido-read-directory-name, ido-completing-read): | |
100 Init ido-directory-too-big. | |
101 | |
102 2004-09-24 Luc Teirlinck <teirllm@auburn.edu> | |
103 | |
104 * subr.el (delay-mode-hooks): Doc fix. | |
105 | |
106 2004-09-23 Luc Teirlinck <teirllm@auburn.edu> | |
107 | |
108 * textmodes/enriched.el | |
109 (enriched-default-text-properties-local-flag): New variable. | |
110 (enriched-mode): Make sure that enabling and disabling the mode is | |
111 a no-op. Doc fix. | |
112 | |
113 2004-09-23 H,Ae(Bkon Malmedal <hmalmedal@yahoo.no> (tiny change) | |
2 | 114 |
3 * calendar/holidays.el (holiday-advent): Report on a specified day | 115 * calendar/holidays.el (holiday-advent): Report on a specified day |
4 offset from advent, not just advent. | 116 offset from advent, not just advent. |
5 (holiday-easter-etc): Report on one specified day offset from | 117 (holiday-easter-etc): Report on one specified day offset from |
6 easter, not all easter holidays. Various Easter holidays moved to | 118 easter, not all easter holidays. Various Easter holidays moved to |