summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBill Wohler <wohler@newt.com>2006-11-13 04:39:51 +0000
committerBill Wohler <wohler@newt.com>2006-11-13 04:39:51 +0000
commit3032aa5a0bd1944d992945739c577b74761cb461 (patch)
tree93a56c557694fc98dd40cf96e584b04fc6ece204
parent97199514707638bf8b1744bfe2fac973c2e05412 (diff)
downloademacs-3032aa5a0bd1944d992945739c577b74761cb461.tar.gz
*** empty log message ***
-rw-r--r--lisp/mh-e/ChangeLog20
1 files changed, 15 insertions, 5 deletions
diff --git a/lisp/mh-e/ChangeLog b/lisp/mh-e/ChangeLog
index 8c36e3dcbf1..05c6ace5410 100644
--- a/lisp/mh-e/ChangeLog
+++ b/lisp/mh-e/ChangeLog
@@ -1,14 +1,24 @@
+2006-11-13 Bill Wohler <wohler@newt.com>
+
+ * mh-e.el (mh-alias-local-users): Boolean docstrings should start
+ with "Non-nil means". Perhaps this option should have a -flag
+ appended.
+ (mh-junk-background): Sync docstring with manual.
+
+ * mh-junk.el (mh-spamassassin-blacklist, mh-bogofilter-blacklist)
+ (mh-spamprobe-blacklist): Sync docstring with manual.
+
2006-11-11 Stephen Gildea <gildea@stop.mail-abuse.org>
* mh-junk.el (mh-spamassassin-blacklist, mh-spamassassin-whitelist):
- use mh-junk-background consistently in call-process calls.
+ Use mh-junk-background consistently in call-process calls.
* (mh-bogofilter-blacklist, mh-bogofilter-whitelist,
- mh-spamprobe-blacklist, mh-spamprobe-whitelist): use
+ mh-spamprobe-blacklist, mh-spamprobe-whitelist): Use
with-current-buffer so the right thing happens if
- mh-junk-background is t. (closes SF #1594802).
+ mh-junk-background is t (closes SF #1594802).
- * mh-e.el (mh-junk-background): document that On value is 0;
+ * mh-e.el (mh-junk-background): Document that On value is 0;
t may be used for debugging.
2006-11-10 Andreas Schwab <schwab@suse.de>
@@ -82,7 +92,7 @@
2006-06-15 Bill Wohler <wohler@newt.com>
* mh-search.el (mh-index-new-folder): Use -2 suffix instead of <2>
- suffix for folder names, as <> are illegal filenakme characters on
+ suffix for folder names, as <> are illegal filename characters on
Windows (closes SF #1507002).
2006-06-05 Jacob Morzinski <morzinski@MIT.EDU> (tiny change)