diff options
| author | Bill Wohler | 2005-11-02 01:13:07 +0000 |
|---|---|---|
| committer | Bill Wohler | 2005-11-02 01:13:07 +0000 |
| commit | b2064e08398c5d5abfd21bcb4eb85e4de0349a4d (patch) | |
| tree | bf23cee9491f1585442df0687db33e54940ea3aa /lisp/mh-e/ChangeLog | |
| parent | 899481b730c37d959d466846299cc99f5f7c37fb (diff) | |
| download | emacs-b2064e08398c5d5abfd21bcb4eb85e4de0349a4d.tar.gz emacs-b2064e08398c5d5abfd21bcb4eb85e4de0349a4d.zip | |
* mh-comp.el (mh-redist-full-contents) Convert defvar to defcustom.
(mh-smail, mh-extract-rejected-mail, mh-forward, mh-redistribute)
(mh-reply, mh-send, mh-send-other-window)
(mh-fill-paragraph-function): Sync docstrings with manual.
* mh-customize.el (mh-redist-full-contents-flag): Convert defvar to
defcustom.
(mh-compose-forward-as-mime-flag)
(mh-compose-letter-function, mh-forward-subject-format)
(mh-insert-x-mailer-flag, mh-reply-default-reply-to)
(mh-reply-show-message-flag, mh-letter-mode-hook): Sync docstrings
with manual.
Diffstat (limited to 'lisp/mh-e/ChangeLog')
| -rw-r--r-- | lisp/mh-e/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/lisp/mh-e/ChangeLog b/lisp/mh-e/ChangeLog index e8e9c1c9baa..686b681da14 100644 --- a/lisp/mh-e/ChangeLog +++ b/lisp/mh-e/ChangeLog | |||
| @@ -1,5 +1,21 @@ | |||
| 1 | 2005-11-01 Bill Wohler <wohler@newt.com> | 1 | 2005-11-01 Bill Wohler <wohler@newt.com> |
| 2 | 2 | ||
| 3 | * mh-comp.el (mh-redist-full-contents) Convert defvar to | ||
| 4 | defcustom. | ||
| 5 | (mh-smail, mh-extract-rejected-mail, mh-forward, mh-redistribute) | ||
| 6 | (mh-reply, mh-send, mh-send-other-window) | ||
| 7 | (mh-fill-paragraph-function): Sync docstrings with manual. | ||
| 8 | (mh-edit-again, mh-extract-rejected-mail, mh-redistribute): Rename | ||
| 9 | msg argument to message (to make for a better docstring). | ||
| 10 | |||
| 11 | * mh-customize.el (mh-redist-full-contents-flag): Convert defvar | ||
| 12 | to defcustom. | ||
| 13 | (mh-compose-forward-as-mime-flag) | ||
| 14 | (mh-compose-letter-function, mh-forward-subject-format) | ||
| 15 | (mh-insert-x-mailer-flag, mh-reply-default-reply-to) | ||
| 16 | (mh-reply-show-message-flag, mh-letter-mode-hook): Sync docstrings | ||
| 17 | with manual. | ||
| 18 | |||
| 3 | * mh-print.el (mh-ps-spool-buffer, mh-ps-spool-a-msg) | 19 | * mh-print.el (mh-ps-spool-buffer, mh-ps-spool-a-msg) |
| 4 | (mh-ps-print-msg): Remove debugging messages. | 20 | (mh-ps-print-msg): Remove debugging messages. |
| 5 | (mh-ps-print-msg-show, mh-ps-print-msg-show) | 21 | (mh-ps-print-msg-show, mh-ps-print-msg-show) |