comparison lisp/mh-e/ChangeLog @ 67988:7882fc7df359

* mh-alias.el (mh-alias-grab-from-field): Remove leading * from docstring. Does this mean something in a defun? * mh-customize.el (bw-new-face-to-old, bw-old-face-to-new): Checkdoc fix. * mh-e.el (mh-inc-folder): Rename maildrop-name argument to file so it reads better in docstring and manual. Sync docstring with manual. * mh-init.el (mh-defface-compat): Remove trailing space (checkdoc). * mh-alias.el (mh-alias-apropos): Sync docstring with manual. * mh-comp.el (mh-redistribute, mh-to-field, mh-to-fcc) (mh-insert-auto-fields, mh-send-letter, mh-yank-cur-msg) (mh-fully-kill-draft, mh-open-line, mh-letter-complete) (mh-letter-complete-or-space, mh-letter-confirm-address) (mh-letter-next-header-field-or-indent) (mh-letter-previous-header-field): Ditto. * mh-customize.el (mh-alias-completion-ignore-case-flag) (mh-default-folder-for-message-function, mh-mml-method-default) (mh-signature-file-name, mh-yank-behavior, mh-show-hook) (mh-show-mode-hook) Ditto. * mh-e.el (mh-refile-or-write-again, mh-toggle-showing): Ditto. * mh-funcs.el (mh-pipe-msg, mh-sort-folder, mh-undo-folder) (mh-store-msg, mh-store-buffer): Ditto * mh-index.el (mh-index-search, mh-index-do-search) (mh-index-next-folder, mh-index-sequenced-messages): Ditto. * mh-junk.el (mh-spamassassin-blacklist): Ditto. * mh-mime.el (mh-mh-compose-external-compressed-tar) (mh-mh-compose-external-type, mh-mh-to-mime, mh-mh-to-mime-undo) (mh-mml-secure-message-sign, mh-mml-secure-message-encrypt) (mh-mml-secure-message-signencrypt): Ditto * mh-pick.el (mh-search-folder): Ditto. * mh-seq.el (mh-widen): Ditto. * mh-utils.el (mh-show, mh-modify): Ditto.
author Bill Wohler <wohler@newt.com>
date Tue, 03 Jan 2006 06:13:43 +0000
parents fb7a11feb83e
children 08bdaa28d0d2
comparison
equal deleted inserted replaced
67987:121a9a222aab 67988:7882fc7df359
1 2006-01-02 Bill Wohler <wohler@newt.com>
2
3 * mh-alias.el (mh-alias-grab-from-field): Remove leading * from
4 docstring. Does this mean something in a defun?
5
6 * mh-customize.el (bw-new-face-to-old, bw-old-face-to-new):
7 Checkdoc fix.
8
9 * mh-e.el (mh-inc-folder): Rename maildrop-name argument to file
10 so it reads better in docstring and manual. Sync docstring with
11 manual.
12
13 * mh-init.el (mh-defface-compat): Remove trailing space (checkdoc).
14
15 * mh-alias.el (mh-alias-apropos): Sync docstring with manual.
16
17 * mh-comp.el (mh-redistribute, mh-to-field, mh-to-fcc)
18 (mh-insert-auto-fields, mh-send-letter, mh-yank-cur-msg)
19 (mh-fully-kill-draft, mh-open-line, mh-letter-complete)
20 (mh-letter-complete-or-space, mh-letter-confirm-address)
21 (mh-letter-next-header-field-or-indent)
22 (mh-letter-previous-header-field): Ditto.
23
24 * mh-customize.el (mh-alias-completion-ignore-case-flag)
25 (mh-default-folder-for-message-function, mh-mml-method-default)
26 (mh-signature-file-name, mh-yank-behavior, mh-show-hook)
27 (mh-show-mode-hook) Ditto.
28
29 * mh-e.el (mh-refile-or-write-again, mh-toggle-showing): Ditto.
30
31 * mh-funcs.el (mh-pipe-msg, mh-sort-folder, mh-undo-folder)
32 (mh-store-msg, mh-store-buffer): Ditto
33
34 * mh-index.el (mh-index-search, mh-index-do-search)
35 (mh-index-next-folder, mh-index-sequenced-messages): Ditto.
36
37 * mh-junk.el (mh-spamassassin-blacklist): Ditto.
38
39 * mh-mime.el (mh-mh-compose-external-compressed-tar)
40 (mh-mh-compose-external-type, mh-mh-to-mime, mh-mh-to-mime-undo)
41 (mh-mml-secure-message-sign, mh-mml-secure-message-encrypt)
42 (mh-mml-secure-message-signencrypt): Ditto
43
44 * mh-pick.el (mh-search-folder): Ditto.
45
46 * mh-seq.el (mh-widen): Ditto.
47
48 * mh-utils.el (mh-show, mh-modify): Ditto.
49
1 2006-01-02 Mark D. Baushke <mdb@gnu.org> 50 2006-01-02 Mark D. Baushke <mdb@gnu.org>
2 51
3 * mh-mime.el (mh-mml-unsecure-message): Remove unused argument. 52 * mh-mime.el (mh-mml-unsecure-message): Remove unused argument.
4 53
5 2006-01-01 Bill Wohler <wohler@newt.com> 54 2006-01-01 Bill Wohler <wohler@newt.com>