annotate lisp/mh-e/ChangeLog @ 67317:436927904f36

(mh-sortm-args): Sync docstrings with manual.
author Bill Wohler <wohler@newt.com>
date Mon, 05 Dec 2005 02:04:11 +0000
parents 78b3886a9f87
children c9307100bfd0
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
67313
2ae99b10dd40 * mh-comp.el (mh-forward): Went over all uses of the word "RANGE" in
Bill Wohler <wohler@newt.com>
parents: 67246
diff changeset
1 2005-12-04 Bill Wohler <wohler@newt.com>
2ae99b10dd40 * mh-comp.el (mh-forward): Went over all uses of the word "RANGE" in
Bill Wohler <wohler@newt.com>
parents: 67246
diff changeset
2
67316
78b3886a9f87 (mh-fetch-x-image-url): Change default from 'ask to
Bill Wohler <wohler@newt.com>
parents: 67315
diff changeset
3 * mh-customize.el (mh-fetch-x-image-url): Change default from 'ask
78b3886a9f87 (mh-fetch-x-image-url): Change default from 'ask to
Bill Wohler <wohler@newt.com>
parents: 67315
diff changeset
4 to nil. Remove t option. Sync docstring with manual (closes SF
78b3886a9f87 (mh-fetch-x-image-url): Change default from 'ask to
Bill Wohler <wohler@newt.com>
parents: 67315
diff changeset
5 #831278).
78b3886a9f87 (mh-fetch-x-image-url): Change default from 'ask to
Bill Wohler <wohler@newt.com>
parents: 67315
diff changeset
6 (mh-invisible-header-fields-internal): Remove X-Image-URL so that
78b3886a9f87 (mh-fetch-x-image-url): Change default from 'ask to
Bill Wohler <wohler@newt.com>
parents: 67315
diff changeset
7 users can see it, look it up in the manual's index, and discover
78b3886a9f87 (mh-fetch-x-image-url): Change default from 'ask to
Bill Wohler <wohler@newt.com>
parents: 67315
diff changeset
8 mh-fetch-x-image-url (closes SF #831278).
67317
436927904f36 (mh-sortm-args): Sync docstrings with manual.
Bill Wohler <wohler@newt.com>
parents: 67316
diff changeset
9 (mh-sortm-args): Sync docstrings with manual.
67316
78b3886a9f87 (mh-fetch-x-image-url): Change default from 'ask to
Bill Wohler <wohler@newt.com>
parents: 67315
diff changeset
10
67315
e980863f26b8 (mh-invisible-header-fields-internal): Add X-Bugzilla-* and
Bill Wohler <wohler@newt.com>
parents: 67314
diff changeset
11 * mh-customize.el (mh-invisible-header-fields-internal): Add
e980863f26b8 (mh-invisible-header-fields-internal): Add X-Bugzilla-* and
Bill Wohler <wohler@newt.com>
parents: 67314
diff changeset
12 X-Bugzilla-* and X-Virus-Scanned.
e980863f26b8 (mh-invisible-header-fields-internal): Add X-Bugzilla-* and
Bill Wohler <wohler@newt.com>
parents: 67314
diff changeset
13
67314
8cbe08e4eed5 * mh-customize.el (mh-new-messages-folders): Rename from
Bill Wohler <wohler@newt.com>
parents: 67313
diff changeset
14 * mh-customize.el (mh-new-messages-folders): Rename from
8cbe08e4eed5 * mh-customize.el (mh-new-messages-folders): Rename from
Bill Wohler <wohler@newt.com>
parents: 67313
diff changeset
15 mh-index-new-messages-folders.
8cbe08e4eed5 * mh-customize.el (mh-new-messages-folders): Rename from
Bill Wohler <wohler@newt.com>
parents: 67313
diff changeset
16 (mh-ticked-messages-folders): Rename from
8cbe08e4eed5 * mh-customize.el (mh-new-messages-folders): Rename from
Bill Wohler <wohler@newt.com>
parents: 67313
diff changeset
17 mh-index-ticked-messages-folders.
67315
e980863f26b8 (mh-invisible-header-fields-internal): Add X-Bugzilla-* and
Bill Wohler <wohler@newt.com>
parents: 67314
diff changeset
18
67314
8cbe08e4eed5 * mh-customize.el (mh-new-messages-folders): Rename from
Bill Wohler <wohler@newt.com>
parents: 67313
diff changeset
19 * mh-index.el (mh-index-sequenced-messages)
8cbe08e4eed5 * mh-customize.el (mh-new-messages-folders): Rename from
Bill Wohler <wohler@newt.com>
parents: 67313
diff changeset
20 (mh-index-new-messages): Ditto.
8cbe08e4eed5 * mh-customize.el (mh-new-messages-folders): Rename from
Bill Wohler <wohler@newt.com>
parents: 67313
diff changeset
21
67313
2ae99b10dd40 * mh-comp.el (mh-forward): Went over all uses of the word "RANGE" in
Bill Wohler <wohler@newt.com>
parents: 67246
diff changeset
22 * mh-comp.el (mh-forward): Went over all uses of the word "RANGE"
2ae99b10dd40 * mh-comp.el (mh-forward): Went over all uses of the word "RANGE" in
Bill Wohler <wohler@newt.com>
parents: 67246
diff changeset
23 in the docstrings and made usage consistent. Generally speaking,
2ae99b10dd40 * mh-comp.el (mh-forward): Went over all uses of the word "RANGE" in
Bill Wohler <wohler@newt.com>
parents: 67246
diff changeset
24 "messages in range" and "range of messages" is redundant and just
2ae99b10dd40 * mh-comp.el (mh-forward): Went over all uses of the word "RANGE" in
Bill Wohler <wohler@newt.com>
parents: 67246
diff changeset
25 "range" can be used in most circumstances. Also ensured that
2ae99b10dd40 * mh-comp.el (mh-forward): Went over all uses of the word "RANGE" in
Bill Wohler <wohler@newt.com>
parents: 67246
diff changeset
26 mh-interactive-range was mentioned in all interactive functions
2ae99b10dd40 * mh-comp.el (mh-forward): Went over all uses of the word "RANGE" in
Bill Wohler <wohler@newt.com>
parents: 67246
diff changeset
27 that use a range which describes the range argument for both
2ae99b10dd40 * mh-comp.el (mh-forward): Went over all uses of the word "RANGE" in
Bill Wohler <wohler@newt.com>
parents: 67246
diff changeset
28 users and programmers.
2ae99b10dd40 * mh-comp.el (mh-forward): Went over all uses of the word "RANGE" in
Bill Wohler <wohler@newt.com>
parents: 67246
diff changeset
29
2ae99b10dd40 * mh-comp.el (mh-forward): Went over all uses of the word "RANGE" in
Bill Wohler <wohler@newt.com>
parents: 67246
diff changeset
30 * mh-e.el (mh-delete-msg-no-motion, mh-refile-msg)
2ae99b10dd40 * mh-comp.el (mh-forward): Went over all uses of the word "RANGE" in
Bill Wohler <wohler@newt.com>
parents: 67246
diff changeset
31 (mh-refile-or-write-again, mh-rescan-folder, mh-undo)
2ae99b10dd40 * mh-comp.el (mh-forward): Went over all uses of the word "RANGE" in
Bill Wohler <wohler@newt.com>
parents: 67246
diff changeset
32 (mh-visit-folder, mh-scan-folder, mh-regenerate-headers)
2ae99b10dd40 * mh-comp.el (mh-forward): Went over all uses of the word "RANGE" in
Bill Wohler <wohler@newt.com>
parents: 67246
diff changeset
33 (mh-notate-user-sequences, mh-delete-msg-from-seq, mh-catchup):
2ae99b10dd40 * mh-comp.el (mh-forward): Went over all uses of the word "RANGE" in
Bill Wohler <wohler@newt.com>
parents: 67246
diff changeset
34 Ditto.
2ae99b10dd40 * mh-comp.el (mh-forward): Went over all uses of the word "RANGE" in
Bill Wohler <wohler@newt.com>
parents: 67246
diff changeset
35
2ae99b10dd40 * mh-comp.el (mh-forward): Went over all uses of the word "RANGE" in
Bill Wohler <wohler@newt.com>
parents: 67246
diff changeset
36 * mh-funcs.el (mh-copy-msg, mh-pack-folder, mh-pack-folder-1):
2ae99b10dd40 * mh-comp.el (mh-forward): Went over all uses of the word "RANGE" in
Bill Wohler <wohler@newt.com>
parents: 67246
diff changeset
37 Ditto.
2ae99b10dd40 * mh-comp.el (mh-forward): Went over all uses of the word "RANGE" in
Bill Wohler <wohler@newt.com>
parents: 67246
diff changeset
38
2ae99b10dd40 * mh-comp.el (mh-forward): Went over all uses of the word "RANGE" in
Bill Wohler <wohler@newt.com>
parents: 67246
diff changeset
39 * mh-junk.el (mh-junk-blacklist, mh-junk-whitelist): Ditto.
2ae99b10dd40 * mh-comp.el (mh-forward): Went over all uses of the word "RANGE" in
Bill Wohler <wohler@newt.com>
parents: 67246
diff changeset
40
2ae99b10dd40 * mh-comp.el (mh-forward): Went over all uses of the word "RANGE" in
Bill Wohler <wohler@newt.com>
parents: 67246
diff changeset
41 * mh-print.el (mh-ps-print-range, mh-ps-print-msg)
2ae99b10dd40 * mh-comp.el (mh-forward): Went over all uses of the word "RANGE" in
Bill Wohler <wohler@newt.com>
parents: 67246
diff changeset
42 (mh-ps-print-msg-file, mh-print-msg): Ditto.
2ae99b10dd40 * mh-comp.el (mh-forward): Went over all uses of the word "RANGE" in
Bill Wohler <wohler@newt.com>
parents: 67246
diff changeset
43
2ae99b10dd40 * mh-comp.el (mh-forward): Went over all uses of the word "RANGE" in
Bill Wohler <wohler@newt.com>
parents: 67246
diff changeset
44 * mh-seq.el (mh-put-msg-in-seq, mh-range-to-msg-list)
2ae99b10dd40 * mh-comp.el (mh-forward): Went over all uses of the word "RANGE" in
Bill Wohler <wohler@newt.com>
parents: 67246
diff changeset
45 (mh-narrow-to-range, mh-toggle-tick): Ditto.
2ae99b10dd40 * mh-comp.el (mh-forward): Went over all uses of the word "RANGE" in
Bill Wohler <wohler@newt.com>
parents: 67246
diff changeset
46
67246
bce5c0d2041c * mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style instead
Bill Wohler <wohler@newt.com>
parents: 66716
diff changeset
47 2005-12-01 Bill Wohler <wohler@newt.com>
bce5c0d2041c * mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style instead
Bill Wohler <wohler@newt.com>
parents: 66716
diff changeset
48
bce5c0d2041c * mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style instead
Bill Wohler <wohler@newt.com>
parents: 66716
diff changeset
49 Rewrote Reading Mail chapter in manual which affected mh-show
bce5c0d2041c * mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style instead
Bill Wohler <wohler@newt.com>
parents: 66716
diff changeset
50 customization group and related functions.
bce5c0d2041c * mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style instead
Bill Wohler <wohler@newt.com>
parents: 66716
diff changeset
51
bce5c0d2041c * mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style instead
Bill Wohler <wohler@newt.com>
parents: 66716
diff changeset
52 * mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style
bce5c0d2041c * mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style instead
Bill Wohler <wohler@newt.com>
parents: 66716
diff changeset
53 instead of mh-highlight-citation-p.
bce5c0d2041c * mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style instead
Bill Wohler <wohler@newt.com>
parents: 66716
diff changeset
54 (mh-letter-toggle-header-field-display): "Ellipsed" isn't a word,
bce5c0d2041c * mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style instead
Bill Wohler <wohler@newt.com>
parents: 66716
diff changeset
55 I think, so use "truncated".
bce5c0d2041c * mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style instead
Bill Wohler <wohler@newt.com>
parents: 66716
diff changeset
56
bce5c0d2041c * mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style instead
Bill Wohler <wohler@newt.com>
parents: 66716
diff changeset
57 * mh-customize.el (mh-folder, mh-folder-faces): Group's manual
bce5c0d2041c * mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style instead
Bill Wohler <wohler@newt.com>
parents: 66716
diff changeset
58 section is Folders, not Organizing. Parent of mh-folder-faces is
bce5c0d2041c * mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style instead
Bill Wohler <wohler@newt.com>
parents: 66716
diff changeset
59 mh-folder, not mh-show.
bce5c0d2041c * mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style instead
Bill Wohler <wohler@newt.com>
parents: 66716
diff changeset
60 (mh-speed): Rename to mh-speedbar for consistency with mh-toolbar.
bce5c0d2041c * mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style instead
Bill Wohler <wohler@newt.com>
parents: 66716
diff changeset
61 (mh-thread): New group that corresponds with manual's Threading
bce5c0d2041c * mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style instead
Bill Wohler <wohler@newt.com>
parents: 66716
diff changeset
62 chapter.
bce5c0d2041c * mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style instead
Bill Wohler <wohler@newt.com>
parents: 66716
diff changeset
63 (mh-letter-faces): Group's manual section is Editing Drafts, not
bce5c0d2041c * mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style instead
Bill Wohler <wohler@newt.com>
parents: 66716
diff changeset
64 Sending Mail.
bce5c0d2041c * mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style instead
Bill Wohler <wohler@newt.com>
parents: 66716
diff changeset
65 (mh-sortm-args): New customization variable that used to be a
bce5c0d2041c * mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style instead
Bill Wohler <wohler@newt.com>
parents: 66716
diff changeset
66 defvar.
bce5c0d2041c * mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style instead
Bill Wohler <wohler@newt.com>
parents: 66716
diff changeset
67 (mh-index-new-messages-folders, mh-index-ticked-messages-folders):
bce5c0d2041c * mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style instead
Bill Wohler <wohler@newt.com>
parents: 66716
diff changeset
68 Move from mh-index group to mh-folders group.
bce5c0d2041c * mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style instead
Bill Wohler <wohler@newt.com>
parents: 66716
diff changeset
69 (mh-alias-local-users-prefix, mh-large-folder)
bce5c0d2041c * mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style instead
Bill Wohler <wohler@newt.com>
parents: 66716
diff changeset
70 (mh-recursive-folders-flag, mh-before-quit-hook)
bce5c0d2041c * mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style instead
Bill Wohler <wohler@newt.com>
parents: 66716
diff changeset
71 (mh-folder-mode-hook, mh-kill-folder-suppress-prompt-hook)
bce5c0d2041c * mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style instead
Bill Wohler <wohler@newt.com>
parents: 66716
diff changeset
72 (mh-quit-hook, mh-refile-msg-hook): Move from mh-show group to
bce5c0d2041c * mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style instead
Bill Wohler <wohler@newt.com>
parents: 66716
diff changeset
73 mh-folder group.
bce5c0d2041c * mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style instead
Bill Wohler <wohler@newt.com>
parents: 66716
diff changeset
74 (mh-highlight-citation-style): Rename from
bce5c0d2041c * mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style instead
Bill Wohler <wohler@newt.com>
parents: 66716
diff changeset
75 mh-highlight-citation-p. Sync docstrings with manual.
bce5c0d2041c * mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style instead
Bill Wohler <wohler@newt.com>
parents: 66716
diff changeset
76 (mh-mhl-format-file): Rename from mhl-formfile. Sync docstrings
bce5c0d2041c * mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style instead
Bill Wohler <wohler@newt.com>
parents: 66716
diff changeset
77 with manual.
bce5c0d2041c * mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style instead
Bill Wohler <wohler@newt.com>
parents: 66716
diff changeset
78 (mh-show-threads-flag): Move from mh-show group to mh-thread
bce5c0d2041c * mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style instead
Bill Wohler <wohler@newt.com>
parents: 66716
diff changeset
79 group.
bce5c0d2041c * mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style instead
Bill Wohler <wohler@newt.com>
parents: 66716
diff changeset
80 (mh-find-path-hook): Move from mh-show group to mh-e group.
bce5c0d2041c * mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style instead
Bill Wohler <wohler@newt.com>
parents: 66716
diff changeset
81 (mh-folder-updated-hook): Add to mh-folder group.
bce5c0d2041c * mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style instead
Bill Wohler <wohler@newt.com>
parents: 66716
diff changeset
82 (mh-forward-hook): Move from mh-folder to mh-sending-mail group.
bce5c0d2041c * mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style instead
Bill Wohler <wohler@newt.com>
parents: 66716
diff changeset
83 (mh-unseen-updated-hook): Move from mh-show to mh-sequences group.
bce5c0d2041c * mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style instead
Bill Wohler <wohler@newt.com>
parents: 66716
diff changeset
84 (mh-bury-show-buffer-flag, mh-clean-message-header-flag)
bce5c0d2041c * mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style instead
Bill Wohler <wohler@newt.com>
parents: 66716
diff changeset
85 (mh-decode-mime-flag, mh-display-buttons-for-alternatives-flag)
bce5c0d2041c * mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style instead
Bill Wohler <wohler@newt.com>
parents: 66716
diff changeset
86 (mh-display-buttons-for-inline-parts-flag)
bce5c0d2041c * mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style instead
Bill Wohler <wohler@newt.com>
parents: 66716
diff changeset
87 (mh-do-not-confirm-flag, mh-fetch-x-image-url)
bce5c0d2041c * mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style instead
Bill Wohler <wohler@newt.com>
parents: 66716
diff changeset
88 (mh-graphical-smileys-flag, mh-graphical-emphasis-flag)
bce5c0d2041c * mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style instead
Bill Wohler <wohler@newt.com>
parents: 66716
diff changeset
89 (mh-invisible-header-fields-default, mh-invisible-header-fields)
bce5c0d2041c * mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style instead
Bill Wohler <wohler@newt.com>
parents: 66716
diff changeset
90 (mh-lpr-command-format, mh-max-inline-image-height)
bce5c0d2041c * mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style instead
Bill Wohler <wohler@newt.com>
parents: 66716
diff changeset
91 (mh-max-inline-image-width)
bce5c0d2041c * mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style instead
Bill Wohler <wohler@newt.com>
parents: 66716
diff changeset
92 (mh-mime-save-parts-default-directory, mh-print-background-flag)
bce5c0d2041c * mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style instead
Bill Wohler <wohler@newt.com>
parents: 66716
diff changeset
93 (mh-show-maximum-size, mh-show-use-goto-addr-flag)
bce5c0d2041c * mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style instead
Bill Wohler <wohler@newt.com>
parents: 66716
diff changeset
94 (mh-show-use-xface-flag, mh-store-default-directory)
bce5c0d2041c * mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style instead
Bill Wohler <wohler@newt.com>
parents: 66716
diff changeset
95 (mh-summary-height, mh-delete-msg-hook
bce5c0d2041c * mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style instead
Bill Wohler <wohler@newt.com>
parents: 66716
diff changeset
96 (mh-show-hook, mh-show-mode-hook): Sync docstrings with manual.
bce5c0d2041c * mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style instead
Bill Wohler <wohler@newt.com>
parents: 66716
diff changeset
97
bce5c0d2041c * mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style instead
Bill Wohler <wohler@newt.com>
parents: 66716
diff changeset
98 * mh-e.el
bce5c0d2041c * mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style instead
Bill Wohler <wohler@newt.com>
parents: 66716
diff changeset
99 (mh-scan-format-mh, mh-scan-good-msg-regexp)
bce5c0d2041c * mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style instead
Bill Wohler <wohler@newt.com>
parents: 66716
diff changeset
100 (mh-scan-deleted-msg-regexp, mh-scan-refiled-msg-regexp)
bce5c0d2041c * mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style instead
Bill Wohler <wohler@newt.com>
parents: 66716
diff changeset
101 (mh-scan-cur-msg-number-regexp, mh-scan-subject-regexp): Use
bce5c0d2041c * mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style instead
Bill Wohler <wohler@newt.com>
parents: 66716
diff changeset
102 non-fontification instead of non-fontifying.
bce5c0d2041c * mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style instead
Bill Wohler <wohler@newt.com>
parents: 66716
diff changeset
103 (mh-header-display): Use mh-mhl-format-file instead of
bce5c0d2041c * mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style instead
Bill Wohler <wohler@newt.com>
parents: 66716
diff changeset
104 mhl-formfile. Sync docstrings with manual.
bce5c0d2041c * mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style instead
Bill Wohler <wohler@newt.com>
parents: 66716
diff changeset
105 (mh-next-undeleted-msg, mh-previous-undeleted-msg): Rename arg to
bce5c0d2041c * mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style instead
Bill Wohler <wohler@newt.com>
parents: 66716
diff changeset
106 count. Sync docstrings with manual.
bce5c0d2041c * mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style instead
Bill Wohler <wohler@newt.com>
parents: 66716
diff changeset
107 (mh-refile-or-write-again): Use output from mh-write-msg-to-file
bce5c0d2041c * mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style instead
Bill Wohler <wohler@newt.com>
parents: 66716
diff changeset
108 so that message doesn't change when using this command. Sync
bce5c0d2041c * mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style instead
Bill Wohler <wohler@newt.com>
parents: 66716
diff changeset
109 docstrings with manual.
bce5c0d2041c * mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style instead
Bill Wohler <wohler@newt.com>
parents: 66716
diff changeset
110 (mh-page-msg, mh-previous-page): Rename arg to lines. Sync
bce5c0d2041c * mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style instead
Bill Wohler <wohler@newt.com>
parents: 66716
diff changeset
111 docstrings with manual.
bce5c0d2041c * mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style instead
Bill Wohler <wohler@newt.com>
parents: 66716
diff changeset
112 (mh-write-msg-to-file): Rename msg to message. Rename no-headers
bce5c0d2041c * mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style instead
Bill Wohler <wohler@newt.com>
parents: 66716
diff changeset
113 to no-header. Sync docstrings with manual.
bce5c0d2041c * mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style instead
Bill Wohler <wohler@newt.com>
parents: 66716
diff changeset
114 (mh-ps-print-map): Delete keybindings for deleted commands
bce5c0d2041c * mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style instead
Bill Wohler <wohler@newt.com>
parents: 66716
diff changeset
115 mh-ps-print-toggle-mime and mh-ps-print-msg-show.
bce5c0d2041c * mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style instead
Bill Wohler <wohler@newt.com>
parents: 66716
diff changeset
116 (mh-help-messages): Updated printing help.
bce5c0d2041c * mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style instead
Bill Wohler <wohler@newt.com>
parents: 66716
diff changeset
117 (mh-delete-msg, mh-delete-msg-no-motion, mh-first-msg)
bce5c0d2041c * mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style instead
Bill Wohler <wohler@newt.com>
parents: 66716
diff changeset
118 (mh-last-msg, mh-previous-unread-msg, mh-next-button)
bce5c0d2041c * mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style instead
Bill Wohler <wohler@newt.com>
parents: 66716
diff changeset
119 (mh-prev-button, mh-folder-toggle-mime-part)
bce5c0d2041c * mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style instead
Bill Wohler <wohler@newt.com>
parents: 66716
diff changeset
120 (mh-folder-inline-mime-part, mh-folder-save-mime-part)
bce5c0d2041c * mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style instead
Bill Wohler <wohler@newt.com>
parents: 66716
diff changeset
121 (mh-next-unread-msg, mh-toggle-mime-buttons): Sync docstrings with
bce5c0d2041c * mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style instead
Bill Wohler <wohler@newt.com>
parents: 66716
diff changeset
122 manual.
bce5c0d2041c * mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style instead
Bill Wohler <wohler@newt.com>
parents: 66716
diff changeset
123
bce5c0d2041c * mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style instead
Bill Wohler <wohler@newt.com>
parents: 66716
diff changeset
124 * mh-funcs.el (mh-sortm-args): Now a customization option and
bce5c0d2041c * mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style instead
Bill Wohler <wohler@newt.com>
parents: 66716
diff changeset
125 in mh-customize.el.
bce5c0d2041c * mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style instead
Bill Wohler <wohler@newt.com>
parents: 66716
diff changeset
126 (mh-pipe-msg): Rename include-headers to include-header. Sync
bce5c0d2041c * mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style instead
Bill Wohler <wohler@newt.com>
parents: 66716
diff changeset
127 docstrings with manual.
bce5c0d2041c * mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style instead
Bill Wohler <wohler@newt.com>
parents: 66716
diff changeset
128 (mh-burst-digest, mh-page-digest, mh-page-digest-backwards)
bce5c0d2041c * mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style instead
Bill Wohler <wohler@newt.com>
parents: 66716
diff changeset
129 (mh-store-msg): Sync docstrings with manual.
bce5c0d2041c * mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style instead
Bill Wohler <wohler@newt.com>
parents: 66716
diff changeset
130
bce5c0d2041c * mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style instead
Bill Wohler <wohler@newt.com>
parents: 66716
diff changeset
131 * mh-mime.el (mh-mime-save-parts): Rename arg to prompt. Sync
bce5c0d2041c * mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style instead
Bill Wohler <wohler@newt.com>
parents: 66716
diff changeset
132 docstrings with manual.
bce5c0d2041c * mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style instead
Bill Wohler <wohler@newt.com>
parents: 66716
diff changeset
133 (mh-toggle-mh-decode-mime-flag): Use English in message, not Lisp.
bce5c0d2041c * mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style instead
Bill Wohler <wohler@newt.com>
parents: 66716
diff changeset
134 Sync docstrings with manual.
bce5c0d2041c * mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style instead
Bill Wohler <wohler@newt.com>
parents: 66716
diff changeset
135 (mh-mm-display-part, mh-mm-inline-message): Use
bce5c0d2041c * mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style instead
Bill Wohler <wohler@newt.com>
parents: 66716
diff changeset
136 mh-highlight-citation-style instead of mh-highlight-citation-p.
bce5c0d2041c * mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style instead
Bill Wohler <wohler@newt.com>
parents: 66716
diff changeset
137 (mh-press-button): Sync docstrings with manual.
bce5c0d2041c * mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style instead
Bill Wohler <wohler@newt.com>
parents: 66716
diff changeset
138 (mh-display-with-external-viewer): Fix default output in
bce5c0d2041c * mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style instead
Bill Wohler <wohler@newt.com>
parents: 66716
diff changeset
139 minibuffer. Sync docstrings with manual.
bce5c0d2041c * mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style instead
Bill Wohler <wohler@newt.com>
parents: 66716
diff changeset
140
bce5c0d2041c * mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style instead
Bill Wohler <wohler@newt.com>
parents: 66716
diff changeset
141 * mh-print.el: (mh-ps-print-mime, mh-ps-print-toggle-mime):
bce5c0d2041c * mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style instead
Bill Wohler <wohler@newt.com>
parents: 66716
diff changeset
142 Deleted.
bce5c0d2041c * mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style instead
Bill Wohler <wohler@newt.com>
parents: 66716
diff changeset
143 (mh-ps-print-color-option): Incorporate docstring from
bce5c0d2041c * mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style instead
Bill Wohler <wohler@newt.com>
parents: 66716
diff changeset
144 ps-print-color-p.
bce5c0d2041c * mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style instead
Bill Wohler <wohler@newt.com>
parents: 66716
diff changeset
145 (mh-ps-spool-buffer): Remove unused code. Fix indent. Slimline
bce5c0d2041c * mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style instead
Bill Wohler <wohler@newt.com>
parents: 66716
diff changeset
146 docstring.
bce5c0d2041c * mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style instead
Bill Wohler <wohler@newt.com>
parents: 66716
diff changeset
147 (mh-ps-spool-msg): Slimline docstring. Rename from
bce5c0d2041c * mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style instead
Bill Wohler <wohler@newt.com>
parents: 66716
diff changeset
148 mh-ps-spool-a-msg. Rewrote to use existing show buffer when
bce5c0d2041c * mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style instead
Bill Wohler <wohler@newt.com>
parents: 66716
diff changeset
149 available.
bce5c0d2041c * mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style instead
Bill Wohler <wohler@newt.com>
parents: 66716
diff changeset
150 (mh-ps-print-range): Extract method from common code in
bce5c0d2041c * mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style instead
Bill Wohler <wohler@newt.com>
parents: 66716
diff changeset
151 mh-ps-print-msg and mh-ps-print-msg-file.
bce5c0d2041c * mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style instead
Bill Wohler <wohler@newt.com>
parents: 66716
diff changeset
152 (mh-ps-print-preprint): Clean docstring. Use filename "mh-%s".
bce5c0d2041c * mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style instead
Bill Wohler <wohler@newt.com>
parents: 66716
diff changeset
153 (mh-ps-print-msg-show): Delete. Can use either
bce5c0d2041c * mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style instead
Bill Wohler <wohler@newt.com>
parents: 66716
diff changeset
154 mh-ps-print-msg-show or mh-ps-print-msg-show to same effect with
bce5c0d2041c * mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style instead
Bill Wohler <wohler@newt.com>
parents: 66716
diff changeset
155 new code in mh-ps-spool-msg.
bce5c0d2041c * mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style instead
Bill Wohler <wohler@newt.com>
parents: 66716
diff changeset
156 (mh-print-msg): Use mh-mhl-format-file instead of mhl-formfile.
bce5c0d2041c * mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style instead
Bill Wohler <wohler@newt.com>
parents: 66716
diff changeset
157 Sync docstrings with manual.
bce5c0d2041c * mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style instead
Bill Wohler <wohler@newt.com>
parents: 66716
diff changeset
158 (mh-ps-print-msg, mh-ps-print-msg-file)
bce5c0d2041c * mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style instead
Bill Wohler <wohler@newt.com>
parents: 66716
diff changeset
159 (mh-ps-print-toggle-faces, mh-ps-print-toggle-color): Sync
bce5c0d2041c * mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style instead
Bill Wohler <wohler@newt.com>
parents: 66716
diff changeset
160 docstrings with manual.
bce5c0d2041c * mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style instead
Bill Wohler <wohler@newt.com>
parents: 66716
diff changeset
161
bce5c0d2041c * mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style instead
Bill Wohler <wohler@newt.com>
parents: 66716
diff changeset
162 * mh-utils.el (mh-show-ps-print-msg-show,
bce5c0d2041c * mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style instead
Bill Wohler <wohler@newt.com>
parents: 66716
diff changeset
163 mh-show-ps-print-toggle-mime): Delete.
bce5c0d2041c * mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style instead
Bill Wohler <wohler@newt.com>
parents: 66716
diff changeset
164 (mh-show-ps-print-map): Updated accordingly.
bce5c0d2041c * mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style instead
Bill Wohler <wohler@newt.com>
parents: 66716
diff changeset
165 (mh-show-mode): Use mh-highlight-citation-style instead of
bce5c0d2041c * mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style instead
Bill Wohler <wohler@newt.com>
parents: 66716
diff changeset
166 mh-highlight-citation-p.
bce5c0d2041c * mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style instead
Bill Wohler <wohler@newt.com>
parents: 66716
diff changeset
167 (mh-show-xface, mh-display-msg): Use mh-mhl-format-file instead of
bce5c0d2041c * mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style instead
Bill Wohler <wohler@newt.com>
parents: 66716
diff changeset
168 mhl-formfile.
bce5c0d2041c * mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style instead
Bill Wohler <wohler@newt.com>
parents: 66716
diff changeset
169 (mh-show): Use mh-mhl-format-file instead of mhl-formfile. Sync
bce5c0d2041c * mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style instead
Bill Wohler <wohler@newt.com>
parents: 66716
diff changeset
170 docstrings with manual.
bce5c0d2041c * mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style instead
Bill Wohler <wohler@newt.com>
parents: 66716
diff changeset
171 (mh-show-font-lock-fontify-region, mh-modify, mh-goto-msg): Sync
bce5c0d2041c * mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style instead
Bill Wohler <wohler@newt.com>
parents: 66716
diff changeset
172 docstrings with manual.
bce5c0d2041c * mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style instead
Bill Wohler <wohler@newt.com>
parents: 66716
diff changeset
173
bce5c0d2041c * mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style instead
Bill Wohler <wohler@newt.com>
parents: 66716
diff changeset
174 2005-12-01 Bill Wohler <wohler@newt.com>
bce5c0d2041c * mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style instead
Bill Wohler <wohler@newt.com>
parents: 66716
diff changeset
175
bce5c0d2041c * mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style instead
Bill Wohler <wohler@newt.com>
parents: 66716
diff changeset
176 * mh-init.el (mh-defface-compat): Checkdoc fix.
bce5c0d2041c * mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style instead
Bill Wohler <wohler@newt.com>
parents: 66716
diff changeset
177
bce5c0d2041c * mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style instead
Bill Wohler <wohler@newt.com>
parents: 66716
diff changeset
178 * mh-junk.el (mh-bogofilter-blacklist, mh-bogofilter-whitelist):
bce5c0d2041c * mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style instead
Bill Wohler <wohler@newt.com>
parents: 66716
diff changeset
179 Bogofilter is lowercase except at beginning of sentence and in
bce5c0d2041c * mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style instead
Bill Wohler <wohler@newt.com>
parents: 66716
diff changeset
180 titles.
bce5c0d2041c * mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style instead
Bill Wohler <wohler@newt.com>
parents: 66716
diff changeset
181
66713
12f6ccc8b5e4 Refactor faces. Move grayscale requirements last before t. Use uniform
Bill Wohler <wohler@newt.com>
parents: 66677
diff changeset
182 2005-11-04 Bill Wohler <wohler@newt.com>
12f6ccc8b5e4 Refactor faces. Move grayscale requirements last before t. Use uniform
Bill Wohler <wohler@newt.com>
parents: 66677
diff changeset
183
66716
25ad3e63f2a1 * mh-customize.el (mh-min-colors-defined-flag, mh-defface-compat):
Bill Wohler <wohler@newt.com>
parents: 66715
diff changeset
184 * mh-customize.el (mh-min-colors-defined-flag, mh-defface-compat):
25ad3e63f2a1 * mh-customize.el (mh-min-colors-defined-flag, mh-defface-compat):
Bill Wohler <wohler@newt.com>
parents: 66715
diff changeset
185 Move to mh-init.el to minimize bulk of mh-customize.el.
25ad3e63f2a1 * mh-customize.el (mh-min-colors-defined-flag, mh-defface-compat):
Bill Wohler <wohler@newt.com>
parents: 66715
diff changeset
186
25ad3e63f2a1 * mh-customize.el (mh-min-colors-defined-flag, mh-defface-compat):
Bill Wohler <wohler@newt.com>
parents: 66715
diff changeset
187 * mh-init.el: Modify commentary since file is used for load and
25ad3e63f2a1 * mh-customize.el (mh-min-colors-defined-flag, mh-defface-compat):
Bill Wohler <wohler@newt.com>
parents: 66715
diff changeset
188 initialization as well as setting and getting the variant.
25ad3e63f2a1 * mh-customize.el (mh-min-colors-defined-flag, mh-defface-compat):
Bill Wohler <wohler@newt.com>
parents: 66715
diff changeset
189 (mh-min-colors-defined-flag, mh-defface-compat): Move
25ad3e63f2a1 * mh-customize.el (mh-min-colors-defined-flag, mh-defface-compat):
Bill Wohler <wohler@newt.com>
parents: 66715
diff changeset
190 here from mh-customize.el.
25ad3e63f2a1 * mh-customize.el (mh-min-colors-defined-flag, mh-defface-compat):
Bill Wohler <wohler@newt.com>
parents: 66715
diff changeset
191
66713
12f6ccc8b5e4 Refactor faces. Move grayscale requirements last before t. Use uniform
Bill Wohler <wohler@newt.com>
parents: 66677
diff changeset
192 * mh-customize.el: Refactor faces. Move grayscale requirements
12f6ccc8b5e4 Refactor faces. Move grayscale requirements last before t. Use uniform
Bill Wohler <wohler@newt.com>
parents: 66677
diff changeset
193 last before t. Use uniform line breaks.
66715
5cec34d0f4d7 (mh-min-colors-defined-flag): New variable.
Bill Wohler <wohler@newt.com>
parents: 66713
diff changeset
194 (mh-min-colors-defined-flag): New variable.
5cec34d0f4d7 (mh-min-colors-defined-flag): New variable.
Bill Wohler <wohler@newt.com>
parents: 66713
diff changeset
195 (mh-defface-compat): New function. Provides backward compatibility
5cec34d0f4d7 (mh-min-colors-defined-flag): New variable.
Bill Wohler <wohler@newt.com>
parents: 66713
diff changeset
196 for face specs.
5cec34d0f4d7 (mh-min-colors-defined-flag): New variable.
Bill Wohler <wohler@newt.com>
parents: 66713
diff changeset
197 (mh-show-header, mh-show-date, mh-show-cc, mh-folder-to)
5cec34d0f4d7 (mh-min-colors-defined-flag): New variable.
Bill Wohler <wohler@newt.com>
parents: 66713
diff changeset
198 (mh-folder-refiled, mh-folder-cur-msg-number, mh-folder-cur-msg)
5cec34d0f4d7 (mh-min-colors-defined-flag): New variable.
Bill Wohler <wohler@newt.com>
parents: 66713
diff changeset
199 (mh-folder-body): Use mh-defface-compat.
66713
12f6ccc8b5e4 Refactor faces. Move grayscale requirements last before t. Use uniform
Bill Wohler <wohler@newt.com>
parents: 66677
diff changeset
200
66677
11249bb2f593 (mh-folder-body-face, mh-folder-cur-msg-face)
Dan Nicolaescu <dann@ics.uci.edu>
parents: 66661
diff changeset
201 2005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
11249bb2f593 (mh-folder-body-face, mh-folder-cur-msg-face)
Dan Nicolaescu <dann@ics.uci.edu>
parents: 66661
diff changeset
202
11249bb2f593 (mh-folder-body-face, mh-folder-cur-msg-face)
Dan Nicolaescu <dann@ics.uci.edu>
parents: 66661
diff changeset
203 * mh-customize.el (mh-folder-body-face, mh-folder-cur-msg-face)
11249bb2f593 (mh-folder-body-face, mh-folder-cur-msg-face)
Dan Nicolaescu <dann@ics.uci.edu>
parents: 66661
diff changeset
204 (mh-folder-cur-msg-number-face, mh-folder-refiled-face)
11249bb2f593 (mh-folder-body-face, mh-folder-cur-msg-face)
Dan Nicolaescu <dann@ics.uci.edu>
parents: 66661
diff changeset
205 (mh-folder-to-face): Use the min-colors attribute instead of the
11249bb2f593 (mh-folder-body-face, mh-folder-cur-msg-face)
Dan Nicolaescu <dann@ics.uci.edu>
parents: 66661
diff changeset
206 type attribute.
11249bb2f593 (mh-folder-body-face, mh-folder-cur-msg-face)
Dan Nicolaescu <dann@ics.uci.edu>
parents: 66661
diff changeset
207
66661
f7b261d0f8e8 * mh-customize.el (mh-refile-preserves-sequences-flag)
Bill Wohler <wohler@newt.com>
parents: 66627
diff changeset
208 2005-11-03 Bill Wohler <wohler@newt.com>
f7b261d0f8e8 * mh-customize.el (mh-refile-preserves-sequences-flag)
Bill Wohler <wohler@newt.com>
parents: 66627
diff changeset
209
f7b261d0f8e8 * mh-customize.el (mh-refile-preserves-sequences-flag)
Bill Wohler <wohler@newt.com>
parents: 66627
diff changeset
210 * mh-customize.el (mh-refile-preserves-sequences-flag)
f7b261d0f8e8 * mh-customize.el (mh-refile-preserves-sequences-flag)
Bill Wohler <wohler@newt.com>
parents: 66627
diff changeset
211 (mh-tick-seq, mh-update-sequences-after-mh-show-flag): Sync
f7b261d0f8e8 * mh-customize.el (mh-refile-preserves-sequences-flag)
Bill Wohler <wohler@newt.com>
parents: 66627
diff changeset
212 docstrings with manual.
f7b261d0f8e8 * mh-customize.el (mh-refile-preserves-sequences-flag)
Bill Wohler <wohler@newt.com>
parents: 66627
diff changeset
213
f7b261d0f8e8 * mh-customize.el (mh-refile-preserves-sequences-flag)
Bill Wohler <wohler@newt.com>
parents: 66627
diff changeset
214 * mh-e.el (mh-update-sequences): Sync docstrings with manual.
f7b261d0f8e8 * mh-customize.el (mh-refile-preserves-sequences-flag)
Bill Wohler <wohler@newt.com>
parents: 66627
diff changeset
215
f7b261d0f8e8 * mh-customize.el (mh-refile-preserves-sequences-flag)
Bill Wohler <wohler@newt.com>
parents: 66627
diff changeset
216 * mh-seq.el (mh-delete-seq, mh-list-sequences, mh-narrow-to-seq)
f7b261d0f8e8 * mh-customize.el (mh-refile-preserves-sequences-flag)
Bill Wohler <wohler@newt.com>
parents: 66627
diff changeset
217 (mh-widen, mh-toggle-tick, mh-narrow-to-tick): Sync docstrings
f7b261d0f8e8 * mh-customize.el (mh-refile-preserves-sequences-flag)
Bill Wohler <wohler@newt.com>
parents: 66627
diff changeset
218 with manual.
f7b261d0f8e8 * mh-customize.el (mh-refile-preserves-sequences-flag)
Bill Wohler <wohler@newt.com>
parents: 66627
diff changeset
219
66615
8a6d017601ce (mh-ps-spool-buffer, mh-ps-spool-a-msg)
Bill Wohler <wohler@newt.com>
parents: 66572
diff changeset
220 2005-11-01 Bill Wohler <wohler@newt.com>
8a6d017601ce (mh-ps-spool-buffer, mh-ps-spool-a-msg)
Bill Wohler <wohler@newt.com>
parents: 66572
diff changeset
221
66626
8d60d23ffa33 * mh-comp.el (mh-redist-full-contents) Convert defvar to defcustom.
Bill Wohler <wohler@newt.com>
parents: 66615
diff changeset
222 * mh-comp.el (mh-redist-full-contents) Convert defvar to
8d60d23ffa33 * mh-comp.el (mh-redist-full-contents) Convert defvar to defcustom.
Bill Wohler <wohler@newt.com>
parents: 66615
diff changeset
223 defcustom.
8d60d23ffa33 * mh-comp.el (mh-redist-full-contents) Convert defvar to defcustom.
Bill Wohler <wohler@newt.com>
parents: 66615
diff changeset
224 (mh-smail, mh-extract-rejected-mail, mh-forward, mh-redistribute)
8d60d23ffa33 * mh-comp.el (mh-redist-full-contents) Convert defvar to defcustom.
Bill Wohler <wohler@newt.com>
parents: 66615
diff changeset
225 (mh-reply, mh-send, mh-send-other-window)
8d60d23ffa33 * mh-comp.el (mh-redist-full-contents) Convert defvar to defcustom.
Bill Wohler <wohler@newt.com>
parents: 66615
diff changeset
226 (mh-fill-paragraph-function): Sync docstrings with manual.
8d60d23ffa33 * mh-comp.el (mh-redist-full-contents) Convert defvar to defcustom.
Bill Wohler <wohler@newt.com>
parents: 66615
diff changeset
227 (mh-edit-again, mh-extract-rejected-mail, mh-redistribute): Rename
8d60d23ffa33 * mh-comp.el (mh-redist-full-contents) Convert defvar to defcustom.
Bill Wohler <wohler@newt.com>
parents: 66615
diff changeset
228 msg argument to message (to make for a better docstring).
8d60d23ffa33 * mh-comp.el (mh-redist-full-contents) Convert defvar to defcustom.
Bill Wohler <wohler@newt.com>
parents: 66615
diff changeset
229
8d60d23ffa33 * mh-comp.el (mh-redist-full-contents) Convert defvar to defcustom.
Bill Wohler <wohler@newt.com>
parents: 66615
diff changeset
230 * mh-customize.el (mh-redist-full-contents-flag): Convert defvar
66627
d4bc6b8ae712 *** empty log message ***
Bill Wohler <wohler@newt.com>
parents: 66626
diff changeset
231 to defcustom. Rename by adding -flag.
66626
8d60d23ffa33 * mh-comp.el (mh-redist-full-contents) Convert defvar to defcustom.
Bill Wohler <wohler@newt.com>
parents: 66615
diff changeset
232 (mh-compose-forward-as-mime-flag)
8d60d23ffa33 * mh-comp.el (mh-redist-full-contents) Convert defvar to defcustom.
Bill Wohler <wohler@newt.com>
parents: 66615
diff changeset
233 (mh-compose-letter-function, mh-forward-subject-format)
8d60d23ffa33 * mh-comp.el (mh-redist-full-contents) Convert defvar to defcustom.
Bill Wohler <wohler@newt.com>
parents: 66615
diff changeset
234 (mh-insert-x-mailer-flag, mh-reply-default-reply-to)
8d60d23ffa33 * mh-comp.el (mh-redist-full-contents) Convert defvar to defcustom.
Bill Wohler <wohler@newt.com>
parents: 66615
diff changeset
235 (mh-reply-show-message-flag, mh-letter-mode-hook): Sync docstrings
8d60d23ffa33 * mh-comp.el (mh-redist-full-contents) Convert defvar to defcustom.
Bill Wohler <wohler@newt.com>
parents: 66615
diff changeset
236 with manual.
8d60d23ffa33 * mh-comp.el (mh-redist-full-contents) Convert defvar to defcustom.
Bill Wohler <wohler@newt.com>
parents: 66615
diff changeset
237
66615
8a6d017601ce (mh-ps-spool-buffer, mh-ps-spool-a-msg)
Bill Wohler <wohler@newt.com>
parents: 66572
diff changeset
238 * mh-print.el (mh-ps-spool-buffer, mh-ps-spool-a-msg)
8a6d017601ce (mh-ps-spool-buffer, mh-ps-spool-a-msg)
Bill Wohler <wohler@newt.com>
parents: 66572
diff changeset
239 (mh-ps-print-msg): Remove debugging messages.
8a6d017601ce (mh-ps-spool-buffer, mh-ps-spool-a-msg)
Bill Wohler <wohler@newt.com>
parents: 66572
diff changeset
240 (mh-ps-print-msg-show, mh-ps-print-msg-show)
8a6d017601ce (mh-ps-spool-buffer, mh-ps-spool-a-msg)
Bill Wohler <wohler@newt.com>
parents: 66572
diff changeset
241 (mh-ps-print-toggle-color, mh-ps-print-toggle-mime): Remove period
8a6d017601ce (mh-ps-spool-buffer, mh-ps-spool-a-msg)
Bill Wohler <wohler@newt.com>
parents: 66572
diff changeset
242 after message per conventions.
8a6d017601ce (mh-ps-spool-buffer, mh-ps-spool-a-msg)
Bill Wohler <wohler@newt.com>
parents: 66572
diff changeset
243
66571
beb6b92a94f6 (mh-compose-space-does-completion-flag, mh-signature-separator-flag)
Bill Wohler <wohler@newt.com>
parents: 66518
diff changeset
244 2005-10-30 Bill Wohler <wohler@newt.com>
beb6b92a94f6 (mh-compose-space-does-completion-flag, mh-signature-separator-flag)
Bill Wohler <wohler@newt.com>
parents: 66518
diff changeset
245
66572
a99155be4d04 (mh-scan-good-msg-regexp, mh-scan-deleted-msg-regexp)
Bill Wohler <wohler@newt.com>
parents: 66571
diff changeset
246 * mh-e.el (mh-scan-good-msg-regexp, mh-scan-deleted-msg-regexp)
a99155be4d04 (mh-scan-good-msg-regexp, mh-scan-deleted-msg-regexp)
Bill Wohler <wohler@newt.com>
parents: 66571
diff changeset
247 (mh-scan-refiled-msg-regexp, mh-scan-cur-msg-number-regexp): Sync
a99155be4d04 (mh-scan-good-msg-regexp, mh-scan-deleted-msg-regexp)
Bill Wohler <wohler@newt.com>
parents: 66571
diff changeset
248 docstrings with manual.
a99155be4d04 (mh-scan-good-msg-regexp, mh-scan-deleted-msg-regexp)
Bill Wohler <wohler@newt.com>
parents: 66571
diff changeset
249
66571
beb6b92a94f6 (mh-compose-space-does-completion-flag, mh-signature-separator-flag)
Bill Wohler <wohler@newt.com>
parents: 66518
diff changeset
250 * mh-customize.el (mh-compose-space-does-completion-flag)
beb6b92a94f6 (mh-compose-space-does-completion-flag, mh-signature-separator-flag)
Bill Wohler <wohler@newt.com>
parents: 66518
diff changeset
251 (mh-signature-separator-flag, mh-interpret-number-as-range-flag)
beb6b92a94f6 (mh-compose-space-does-completion-flag, mh-signature-separator-flag)
Bill Wohler <wohler@newt.com>
parents: 66518
diff changeset
252 (mh-adaptive-cmd-note-flag): Use "Non-nil means" instead of "On
beb6b92a94f6 (mh-compose-space-does-completion-flag, mh-signature-separator-flag)
Bill Wohler <wohler@newt.com>
parents: 66518
diff changeset
253 means" to remain checkdoc clean and consistent with Emacs. I
beb6b92a94f6 (mh-compose-space-does-completion-flag, mh-signature-separator-flag)
Bill Wohler <wohler@newt.com>
parents: 66518
diff changeset
254 raised this issue with the Emacs developers and Stallman agrees
beb6b92a94f6 (mh-compose-space-does-completion-flag, mh-signature-separator-flag)
Bill Wohler <wohler@newt.com>
parents: 66518
diff changeset
255 that "On means" should be allowed in custom docstrings but that
beb6b92a94f6 (mh-compose-space-does-completion-flag, mh-signature-separator-flag)
Bill Wohler <wohler@newt.com>
parents: 66518
diff changeset
256 this change requires thought and should wait until after the Emacs
beb6b92a94f6 (mh-compose-space-does-completion-flag, mh-signature-separator-flag)
Bill Wohler <wohler@newt.com>
parents: 66518
diff changeset
257 22 release.
beb6b92a94f6 (mh-compose-space-does-completion-flag, mh-signature-separator-flag)
Bill Wohler <wohler@newt.com>
parents: 66518
diff changeset
258
66517
2ed668700790 (mh-x-face-file, mh-show-use-xface-flag)
Bill Wohler <wohler@newt.com>
parents: 66477
diff changeset
259 2005-10-28 Bill Wohler <wohler@newt.com>
2ed668700790 (mh-x-face-file, mh-show-use-xface-flag)
Bill Wohler <wohler@newt.com>
parents: 66477
diff changeset
260
66518
7cc22b3f2300 * mh-comp.el (mh-annotate-msg): Use new variable
Bill Wohler <wohler@newt.com>
parents: 66517
diff changeset
261 * mh-comp.el (mh-annotate-msg): Use new variable
7cc22b3f2300 * mh-comp.el (mh-annotate-msg): Use new variable
Bill Wohler <wohler@newt.com>
parents: 66517
diff changeset
262 mh-scan-field-destination-offset rather than hard-coding 1.
7cc22b3f2300 * mh-comp.el (mh-annotate-msg): Use new variable
Bill Wohler <wohler@newt.com>
parents: 66517
diff changeset
263
7cc22b3f2300 * mh-comp.el (mh-annotate-msg): Use new variable
Bill Wohler <wohler@newt.com>
parents: 66517
diff changeset
264 * mh-customize.el (mh-interpret-number-as-range-flag): Add * to
7cc22b3f2300 * mh-comp.el (mh-annotate-msg): Use new variable
Bill Wohler <wohler@newt.com>
parents: 66517
diff changeset
265 docstring.
7cc22b3f2300 * mh-comp.el (mh-annotate-msg): Use new variable
Bill Wohler <wohler@newt.com>
parents: 66517
diff changeset
266 (mh-adaptive-cmd-note-flag-check, mh-scan-format-file-check): New
7cc22b3f2300 * mh-comp.el (mh-annotate-msg): Use new variable
Bill Wohler <wohler@newt.com>
parents: 66517
diff changeset
267 functions to check input for mh-adaptive-cmd-note-flag and
7cc22b3f2300 * mh-comp.el (mh-annotate-msg): Use new variable
Bill Wohler <wohler@newt.com>
parents: 66517
diff changeset
268 mh-scan-format-file respectively.
7cc22b3f2300 * mh-comp.el (mh-annotate-msg): Use new variable
Bill Wohler <wohler@newt.com>
parents: 66517
diff changeset
269 (mh-adaptive-cmd-note-flag, mh-scan-format-file): Docstring fixes,
7cc22b3f2300 * mh-comp.el (mh-annotate-msg): Use new variable
Bill Wohler <wohler@newt.com>
parents: 66517
diff changeset
270 add :set.
7cc22b3f2300 * mh-comp.el (mh-annotate-msg): Use new variable
Bill Wohler <wohler@newt.com>
parents: 66517
diff changeset
271
7cc22b3f2300 * mh-comp.el (mh-annotate-msg): Use new variable
Bill Wohler <wohler@newt.com>
parents: 66517
diff changeset
272 * mh-e.el: (mh-scan-field-destination-offset): New variable. The
7cc22b3f2300 * mh-comp.el (mh-annotate-msg): Use new variable
Bill Wohler <wohler@newt.com>
parents: 66517
diff changeset
273 destination is the -, t, b, c, or n character for Replied, To, cc,
7cc22b3f2300 * mh-comp.el (mh-annotate-msg): Use new variable
Bill Wohler <wohler@newt.com>
parents: 66517
diff changeset
274 Bcc, or Newsgroups respectively.
7cc22b3f2300 * mh-comp.el (mh-annotate-msg): Use new variable
Bill Wohler <wohler@newt.com>
parents: 66517
diff changeset
275 (mh-make-folder, mh-regenerate-headers, mh-generate-new-cmd-note)
7cc22b3f2300 * mh-comp.el (mh-annotate-msg): Use new variable
Bill Wohler <wohler@newt.com>
parents: 66517
diff changeset
276 Call new function mh-msg-num-width-to-column to make leap between
7cc22b3f2300 * mh-comp.el (mh-annotate-msg): Use new variable
Bill Wohler <wohler@newt.com>
parents: 66517
diff changeset
277 width and column more explicit.
7cc22b3f2300 * mh-comp.el (mh-annotate-msg): Use new variable
Bill Wohler <wohler@newt.com>
parents: 66517
diff changeset
278 (mh-msg-num-width-to-column): New function that steals logic from
7cc22b3f2300 * mh-comp.el (mh-annotate-msg): Use new variable
Bill Wohler <wohler@newt.com>
parents: 66517
diff changeset
279 old mh-set-cmd-note. Also, throw error if mh-scan-format-file
7cc22b3f2300 * mh-comp.el (mh-annotate-msg): Use new variable
Bill Wohler <wohler@newt.com>
parents: 66517
diff changeset
280 isn't t since we can't adapt the scan lines in this case.
7cc22b3f2300 * mh-comp.el (mh-annotate-msg): Use new variable
Bill Wohler <wohler@newt.com>
parents: 66517
diff changeset
281 (mh-set-cmd-note): Now just simply sets mh-cmd-note which will
7cc22b3f2300 * mh-comp.el (mh-annotate-msg): Use new variable
Bill Wohler <wohler@newt.com>
parents: 66517
diff changeset
282 make the documentation more clear.
7cc22b3f2300 * mh-comp.el (mh-annotate-msg): Use new variable
Bill Wohler <wohler@newt.com>
parents: 66517
diff changeset
283 (mh-generate-new-cmd-note): Docstring fix--mh-cmd-note is a
7cc22b3f2300 * mh-comp.el (mh-annotate-msg): Use new variable
Bill Wohler <wohler@newt.com>
parents: 66517
diff changeset
284 column, not a width.
7cc22b3f2300 * mh-comp.el (mh-annotate-msg): Use new variable
Bill Wohler <wohler@newt.com>
parents: 66517
diff changeset
285 (mh-add-sequence-notation, mh-remove-sequence-notation): Use new
7cc22b3f2300 * mh-comp.el (mh-annotate-msg): Use new variable
Bill Wohler <wohler@newt.com>
parents: 66517
diff changeset
286 variable mh-scan-field-destination-offset rather than hard-coding
7cc22b3f2300 * mh-comp.el (mh-annotate-msg): Use new variable
Bill Wohler <wohler@newt.com>
parents: 66517
diff changeset
287 1.
7cc22b3f2300 * mh-comp.el (mh-annotate-msg): Use new variable
Bill Wohler <wohler@newt.com>
parents: 66517
diff changeset
288
7cc22b3f2300 * mh-comp.el (mh-annotate-msg): Use new variable
Bill Wohler <wohler@newt.com>
parents: 66517
diff changeset
289 * mh-utils.el (mh-cmd-note) Synced docstring with manual.
7cc22b3f2300 * mh-comp.el (mh-annotate-msg): Use new variable
Bill Wohler <wohler@newt.com>
parents: 66517
diff changeset
290 (mh-notate): Use new variable mh-scan-field-destination-offset
7cc22b3f2300 * mh-comp.el (mh-annotate-msg): Use new variable
Bill Wohler <wohler@newt.com>
parents: 66517
diff changeset
291 rather than hard-coding 1.
7cc22b3f2300 * mh-comp.el (mh-annotate-msg): Use new variable
Bill Wohler <wohler@newt.com>
parents: 66517
diff changeset
292 (mh-message-number-width): Rename to mh-msg-num-width to be
7cc22b3f2300 * mh-comp.el (mh-annotate-msg): Use new variable
Bill Wohler <wohler@newt.com>
parents: 66517
diff changeset
293 consistent with mh-get-msg-num and mh-msg-num-width-to-column.
7cc22b3f2300 * mh-comp.el (mh-annotate-msg): Use new variable
Bill Wohler <wohler@newt.com>
parents: 66517
diff changeset
294
66517
2ed668700790 (mh-x-face-file, mh-show-use-xface-flag)
Bill Wohler <wohler@newt.com>
parents: 66477
diff changeset
295 * mh-customize.el (mh-x-face-file, mh-show-use-xface-flag)
2ed668700790 (mh-x-face-file, mh-show-use-xface-flag)
Bill Wohler <wohler@newt.com>
parents: 66477
diff changeset
296 (mail-citation-hook): Quote URLs in docstrings and precede with
2ed668700790 (mh-x-face-file, mh-show-use-xface-flag)
Bill Wohler <wohler@newt.com>
parents: 66477
diff changeset
297 `URL'. The former will suppress checkdoc warnings, the latter will
2ed668700790 (mh-x-face-file, mh-show-use-xface-flag)
Bill Wohler <wohler@newt.com>
parents: 66477
diff changeset
298 turn them into hyperlinks in Emacs 22 (I just added the code
2ed668700790 (mh-x-face-file, mh-show-use-xface-flag)
Bill Wohler <wohler@newt.com>
parents: 66477
diff changeset
299 to do that today).
2ed668700790 (mh-x-face-file, mh-show-use-xface-flag)
Bill Wohler <wohler@newt.com>
parents: 66477
diff changeset
300 (mh-scan-format-file): Checkdoc fix.
2ed668700790 (mh-x-face-file, mh-show-use-xface-flag)
Bill Wohler <wohler@newt.com>
parents: 66477
diff changeset
301
66474
06ed4e88d849 * mh-customize.el (mh-compose-insertion, mh-x-face-file): Checkdoc
Bill Wohler <wohler@newt.com>
parents: 66410
diff changeset
302 2005-10-27 Bill Wohler <wohler@newt.com>
06ed4e88d849 * mh-customize.el (mh-compose-insertion, mh-x-face-file): Checkdoc
Bill Wohler <wohler@newt.com>
parents: 66410
diff changeset
303
66477
117f8e71b37a * mh-customize.el (mh-adaptive-cmd-note-flag)
Bill Wohler <wohler@newt.com>
parents: 66476
diff changeset
304 * mh-customize.el (mh-adaptive-cmd-note-flag)
117f8e71b37a * mh-customize.el (mh-adaptive-cmd-note-flag)
Bill Wohler <wohler@newt.com>
parents: 66476
diff changeset
305 (mh-scan-format-file, mh-scan-prog): Sync docstrings with manual.
117f8e71b37a * mh-customize.el (mh-adaptive-cmd-note-flag)
Bill Wohler <wohler@newt.com>
parents: 66476
diff changeset
306
117f8e71b37a * mh-customize.el (mh-adaptive-cmd-note-flag)
Bill Wohler <wohler@newt.com>
parents: 66476
diff changeset
307 * mh-e.el (mh-scan-format-mh, mh-note-deleted, mh-note-refiled)
117f8e71b37a * mh-customize.el (mh-adaptive-cmd-note-flag)
Bill Wohler <wohler@newt.com>
parents: 66476
diff changeset
308 (mh-note-cur, mh-scan-good-msg-regexp)
117f8e71b37a * mh-customize.el (mh-adaptive-cmd-note-flag)
Bill Wohler <wohler@newt.com>
parents: 66476
diff changeset
309 (mh-scan-deleted-msg-regexp, mh-scan-refiled-msg-regexp)
117f8e71b37a * mh-customize.el (mh-adaptive-cmd-note-flag)
Bill Wohler <wohler@newt.com>
parents: 66476
diff changeset
310 (mh-scan-valid-regexp, mh-scan-cur-msg-number-regexp)
117f8e71b37a * mh-customize.el (mh-adaptive-cmd-note-flag)
Bill Wohler <wohler@newt.com>
parents: 66476
diff changeset
311 (mh-scan-date-regexp, mh-scan-rcpt-regexp, mh-scan-body-regexp)
117f8e71b37a * mh-customize.el (mh-adaptive-cmd-note-flag)
Bill Wohler <wohler@newt.com>
parents: 66476
diff changeset
312 (mh-scan-subject-regexp, mh-scan-format-regexp)
117f8e71b37a * mh-customize.el (mh-adaptive-cmd-note-flag)
Bill Wohler <wohler@newt.com>
parents: 66476
diff changeset
313 (mh-folder-font-lock-keywords, mh-set-cmd-note): Sync docstrings
117f8e71b37a * mh-customize.el (mh-adaptive-cmd-note-flag)
Bill Wohler <wohler@newt.com>
parents: 66476
diff changeset
314 with manual.
117f8e71b37a * mh-customize.el (mh-adaptive-cmd-note-flag)
Bill Wohler <wohler@newt.com>
parents: 66476
diff changeset
315
117f8e71b37a * mh-customize.el (mh-adaptive-cmd-note-flag)
Bill Wohler <wohler@newt.com>
parents: 66476
diff changeset
316 * mh-funcs.el (mh-note-copied): Sync docstrings with manual.
117f8e71b37a * mh-customize.el (mh-adaptive-cmd-note-flag)
Bill Wohler <wohler@newt.com>
parents: 66476
diff changeset
317
117f8e71b37a * mh-customize.el (mh-adaptive-cmd-note-flag)
Bill Wohler <wohler@newt.com>
parents: 66476
diff changeset
318 * mh-utils.el (mh-goto-msg): Use mh-scan-msg-search-regexp instead
117f8e71b37a * mh-customize.el (mh-adaptive-cmd-note-flag)
Bill Wohler <wohler@newt.com>
parents: 66476
diff changeset
319 of hard-coded string.
117f8e71b37a * mh-customize.el (mh-adaptive-cmd-note-flag)
Bill Wohler <wohler@newt.com>
parents: 66476
diff changeset
320 (mh-mail-header-separator, mh-signature-separator-regexp): Use
117f8e71b37a * mh-customize.el (mh-adaptive-cmd-note-flag)
Bill Wohler <wohler@newt.com>
parents: 66476
diff changeset
321 "regular expression" in docstring instead of regexp.
117f8e71b37a * mh-customize.el (mh-adaptive-cmd-note-flag)
Bill Wohler <wohler@newt.com>
parents: 66476
diff changeset
322 (mh-scan-msg-number-regexp)
117f8e71b37a * mh-customize.el (mh-adaptive-cmd-note-flag)
Bill Wohler <wohler@newt.com>
parents: 66476
diff changeset
323 (mh-scan-msg-overflow-regexp, mh-scan-msg-format-regexp)
117f8e71b37a * mh-customize.el (mh-adaptive-cmd-note-flag)
Bill Wohler <wohler@newt.com>
parents: 66476
diff changeset
324 (mh-scan-msg-format-string, mh-scan-msg-search-regexp)
117f8e71b37a * mh-customize.el (mh-adaptive-cmd-note-flag)
Bill Wohler <wohler@newt.com>
parents: 66476
diff changeset
325 (mh-cmd-note): Sync docstrings with manual.
117f8e71b37a * mh-customize.el (mh-adaptive-cmd-note-flag)
Bill Wohler <wohler@newt.com>
parents: 66476
diff changeset
326
66476
ea959f21cde8 (mh-insert-signature, mh-insert-auto-fields): Checkdoc fixes.
Bill Wohler <wohler@newt.com>
parents: 66474
diff changeset
327 * mh-comp.el (mh-insert-signature, mh-insert-auto-fields):
ea959f21cde8 (mh-insert-signature, mh-insert-auto-fields): Checkdoc fixes.
Bill Wohler <wohler@newt.com>
parents: 66474
diff changeset
328 Checkdoc fixes.
ea959f21cde8 (mh-insert-signature, mh-insert-auto-fields): Checkdoc fixes.
Bill Wohler <wohler@newt.com>
parents: 66474
diff changeset
329
ea959f21cde8 (mh-insert-signature, mh-insert-auto-fields): Checkdoc fixes.
Bill Wohler <wohler@newt.com>
parents: 66474
diff changeset
330 * mh-customize.el (mh-compose-insertion, mh-x-face-file): Ditto.
66474
06ed4e88d849 * mh-customize.el (mh-compose-insertion, mh-x-face-file): Checkdoc
Bill Wohler <wohler@newt.com>
parents: 66410
diff changeset
331
06ed4e88d849 * mh-customize.el (mh-compose-insertion, mh-x-face-file): Checkdoc
Bill Wohler <wohler@newt.com>
parents: 66410
diff changeset
332 * mh-mime.el (mh-mh-to-mime, mh-mml-attach-file)
06ed4e88d849 * mh-customize.el (mh-compose-insertion, mh-x-face-file): Checkdoc
Bill Wohler <wohler@newt.com>
parents: 66410
diff changeset
333 (mh-mml-secure-message-sign, mh-mml-secure-message-encrypt)
06ed4e88d849 * mh-customize.el (mh-compose-insertion, mh-x-face-file): Checkdoc
Bill Wohler <wohler@newt.com>
parents: 66410
diff changeset
334 (mh-mml-secure-message-signencrypt): Ditto
06ed4e88d849 * mh-customize.el (mh-compose-insertion, mh-x-face-file): Checkdoc
Bill Wohler <wohler@newt.com>
parents: 66410
diff changeset
335
66410
779be9915a30 * mh-gnus.el: Load mml.el in order to see if
Bill Wohler <wohler@newt.com>
parents: 66371
diff changeset
336 2005-10-24 Bill Wohler <wohler@newt.com>
779be9915a30 * mh-gnus.el: Load mml.el in order to see if
Bill Wohler <wohler@newt.com>
parents: 66371
diff changeset
337
779be9915a30 * mh-gnus.el: Load mml.el in order to see if
Bill Wohler <wohler@newt.com>
parents: 66371
diff changeset
338 * mh-gnus.el: Load mml.el in order to see if
779be9915a30 * mh-gnus.el: Load mml.el in order to see if
Bill Wohler <wohler@newt.com>
parents: 66371
diff changeset
339 mml-minibuffer-read-disposition is defined or not.
779be9915a30 * mh-gnus.el: Load mml.el in order to see if
Bill Wohler <wohler@newt.com>
parents: 66371
diff changeset
340
779be9915a30 * mh-gnus.el: Load mml.el in order to see if
Bill Wohler <wohler@newt.com>
parents: 66371
diff changeset
341 * mh-mime.el: Now that mh-gnus.el loads mml, we shouldn't need the
779be9915a30 * mh-gnus.el: Load mml.el in order to see if
Bill Wohler <wohler@newt.com>
parents: 66371
diff changeset
342 mml autoloads.
779be9915a30 * mh-gnus.el: Load mml.el in order to see if
Bill Wohler <wohler@newt.com>
parents: 66371
diff changeset
343
66371
adc5009cfc2a Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-616
Miles Bader <miles@gnu.org>
parents: 66370
diff changeset
344 2005-10-23 Miles Bader <miles@gnu.org>
adc5009cfc2a Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-616
Miles Bader <miles@gnu.org>
parents: 66370
diff changeset
345
adc5009cfc2a Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-616
Miles Bader <miles@gnu.org>
parents: 66370
diff changeset
346 * .arch-inventory: New file.
adc5009cfc2a Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-616
Miles Bader <miles@gnu.org>
parents: 66370
diff changeset
347
66357
f5ade15d46f2 * mh-identity.el (mh-assoc-ignore-case): Merge with version in
Bill Wohler <wohler@newt.com>
parents: 66356
diff changeset
348 2005-10-23 Bill Wohler <wohler@newt.com>
f5ade15d46f2 * mh-identity.el (mh-assoc-ignore-case): Merge with version in
Bill Wohler <wohler@newt.com>
parents: 66356
diff changeset
349
66370
752fbc86ba7a (mh-interpret-number-as-range-flag): Sync docstring with manual.
Bill Wohler <wohler@newt.com>
parents: 66357
diff changeset
350 * mh-customize.el (mh-interpret-number-as-range-flag): Sync
752fbc86ba7a (mh-interpret-number-as-range-flag): Sync docstring with manual.
Bill Wohler <wohler@newt.com>
parents: 66357
diff changeset
351 docstring with manual.
752fbc86ba7a (mh-interpret-number-as-range-flag): Sync docstring with manual.
Bill Wohler <wohler@newt.com>
parents: 66357
diff changeset
352
66357
f5ade15d46f2 * mh-identity.el (mh-assoc-ignore-case): Merge with version in
Bill Wohler <wohler@newt.com>
parents: 66356
diff changeset
353 * mh-identity.el (mh-assoc-ignore-case): Merge with version in
f5ade15d46f2 * mh-identity.el (mh-assoc-ignore-case): Merge with version in
Bill Wohler <wohler@newt.com>
parents: 66356
diff changeset
354 mh-alias.el and move to mh-acros.el
f5ade15d46f2 * mh-identity.el (mh-assoc-ignore-case): Merge with version in
Bill Wohler <wohler@newt.com>
parents: 66356
diff changeset
355
f5ade15d46f2 * mh-identity.el (mh-assoc-ignore-case): Merge with version in
Bill Wohler <wohler@newt.com>
parents: 66356
diff changeset
356 * mh-alias.el (mh-assoc-ignore-case): Merge with version in
f5ade15d46f2 * mh-identity.el (mh-assoc-ignore-case): Merge with version in
Bill Wohler <wohler@newt.com>
parents: 66356
diff changeset
357 mh-identity.el and move to mh-acros.el
f5ade15d46f2 * mh-identity.el (mh-assoc-ignore-case): Merge with version in
Bill Wohler <wohler@newt.com>
parents: 66356
diff changeset
358
f5ade15d46f2 * mh-identity.el (mh-assoc-ignore-case): Merge with version in
Bill Wohler <wohler@newt.com>
parents: 66356
diff changeset
359 * mh-acros.el (mh-assoc-ignore-case): Merge of function from
f5ade15d46f2 * mh-identity.el (mh-assoc-ignore-case): Merge with version in
Bill Wohler <wohler@newt.com>
parents: 66356
diff changeset
360 mh-identity.el and mh-alias.el.
f5ade15d46f2 * mh-identity.el (mh-assoc-ignore-case): Merge with version in
Bill Wohler <wohler@newt.com>
parents: 66356
diff changeset
361
f5ade15d46f2 * mh-identity.el (mh-assoc-ignore-case): Merge with version in
Bill Wohler <wohler@newt.com>
parents: 66356
diff changeset
362 * mh-mime.el: Autoload mm-uu for mm-uu-dissect to avoid compiler
f5ade15d46f2 * mh-identity.el (mh-assoc-ignore-case): Merge with version in
Bill Wohler <wohler@newt.com>
parents: 66356
diff changeset
363 warning in Emacs 22.
f5ade15d46f2 * mh-identity.el (mh-assoc-ignore-case): Merge with version in
Bill Wohler <wohler@newt.com>
parents: 66356
diff changeset
364
66356
131366a2e19b * mh-identity.el (mh-assoc-ignore-case): New macro that uses
Satyaki Das <satyaki@theforce.stanford.edu>
parents: 66354
diff changeset
365 2005-10-23 Satyaki Das <satyaki@theforce.stanford.edu>
131366a2e19b * mh-identity.el (mh-assoc-ignore-case): New macro that uses
Satyaki Das <satyaki@theforce.stanford.edu>
parents: 66354
diff changeset
366
131366a2e19b * mh-identity.el (mh-assoc-ignore-case): New macro that uses
Satyaki Das <satyaki@theforce.stanford.edu>
parents: 66354
diff changeset
367 * mh-identity.el (mh-assoc-ignore-case): New macro that uses
131366a2e19b * mh-identity.el (mh-assoc-ignore-case): New macro that uses
Satyaki Das <satyaki@theforce.stanford.edu>
parents: 66354
diff changeset
368 assoc-string (if the function is available) and falls back on
131366a2e19b * mh-identity.el (mh-assoc-ignore-case): New macro that uses
Satyaki Das <satyaki@theforce.stanford.edu>
parents: 66354
diff changeset
369 assoc-ignore-case if assoc-string is not found.
131366a2e19b * mh-identity.el (mh-assoc-ignore-case): New macro that uses
Satyaki Das <satyaki@theforce.stanford.edu>
parents: 66354
diff changeset
370 (mh-identity-field-handler): Use mh-assoc-ignore-case since
131366a2e19b * mh-identity.el (mh-assoc-ignore-case): New macro that uses
Satyaki Das <satyaki@theforce.stanford.edu>
parents: 66354
diff changeset
371 assoc-ignore-case is a obsolete function in Emacs 22.
131366a2e19b * mh-identity.el (mh-assoc-ignore-case): New macro that uses
Satyaki Das <satyaki@theforce.stanford.edu>
parents: 66354
diff changeset
372
131366a2e19b * mh-identity.el (mh-assoc-ignore-case): New macro that uses
Satyaki Das <satyaki@theforce.stanford.edu>
parents: 66354
diff changeset
373 * mh-e.el (mh-folder-buttons-init-flag): New variable that keeps
131366a2e19b * mh-identity.el (mh-assoc-ignore-case): New macro that uses
Satyaki Das <satyaki@theforce.stanford.edu>
parents: 66354
diff changeset
374 track of whether the tool-bar in mh-folder-mode has been
131366a2e19b * mh-identity.el (mh-assoc-ignore-case): New macro that uses
Satyaki Das <satyaki@theforce.stanford.edu>
parents: 66354
diff changeset
375 initialized yet.
131366a2e19b * mh-identity.el (mh-assoc-ignore-case): New macro that uses
Satyaki Das <satyaki@theforce.stanford.edu>
parents: 66354
diff changeset
376 (mh-folder-mode): Initialize the tool-bar for folders the first
131366a2e19b * mh-identity.el (mh-assoc-ignore-case): New macro that uses
Satyaki Das <satyaki@theforce.stanford.edu>
parents: 66354
diff changeset
377 time we get into mh-letter-mode.
131366a2e19b * mh-identity.el (mh-assoc-ignore-case): New macro that uses
Satyaki Das <satyaki@theforce.stanford.edu>
parents: 66354
diff changeset
378
131366a2e19b * mh-identity.el (mh-assoc-ignore-case): New macro that uses
Satyaki Das <satyaki@theforce.stanford.edu>
parents: 66354
diff changeset
379 * mh-customize.el (mh-buffer-exists-p): New function which tests
131366a2e19b * mh-identity.el (mh-assoc-ignore-case): New macro that uses
Satyaki Das <satyaki@theforce.stanford.edu>
parents: 66354
diff changeset
380 presence of buffers of a given mode.
131366a2e19b * mh-identity.el (mh-assoc-ignore-case): New macro that uses
Satyaki Das <satyaki@theforce.stanford.edu>
parents: 66354
diff changeset
381 (mh-tool-bar-define): New functions
131366a2e19b * mh-identity.el (mh-assoc-ignore-case): New macro that uses
Satyaki Das <satyaki@theforce.stanford.edu>
parents: 66354
diff changeset
382 mh-tool-bar-folder-buttons-init and
131366a2e19b * mh-identity.el (mh-assoc-ignore-case): New macro that uses
Satyaki Das <satyaki@theforce.stanford.edu>
parents: 66354
diff changeset
383 mh-tool-bar-letter-buttons-init are defined. These functions are
131366a2e19b * mh-identity.el (mh-assoc-ignore-case): New macro that uses
Satyaki Das <satyaki@theforce.stanford.edu>
parents: 66354
diff changeset
384 used to create the tool-bar from the corresponding customizable
131366a2e19b * mh-identity.el (mh-assoc-ignore-case): New macro that uses
Satyaki Das <satyaki@theforce.stanford.edu>
parents: 66354
diff changeset
385 variables.
131366a2e19b * mh-identity.el (mh-assoc-ignore-case): New macro that uses
Satyaki Das <satyaki@theforce.stanford.edu>
parents: 66354
diff changeset
386
131366a2e19b * mh-identity.el (mh-assoc-ignore-case): New macro that uses
Satyaki Das <satyaki@theforce.stanford.edu>
parents: 66354
diff changeset
387 * mh-comp.el (mh-letter-buttons-init-flag): New variable that
131366a2e19b * mh-identity.el (mh-assoc-ignore-case): New macro that uses
Satyaki Das <satyaki@theforce.stanford.edu>
parents: 66354
diff changeset
388 keeps track of whether the tool-bar in mh-letter-mode has been
131366a2e19b * mh-identity.el (mh-assoc-ignore-case): New macro that uses
Satyaki Das <satyaki@theforce.stanford.edu>
parents: 66354
diff changeset
389 initialized yet.
131366a2e19b * mh-identity.el (mh-assoc-ignore-case): New macro that uses
Satyaki Das <satyaki@theforce.stanford.edu>
parents: 66354
diff changeset
390 (mh-letter-mode): Initialize the tool-bar for drafts the first
131366a2e19b * mh-identity.el (mh-assoc-ignore-case): New macro that uses
Satyaki Das <satyaki@theforce.stanford.edu>
parents: 66354
diff changeset
391 time we get into mh-letter-mode.
131366a2e19b * mh-identity.el (mh-assoc-ignore-case): New macro that uses
Satyaki Das <satyaki@theforce.stanford.edu>
parents: 66354
diff changeset
392
66354
cf99ce27df54 * mh-comp.el (mh-letter-menu): Rename
Bill Wohler <wohler@newt.com>
parents: 66173
diff changeset
393 2005-10-23 Bill Wohler <wohler@newt.com>
cf99ce27df54 * mh-comp.el (mh-letter-menu): Rename
Bill Wohler <wohler@newt.com>
parents: 66173
diff changeset
394
cf99ce27df54 * mh-comp.el (mh-letter-menu): Rename
Bill Wohler <wohler@newt.com>
parents: 66173
diff changeset
395 * mh-comp.el (mh-letter-menu): Rename
cf99ce27df54 * mh-comp.el (mh-letter-menu): Rename
Bill Wohler <wohler@newt.com>
parents: 66173
diff changeset
396 mh-mhn-compose-external-compressed-tar to
cf99ce27df54 * mh-comp.el (mh-letter-menu): Rename
Bill Wohler <wohler@newt.com>
parents: 66173
diff changeset
397 mh-mh-compose-external-compressed-tar. Rename
cf99ce27df54 * mh-comp.el (mh-letter-menu): Rename
Bill Wohler <wohler@newt.com>
parents: 66173
diff changeset
398 mh-mhn-compose-anon-ftp to mh-mh-compose-anon-ftp. Rename
cf99ce27df54 * mh-comp.el (mh-letter-menu): Rename
Bill Wohler <wohler@newt.com>
parents: 66173
diff changeset
399 mh-edit-mhn to mh-mh-to-mime. Rename mh-mhn-directive-present-p to
cf99ce27df54 * mh-comp.el (mh-letter-menu): Rename
Bill Wohler <wohler@newt.com>
parents: 66173
diff changeset
400 mh-mh-directive-present-p. Rename mh-revert-mhn-edit to
cf99ce27df54 * mh-comp.el (mh-letter-menu): Rename
Bill Wohler <wohler@newt.com>
parents: 66173
diff changeset
401 mh-mh-to-mime-undo. Rename mh-gnus-pgp-support-flag to
cf99ce27df54 * mh-comp.el (mh-letter-menu): Rename
Bill Wohler <wohler@newt.com>
parents: 66173
diff changeset
402 mh-pgp-support-flag. Rename mh-compose-insertion value from 'mhn
cf99ce27df54 * mh-comp.el (mh-letter-menu): Rename
Bill Wohler <wohler@newt.com>
parents: 66173
diff changeset
403 to 'mh.
cf99ce27df54 * mh-comp.el (mh-letter-menu): Rename
Bill Wohler <wohler@newt.com>
parents: 66173
diff changeset
404 (mh-insert-signature): Rename mh-mhn-directive-present-p to
cf99ce27df54 * mh-comp.el (mh-letter-menu): Rename
Bill Wohler <wohler@newt.com>
parents: 66173
diff changeset
405 mh-mh-directive-present-p.
cf99ce27df54 * mh-comp.el (mh-letter-menu): Rename
Bill Wohler <wohler@newt.com>
parents: 66173
diff changeset
406 (mh-send-letter): Rename mh-mhn-directive-present-p to
cf99ce27df54 * mh-comp.el (mh-letter-menu): Rename
Bill Wohler <wohler@newt.com>
parents: 66173
diff changeset
407 mh-mh-directive-present-p. Rename mh-edit-mhn to mh-mh-to-mime.
cf99ce27df54 * mh-comp.el (mh-letter-menu): Rename
Bill Wohler <wohler@newt.com>
parents: 66173
diff changeset
408 (mh-letter-mode-map): Rename mh-edit-mhn to mh-mh-to-mime. Rename
cf99ce27df54 * mh-comp.el (mh-letter-menu): Rename
Bill Wohler <wohler@newt.com>
parents: 66173
diff changeset
409 mh-mhn-compose-anon-ftp to mh-mh-compose-anon-ftp. Rename
cf99ce27df54 * mh-comp.el (mh-letter-menu): Rename
Bill Wohler <wohler@newt.com>
parents: 66173
diff changeset
410 mh-mhn-compose-external-compressed-tar to
cf99ce27df54 * mh-comp.el (mh-letter-menu): Rename
Bill Wohler <wohler@newt.com>
parents: 66173
diff changeset
411 mh-mh-compose-external-compressed-tar. Rename mh-revert-mhn-edit
cf99ce27df54 * mh-comp.el (mh-letter-menu): Rename
Bill Wohler <wohler@newt.com>
parents: 66173
diff changeset
412 to mh-mh-to-mime-undo. Rename mh-mhn-compose-external-type to
cf99ce27df54 * mh-comp.el (mh-letter-menu): Rename
Bill Wohler <wohler@newt.com>
parents: 66173
diff changeset
413 mh-mh-compose-external-type. Rename mh-mhn-compose-anon-ftp to
cf99ce27df54 * mh-comp.el (mh-letter-menu): Rename
Bill Wohler <wohler@newt.com>
parents: 66173
diff changeset
414 mh-mh-compose-anon-ftp. Rename
cf99ce27df54 * mh-comp.el (mh-letter-menu): Rename
Bill Wohler <wohler@newt.com>
parents: 66173
diff changeset
415 mh-mhn-compose-external-compressed-tar to
cf99ce27df54 * mh-comp.el (mh-letter-menu): Rename
Bill Wohler <wohler@newt.com>
parents: 66173
diff changeset
416 mh-mh-compose-external-compressed-tar. Rename mh-revert-mhn-edit
cf99ce27df54 * mh-comp.el (mh-letter-menu): Rename
Bill Wohler <wohler@newt.com>
parents: 66173
diff changeset
417 to mh-mh-to-mime-undo. Rename mh-mhn-compose-external-type to
cf99ce27df54 * mh-comp.el (mh-letter-menu): Rename
Bill Wohler <wohler@newt.com>
parents: 66173
diff changeset
418 mh-mh-compose-external-type.
cf99ce27df54 * mh-comp.el (mh-letter-menu): Rename
Bill Wohler <wohler@newt.com>
parents: 66173
diff changeset
419 (mh-send-letter, mh-letter-mode-map): Rename mh-edit-mhn to
cf99ce27df54 * mh-comp.el (mh-letter-menu): Rename
Bill Wohler <wohler@newt.com>
parents: 66173
diff changeset
420 mh-mh-to-mime, mh-revert-mhn-edit to mh-mh-to-mime-undo.
cf99ce27df54 * mh-comp.el (mh-letter-menu): Rename
Bill Wohler <wohler@newt.com>
parents: 66173
diff changeset
421 (mh-reply, mh-yank-cur-msg, mh-insert-prefix-string): Rename
cf99ce27df54 * mh-comp.el (mh-letter-menu): Rename
Bill Wohler <wohler@newt.com>
parents: 66173
diff changeset
422 mh-yank-from-start-of-msg to mh-yank-behavior.
cf99ce27df54 * mh-comp.el (mh-letter-menu): Rename
Bill Wohler <wohler@newt.com>
parents: 66173
diff changeset
423 (mh-letter-mode, mh-to-field, mh-to-fcc, mh-insert-signature)
cf99ce27df54 * mh-comp.el (mh-letter-menu): Rename
Bill Wohler <wohler@newt.com>
parents: 66173
diff changeset
424 (mh-check-whom, mh-insert-auto-fields, mh-send-letter)
cf99ce27df54 * mh-comp.el (mh-letter-menu): Rename
Bill Wohler <wohler@newt.com>
parents: 66173
diff changeset
425 (mh-insert-letter, mh-yank-cur-msg, mh-insert-prefix-string)
cf99ce27df54 * mh-comp.el (mh-letter-menu): Rename
Bill Wohler <wohler@newt.com>
parents: 66173
diff changeset
426 (mh-fully-kill-draft, mh-open-line, mh-letter-complete)
cf99ce27df54 * mh-comp.el (mh-letter-menu): Rename
Bill Wohler <wohler@newt.com>
parents: 66173
diff changeset
427 (mh-letter-complete-or-space, mh-letter-confirm-address)
cf99ce27df54 * mh-comp.el (mh-letter-menu): Rename
Bill Wohler <wohler@newt.com>
parents: 66173
diff changeset
428 (mh-letter-next-header-field-or-indent)
cf99ce27df54 * mh-comp.el (mh-letter-menu): Rename
Bill Wohler <wohler@newt.com>
parents: 66173
diff changeset
429 (mh-letter-previous-header-field)
cf99ce27df54 * mh-comp.el (mh-letter-menu): Rename
Bill Wohler <wohler@newt.com>
parents: 66173
diff changeset
430 (mh-letter-toggle-header-field-display): Sync docstrings with
cf99ce27df54 * mh-comp.el (mh-letter-menu): Rename
Bill Wohler <wohler@newt.com>
parents: 66173
diff changeset
431 manual.
cf99ce27df54 * mh-comp.el (mh-letter-menu): Rename
Bill Wohler <wohler@newt.com>
parents: 66173
diff changeset
432
cf99ce27df54 * mh-comp.el (mh-letter-menu): Rename
Bill Wohler <wohler@newt.com>
parents: 66173
diff changeset
433 * mh-customize.el (mh-edit-mhn-hook): Rename to
cf99ce27df54 * mh-comp.el (mh-letter-menu): Rename
Bill Wohler <wohler@newt.com>
parents: 66173
diff changeset
434 mh-mh-to-mime-hook.
cf99ce27df54 * mh-comp.el (mh-letter-menu): Rename
Bill Wohler <wohler@newt.com>
parents: 66173
diff changeset
435 (mh-yank-from-start-of-msg): Rename to mh-yank-behavior.
cf99ce27df54 * mh-comp.el (mh-letter-menu): Rename
Bill Wohler <wohler@newt.com>
parents: 66173
diff changeset
436 (mh-compose-insertion): Rename values from 'gnus and 'mhn to 'mh
cf99ce27df54 * mh-comp.el (mh-letter-menu): Rename
Bill Wohler <wohler@newt.com>
parents: 66173
diff changeset
437 and user-visible values from mhn and Gnus to MH and MML.
cf99ce27df54 * mh-comp.el (mh-letter-menu): Rename
Bill Wohler <wohler@newt.com>
parents: 66173
diff changeset
438 (mh-before-send-letter-hook): Added 'ispell-message option.
cf99ce27df54 * mh-comp.el (mh-letter-menu): Rename
Bill Wohler <wohler@newt.com>
parents: 66173
diff changeset
439 (mh-mml-method-default): Rename mh-gnus-pgp-support-flag to
cf99ce27df54 * mh-comp.el (mh-letter-menu): Rename
Bill Wohler <wohler@newt.com>
parents: 66173
diff changeset
440 mh-pgp-support-flag.
cf99ce27df54 * mh-comp.el (mh-letter-menu): Rename
Bill Wohler <wohler@newt.com>
parents: 66173
diff changeset
441 (mh-compose-insertion, mh-compose-space-does-completion-flag)
cf99ce27df54 * mh-comp.el (mh-letter-menu): Rename
Bill Wohler <wohler@newt.com>
parents: 66173
diff changeset
442 (mh-delete-yanked-msg-window-flag)
cf99ce27df54 * mh-comp.el (mh-letter-menu): Rename
Bill Wohler <wohler@newt.com>
parents: 66173
diff changeset
443 (mh-extract-from-attribution-verb, mh-ins-buf-prefix)
cf99ce27df54 * mh-comp.el (mh-letter-menu): Rename
Bill Wohler <wohler@newt.com>
parents: 66173
diff changeset
444 (mh-letter-complete-function, mh-letter-fill-column)
cf99ce27df54 * mh-comp.el (mh-letter-menu): Rename
Bill Wohler <wohler@newt.com>
parents: 66173
diff changeset
445 (mh-mml-method-default, mh-signature-file-name)
cf99ce27df54 * mh-comp.el (mh-letter-menu): Rename
Bill Wohler <wohler@newt.com>
parents: 66173
diff changeset
446 (mh-signature-separator-flag, mh-x-face-file)
cf99ce27df54 * mh-comp.el (mh-letter-menu): Rename
Bill Wohler <wohler@newt.com>
parents: 66173
diff changeset
447 (mh-yank-behavior, mail-citation-hook)
cf99ce27df54 * mh-comp.el (mh-letter-menu): Rename
Bill Wohler <wohler@newt.com>
parents: 66173
diff changeset
448 (mh-before-send-letter-hook, mh-mh-to-mime-hook): Sync docstrings
cf99ce27df54 * mh-comp.el (mh-letter-menu): Rename
Bill Wohler <wohler@newt.com>
parents: 66173
diff changeset
449 with manual.
cf99ce27df54 * mh-comp.el (mh-letter-menu): Rename
Bill Wohler <wohler@newt.com>
parents: 66173
diff changeset
450
cf99ce27df54 * mh-comp.el (mh-letter-menu): Rename
Bill Wohler <wohler@newt.com>
parents: 66173
diff changeset
451 * mh-gnus.el (mml-minibuffer-read-disposition): New function
cf99ce27df54 * mh-comp.el (mh-letter-menu): Rename
Bill Wohler <wohler@newt.com>
parents: 66173
diff changeset
452 provided for Emacs 21 environments that lack it.
cf99ce27df54 * mh-comp.el (mh-letter-menu): Rename
Bill Wohler <wohler@newt.com>
parents: 66173
diff changeset
453
cf99ce27df54 * mh-comp.el (mh-letter-menu): Rename
Bill Wohler <wohler@newt.com>
parents: 66173
diff changeset
454 * mh-mime.el (mh-mml-query-cryptographic-method): Use default
cf99ce27df54 * mh-comp.el (mh-letter-menu): Rename
Bill Wohler <wohler@newt.com>
parents: 66173
diff changeset
455 prompt convention.
cf99ce27df54 * mh-comp.el (mh-letter-menu): Rename
Bill Wohler <wohler@newt.com>
parents: 66173
diff changeset
456 (mh-compose-forward): mh-mh-forward-message requires string arg.
cf99ce27df54 * mh-comp.el (mh-letter-menu): Rename
Bill Wohler <wohler@newt.com>
parents: 66173
diff changeset
457 (mh-minibuffer-read-type): New function.
cf99ce27df54 * mh-comp.el (mh-letter-menu): Rename
Bill Wohler <wohler@newt.com>
parents: 66173
diff changeset
458 (mh-mhn-args): Rename to mh-mh-to-mime-args.
cf99ce27df54 * mh-comp.el (mh-letter-menu): Rename
Bill Wohler <wohler@newt.com>
parents: 66173
diff changeset
459 (mh-mhn-compose-insertion): Rename to mh-mh-attach-file.
cf99ce27df54 * mh-comp.el (mh-letter-menu): Rename
Bill Wohler <wohler@newt.com>
parents: 66173
diff changeset
460 (mh-mhn-compose-forw): Rename to mh-mh-forward-message.
cf99ce27df54 * mh-comp.el (mh-letter-menu): Rename
Bill Wohler <wohler@newt.com>
parents: 66173
diff changeset
461 (mh-mhn-compose-type): Rename to mh-mh-compose-type.
cf99ce27df54 * mh-comp.el (mh-letter-menu): Rename
Bill Wohler <wohler@newt.com>
parents: 66173
diff changeset
462 (mh-mhn-compose-anon-ftp): Rename to mh-mh-compose-anon-ftp.
cf99ce27df54 * mh-comp.el (mh-letter-menu): Rename
Bill Wohler <wohler@newt.com>
parents: 66173
diff changeset
463 Rename mh-mhn-compose-external-type to
cf99ce27df54 * mh-comp.el (mh-letter-menu): Rename
Bill Wohler <wohler@newt.com>
parents: 66173
diff changeset
464 mh-mh-compose-external-type.
cf99ce27df54 * mh-comp.el (mh-letter-menu): Rename
Bill Wohler <wohler@newt.com>
parents: 66173
diff changeset
465 (mh-mhn-compose-external-compressed-tar): Rename to
cf99ce27df54 * mh-comp.el (mh-letter-menu): Rename
Bill Wohler <wohler@newt.com>
parents: 66173
diff changeset
466 mh-mh-compose-external-compressed-tar. Rename
cf99ce27df54 * mh-comp.el (mh-letter-menu): Rename
Bill Wohler <wohler@newt.com>
parents: 66173
diff changeset
467 mh-mhn-compose-external-type to mh-mh-compose-external-type.
cf99ce27df54 * mh-comp.el (mh-letter-menu): Rename
Bill Wohler <wohler@newt.com>
parents: 66173
diff changeset
468 (mh-mhn-compose-external-type): Rename to
cf99ce27df54 * mh-comp.el (mh-letter-menu): Rename
Bill Wohler <wohler@newt.com>
parents: 66173
diff changeset
469 mh-mh-compose-external-type.
cf99ce27df54 * mh-comp.el (mh-letter-menu): Rename
Bill Wohler <wohler@newt.com>
parents: 66173
diff changeset
470 (mh-edit-mhn): Rename to mh-mh-to-mime. Rename mh-mhn-args to
cf99ce27df54 * mh-comp.el (mh-letter-menu): Rename
Bill Wohler <wohler@newt.com>
parents: 66173
diff changeset
471 mh-mh-to-mime-args. Rename mh-edit-mhn-hook to mh-mh-to-mime-hook.
cf99ce27df54 * mh-comp.el (mh-letter-menu): Rename
Bill Wohler <wohler@newt.com>
parents: 66173
diff changeset
472 Use correct program in message.
cf99ce27df54 * mh-comp.el (mh-letter-menu): Rename
Bill Wohler <wohler@newt.com>
parents: 66173
diff changeset
473 (mh-mhn-directive-present-p): Rename to mh-mh-directive-present-p.
cf99ce27df54 * mh-comp.el (mh-letter-menu): Rename
Bill Wohler <wohler@newt.com>
parents: 66173
diff changeset
474 (mh-mml-directive-present-p): Rename to mh-mml-tag-present-p.
cf99ce27df54 * mh-comp.el (mh-letter-menu): Rename
Bill Wohler <wohler@newt.com>
parents: 66173
diff changeset
475 (mh-compose-forward, mh-mh-attach-file)
cf99ce27df54 * mh-comp.el (mh-letter-menu): Rename
Bill Wohler <wohler@newt.com>
parents: 66173
diff changeset
476 (mh-mh-compose-anon-ftp, mh-mh-compose-external-compressed-tar)
cf99ce27df54 * mh-comp.el (mh-letter-menu): Rename
Bill Wohler <wohler@newt.com>
parents: 66173
diff changeset
477 (mh-mh-compose-external-type, mh-mh-forward-message)
cf99ce27df54 * mh-comp.el (mh-letter-menu): Rename
Bill Wohler <wohler@newt.com>
parents: 66173
diff changeset
478 (mh-mml-attach-file): Use mml-minibuffer-read-description,
cf99ce27df54 * mh-comp.el (mh-letter-menu): Rename
Bill Wohler <wohler@newt.com>
parents: 66173
diff changeset
479 mh-minibuffer-read-type.
cf99ce27df54 * mh-comp.el (mh-letter-menu): Rename
Bill Wohler <wohler@newt.com>
parents: 66173
diff changeset
480 (mh-mime-content-types): Moved comment about only being used in
cf99ce27df54 * mh-comp.el (mh-letter-menu): Rename
Bill Wohler <wohler@newt.com>
parents: 66173
diff changeset
481 Emacs 20 to docstring.
cf99ce27df54 * mh-comp.el (mh-letter-menu): Rename
Bill Wohler <wohler@newt.com>
parents: 66173
diff changeset
482 (mh-mh-compose-external-type): Rename extra-param argument to
cf99ce27df54 * mh-comp.el (mh-letter-menu): Rename
Bill Wohler <wohler@newt.com>
parents: 66173
diff changeset
483 parameters.
cf99ce27df54 * mh-comp.el (mh-letter-menu): Rename
Bill Wohler <wohler@newt.com>
parents: 66173
diff changeset
484 (mh-mml-to-mime, mh-secure-message)
cf99ce27df54 * mh-comp.el (mh-letter-menu): Rename
Bill Wohler <wohler@newt.com>
parents: 66173
diff changeset
485 (mh-mml-unsecure-message, mh-mime-display-part)
cf99ce27df54 * mh-comp.el (mh-letter-menu): Rename
Bill Wohler <wohler@newt.com>
parents: 66173
diff changeset
486 (mh-mime-display-single): Rename mh-gnus-pgp-support-flag to
cf99ce27df54 * mh-comp.el (mh-letter-menu): Rename
Bill Wohler <wohler@newt.com>
parents: 66173
diff changeset
487 mh-pgp-support-flag.
cf99ce27df54 * mh-comp.el (mh-letter-menu): Rename
Bill Wohler <wohler@newt.com>
parents: 66173
diff changeset
488 (mh-compose-insertion): Rename mh-mhn-compose-insertion to
cf99ce27df54 * mh-comp.el (mh-letter-menu): Rename
Bill Wohler <wohler@newt.com>
parents: 66173
diff changeset
489 mh-mh-attach-file.
cf99ce27df54 * mh-comp.el (mh-letter-menu): Rename
Bill Wohler <wohler@newt.com>
parents: 66173
diff changeset
490 (mh-compose-forward): Rename mh-mhn-compose-forw to
cf99ce27df54 * mh-comp.el (mh-letter-menu): Rename
Bill Wohler <wohler@newt.com>
parents: 66173
diff changeset
491 mh-mh-forward-message.
cf99ce27df54 * mh-comp.el (mh-letter-menu): Rename
Bill Wohler <wohler@newt.com>
parents: 66173
diff changeset
492 (mh-mhn-compose-insertion): Rename mh-mhn-compose-type to
cf99ce27df54 * mh-comp.el (mh-letter-menu): Rename
Bill Wohler <wohler@newt.com>
parents: 66173
diff changeset
493 mh-mh-compose-type.
cf99ce27df54 * mh-comp.el (mh-letter-menu): Rename
Bill Wohler <wohler@newt.com>
parents: 66173
diff changeset
494 (mh-compose-insertion, mh-compose-forward, mh-mh-to-mime-args)
cf99ce27df54 * mh-comp.el (mh-letter-menu): Rename
Bill Wohler <wohler@newt.com>
parents: 66173
diff changeset
495 (mh-mh-attach-file, mh-mh-compose-type)
cf99ce27df54 * mh-comp.el (mh-letter-menu): Rename
Bill Wohler <wohler@newt.com>
parents: 66173
diff changeset
496 (mh-mh-compose-anon-ftp, mh-mh-compose-external-compressed-tar)
cf99ce27df54 * mh-comp.el (mh-letter-menu): Rename
Bill Wohler <wohler@newt.com>
parents: 66173
diff changeset
497 (mh-mh-compose-external-compressed-tar)
cf99ce27df54 * mh-comp.el (mh-letter-menu): Rename
Bill Wohler <wohler@newt.com>
parents: 66173
diff changeset
498 (mh-mh-compose-external-type, mh-mh-forward-message)
cf99ce27df54 * mh-comp.el (mh-letter-menu): Rename
Bill Wohler <wohler@newt.com>
parents: 66173
diff changeset
499 (mh-mh-to-mime, mh-mh-quote-unescaped-sharp,
cf99ce27df54 * mh-comp.el (mh-letter-menu): Rename
Bill Wohler <wohler@newt.com>
parents: 66173
diff changeset
500 (mh-mh-to-mime-undo, mh-mh-directive-present-p, mh-mml-to-mime)
cf99ce27df54 * mh-comp.el (mh-letter-menu): Rename
Bill Wohler <wohler@newt.com>
parents: 66173
diff changeset
501 (mh-mml-attach-file, mh-secure-message, mh-mml-unsecure-message)
cf99ce27df54 * mh-comp.el (mh-letter-menu): Rename
Bill Wohler <wohler@newt.com>
parents: 66173
diff changeset
502 (mh-mml-secure-message-sign, mh-mml-secure-message-encrypt)
cf99ce27df54 * mh-comp.el (mh-letter-menu): Rename
Bill Wohler <wohler@newt.com>
parents: 66173
diff changeset
503 (mh-mml-directive-present-p, mh-destroy-postponed-handles)
cf99ce27df54 * mh-comp.el (mh-letter-menu): Rename
Bill Wohler <wohler@newt.com>
parents: 66173
diff changeset
504 (mh-display-smileys, mh-display-emphasis, mh-mime-save-parts):
cf99ce27df54 * mh-comp.el (mh-letter-menu): Rename
Bill Wohler <wohler@newt.com>
parents: 66173
diff changeset
505 Sync docstrings with manual.
cf99ce27df54 * mh-comp.el (mh-letter-menu): Rename
Bill Wohler <wohler@newt.com>
parents: 66173
diff changeset
506
cf99ce27df54 * mh-comp.el (mh-letter-menu): Rename
Bill Wohler <wohler@newt.com>
parents: 66173
diff changeset
507 * mh-utils.el (mh-gnus-pgp-support-flag): Rename to
cf99ce27df54 * mh-comp.el (mh-letter-menu): Rename
Bill Wohler <wohler@newt.com>
parents: 66173
diff changeset
508 mh-pgp-support-flag.
cf99ce27df54 * mh-comp.el (mh-letter-menu): Rename
Bill Wohler <wohler@newt.com>
parents: 66173
diff changeset
509
66173
aec7b3bb973f * mh-identity.el (mh-identity-field-handler): Use `assoc-ignore-case' to
Peter Galbraith <galbraith@mixing.qc.dfo.ca>
parents: 66168
diff changeset
510 2005-10-17 Peter S Galbraith <psg@debian.org>
aec7b3bb973f * mh-identity.el (mh-identity-field-handler): Use `assoc-ignore-case' to
Peter Galbraith <galbraith@mixing.qc.dfo.ca>
parents: 66168
diff changeset
511
aec7b3bb973f * mh-identity.el (mh-identity-field-handler): Use `assoc-ignore-case' to
Peter Galbraith <galbraith@mixing.qc.dfo.ca>
parents: 66168
diff changeset
512 * mh-identity.el (mh-identity-field-handler): Use
aec7b3bb973f * mh-identity.el (mh-identity-field-handler): Use `assoc-ignore-case' to
Peter Galbraith <galbraith@mixing.qc.dfo.ca>
parents: 66168
diff changeset
513 `assoc-ignore-case' to compare against header field for mixed-case
aec7b3bb973f * mh-identity.el (mh-identity-field-handler): Use `assoc-ignore-case' to
Peter Galbraith <galbraith@mixing.qc.dfo.ca>
parents: 66168
diff changeset
514 "From:".
aec7b3bb973f * mh-identity.el (mh-identity-field-handler): Use `assoc-ignore-case' to
Peter Galbraith <galbraith@mixing.qc.dfo.ca>
parents: 66168
diff changeset
515
66168
28718fa5d988 Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents: 66138
diff changeset
516 2005-10-17 Bill Wohler <wohler@newt.com>
28718fa5d988 Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents: 66138
diff changeset
517
28718fa5d988 Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents: 66138
diff changeset
518 * mh-customize.el (mh-folder-tool-bar-map): Renamed image file
28718fa5d988 Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents: 66138
diff changeset
519 left_arrow to left-arrow, right_arrow to right-arrow, mail_compose
28718fa5d988 Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents: 66138
diff changeset
520 to mail/compose, fld_open to fld-open.
28718fa5d988 Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents: 66138
diff changeset
521 (mh-letter-tool-bar-map): Renamed image file mail_send to
28718fa5d988 Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents: 66138
diff changeset
522 mail/send.
28718fa5d988 Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents: 66138
diff changeset
523
66136
aacff8293f4b (mh-image-load-path): Use locate-library to find MH-E. This simplified
Bill Wohler <wohler@newt.com>
parents: 66128
diff changeset
524 2005-10-16 Bill Wohler <wohler@newt.com>
aacff8293f4b (mh-image-load-path): Use locate-library to find MH-E. This simplified
Bill Wohler <wohler@newt.com>
parents: 66128
diff changeset
525
66138
88bf1b026ccb (mh-display-completion-list-compat): New macro which calls
Bill Wohler <wohler@newt.com>
parents: 66136
diff changeset
526 * mh-comp.el (mh-display-completion-list-compat): New macro which
88bf1b026ccb (mh-display-completion-list-compat): New macro which calls
Bill Wohler <wohler@newt.com>
parents: 66136
diff changeset
527 calls `display-completion-list' correctly in older environments.
88bf1b026ccb (mh-display-completion-list-compat): New macro which calls
Bill Wohler <wohler@newt.com>
parents: 66136
diff changeset
528 Versions of Emacs prior to version 22 lacked a COMMON-SUBSTRING
88bf1b026ccb (mh-display-completion-list-compat): New macro which calls
Bill Wohler <wohler@newt.com>
parents: 66136
diff changeset
529 argument.
88bf1b026ccb (mh-display-completion-list-compat): New macro which calls
Bill Wohler <wohler@newt.com>
parents: 66136
diff changeset
530 (mh-complete-word): Use it.
88bf1b026ccb (mh-display-completion-list-compat): New macro which calls
Bill Wohler <wohler@newt.com>
parents: 66136
diff changeset
531
66136
aacff8293f4b (mh-image-load-path): Use locate-library to find MH-E. This simplified
Bill Wohler <wohler@newt.com>
parents: 66128
diff changeset
532 * mh-init.el (mh-image-load-path): Use locate-library to find
aacff8293f4b (mh-image-load-path): Use locate-library to find MH-E. This simplified
Bill Wohler <wohler@newt.com>
parents: 66128
diff changeset
533 MH-E. This simplified the code a lot. Flattened out nested
aacff8293f4b (mh-image-load-path): Use locate-library to find MH-E. This simplified
Bill Wohler <wohler@newt.com>
parents: 66128
diff changeset
534 statements even more.
aacff8293f4b (mh-image-load-path): Use locate-library to find MH-E. This simplified
Bill Wohler <wohler@newt.com>
parents: 66128
diff changeset
535
66128
debb27ca9375 * mh-init.el (mh-image-load-path): Remove use of pushnew since it
Satyaki Das <satyaki@theforce.stanford.edu>
parents: 66114
diff changeset
536 2005-10-16 Satyaki Das <satyaki@theforce.stanford.edu>
debb27ca9375 * mh-init.el (mh-image-load-path): Remove use of pushnew since it
Satyaki Das <satyaki@theforce.stanford.edu>
parents: 66114
diff changeset
537
debb27ca9375 * mh-init.el (mh-image-load-path): Remove use of pushnew since it
Satyaki Das <satyaki@theforce.stanford.edu>
parents: 66114
diff changeset
538 * mh-init.el (mh-image-load-path): Remove use of pushnew since it
debb27ca9375 * mh-init.el (mh-image-load-path): Remove use of pushnew since it
Satyaki Das <satyaki@theforce.stanford.edu>
parents: 66114
diff changeset
539 causes a compiler warning.
debb27ca9375 * mh-init.el (mh-image-load-path): Remove use of pushnew since it
Satyaki Das <satyaki@theforce.stanford.edu>
parents: 66114
diff changeset
540
debb27ca9375 * mh-init.el (mh-image-load-path): Remove use of pushnew since it
Satyaki Das <satyaki@theforce.stanford.edu>
parents: 66114
diff changeset
541 * mh-utils.el (mh-display-msg): Do MIME cleanup before inserting
debb27ca9375 * mh-init.el (mh-image-load-path): Remove use of pushnew since it
Satyaki Das <satyaki@theforce.stanford.edu>
parents: 66114
diff changeset
542 the message to be viewed (closes SF #1306141).
debb27ca9375 * mh-init.el (mh-image-load-path): Remove use of pushnew since it
Satyaki Das <satyaki@theforce.stanford.edu>
parents: 66114
diff changeset
543
66114
13abee3a9bc6 * message.el (message-expand-group): Pass the common
Masatake YAMATO <jet@gyve.org>
parents: 66113
diff changeset
544 2005-10-16 Masatake YAMATO <jet@gyve.org>
13abee3a9bc6 * message.el (message-expand-group): Pass the common
Masatake YAMATO <jet@gyve.org>
parents: 66113
diff changeset
545
13abee3a9bc6 * message.el (message-expand-group): Pass the common
Masatake YAMATO <jet@gyve.org>
parents: 66113
diff changeset
546 * mh-comp.el (mh-complete-word): Pass the common
13abee3a9bc6 * message.el (message-expand-group): Pass the common
Masatake YAMATO <jet@gyve.org>
parents: 66113
diff changeset
547 prefix substring of completion to `display-completion-list'.
13abee3a9bc6 * message.el (message-expand-group): Pass the common
Masatake YAMATO <jet@gyve.org>
parents: 66113
diff changeset
548
66113
bfb1c3364c23 * mh-init.el (mh-image-load-path-called-flag): New variable which
Satyaki Das <satyaki@theforce.stanford.edu>
parents: 66093
diff changeset
549 2005-10-15 Satyaki Das <satyaki@theforce.stanford.edu>
bfb1c3364c23 * mh-init.el (mh-image-load-path-called-flag): New variable which
Satyaki Das <satyaki@theforce.stanford.edu>
parents: 66093
diff changeset
550
bfb1c3364c23 * mh-init.el (mh-image-load-path-called-flag): New variable which
Satyaki Das <satyaki@theforce.stanford.edu>
parents: 66093
diff changeset
551 * mh-init.el (mh-image-load-path-called-flag): New variable which
bfb1c3364c23 * mh-init.el (mh-image-load-path-called-flag): New variable which
Satyaki Das <satyaki@theforce.stanford.edu>
parents: 66093
diff changeset
552 is used by mh-image-load-path so that it runs only once.
bfb1c3364c23 * mh-init.el (mh-image-load-path-called-flag): New variable which
Satyaki Das <satyaki@theforce.stanford.edu>
parents: 66093
diff changeset
553 (mh-image-load-path): Modified so that it gets run only once. Also
bfb1c3364c23 * mh-init.el (mh-image-load-path-called-flag): New variable which
Satyaki Das <satyaki@theforce.stanford.edu>
parents: 66093
diff changeset
554 flatten out heavily nested if statements to make it clearer.
bfb1c3364c23 * mh-init.el (mh-image-load-path-called-flag): New variable which
Satyaki Das <satyaki@theforce.stanford.edu>
parents: 66093
diff changeset
555
bfb1c3364c23 * mh-init.el (mh-image-load-path-called-flag): New variable which
Satyaki Das <satyaki@theforce.stanford.edu>
parents: 66093
diff changeset
556 * mh-e.el (mh-folder-mode): Call mh-image-load-path to allow Emacs
bfb1c3364c23 * mh-init.el (mh-image-load-path-called-flag): New variable which
Satyaki Das <satyaki@theforce.stanford.edu>
parents: 66093
diff changeset
557 to find images used in the toolbar.
bfb1c3364c23 * mh-init.el (mh-image-load-path-called-flag): New variable which
Satyaki Das <satyaki@theforce.stanford.edu>
parents: 66093
diff changeset
558
bfb1c3364c23 * mh-init.el (mh-image-load-path-called-flag): New variable which
Satyaki Das <satyaki@theforce.stanford.edu>
parents: 66093
diff changeset
559 * mh-customize.el (:folder): Remove call to mh-image-load-path.
bfb1c3364c23 * mh-init.el (mh-image-load-path-called-flag): New variable which
Satyaki Das <satyaki@theforce.stanford.edu>
parents: 66093
diff changeset
560
66093
579cd0b50a4b (Version, mh-version): Added +cvs to version.
Bill Wohler <wohler@newt.com>
parents: 66089
diff changeset
561 2005-10-14 Bill Wohler <wohler@newt.com>
579cd0b50a4b (Version, mh-version): Added +cvs to version.
Bill Wohler <wohler@newt.com>
parents: 66089
diff changeset
562
579cd0b50a4b (Version, mh-version): Added +cvs to version.
Bill Wohler <wohler@newt.com>
parents: 66089
diff changeset
563 * mh-e.el (Version, mh-version): Added +cvs to version.
579cd0b50a4b (Version, mh-version): Added +cvs to version.
Bill Wohler <wohler@newt.com>
parents: 66089
diff changeset
564
66089
9e3c435d42e0 mh-folder-tick-face had been renamed to mh-folder-tick but the code
Bill Wohler <wohler@newt.com>
parents: 66087
diff changeset
565 2005-10-14 Bill Wohler <wohler@newt.com>
9e3c435d42e0 mh-folder-tick-face had been renamed to mh-folder-tick but the code
Bill Wohler <wohler@newt.com>
parents: 66087
diff changeset
566
9e3c435d42e0 mh-folder-tick-face had been renamed to mh-folder-tick but the code
Bill Wohler <wohler@newt.com>
parents: 66087
diff changeset
567 Released MH-E version 7.85.
9e3c435d42e0 mh-folder-tick-face had been renamed to mh-folder-tick but the code
Bill Wohler <wohler@newt.com>
parents: 66087
diff changeset
568
9e3c435d42e0 mh-folder-tick-face had been renamed to mh-folder-tick but the code
Bill Wohler <wohler@newt.com>
parents: 66087
diff changeset
569 * mh-e.el (Version, mh-version): Updated for release 7.85.
9e3c435d42e0 mh-folder-tick-face had been renamed to mh-folder-tick but the code
Bill Wohler <wohler@newt.com>
parents: 66087
diff changeset
570
66086
1d0956c24eb7 * mh-seq.el (mh-non-seq-mode-line-annotation): Moved
Bill Wohler <wohler@newt.com>
parents: 65980
diff changeset
571 2005-10-14 Bill Wohler <wohler@newt.com>
1d0956c24eb7 * mh-seq.el (mh-non-seq-mode-line-annotation): Moved
Bill Wohler <wohler@newt.com>
parents: 65980
diff changeset
572
66087
88d998016498 * mh-e.el, mh-funcs.el, mh-init.el, mh-mime.el, mh-pick.el, mh-seq.el:
Bill Wohler <wohler@newt.com>
parents: 66086
diff changeset
573 * mh-e.el, mh-funcs.el, mh-init.el, mh-mime.el, mh-pick.el:
88d998016498 * mh-e.el, mh-funcs.el, mh-init.el, mh-mime.el, mh-pick.el, mh-seq.el:
Bill Wohler <wohler@newt.com>
parents: 66086
diff changeset
574 * mh-seq.el, mh-utils.el: Ran mh-unit. Continued copyright lines
88d998016498 * mh-e.el, mh-funcs.el, mh-init.el, mh-mime.el, mh-pick.el, mh-seq.el:
Bill Wohler <wohler@newt.com>
parents: 66086
diff changeset
575 need to be indented.
88d998016498 * mh-e.el, mh-funcs.el, mh-init.el, mh-mime.el, mh-pick.el, mh-seq.el:
Bill Wohler <wohler@newt.com>
parents: 66086
diff changeset
576
66089
9e3c435d42e0 mh-folder-tick-face had been renamed to mh-folder-tick but the code
Bill Wohler <wohler@newt.com>
parents: 66087
diff changeset
577 * mh-e.el: mh-folder-tick-face had been renamed to mh-folder-tick
9e3c435d42e0 mh-folder-tick-face had been renamed to mh-folder-tick but the code
Bill Wohler <wohler@newt.com>
parents: 66087
diff changeset
578 but the code that invoked the face had not been updated. Tick
9e3c435d42e0 mh-folder-tick-face had been renamed to mh-folder-tick but the code
Bill Wohler <wohler@newt.com>
parents: 66087
diff changeset
579 highlighting working again.
9e3c435d42e0 mh-folder-tick-face had been renamed to mh-folder-tick but the code
Bill Wohler <wohler@newt.com>
parents: 66087
diff changeset
580
66086
1d0956c24eb7 * mh-seq.el (mh-non-seq-mode-line-annotation): Moved
Bill Wohler <wohler@newt.com>
parents: 65980
diff changeset
581 * mh-seq.el (mh-non-seq-mode-line-annotation): Moved
1d0956c24eb7 * mh-seq.el (mh-non-seq-mode-line-annotation): Moved
Bill Wohler <wohler@newt.com>
parents: 65980
diff changeset
582 make-variable-buffer-local call to top level to avoid warnings in
1d0956c24eb7 * mh-seq.el (mh-non-seq-mode-line-annotation): Moved
Bill Wohler <wohler@newt.com>
parents: 65980
diff changeset
583 CVS Emacs.
1d0956c24eb7 * mh-seq.el (mh-non-seq-mode-line-annotation): Moved
Bill Wohler <wohler@newt.com>
parents: 65980
diff changeset
584
1d0956c24eb7 * mh-seq.el (mh-non-seq-mode-line-annotation): Moved
Bill Wohler <wohler@newt.com>
parents: 65980
diff changeset
585 * mh-comp.el (mh-insert-letter): Replaced deprecated read-input
1d0956c24eb7 * mh-seq.el (mh-non-seq-mode-line-annotation): Moved
Bill Wohler <wohler@newt.com>
parents: 65980
diff changeset
586 with read-string.
1d0956c24eb7 * mh-seq.el (mh-non-seq-mode-line-annotation): Moved
Bill Wohler <wohler@newt.com>
parents: 65980
diff changeset
587
65980
4520ae2624f2 * mh-init.el (mh-image-load-path): New function that adds the path to
Bill Wohler <wohler@newt.com>
parents: 65831
diff changeset
588 2005-10-09 Bill Wohler <wohler@newt.com>
56673
e9a6cbc8ca5e Upgraded to MH-E version 7.4.80.
Bill Wohler <wohler@newt.com>
parents: 56406
diff changeset
589
65980
4520ae2624f2 * mh-init.el (mh-image-load-path): New function that adds the path to
Bill Wohler <wohler@newt.com>
parents: 65831
diff changeset
590 * mh-init.el (mh-image-load-path): New function that adds the path
4520ae2624f2 * mh-init.el (mh-image-load-path): New function that adds the path to
Bill Wohler <wohler@newt.com>
parents: 65831
diff changeset
591 to the MH-E images to the image-load-path or load-path depending
4520ae2624f2 * mh-init.el (mh-image-load-path): New function that adds the path to
Bill Wohler <wohler@newt.com>
parents: 65831
diff changeset
592 on the version of Emacs.
56673
e9a6cbc8ca5e Upgraded to MH-E version 7.4.80.
Bill Wohler <wohler@newt.com>
parents: 56406
diff changeset
593
65980
4520ae2624f2 * mh-init.el (mh-image-load-path): New function that adds the path to
Bill Wohler <wohler@newt.com>
parents: 65831
diff changeset
594 * mh-customize.el: Call mh-image-load-path just before
4520ae2624f2 * mh-init.el (mh-image-load-path): New function that adds the path to
Bill Wohler <wohler@newt.com>
parents: 65831
diff changeset
595 mh-tool-bar-define so that the toolbar images can be found.
56406
d36b00b98db0 Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents: 55151
diff changeset
596
65980
4520ae2624f2 * mh-init.el (mh-image-load-path): New function that adds the path to
Bill Wohler <wohler@newt.com>
parents: 65831
diff changeset
597 2005-10-04 Bill Wohler <wohler@newt.com>
50702
7dd3d5eae9c7 Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents: 49598
diff changeset
598
65980
4520ae2624f2 * mh-init.el (mh-image-load-path): New function that adds the path to
Bill Wohler <wohler@newt.com>
parents: 65831
diff changeset
599 * ChangeLog: Moved contents into ChangeLog.1 and trimmed.
4520ae2624f2 * mh-init.el (mh-image-load-path): New function that adds the path to
Bill Wohler <wohler@newt.com>
parents: 65831
diff changeset
600
4520ae2624f2 * mh-init.el (mh-image-load-path): New function that adds the path to
Bill Wohler <wohler@newt.com>
parents: 65831
diff changeset
601 * ChangeLog.1: New file. Contains old ChangeLog.
50702
7dd3d5eae9c7 Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents: 49598
diff changeset
602
7dd3d5eae9c7 Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents: 49598
diff changeset
603
65980
4520ae2624f2 * mh-init.el (mh-image-load-path): New function that adds the path to
Bill Wohler <wohler@newt.com>
parents: 65831
diff changeset
604 Copyright (C) 2005 Free Software Foundation, Inc.
62847
aa8c2e12ee24 Upgraded to MH-E version 7.84.
Bill Wohler <wohler@newt.com>
parents: 62771
diff changeset
605
aa8c2e12ee24 Upgraded to MH-E version 7.84.
Bill Wohler <wohler@newt.com>
parents: 62771
diff changeset
606 Copying and distribution of this file, with or without modification,
aa8c2e12ee24 Upgraded to MH-E version 7.84.
Bill Wohler <wohler@newt.com>
parents: 62771
diff changeset
607 are permitted in any medium without royalty provided the copyright
aa8c2e12ee24 Upgraded to MH-E version 7.84.
Bill Wohler <wohler@newt.com>
parents: 62771
diff changeset
608 notice and this notice are preserved.
52401
695cf19ef79e Add arch taglines
Miles Bader <miles@gnu.org>
parents: 50711
diff changeset
609
695cf19ef79e Add arch taglines
Miles Bader <miles@gnu.org>
parents: 50711
diff changeset
610 ;;; arch-tag: 87324964-69b6-4925-a3c2-9c1df53d7d51