comparison lisp/mh-e/ChangeLog @ 67756:7ff92ad99326

* mh-alias.el (mh-alias-reload): Sync docstrings with manual. * mh-comp.el (mh-letter-mode): Use 60 column width. (mh-forward, mh-insert-signature, mh-send-letter): Sync docstrings with manual. (mh-yank-cur-msg): Mention that mh-ins-buf-prefix isn't used if you have added a mail-citation-hook and neither are used if you use one of the supercite flavors of mh-yank-behavior. Sync docstrings with manual. * mh-customize.el (mh-ins-buf-prefix, mh-yank-behavior): Mention that mh-ins-buf-prefix isn't used if you have added a mail-citation-hook and neither are used if you use one of the supercite flavors of mh-yank-behavior. Sync docstrings with manual. (mail-citation-hook): Delete. Use one in sendmail.el. (mh-signature-file-name, mh-after-commands-processed-hook) (mh-alias-reloaded-hook, mh-before-commands-processed-hook) (mh-before-quit-hook, mh-before-send-letter-hook) (mh-delete-msg-hook, mh-find-path-hook, mh-folder-mode-hook) (mh-forward-hook, mh-inc-folder-hook, mh-insert-signature-hook) (mh-kill-folder-suppress-prompt-hooks, mh-letter-mode-hook) (mh-mh-to-mime-hook, mh-pick-mode-hook, mh-quit-hook) (mh-refile-msg-hook, mh-show-hook, mh-show-mode-hook) (mh-unseen-updated-hook): Sync docstrings with manual. Use "Hook run by `function'..." instead of "Invoked...". * mh-e.el (mh-last-destination, mh-last-destination-folder) (mh-last-destination-write, mh-folder-mode-map, mh-arrow-marker) (mh-delete-list, mh-refile-list, mh-folders-changed) (mh-next-direction, mh-view-ops, mh-folder-view-stack) (mh-index-data, mh-first-msg-num, mh-last-msg-num) (mh-mode-line-annotation, mh-sequence-notation-history) (mh-colors-available-flag): Move comment into docstring. (mh-delete-msg, mh-execute-commands, mh-inc-folder, mh-quit, mh-process-commands): Sync docstrings with manual. (mh-refile-msg): Small doc edit. (mh-delete-a-msg, mh-refile-a-msg): Sync docstrings with manual. Rename msg argument to message. * mh-funcs.el (mh-kill-folder): Sync docstrings with manual. * mh-e.el (mh-update-unseen): No longer say "The value of `foo-hook' is a list of functions to be called, with no arguments, ...," but rather just "The hook foo-hook is called...". * mh-mime.el (mh-mh-to-mime): Ditto * mh-pick.el (mh-pick-mode): Ditto. * mh-utils.el (mh-showing-mode): Use uppercase for argument in docstring. (mh-seq-list, mh-seen-list, mh-showing-with-headers): Move comment into docstring. (mh-show-mode, mh-show-msg, mh-find-path): Sync docstrings with manual.
author Bill Wohler <wohler@newt.com>
date Fri, 23 Dec 2005 05:38:54 +0000
parents 98eba52a8481
children 488b4dbc7482
comparison
equal deleted inserted replaced
67755:0cdb122ad4db 67756:7ff92ad99326
1 2005-12-22 Bill Wohler <wohler@newt.com>
2
3 * mh-alias.el (mh-alias-reload): Sync docstrings with manual.
4
5 * mh-comp.el (mh-letter-mode): Use 60 column width.
6 (mh-forward, mh-insert-signature, mh-send-letter): Sync docstrings
7 with manual.
8 (mh-yank-cur-msg): Mention that mh-ins-buf-prefix isn't used if
9 you have added a mail-citation-hook and neither are used if you
10 use one of the supercite flavors of mh-yank-behavior. Sync
11 docstrings with manual.
12
13 * mh-customize.el (mh-ins-buf-prefix, mh-yank-behavior): Mention
14 that mh-ins-buf-prefix isn't used if you have added a
15 mail-citation-hook and neither are used if you use one of the
16 supercite flavors of mh-yank-behavior. Sync docstrings with
17 manual.
18 (mail-citation-hook): Delete. Use one in sendmail.el.
19 (mh-signature-file-name, mh-after-commands-processed-hook)
20 (mh-alias-reloaded-hook, mh-before-commands-processed-hook)
21 (mh-before-quit-hook, mh-before-send-letter-hook)
22 (mh-delete-msg-hook, mh-find-path-hook, mh-folder-mode-hook)
23 (mh-forward-hook, mh-inc-folder-hook, mh-insert-signature-hook)
24 (mh-kill-folder-suppress-prompt-hooks, mh-letter-mode-hook)
25 (mh-mh-to-mime-hook, mh-pick-mode-hook, mh-quit-hook)
26 (mh-refile-msg-hook, mh-show-hook, mh-show-mode-hook)
27 (mh-unseen-updated-hook): Sync docstrings with manual. Use "Hook
28 run by `function'..." instead of "Invoked...".
29
30 * mh-e.el (mh-last-destination, mh-last-destination-folder)
31 (mh-last-destination-write, mh-folder-mode-map, mh-arrow-marker)
32 (mh-delete-list, mh-refile-list, mh-folders-changed)
33 (mh-next-direction, mh-view-ops, mh-folder-view-stack)
34 (mh-index-data, mh-first-msg-num, mh-last-msg-num)
35 (mh-mode-line-annotation, mh-sequence-notation-history)
36 (mh-colors-available-flag): Move comment into docstring.
37 (mh-delete-msg, mh-execute-commands, mh-inc-folder, mh-quit,
38 mh-process-commands): Sync docstrings with manual.
39 (mh-refile-msg): Small doc edit.
40 (mh-delete-a-msg, mh-refile-a-msg): Sync docstrings with manual.
41 Rename msg argument to message.
42
43 * mh-funcs.el (mh-kill-folder): Sync docstrings with manual.
44
45 * mh-e.el (mh-update-unseen): No longer say "The value of
46 `foo-hook' is a list of functions to be called, with no arguments,
47 ...," but rather just "The hook foo-hook is called...".
48
49 * mh-mime.el (mh-mh-to-mime): Ditto
50
51 * mh-pick.el (mh-pick-mode): Ditto.
52
53 * mh-utils.el (mh-showing-mode): Use uppercase for argument in
54 docstring.
55 (mh-seq-list, mh-seen-list, mh-showing-with-headers): Move comment
56 into docstring.
57 (mh-show-mode, mh-show-msg, mh-find-path): Sync docstrings with
58 manual.
59
1 2005-12-19 Stephen Gildea 60 2005-12-19 Stephen Gildea
2 61
3 * mh-customize.el (mh-after-commands-processed-hook): New variable. 62 * mh-customize.el (mh-after-commands-processed-hook): New variable.
4 (mh-before-commands-processed-hook): mh-folder-updated-hook, renamed. 63 (mh-before-commands-processed-hook): mh-folder-updated-hook, renamed.
5 64