diff options
| author | Bill Wohler | 2005-12-02 05:54:33 +0000 |
|---|---|---|
| committer | Bill Wohler | 2005-12-02 05:54:33 +0000 |
| commit | 553fb7353b8ff4a44d28521f0f39f66d1e89a65b (patch) | |
| tree | d3dc3cfa5068d723b011f0d3698aa91868e1c055 /lisp/mh-e/ChangeLog | |
| parent | 1a18223ec4b5a7f8fc8cbaa88bf2aa9457bf6d9f (diff) | |
| download | emacs-553fb7353b8ff4a44d28521f0f39f66d1e89a65b.tar.gz emacs-553fb7353b8ff4a44d28521f0f39f66d1e89a65b.zip | |
* mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style instead
of mh-highlight-citation-p.
(mh-letter-toggle-header-field-display): "Ellipsed" isn't a word, I
think, so use "truncated".
* mh-customize.el (mh-folder, mh-folder-faces): Group's manual section
is Folders, not Organizing. Parent of mh-folder-faces is mh-folder,
not mh-show.
(mh-speed): Rename to mh-speedbar for consistency with mh-toolbar.
(mh-thread): New group that corresponds with manual's Threading
chapter.
(mh-letter-faces): Group's manual section is Editing Drafts, not
Sending Mail.
(mh-sortm-args): New customization variable that used to be a defvar.
(mh-index-new-messages-folders, mh-index-ticked-messages-folders):
Move from mh-index group to mh-folders group.
(mh-alias-local-users-prefix, mh-large-folder)
(mh-recursive-folders-flag, mh-before-quit-hook)
(mh-folder-mode-hook, mh-kill-folder-suppress-prompt-hook)
(mh-quit-hook, mh-refile-msg-hook): Move from mh-show group to
mh-folder group.
(mh-highlight-citation-style): Rename from mh-highlight-citation-p.
Sync docstrings with manual.
(mh-mhl-format-file): Rename from mhl-formfile. Sync docstrings with
manual.
(mh-show-threads-flag): Move from mh-show group to mh-thread group.
(mh-find-path-hook): Move from mh-show group to mh-e group.
(mh-folder-updated-hook): Add to mh-folder group.
(mh-forward-hook): Move from mh-folder to mh-sending-mail group.
(mh-unseen-updated-hook): Move from mh-show to mh-sequences group.
(mh-bury-show-buffer-flag, mh-clean-message-header-flag)
(mh-decode-mime-flag, mh-display-buttons-for-alternatives-flag)
(mh-display-buttons-for-inline-parts-flag)
(mh-do-not-confirm-flag, mh-fetch-x-image-url)
(mh-graphical-smileys-flag, mh-graphical-emphasis-flag)
(mh-invisible-header-fields-default, mh-invisible-header-fields)
(mh-lpr-command-format, mh-max-inline-image-height)
(mh-max-inline-image-width)
(mh-mime-save-parts-default-directory, mh-print-background-flag)
(mh-show-maximum-size, mh-show-use-goto-addr-flag)
(mh-show-use-xface-flag, mh-store-default-directory)
(mh-summary-height, mh-delete-msg-hook
(mh-show-hook, mh-show-mode-hook): Sync docstrings with manual.
* mh-e.el (mh-scan-format-mh, mh-scan-good-msg-regexp)
(mh-scan-deleted-msg-regexp, mh-scan-refiled-msg-regexp)
(mh-scan-cur-msg-number-regexp, mh-scan-subject-regexp): Use
non-fontification instead of non-fontifying.
(mh-header-display): Use mh-mhl-format-file instead of mhl-formfile.
Sync docstrings with manual.
(mh-next-undeleted-msg, mh-previous-undeleted-msg): Rename arg to
count. Sync docstrings with manual.
(mh-refile-or-write-again): Use output from mh-write-msg-to-file so
that message doesn't change when using this command. Sync docstrings
with manual.
(mh-page-msg, mh-previous-page): Rename arg to lines. Sync docstrings
with manual.
(mh-write-msg-to-file): Rename msg to message. Rename no-headers to
no-header. Sync docstrings with manual.
(mh-ps-print-map): Delete keybindings for deleted commands
mh-ps-print-toggle-mime and mh-ps-print-msg-show.
(mh-help-messages): Updated printing help.
(mh-delete-msg, mh-delete-msg-no-motion, mh-first-msg)
(mh-last-msg, mh-previous-unread-msg, mh-next-button)
(mh-prev-button, mh-folder-toggle-mime-part)
(mh-folder-inline-mime-part, mh-folder-save-mime-part)
(mh-next-unread-msg, mh-toggle-mime-buttons): Sync docstrings with
manual.
* mh-funcs.el (mh-sortm-args): Now a customization option and in
mh-customize.el.
(mh-pipe-msg): Rename include-headers to include-header. Sync
docstrings with manual.
(mh-burst-digest, mh-page-digest, mh-page-digest-backwards)
(mh-store-msg): Sync docstrings with manual.
* mh-mime.el (mh-mime-save-parts): Rename arg to prompt. Sync
docstrings with manual.
(mh-toggle-mh-decode-mime-flag): Use English in message, not Lisp.
Sync docstrings with manual.
(mh-mm-display-part, mh-mm-inline-message): Use
mh-highlight-citation-style instead of mh-highlight-citation-p.
(mh-press-button): Sync docstrings with manual.
(mh-display-with-external-viewer): Fix default output in minibuffer.
Sync docstrings with manual.
* mh-print.el: (mh-ps-print-mime, mh-ps-print-toggle-mime): Deleted.
(mh-ps-print-color-option): Incorporate docstring from
ps-print-color-p.
(mh-ps-spool-buffer): Remove unused code. Fix indent. Slimline
docstring.
(mh-ps-spool-msg): Slimline docstring. Rename from mh-ps-spool-a-msg.
Rewrote to use existing show buffer when available.
(mh-ps-print-range): Extract method from common code in
mh-ps-print-msg and mh-ps-print-msg-file.
(mh-ps-print-preprint): Clean docstring. Use filename "mh-%s".
(mh-ps-print-msg-show): Delete. Can use either mh-ps-print-msg-show or
mh-ps-print-msg-show to same effect with new code in mh-ps-spool-msg.
(mh-print-msg): Use mh-mhl-format-file instead of mhl-formfile. Sync
docstrings with manual.
(mh-ps-print-msg, mh-ps-print-msg-file)
(mh-ps-print-toggle-faces, mh-ps-print-toggle-color): Sync docstrings
with manual.
* mh-utils.el (mh-show-ps-print-msg-show)
(mh-show-ps-print-toggle-mime): Delete.
(mh-show-ps-print-map): Updated accordingly.
(mh-show-mode): Use mh-highlight-citation-style instead of
mh-highlight-citation-p.
(mh-show-xface, mh-display-msg): Use mh-mhl-format-file instead of
mhl-formfile.
(mh-show): Use mh-mhl-format-file instead of mhl-formfile. Sync
docstrings with manual.
(mh-show-font-lock-fontify-region, mh-modify, mh-goto-msg): Sync
docstrings with manual.
Diffstat (limited to 'lisp/mh-e/ChangeLog')
| -rw-r--r-- | lisp/mh-e/ChangeLog | 135 |
1 files changed, 135 insertions, 0 deletions
diff --git a/lisp/mh-e/ChangeLog b/lisp/mh-e/ChangeLog index 4898113c768..746157e6e51 100644 --- a/lisp/mh-e/ChangeLog +++ b/lisp/mh-e/ChangeLog | |||
| @@ -1,3 +1,138 @@ | |||
| 1 | 2005-12-01 Bill Wohler <wohler@newt.com> | ||
| 2 | |||
| 3 | Rewrote Reading Mail chapter in manual which affected mh-show | ||
| 4 | customization group and related functions. | ||
| 5 | |||
| 6 | * mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style | ||
| 7 | instead of mh-highlight-citation-p. | ||
| 8 | (mh-letter-toggle-header-field-display): "Ellipsed" isn't a word, | ||
| 9 | I think, so use "truncated". | ||
| 10 | |||
| 11 | * mh-customize.el (mh-folder, mh-folder-faces): Group's manual | ||
| 12 | section is Folders, not Organizing. Parent of mh-folder-faces is | ||
| 13 | mh-folder, not mh-show. | ||
| 14 | (mh-speed): Rename to mh-speedbar for consistency with mh-toolbar. | ||
| 15 | (mh-thread): New group that corresponds with manual's Threading | ||
| 16 | chapter. | ||
| 17 | (mh-letter-faces): Group's manual section is Editing Drafts, not | ||
| 18 | Sending Mail. | ||
| 19 | (mh-sortm-args): New customization variable that used to be a | ||
| 20 | defvar. | ||
| 21 | (mh-index-new-messages-folders, mh-index-ticked-messages-folders): | ||
| 22 | Move from mh-index group to mh-folders group. | ||
| 23 | (mh-alias-local-users-prefix, mh-large-folder) | ||
| 24 | (mh-recursive-folders-flag, mh-before-quit-hook) | ||
| 25 | (mh-folder-mode-hook, mh-kill-folder-suppress-prompt-hook) | ||
| 26 | (mh-quit-hook, mh-refile-msg-hook): Move from mh-show group to | ||
| 27 | mh-folder group. | ||
| 28 | (mh-highlight-citation-style): Rename from | ||
| 29 | mh-highlight-citation-p. Sync docstrings with manual. | ||
| 30 | (mh-mhl-format-file): Rename from mhl-formfile. Sync docstrings | ||
| 31 | with manual. | ||
| 32 | (mh-show-threads-flag): Move from mh-show group to mh-thread | ||
| 33 | group. | ||
| 34 | (mh-find-path-hook): Move from mh-show group to mh-e group. | ||
| 35 | (mh-folder-updated-hook): Add to mh-folder group. | ||
| 36 | (mh-forward-hook): Move from mh-folder to mh-sending-mail group. | ||
| 37 | (mh-unseen-updated-hook): Move from mh-show to mh-sequences group. | ||
| 38 | (mh-bury-show-buffer-flag, mh-clean-message-header-flag) | ||
| 39 | (mh-decode-mime-flag, mh-display-buttons-for-alternatives-flag) | ||
| 40 | (mh-display-buttons-for-inline-parts-flag) | ||
| 41 | (mh-do-not-confirm-flag, mh-fetch-x-image-url) | ||
| 42 | (mh-graphical-smileys-flag, mh-graphical-emphasis-flag) | ||
| 43 | (mh-invisible-header-fields-default, mh-invisible-header-fields) | ||
| 44 | (mh-lpr-command-format, mh-max-inline-image-height) | ||
| 45 | (mh-max-inline-image-width) | ||
| 46 | (mh-mime-save-parts-default-directory, mh-print-background-flag) | ||
| 47 | (mh-show-maximum-size, mh-show-use-goto-addr-flag) | ||
| 48 | (mh-show-use-xface-flag, mh-store-default-directory) | ||
| 49 | (mh-summary-height, mh-delete-msg-hook | ||
| 50 | (mh-show-hook, mh-show-mode-hook): Sync docstrings with manual. | ||
| 51 | |||
| 52 | * mh-e.el | ||
| 53 | (mh-scan-format-mh, mh-scan-good-msg-regexp) | ||
| 54 | (mh-scan-deleted-msg-regexp, mh-scan-refiled-msg-regexp) | ||
| 55 | (mh-scan-cur-msg-number-regexp, mh-scan-subject-regexp): Use | ||
| 56 | non-fontification instead of non-fontifying. | ||
| 57 | (mh-header-display): Use mh-mhl-format-file instead of | ||
| 58 | mhl-formfile. Sync docstrings with manual. | ||
| 59 | (mh-next-undeleted-msg, mh-previous-undeleted-msg): Rename arg to | ||
| 60 | count. Sync docstrings with manual. | ||
| 61 | (mh-refile-or-write-again): Use output from mh-write-msg-to-file | ||
| 62 | so that message doesn't change when using this command. Sync | ||
| 63 | docstrings with manual. | ||
| 64 | (mh-page-msg, mh-previous-page): Rename arg to lines. Sync | ||
| 65 | docstrings with manual. | ||
| 66 | (mh-write-msg-to-file): Rename msg to message. Rename no-headers | ||
| 67 | to no-header. Sync docstrings with manual. | ||
| 68 | (mh-ps-print-map): Delete keybindings for deleted commands | ||
| 69 | mh-ps-print-toggle-mime and mh-ps-print-msg-show. | ||
| 70 | (mh-help-messages): Updated printing help. | ||
| 71 | (mh-delete-msg, mh-delete-msg-no-motion, mh-first-msg) | ||
| 72 | (mh-last-msg, mh-previous-unread-msg, mh-next-button) | ||
| 73 | (mh-prev-button, mh-folder-toggle-mime-part) | ||
| 74 | (mh-folder-inline-mime-part, mh-folder-save-mime-part) | ||
| 75 | (mh-next-unread-msg, mh-toggle-mime-buttons): Sync docstrings with | ||
| 76 | manual. | ||
| 77 | |||
| 78 | * mh-funcs.el (mh-sortm-args): Now a customization option and | ||
| 79 | in mh-customize.el. | ||
| 80 | (mh-pipe-msg): Rename include-headers to include-header. Sync | ||
| 81 | docstrings with manual. | ||
| 82 | (mh-burst-digest, mh-page-digest, mh-page-digest-backwards) | ||
| 83 | (mh-store-msg): Sync docstrings with manual. | ||
| 84 | |||
| 85 | * mh-mime.el (mh-mime-save-parts): Rename arg to prompt. Sync | ||
| 86 | docstrings with manual. | ||
| 87 | (mh-toggle-mh-decode-mime-flag): Use English in message, not Lisp. | ||
| 88 | Sync docstrings with manual. | ||
| 89 | (mh-mm-display-part, mh-mm-inline-message): Use | ||
| 90 | mh-highlight-citation-style instead of mh-highlight-citation-p. | ||
| 91 | (mh-press-button): Sync docstrings with manual. | ||
| 92 | (mh-display-with-external-viewer): Fix default output in | ||
| 93 | minibuffer. Sync docstrings with manual. | ||
| 94 | |||
| 95 | * mh-print.el: (mh-ps-print-mime, mh-ps-print-toggle-mime): | ||
| 96 | Deleted. | ||
| 97 | (mh-ps-print-color-option): Incorporate docstring from | ||
| 98 | ps-print-color-p. | ||
| 99 | (mh-ps-spool-buffer): Remove unused code. Fix indent. Slimline | ||
| 100 | docstring. | ||
| 101 | (mh-ps-spool-msg): Slimline docstring. Rename from | ||
| 102 | mh-ps-spool-a-msg. Rewrote to use existing show buffer when | ||
| 103 | available. | ||
| 104 | (mh-ps-print-range): Extract method from common code in | ||
| 105 | mh-ps-print-msg and mh-ps-print-msg-file. | ||
| 106 | (mh-ps-print-preprint): Clean docstring. Use filename "mh-%s". | ||
| 107 | (mh-ps-print-msg-show): Delete. Can use either | ||
| 108 | mh-ps-print-msg-show or mh-ps-print-msg-show to same effect with | ||
| 109 | new code in mh-ps-spool-msg. | ||
| 110 | (mh-print-msg): Use mh-mhl-format-file instead of mhl-formfile. | ||
| 111 | Sync docstrings with manual. | ||
| 112 | (mh-ps-print-msg, mh-ps-print-msg-file) | ||
| 113 | (mh-ps-print-toggle-faces, mh-ps-print-toggle-color): Sync | ||
| 114 | docstrings with manual. | ||
| 115 | |||
| 116 | * mh-utils.el (mh-show-ps-print-msg-show, | ||
| 117 | mh-show-ps-print-toggle-mime): Delete. | ||
| 118 | (mh-show-ps-print-map): Updated accordingly. | ||
| 119 | (mh-show-mode): Use mh-highlight-citation-style instead of | ||
| 120 | mh-highlight-citation-p. | ||
| 121 | (mh-show-xface, mh-display-msg): Use mh-mhl-format-file instead of | ||
| 122 | mhl-formfile. | ||
| 123 | (mh-show): Use mh-mhl-format-file instead of mhl-formfile. Sync | ||
| 124 | docstrings with manual. | ||
| 125 | (mh-show-font-lock-fontify-region, mh-modify, mh-goto-msg): Sync | ||
| 126 | docstrings with manual. | ||
| 127 | |||
| 128 | 2005-12-01 Bill Wohler <wohler@newt.com> | ||
| 129 | |||
| 130 | * mh-init.el (mh-defface-compat): Checkdoc fix. | ||
| 131 | |||
| 132 | * mh-junk.el (mh-bogofilter-blacklist, mh-bogofilter-whitelist): | ||
| 133 | Bogofilter is lowercase except at beginning of sentence and in | ||
| 134 | titles. | ||
| 135 | |||
| 1 | 2005-11-04 Bill Wohler <wohler@newt.com> | 136 | 2005-11-04 Bill Wohler <wohler@newt.com> |
| 2 | 137 | ||
| 3 | * mh-customize.el (mh-min-colors-defined-flag, mh-defface-compat): | 138 | * mh-customize.el (mh-min-colors-defined-flag, mh-defface-compat): |