Mercurial > emacs
comparison lisp/ChangeLog @ 83047:55d4fe5962fd
Merged in changes from CVS HEAD
Patches applied:
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-104
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-105
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-106
Update from CVS
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-87
author | Karoly Lorentey <lorentey@elte.hu> |
---|---|
date | Fri, 20 Feb 2004 15:41:31 +0000 |
parents | 968e8c7ff1f4 0bd193dbb599 |
children | 6034d48182e8 |
comparison
equal
deleted
inserted
replaced
83046:8ba4eb224be7 | 83047:55d4fe5962fd |
---|---|
1 2004-02-19 Simon Josefsson <jas@extundo.com> | |
2 | |
3 * play/morse.el: Fix typo. | |
4 (morse-code): Add @. | |
5 | |
6 2004-02-19 Glenn Morris <gmorris@ast.cam.ac.uk> | |
7 | |
8 * calendar/appt.el (appt-display-format): Change default to | |
9 'ignore, for backwards compatability. | |
10 (appt-display-message): If appt-display-format is 'ignore, | |
11 respect old vars appt-msg-window and appt-visible. | |
12 (appt-activate): Don't depend on return value of cancel-timer. | |
13 | |
14 * calendar/calendar.el (calendar-holidays): Doc fix. | |
15 | |
16 * calendar/cal-coptic.el (coptic-prompt-for-date): | |
17 Use assoc-string instead of assoc-ignore-case. | |
18 * calendar/cal-french.el (calendar-goto-french-date): Ditto. | |
19 * calendar/cal-hebrew.el (calendar-goto-hebrew-date) | |
20 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto. | |
21 * calendar/cal-islam.el (calendar-goto-islamic-date) | |
22 (mark-islamic-diary-entries): Ditto. | |
23 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto. | |
24 * calendar/cal-mayan.el (calendar-read-mayan-haab-date) | |
25 (calendar-read-mayan-tzolkin-date): Ditto. | |
26 * calendar/calendar.el (calendar-read-date): Ditto. | |
27 * calendar/diary-lib.el (mark-diary-entries): Ditto. | |
28 | |
1 2004-02-18 Markus Rost <rost@mathematik.uni-bielefeld.de> | 29 2004-02-18 Markus Rost <rost@mathematik.uni-bielefeld.de> |
2 | 30 |
3 * progmodes/executable.el (executable-command-find-posix-p): Fix | 31 * progmodes/executable.el (executable-command-find-posix-p): |
4 choice of the directory. | 32 Fix choice of the directory. |
5 | 33 |
6 2004-02-17 Luc Teirlinck <teirllm@auburn.edu> | 34 2004-02-17 Luc Teirlinck <teirllm@auburn.edu> |
7 | 35 |
8 * simple.el (interprogram-cut-function) | 36 * simple.el (interprogram-cut-function) |
9 (interprogram-paste-function, kill-new, kill-append): | 37 (interprogram-paste-function, kill-new, kill-append): |
53 | 81 |
54 2004-02-16 Eli Tziperman <eli@deas.harvard.edu> | 82 2004-02-16 Eli Tziperman <eli@deas.harvard.edu> |
55 | 83 |
56 * rmail-spam-filter.el: (vm-use-spam-filter) | 84 * rmail-spam-filter.el: (vm-use-spam-filter) |
57 (rsf-min-region-length-added-to-spam-list): New variables. | 85 (rsf-min-region-length-added-to-spam-list): New variables. |
58 (rsf-bbdb-auto-delete-spam-bbdb-entries): Renamed from | 86 (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from |
59 rmail-bbdb-auto-delete-spam-entries. Added cc: to recipients for | 87 rmail-bbdb-auto-delete-spam-entries. Added cc: to recipients for |
60 spam testing. Don't delete spam message if automatic deletion | 88 spam testing. Don't delete spam message if automatic deletion |
61 after output via variable rmail-delete-after-output is turned on. | 89 after output via variable rmail-delete-after-output is turned on. |
62 (rsf-bbdb-dont-create-entries-for-deleted-messages): Renamed from | 90 (rsf-bbdb-dont-create-entries-for-deleted-messages): Rename from |
63 rsf-bbdb-dont-create-entries-for-spam. | 91 rsf-bbdb-dont-create-entries-for-spam. |
64 (check-field): New function, extracted from code in | 92 (check-field): New function, extracted from code in |
65 rmail-spam-filter to ease addition of header fields like | 93 rmail-spam-filter to ease addition of header fields like |
66 content-type. | 94 content-type. |
67 (message-content-type): New variable to check the content-type: | 95 (message-content-type): New variable to check the content-type: |
68 field added, also in defcustom of rsf-definitions-alist. | 96 field added, also in defcustom of rsf-definitions-alist. |
69 (rmail-spam-filter): Replace repeated test code for header fields | 97 (rmail-spam-filter): Replace repeated test code for header fields |
70 by calls to check-field; change the call to | 98 by calls to check-field; change the call to |
71 rmail-output-to-rmail-file such that rmail-current-message stays | 99 rmail-output-to-rmail-file such that rmail-current-message stays |
72 the same to avoid wrong deletion of unseen | 100 the same to avoid wrong deletion of unseen flags. |
73 flags. | |
74 (rsf-add-contents-type): New function to convert old format | 101 (rsf-add-contents-type): New function to convert old format |
75 of rmail-spam-definitions-alist into new one. | 102 of rmail-spam-definitions-alist into new one. |
76 Changed prefixes of all variables and functions from | 103 Change prefixes of all variables and functions from |
77 rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-. | 104 rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-. |
78 | 105 |
79 2004-02-16 Eli Zaretskii <eliz@elta.co.il> | 106 2004-02-16 Eli Zaretskii <eliz@elta.co.il> |
80 | 107 |
81 * loadhist.el (unload-hook-features-list): New defvar. | 108 * loadhist.el (unload-hook-features-list): New defvar. |
95 * subr.el (match-string-no-properties): Use substring-no-properties. | 122 * subr.el (match-string-no-properties): Use substring-no-properties. |
96 | 123 |
97 2004-02-16 Eli Zaretskii <eliz@elta.co.il> | 124 2004-02-16 Eli Zaretskii <eliz@elta.co.il> |
98 | 125 |
99 * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not) | 126 * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not) |
100 (rx-repeat, rx-check-backref, rx-syntax, rx-to-string): Use | 127 (rx-repeat, rx-check-backref, rx-syntax, rx-to-string): |
101 lower-case "rx" in all error message. | 128 Use lower-case "rx" in all error message. |
102 | 129 |
103 2004-02-16 Dave Love <fx@gnu.org> | 130 2004-02-16 Dave Love <fx@gnu.org> |
104 | 131 |
105 * emacs-lisp/rx.el (rx-or): Put group around result. | 132 * emacs-lisp/rx.el (rx-or): Put group around result. |
106 (rx-constituents): Add backref. | 133 (rx-constituents): Add backref. |
123 Autorevert: Add support to detect changed dired buffers and for | 150 Autorevert: Add support to detect changed dired buffers and for |
124 VC controlled files. | 151 VC controlled files. |
125 * autorevert.el (auto-revert-active-p, auto-revert-list-diff) | 152 * autorevert.el (auto-revert-active-p, auto-revert-list-diff) |
126 (auto-revert-dired-file-list, auto-revert-dired-changed-p) | 153 (auto-revert-dired-file-list, auto-revert-dired-changed-p) |
127 (auto-revert-handler, auto-revert-active-p): New functions. | 154 (auto-revert-handler, auto-revert-active-p): New functions. |
128 (auto-revert-buffers): Moved revert logic to `auto-revert-handler' | 155 (auto-revert-buffers): Move revert logic to `auto-revert-handler' |
129 and `auto-revert-active-p'. | 156 and `auto-revert-active-p'. |
130 (eval-when-compile): Defvar dired-directory and vc-mode. | 157 (eval-when-compile): Defvar dired-directory and vc-mode. |
131 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p) | 158 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p) |
132 (auto-revert-handler-vc): New functions. | 159 (auto-revert-handler-vc): New functions. |
133 | 160 |
186 (ses-mode-map): Use them. | 213 (ses-mode-map): Use them. |
187 (ses-read-number) New fun. Duplicates code from interactive "N" spec. | 214 (ses-read-number) New fun. Duplicates code from interactive "N" spec. |
188 | 215 |
189 2004-02-14 Martin Stjernholm <bug-cc-mode@gnu.org> | 216 2004-02-14 Martin Stjernholm <bug-cc-mode@gnu.org> |
190 | 217 |
191 * Makefile.in: Fixed the CC Mode recompile kludge so it works | 218 * Makefile.in: Fix the CC Mode recompile kludge so it works |
192 when building in a different directory. | 219 when building in a different directory. |
193 | 220 |
194 2004-02-13 Luc Teirlinck <teirllm@auburn.edu> | 221 2004-02-13 Luc Teirlinck <teirllm@auburn.edu> |
195 | 222 |
196 * simple.el (kill-new): Put yank-handler property on the entire string. | 223 * simple.el (kill-new): Put yank-handler property on the entire string. |
224 | |
225 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca> | |
226 | |
227 * diff.el: Don't use compile any more, use diff-mode instead. | |
228 (diff-regexp-alist, diff-old-file, diff-new-file) | |
229 (diff-parse-differences, diff-process-setup): Remove. | |
230 (diff-sentinel): New fun. | |
231 (diff): Use it. Run the process ourselves. | |
232 Use diff-mode for the rest of the processing. | |
233 | |
234 * diff.el (diff): Simplify code handling `switch'. | |
197 | 235 |
198 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca> | 236 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca> |
199 | 237 |
200 * pcvs-defs.el (cvs-menu): Add `tag'. | 238 * pcvs-defs.el (cvs-menu): Add `tag'. |
201 | 239 |