Mercurial > emacs
comparison lisp/mh-e/ChangeLog @ 67313:2ae99b10dd40
* mh-comp.el (mh-forward): Went over all uses of the word "RANGE" in
the docstrings and made usage consistent. Generally speaking,
"messages in range" and "range of messages" is redundant and just
"range" can be used in most circumstances. Also ensured that
mh-interactive-range was mentioned in all interactive functions that
use a range which describes the range argument for both users and
programmers.
* mh-e.el (mh-delete-msg-no-motion, mh-refile-msg)
(mh-refile-or-write-again, mh-rescan-folder, mh-undo)
(mh-visit-folder, mh-scan-folder, mh-regenerate-headers)
(mh-notate-user-sequences, mh-delete-msg-from-seq, mh-catchup): Ditto.
* mh-funcs.el (mh-copy-msg, mh-pack-folder, mh-pack-folder-1): Ditto.
* mh-junk.el (mh-junk-blacklist, mh-junk-whitelist): Ditto.
* mh-print.el (mh-ps-print-range, mh-ps-print-msg)
(mh-ps-print-msg-file, mh-print-msg): Ditto.
* mh-seq.el (mh-put-msg-in-seq, mh-range-to-msg-list)
(mh-narrow-to-range, mh-toggle-tick): Ditto.
author | Bill Wohler <wohler@newt.com> |
---|---|
date | Sun, 04 Dec 2005 22:34:49 +0000 |
parents | bce5c0d2041c |
children | 8cbe08e4eed5 |
comparison
equal
deleted
inserted
replaced
67312:30f08a0ab43b | 67313:2ae99b10dd40 |
---|---|
1 2005-12-04 Bill Wohler <wohler@newt.com> | |
2 | |
3 * mh-comp.el (mh-forward): Went over all uses of the word "RANGE" | |
4 in the docstrings and made usage consistent. Generally speaking, | |
5 "messages in range" and "range of messages" is redundant and just | |
6 "range" can be used in most circumstances. Also ensured that | |
7 mh-interactive-range was mentioned in all interactive functions | |
8 that use a range which describes the range argument for both | |
9 users and programmers. | |
10 | |
11 * mh-e.el (mh-delete-msg-no-motion, mh-refile-msg) | |
12 (mh-refile-or-write-again, mh-rescan-folder, mh-undo) | |
13 (mh-visit-folder, mh-scan-folder, mh-regenerate-headers) | |
14 (mh-notate-user-sequences, mh-delete-msg-from-seq, mh-catchup): | |
15 Ditto. | |
16 | |
17 * mh-funcs.el (mh-copy-msg, mh-pack-folder, mh-pack-folder-1): | |
18 Ditto. | |
19 | |
20 * mh-junk.el (mh-junk-blacklist, mh-junk-whitelist): Ditto. | |
21 | |
22 * mh-print.el (mh-ps-print-range, mh-ps-print-msg) | |
23 (mh-ps-print-msg-file, mh-print-msg): Ditto. | |
24 | |
25 * mh-seq.el (mh-put-msg-in-seq, mh-range-to-msg-list) | |
26 (mh-narrow-to-range, mh-toggle-tick): Ditto. | |
27 | |
1 2005-12-01 Bill Wohler <wohler@newt.com> | 28 2005-12-01 Bill Wohler <wohler@newt.com> |
2 | 29 |
3 Rewrote Reading Mail chapter in manual which affected mh-show | 30 Rewrote Reading Mail chapter in manual which affected mh-show |
4 customization group and related functions. | 31 customization group and related functions. |
5 | 32 |