aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorRichard M. Stallman2004-01-27 19:01:24 +0000
committerRichard M. Stallman2004-01-27 19:01:24 +0000
commitf5ea26f8ec93457d25c7ebf4cb7b1d2baf00d7f5 (patch)
tree9c1a71a37d96a7c9dbcbe3198dd5a86aeb465037 /lisp/ChangeLog
parent6e74cce2f95ed5304b25a7c1842f4ad58b939768 (diff)
downloademacs-f5ea26f8ec93457d25c7ebf4cb7b1d2baf00d7f5.tar.gz
emacs-f5ea26f8ec93457d25c7ebf4cb7b1d2baf00d7f5.zip
Change rmail-spam-filter- or spam-filter-
or rmail-spam- to rsf- in all function and variable names. (rsf-min-region-to-spam-list): New variable. (rsf-bbdb-auto-delete-spam-entries): Renamed from rmail-bbdb-auto-delete-spam-bbdb-entries. The cc: field is scanned together with the recipients field for spam testing; Don't delete spam message if rmail-delete-after-output is non-nil; (check-field) New function, extracted from code in rmail-spam-filter to ease addition of header fields like content-type:. (message-content-type) New variable. The content-type: field was added also in defcustom of rsf-definitions-alist; (rmail-spam-filter): Replace repeated test code for header fields by calls to check-field; change the call to rmail-output-to-rmail-file such that rmail-current-message stays the same to avoid wrong deletion of unseen flags. (rmail-use-spam-filter): Add autoload cookie.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog34
1 files changed, 34 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 788231e9210..d4aecda9e1a 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,37 @@
12004-01-27 Eli Tziperman <eli@deas.harvard.edu>
2
3 * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter-
4 or rmail-spam- to rsf- in all function and variable names.
5 (rsf-min-region-to-spam-list): New variable.
6 (rsf-bbdb-auto-delete-spam-entries): Renamed from
7 rmail-bbdb-auto-delete-spam-bbdb-entries. The cc: field is
8 scanned together with the recipients field for spam testing; Don't
9 delete spam message if rmail-delete-after-output is non-nil;
10 (check-field) New function, extracted from code in
11 rmail-spam-filter to ease addition of header fields like
12 content-type:;
13 (message-content-type) New variable. The content-type: field was
14 added also in defcustom of rsf-definitions-alist;
15 (rmail-spam-filter): Replace repeated test code for header fields
16 by calls to check-field; change the call to
17 rmail-output-to-rmail-file such that rmail-current-message stays
18 the same to avoid wrong deletion of unseen flags.
19 (rmail-use-spam-filter): Add autoload cookie.
20
212004-01-27 Sat Jari Aalto <jari.aalto@poboxes.com>
22
23 * filecache.el
24 (file-cache-find-posix-p): New function. Detect Cygwin.
25 (file-cache-add-directory-using-find): Added Cygwin support.
26 (file-cache-find-command-posix-flag): New user variable.
27
28 * filecache.el (file-cache-add-directory): Check for
29 directories an remove them from dir-files.
30
312004-01-27 Richard M. Stallman <rms@gnu.org>
32
33 * man.el (Man-fontify-manpage): Clean up message.
34
12004-01-27 Kenichi Handa <handa@m17n.org> 352004-01-27 Kenichi Handa <handa@m17n.org>
2 36
3 * textmodes/paragraphs.el (sentence-end-without-space): New variable. 37 * textmodes/paragraphs.el (sentence-end-without-space): New variable.