Mercurial > emacs
comparison lisp/ChangeLog @ 54084:0bd193dbb599
*** empty log message ***
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Thu, 19 Feb 2004 20:25:17 +0000 |
parents | 326f995edc57 |
children | a594de19dfd0 55d4fe5962fd |
comparison
equal
deleted
inserted
replaced
54083:16821fe4a0bf | 54084:0bd193dbb599 |
---|---|
11 respect old vars appt-msg-window and appt-visible. | 11 respect old vars appt-msg-window and appt-visible. |
12 (appt-activate): Don't depend on return value of cancel-timer. | 12 (appt-activate): Don't depend on return value of cancel-timer. |
13 | 13 |
14 * calendar/calendar.el (calendar-holidays): Doc fix. | 14 * calendar/calendar.el (calendar-holidays): Doc fix. |
15 | 15 |
16 * calendar/cal-coptic.el (coptic-prompt-for-date): Use | 16 * calendar/cal-coptic.el (coptic-prompt-for-date): |
17 assoc-string instead of assoc-ignore-case. | 17 Use assoc-string instead of assoc-ignore-case. |
18 * calendar/cal-french.el (calendar-goto-french-date): Ditto. | 18 * calendar/cal-french.el (calendar-goto-french-date): Ditto. |
19 * calendar/cal-hebrew.el (calendar-goto-hebrew-date) | 19 * calendar/cal-hebrew.el (calendar-goto-hebrew-date) |
20 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto. | 20 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto. |
21 * calendar/cal-islam.el (calendar-goto-islamic-date) | 21 * calendar/cal-islam.el (calendar-goto-islamic-date) |
22 (mark-islamic-diary-entries): Ditto. | 22 (mark-islamic-diary-entries): Ditto. |
26 * calendar/calendar.el (calendar-read-date): Ditto. | 26 * calendar/calendar.el (calendar-read-date): Ditto. |
27 * calendar/diary-lib.el (mark-diary-entries): Ditto. | 27 * calendar/diary-lib.el (mark-diary-entries): Ditto. |
28 | 28 |
29 2004-02-18 Markus Rost <rost@mathematik.uni-bielefeld.de> | 29 2004-02-18 Markus Rost <rost@mathematik.uni-bielefeld.de> |
30 | 30 |
31 * progmodes/executable.el (executable-command-find-posix-p): Fix | 31 * progmodes/executable.el (executable-command-find-posix-p): |
32 choice of the directory. | 32 Fix choice of the directory. |
33 | 33 |
34 2004-02-17 Luc Teirlinck <teirllm@auburn.edu> | 34 2004-02-17 Luc Teirlinck <teirllm@auburn.edu> |
35 | 35 |
36 * simple.el (interprogram-cut-function) | 36 * simple.el (interprogram-cut-function) |
37 (interprogram-paste-function, kill-new, kill-append): | 37 (interprogram-paste-function, kill-new, kill-append): |
81 | 81 |
82 2004-02-16 Eli Tziperman <eli@deas.harvard.edu> | 82 2004-02-16 Eli Tziperman <eli@deas.harvard.edu> |
83 | 83 |
84 * rmail-spam-filter.el: (vm-use-spam-filter) | 84 * rmail-spam-filter.el: (vm-use-spam-filter) |
85 (rsf-min-region-length-added-to-spam-list): New variables. | 85 (rsf-min-region-length-added-to-spam-list): New variables. |
86 (rsf-bbdb-auto-delete-spam-bbdb-entries): Renamed from | 86 (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from |
87 rmail-bbdb-auto-delete-spam-entries. Added cc: to recipients for | 87 rmail-bbdb-auto-delete-spam-entries. Added cc: to recipients for |
88 spam testing. Don't delete spam message if automatic deletion | 88 spam testing. Don't delete spam message if automatic deletion |
89 after output via variable rmail-delete-after-output is turned on. | 89 after output via variable rmail-delete-after-output is turned on. |
90 (rsf-bbdb-dont-create-entries-for-deleted-messages): Renamed from | 90 (rsf-bbdb-dont-create-entries-for-deleted-messages): Rename from |
91 rsf-bbdb-dont-create-entries-for-spam. | 91 rsf-bbdb-dont-create-entries-for-spam. |
92 (check-field): New function, extracted from code in | 92 (check-field): New function, extracted from code in |
93 rmail-spam-filter to ease addition of header fields like | 93 rmail-spam-filter to ease addition of header fields like |
94 content-type. | 94 content-type. |
95 (message-content-type): New variable to check the content-type: | 95 (message-content-type): New variable to check the content-type: |
96 field added, also in defcustom of rsf-definitions-alist. | 96 field added, also in defcustom of rsf-definitions-alist. |
97 (rmail-spam-filter): Replace repeated test code for header fields | 97 (rmail-spam-filter): Replace repeated test code for header fields |
98 by calls to check-field; change the call to | 98 by calls to check-field; change the call to |
99 rmail-output-to-rmail-file such that rmail-current-message stays | 99 rmail-output-to-rmail-file such that rmail-current-message stays |
100 the same to avoid wrong deletion of unseen | 100 the same to avoid wrong deletion of unseen flags. |
101 flags. | |
102 (rsf-add-contents-type): New function to convert old format | 101 (rsf-add-contents-type): New function to convert old format |
103 of rmail-spam-definitions-alist into new one. | 102 of rmail-spam-definitions-alist into new one. |
104 Changed prefixes of all variables and functions from | 103 Change prefixes of all variables and functions from |
105 rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-. | 104 rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-. |
106 | 105 |
107 2004-02-16 Eli Zaretskii <eliz@elta.co.il> | 106 2004-02-16 Eli Zaretskii <eliz@elta.co.il> |
108 | 107 |
109 * loadhist.el (unload-hook-features-list): New defvar. | 108 * loadhist.el (unload-hook-features-list): New defvar. |
123 * subr.el (match-string-no-properties): Use substring-no-properties. | 122 * subr.el (match-string-no-properties): Use substring-no-properties. |
124 | 123 |
125 2004-02-16 Eli Zaretskii <eliz@elta.co.il> | 124 2004-02-16 Eli Zaretskii <eliz@elta.co.il> |
126 | 125 |
127 * 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) |
128 (rx-repeat, rx-check-backref, rx-syntax, rx-to-string): Use | 127 (rx-repeat, rx-check-backref, rx-syntax, rx-to-string): |
129 lower-case "rx" in all error message. | 128 Use lower-case "rx" in all error message. |
130 | 129 |
131 2004-02-16 Dave Love <fx@gnu.org> | 130 2004-02-16 Dave Love <fx@gnu.org> |
132 | 131 |
133 * emacs-lisp/rx.el (rx-or): Put group around result. | 132 * emacs-lisp/rx.el (rx-or): Put group around result. |
134 (rx-constituents): Add backref. | 133 (rx-constituents): Add backref. |
151 Autorevert: Add support to detect changed dired buffers and for | 150 Autorevert: Add support to detect changed dired buffers and for |
152 VC controlled files. | 151 VC controlled files. |
153 * autorevert.el (auto-revert-active-p, auto-revert-list-diff) | 152 * autorevert.el (auto-revert-active-p, auto-revert-list-diff) |
154 (auto-revert-dired-file-list, auto-revert-dired-changed-p) | 153 (auto-revert-dired-file-list, auto-revert-dired-changed-p) |
155 (auto-revert-handler, auto-revert-active-p): New functions. | 154 (auto-revert-handler, auto-revert-active-p): New functions. |
156 (auto-revert-buffers): Moved revert logic to `auto-revert-handler' | 155 (auto-revert-buffers): Move revert logic to `auto-revert-handler' |
157 and `auto-revert-active-p'. | 156 and `auto-revert-active-p'. |
158 (eval-when-compile): Defvar dired-directory and vc-mode. | 157 (eval-when-compile): Defvar dired-directory and vc-mode. |
159 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p) | 158 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p) |
160 (auto-revert-handler-vc): New functions. | 159 (auto-revert-handler-vc): New functions. |
161 | 160 |
214 (ses-mode-map): Use them. | 213 (ses-mode-map): Use them. |
215 (ses-read-number) New fun. Duplicates code from interactive "N" spec. | 214 (ses-read-number) New fun. Duplicates code from interactive "N" spec. |
216 | 215 |
217 2004-02-14 Martin Stjernholm <bug-cc-mode@gnu.org> | 216 2004-02-14 Martin Stjernholm <bug-cc-mode@gnu.org> |
218 | 217 |
219 * Makefile.in: Fixed the CC Mode recompile kludge so it works | 218 * Makefile.in: Fix the CC Mode recompile kludge so it works |
220 when building in a different directory. | 219 when building in a different directory. |
221 | 220 |
222 2004-02-13 Luc Teirlinck <teirllm@auburn.edu> | 221 2004-02-13 Luc Teirlinck <teirllm@auburn.edu> |
223 | 222 |
224 * 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'. | |
225 | 235 |
226 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca> | 236 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca> |
227 | 237 |
228 * pcvs-defs.el (cvs-menu): Add `tag'. | 238 * pcvs-defs.el (cvs-menu): Add `tag'. |
229 | 239 |