(edebug-display, edebug-outside-excursion):
[bpt/emacs.git] / lisp / mh-e / ChangeLog
CommitLineData
ddb7d211
BW
12009-08-10 Bill Wohler <wohler@newt.com>
2
3 * mh-junk.el (mh-spamassassin-blacklist, mh-bogofilter-blacklist)
4 (mh-spamprobe-blacklist): Sync docstring with manual.
5
41dc7913
GM
62009-07-22 Kevin Ryde <user42@zip.com.au>
7
8 * mh-junk.el (mh-spamassassin-blacklist, mh-bogofilter-blacklist)
ddb7d211 9 (mh-spamprobe-blacklist): Hyperlink URLs in docstrings with URL `...'.
41dc7913 10
06d3d10f
BW
112009-06-13 Bill Wohler <wohler@newt.com>
12
13 Release MH-E version 8.2.
14
15 * mh-e.el (Version, mh-version): Update for release 8.2.
16
17 * mh-seq.el (mh-folder-size-flist)
18 * mh-speed.el (mh-speed-parse-flists-output)
19 * mh-xface.el (mh-face-display-function): Remove trailing space.
20
7c730dd6
DG
212009-03-13 D. Goel <deego3@gmail.com>
22
23 * mh-seq.el (mh-folder-size-flist): Use (values-list) in m-v call
5a5edff7 24 to list.
7c730dd6
DG
25
26 * mh-speed.el (mh-speed-parse-flists-output): Ditto.
27 * mh-xface.el (mh-face-display-function): Ditto.
28 * mh-search.el (mh-index-parse-search-regexp): Ditto.
29
7c730dd6
DG
30 * mh-thread.el (mh-thread-generate): Ditto.
31
5a5edff7
JB
32 * mh-seq.el (mh-parse-flist-output-line): Return list rather than values.
33 We want to avoid emacs using m-v facilities.
7c730dd6
DG
34 (mh-folder-size-folder): Ditto.
35 (mh-parse-flist-output-line): Ditto.
36 * mh-thread.el (mh-thread-prune-subject): Ditto.
37 * mh-xface.el (mh-picon-get-image): Ditto.
38 (mh-picon-file-contents): Ditto.
39 * mh-search.el (mh-index-evaluate): Ditto.
40
55f56e6a
BW
412009-01-27 Bill Wohler <wohler@newt.com>
42
7f1a6a6f
BW
43 * mh-funcs.el (mh-pack-folder): Fix docstring.
44
45 * mh-e.el (mh-pack-folder-hook): Bump package-version to 8.2.
46
55f56e6a
BW
47 * mh-gnus.el (mh-mm-merge-handles)
48 (mh-mm-set-handle-multipart-parameter, mh-mm-inline-text-vcard)
49 (mh-mml-minibuffer-read-disposition, mh-mm-save-part): Update with
50 code from Gnus 5.11 (closes SF #2235022).
51
031c6757
SG
522009-01-26 Stephen Gildea <gildea@stop.mail-abuse.org>
53
54 * mh-e.el (mh-pack-folder-hook): New variable.
55 * mh-funcs.el (mh-pack-folder): Call new mh-pack-folder-hook.
56
4ab2f402
BW
572009-01-26 Bill Wohler <wohler@newt.com>
58
c932f02a
BW
59 * mh-utils.el (mh-goto-header-end): Use mh-mail-header-separator
60 instead of -* in regexp.
61
4ab2f402
BW
62 * mh-folder.el (mh-folder-mode-help-messages): Add e and t to K's
63 help.
64
0f69e911
GM
652009-01-09 Glenn Morris <rgm@gnu.org>
66
67 * mh-letter.el: Replace last-input-char with last-input-event.
68
b97439ce 692008-08-18 Bill Wohler <wohler@newt.com>
9e6f5938
BW
70
71 Release MH-E version 8.1.
b97439ce 72
9e6f5938
BW
73 * mh-e.el (Version, mh-version): Update for release 8.1.
74
1624e7c9
BW
752008-08-11 Bill Wohler <wohler@newt.com>
76
77 * mh-e.el (mh-variant-mh-info, mh-variant-nmh-info)
78 (mh-variant-set-variant, mh-variant-p, mh-profile-component)
79 (mh-variant-set, mh-variant, mh-scan-format-file): Fix typo in
80 docstring.
81
82 * mh-comp.el (mh-reply)
83 * mh-e.el (mh-sys-path, mh-variant-info,mh-variant-mu-mh-info)
84 (mh-variant-p, mh-profile-component, mh-variant-set, mh-variant)
85 (mh-scan-format-file)
86 * mh-folder.el (mh-regenerate-headers)
87 * mh-scan.el (mh-scan-format)
88 * mh-search.el (mh-pick-regexp-builder): Rename variant mu-mh to
89 gnu-mh and be explicit about GNU mailutils MH in docstrings (with
90 thanks to Darel Henman) (closes SF #1768928).
91
d0f1af4d
BW
922008-08-01 Bill Wohler <wohler@newt.com>
93
94 * mh-show.el (mh-show-preferred-alternative)
95 * mh-e.el (mh-annotate-msg-hook): Sync docstring with manual.
96
97 * mh-comp.el (mh-send-letter, mh-redistribute): Mention
98 mh-annotate-msg-hook in docstring.
99
2cefb8a7
JH
1002008-06-29 Jeffrey C Honig <jch@honig.net>
101
102 * mh-e.el (mh-invisible-header-fields-internal): Add invisible
103 header fields for X-Hz (mail from Hertz), X-Proofpoint (Proofpoint
104 antivirus/anti-spam) and X-RIM (Research In Motion).
105
5f83939b
SE
1062008-06-20 Stephen Eglen <stephen@gnu.org>
107
108 * mh-show.el (mh-defun-show-buffer): Use `...' rather than than
109 "..." in generated docstrings.
110
219d0838
GM
1112008-06-12 Glenn Morris <rgm@gnu.org>
112
113 * mh-seq.el (tool-bar-map): Define for compiler.
114
115 * mh-folder.el (mh-folder-mode):
116 * mh-letter.el (mh-letter-mode):
b97439ce 117 * mh-show.el (mh-show-mode): Check tool-bar-map is bound.
219d0838 118
b7149a81
JPW
1192008-06-08 John Paul Wallington <jpw@pobox.com>
120
121 * mh-acros.el (toplevel): Put `doc-string-elt' properties on
122 `defun-mh' and `defmacro-mh'.
123
124 * mh-alias.el (mh-alias-read-address-map): Define within defvar.
125
126 * mh-comp.el (mh-letter-mode-syntax-table): Define within defvar.
127
128 * mh-letter.el (mh-complete-word): Doc fix.
129
c76608f0
JPW
1302008-06-02 John Paul Wallington <jpw@pobox.com>
131
132 * mh-e.el (mh-exec-cmd-env-daemon): Doc fix.
133
7bf0295e
JPW
1342008-06-01 John Paul Wallington <jpw@pobox.com>
135
136 * mh-e.el (mh-path, mh-variant): Use dotted syntax for
137 `package-version' info.
138
90404d5a
JH
1392008-05-26 Jeffrey C Honig <jch@honig.net>
140
141 * mh-e.el (mh-invisible-header-fields-internal): Remove Newsgroups
142 from the list. Add Bytes, X-Campaignid, X-Country-Chain,
143 X-Declude-, X-fmx-, X-Identity, X-Mailer_, X-pair-, X-SPF-,
144 X-Usenet-Provider.
145
5cb66178
BW
1462008-05-23 Bill Wohler <wohler@newt.com>
147
7bf0295e 148 * mh-e.el (mh-invisible-header-fields-internal): Remove
5cb66178
BW
149 DKIM-Signature as it is covered by DKIM-. Fully qualify X-EID.
150
b97439ce 1512008-05-19 Sergey Poznyakoff <gray@gnu.org.ua>
fad5a93a
BW
152
153 * mh-mime.el (mh-mh-to-mime, mh-mh-to-mime-undo): Preserve modes
154 when converting to or from MIME (closes SF #1966722).
155
7911d1c8
BW
1562008-05-19 Bill Wohler <wohler@newt.com>
157
158 * mh-e.el (mh-invisible-header-fields-internal): Sort list in a
159 case-insensitive way and add comment about it. Add many header
160 fields (closes SF #1916032).
161
b97439ce 1622008-05-19 Xavier Maillard <xma@gnu.org> (tiny change)
b78a11dc
BW
163
164 * mh-utils.el (mh-find-path): Don't throw error if MH environment
165 variable is being used (closes SF #1946861).
166
b97439ce 1672008-05-19 Nick Dokos <nicholas.dokos@hp.com> (tiny change)
5ef55981
BW
168
169 * mh-search.el (mh-mairix-regexp-builder): Add additional items to
170 search string to support org-mode (closes SF #1965704).
171
4690fe3f
BW
1722008-03-18 Bill Wohler <wohler@newt.com>
173
174 * mh-e.el (mh-invisible-header-fields-internal): Add Accreditor,
b97439ce 175 Seal-Send-Time.
4690fe3f
BW
176 (mh-invisible-header-fields, mh-invisible-header-fields-default):
177 Update URL to bug report for users to report ignored fields.
178
5d2e28bf
SM
1792008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
180
181 * mh-xface.el (mh-uncompface, mh-picon-file-contents):
182 Use set-buffer-multibyte...
183 (mh-face-display-function, mh-x-image-display): ...rather than bind
184 default-enable-multibyte-characters.
185
0103690e
BW
1862008-02-24 Bill Wohler <wohler@newt.com>
187
188 * mh-comp.el (mh-send-letter): Call split-string on mh-send-args
189 when sending synchronously too.
190
24b2be09
BW
1912008-02-19 Bill Wohler <wohler@newt.com>
192
193 * mh-comp.el (mh-annotate-msg):
194 * mh-e.el (mh-invisible-header-fields-internal): Remove trailing
195 whitespace.
196
444a1579
BW
1972008-01-30 Bill Wohler <wohler@newt.com>
198
199 * mh-mime.el (mh-mml-to-mime): Don't look up sender if From
200 absent. Fixes "Wrong type argument: stringp, nil" error.
201
fea7492a
GM
2022007-12-02 Glenn Morris <rgm@gnu.org>
203
204 * mh-mime.el (mail-strip-quoted-names): Autoload it.
205
a3269bc4
DN
2062007-11-17 Dan Nicolaescu <dann@ics.uci.edu>
207
208 * mh-e.el (mh-xemacs-flag): Remove.
209 (mh-min-colors-defined-flag):
210 * mh-xface.el (mh-show-xface-function):
211 * mh-utils.el (mh-colors-available-p):
212 * mh-show.el (mh-show-mode):
213 * mh-gnus.el (mh-gnus-local-map-property):
214 * mh-folder.el (mh-folder-mode-map)
215 (mh-remove-xemacs-horizontal-scrollbar, mh-folder-mode):
216 * mh-comp.el (mh-insert-x-mailer): Replace uses of mh-xemacs-flag
217 with (featurep 'xemacs).
218
33ce5f11
BW
2192007-09-11 Bill Wohler <wohler@newt.com>
220
221 * mh-e.el (Version, mh-version): Add +cvs to version.
222
aad5673d
SG
2232007-08-25 Stephen Gildea <gildea@stop.mail-abuse.org>
224
225 * mh-e.el (mh-annotate-msg-hook): New variable.
226
227 * mh-comp.el (mh-annotate-msg): Call new mh-annotate-msg-hook.
228 (mh-annotate-list): New variable, for mh-annotate-msg-hook.
229
5a14e729
JH
2302007-08-21 Jeffrey C Honig <jch@honig.net>
231
19c35c57 232 * mh-folder.el (mh-folder-message-menu, mh-folder-mode-map): Add
33ce5f11
BW
233 folder mode support for mh-show-preferred-alternative (closes SF
234 #1777321).
19c35c57
JH
235
236 * mh-show.el (mh-show-preferred-alternative)
237 (mh-show-write-message-to-file, mh-show-message-menu)
238 (mh-show-mode-map): Add mh-show-preferred-alternative (bound to
239 ":") which will show the message's preferred alternative
33ce5f11
BW
240 overriding the users configured preference. Useful for showing
241 HTML when text content is lacking (closes SF #1777321).
19c35c57 242
33ce5f11
BW
243 * mh-e.el:
244 (mh-invisible-header-fields-internal): Exclude Fax and Phone. Put
c50115f1 245 known exclusions as comments before the list and move parens to
33ce5f11 246 separate lines to aid in sorting (closes SF #1701231).
c50115f1 247
33ce5f11 248 * mh-mime.el (mm-decode-body): Remove explicit autoload of
5a14e729
JH
249 mh-alias-expand.
250
251 * mh-alias.el (mh-alias-expand): Set up automatic autoload of
252 mh-alias-expand.
253
d7c5b212
JH
2542007-08-20 Jeffrey C Honig <jch@honig.net>
255
bd512dfb
JH
256 * mh-mime.el (message-options-set): Add missing autoloads from my
257 last change.
258
33ce5f11
BW
259 * mh-comp.el (mh-forward): When forwarding with mml, messages are
260 no longer included in reverse order (closes SF #1730393).
d5926104 261
33ce5f11 262 * mh-mime.el (mh-mml-forward-message): Forward messages as inline
9e6f5938 263 attachments (closes SF #1378993).
d7c5b212 264
27c33569
RS
2652008-02-06 Richard Stallman <rms@gnu.org>
266
267 * mh-seq.el (mh-make-seq, mh-seq-name): Use defsubst.
268
269 * mh-acros.el (mh-do-in-gnu-emacs, mh-do-in-xemacs)
270 (with-mh-folder-updating, mh-in-show-buffer)
271 (mh-iterate-on-messages-in-region, mh-iterate-on-range):
272 (mh-do-at-event-location): Add debug decls.
273 (mh-seq-msgs): Use defsubst.
b03f96dc 274
23dcd8ca
JB
2752008-02-05 Juanma Barranquero <lekktu@gmail.com>
276
277 * mh-e.el (mh-scan-format-file-check, mh-adaptive-cmd-note-flag-check):
278 * mh-xface.el (mh-x-image-url-cache-canonicalize):
279 Replace `legal' with `valid'.
280
243256f8
JH
2812007-08-19 Jeffrey C Honig <jch@honig.net>
282
b6fd8984
JH
283 * mh-e.el (mh-invisible-header-fields-internal): We want to show
284 Comments: and hide Comment:, not the other way around.
285
2001ba38 286 * mh-mime.el (mh-mml-to-mime): GPG requires e-mail addresses, not
33ce5f11
BW
287 aliases. So resolve aliases before passing addresses to GPG/PGP
288 (closes SF #649226).
2001ba38 289
243256f8
JH
290 * mh-e.el (mh-invisible-header-fields-internal): Update with all
291 the entries from
292 http://people.dsv.su.se/~jpalme/ietf/mail-headers, plus some of my
33ce5f11 293 own. I added attributions to entries we already had that did not
243256f8
JH
294 list an RFC.
295
81bb49ce
GM
2962007-08-08 Glenn Morris <rgm@gnu.org>
297
298 * mh-folder.el, mh-letter.el, mh-show.el: Replace `iff' in
299 doc-strings and comments.
300
cacc7b51
GM
3012007-07-25 Glenn Morris <rgm@gnu.org>
302
303 * Relicense all FSF files to GPLv3 or later.
304
1a98ebdf
BW
3052007-07-11 Bill Wohler <wohler@newt.com>
306
307 * mh-compat.el (mh-display-color-cells): Fix on XEmacs 21.5b28.
308 Thanks to Henrique Martins for the help (closes SF #1749774).
309
481821c8
JB
3102007-06-06 Juanma Barranquero <lekktu@gmail.com>
311
312 * mh-mime.el (mh-mh-directive-present-p):
313 * mh-search.el (mh-index-group-by-folder): Fix typos in docstrings.
314
ff4dd199
BW
3152006-11-14 Bill Wohler <wohler@newt.com>
316
317 * mh-xface.el (mh-x-image-url-cache-canonicalize): Add `*' to
318 reserved Windows filename characters (closes SF #1396499).
319
33b3ab5a
BW
3202006-11-13 Bill Wohler <wohler@newt.com>
321
2f984b39
BW
322 Release MH-E version 8.0.3.
323
324 * mh-e.el (Version, mh-version): Update for release 8.0.3.
325
33b3ab5a 326 * mh-e.el (mh-alias-local-users): Boolean docstrings should start
481821c8 327 with "Non-nil means". Perhaps this option should have a -flag
33b3ab5a
BW
328 appended.
329 (mh-junk-background): Sync docstring with manual.
330
331 * mh-junk.el (mh-spamassassin-blacklist, mh-bogofilter-blacklist)
332 (mh-spamprobe-blacklist): Sync docstring with manual.
333
a4de8c3d
SG
3342006-11-11 Stephen Gildea <gildea@stop.mail-abuse.org>
335
e580a741 336 * mh-junk.el (mh-spamassassin-blacklist, mh-spamassassin-whitelist):
33b3ab5a 337 Use mh-junk-background consistently in call-process calls.
d57727c9
JB
338 (mh-bogofilter-blacklist, mh-bogofilter-whitelist)
339 (mh-spamprobe-blacklist, mh-spamprobe-whitelist):
340 Use with-current-buffer so the right thing happens if
33b3ab5a 341 mh-junk-background is t (closes SF #1594802).
a4de8c3d 342
33b3ab5a 343 * mh-e.el (mh-junk-background): Document that On value is 0;
a4de8c3d 344 t may be used for debugging.
e580a741 345
bf4c75a4
AS
3462006-11-10 Andreas Schwab <schwab@suse.de>
347
348 * mh-e.el (mh-draft-folder): Avoid starting sentence with "nil".
349
9e21382c
GM
3502006-11-10 Glenn Morris <rgm@gnu.org>
351
352 * mh-e.el (mh-draft-folder): Doc fix (Nil -> nil).
353
25173d93
SG
3542006-09-25 Stephen Gildea <gildea@stop.mail-abuse.org>
355
356 * mh-junk.el (mh-spamassassin-whitelist): Add two missing
33462dfa 357 quotation marks, so that the last two arguments of sa-learn
25173d93 358 are separated properly (closes SF #1565460).
d57727c9 359 (mh-spamassassin-blacklist): In example .procmailrc, add
25173d93 360 PATH element to find mhparam on Debian.
33462dfa 361
799f7c09
SG
3622006-09-24 Stephen Gildea <gildea@stop.mail-abuse.org>
363
33462dfa 364 * mh-comp.el (mh-send-args): Initialize to "" instead of nil
799f7c09
SG
365 so that we always have a valid string for split-string even if
366 nothing is added in mh-send-letter (closes SF #1564742).
367
b67d4349
BW
3682006-07-03 Bill Wohler <wohler@newt.com>
369
370 Release MH-E version 8.0.2.
371
372 * mh-e.el (Version, mh-version): Update for release 8.0.2.
373
fbe4aef8
BW
3742006-07-03 Ted Phelps <phelps@gnusto.com> (tiny change)
375
376 * mh-tool-bar.el (mh-tool-bar-define): Fix XEmacs' vector-list so
377 it refers to the icons in mh-xemacs-icon-map instead of trying to
d57727c9 378 declare the icons in situ. This allows mh-tool-bar.el to be
481821c8 379 compiled under XEmacs. Remove initial value for
fbe4aef8 380 mh-tool-bar-folder-buttons, mh-tool-bar-show-buttons,
d57727c9 381 mh-tool-bar-letter-buttons. The MH-E icons now appear in XEmacs.
fbe4aef8 382 In mh-tool-bar-init, check for mh-xemacs-use-tool-bar-flag sooner.
d57727c9 383 This allows MH-E to be used in XEmacs in a tty (closes SF #1506846).
fbe4aef8 384
ebb4d60b
BW
3852006-07-03 Bill Wohler <wohler@newt.com>
386
387 * mh-e.el: Require mh-buffers and mh-compat before mh-xemacs now
388 that mh-xemacs needs functions in mh-compat.
389
1937adc2
BW
3902006-06-29 Bill Wohler <wohler@newt.com>
391
392 * mh-search.el (mh-search, mh-index-group-by-folder): Add "the" in
393 loop construct to be consistent with other loops, and because
394 edebug doesn't work without it.
33462dfa 395
1937adc2
BW
3962006-06-29 Ted Phelps <phelps@gnusto.com> (tiny change)
397
398 * mh-search.el (mh-folder-exists-p): Strip + from folder to avoid
399 redundant +s in regexp (closes SF #1514424).
400
e0487df8
BW
4012006-06-29 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
402
403 * mh-mime.el (mh-mime-save-parts): Add -store option to
404 mhn (closes SF #1513140).
405
737abde8
BW
4062006-06-20 Bill Wohler <wohler@newt.com>
407
408 Release MH-E version 8.0.1.
409
410 * mh-e.el (Version, mh-version): Update for release 8.0.1.
411
d9044cd6
BW
4122006-06-15 Bill Wohler <wohler@newt.com>
413
414 * mh-search.el (mh-index-new-folder): Use -2 suffix instead of <2>
33b3ab5a 415 suffix for folder names, as <> are illegal filename characters on
7383ef6e 416 Windows (closes SF #1507002).
33462dfa 417
fbf62741
BW
4182006-06-05 Jacob Morzinski <morzinski@MIT.EDU> (tiny change)
419
420 * mh-comp.el (mh-send-uses-spost): New variable.
421 (mh-send-letter): Do not use -msgid and -mime if
422 mh-send-uses-spost is t (closes SF #1486726).
423
d9044cd6 4242006-06-02 Bill Wohler <wohler@newt.com>
33462dfa 425
d9044cd6
BW
426 (mh-folder-exists-p): Change test from an empty buffer, to one
427 that contains the actual folder, since GNU mailutils' folder
428 command displays output if the folder doesn't exist (closes SF
429 #1499712).
430
ae18726b
BW
4312006-05-06 Bill Wohler <wohler@newt.com>
432
433 Release MH-E version 8.0.
434
435 * mh-e.el (Version, mh-version): Update for release 8.0.
436
d2f8ce2f
BW
4372006-05-05 Bill Wohler <wohler@newt.com>
438
439 * mh-e.el: Update commentary.
440
0303217f
BW
4412006-04-28 Bill Wohler <wohler@newt.com>
442
443 Release MH-E version 7.95.
444
445 * mh-e.el (Version, mh-version): Update for release 7.95.
446
13384ea6
ED
4472006-04-26 Eric Ding <ericding@alum.mit.edu>
448
449 * mh-e.el (mh-invisible-header-fields-internal): Add entry
481821c8 450 "X-Provags-ID:".
13384ea6 451
6a7250d8
BW
4522006-04-25 Bill Wohler <wohler@newt.com>
453
454 * mh-letter.el (mh-folder-expand-at-point): Fix folder completion.
455 Folders returned by mh-folder-completion-function no longer need
456 adornment (closes SF #1476270).
457
237ad507
BW
4582006-04-21 Bill Wohler <wohler@newt.com>
459
460 * mh-e.el (Version, mh-version): Add +cvs to version.
461
d9ca64a9
BW
4622006-04-21 Bill Wohler <wohler@newt.com>
463
464 Release MH-E version 7.94.
465
466 * mh-e.el (Version, mh-version): Update for release 7.94.
467
15855f8f
BW
4682006-04-21 Bill Wohler <wohler@newt.com>
469
470 * mh-letter.el (mh-insert-letter): If a message number isn't
471 given, throw an error rather than using a potentially incorrect
481821c8 472 message number (closes SF #1473729). In addition, use the cur
15855f8f 473 message if mh-sent-from-msg is nil (when sending a message, in
481821c8 474 contrast to replying). Move conversion of int to string into
15855f8f
BW
475 interactive stanza so body can assume variables are of proper
476 type.
477
d2464a9f
BW
4782006-04-20 Bill Wohler <wohler@newt.com>
479
480 * mh-tool-bar.el (image-load-path): Define to shush compiler.
481 (mh-buffer-exists-p): Move inside mh-do-in-gnu-emacs since it
482 isn't used outside of it.
d57727c9
JB
483 (mh-tool-bar-folder-buttons-init, mh-tool-bar-letter-buttons-init):
484 Update load-path/image-load-path before setting buttons.
485 This code used to be in mh-folder-mode/mh-letter-mode but this was
486 the wrong place since mh-tool-bar-*-buttons-init can also be called
487 when customizing the buttons.
d2464a9f
BW
488 (mh-tool-bar-update): New function which updates tool-bar-map in
489 all of the MH-E buffers after customizing the buttons (closes SF
490 #1452718).
491 (mh-tool-bar-folder-buttons-set, mh-tool-bar-letter-buttons-set):
492 Call it (closes SF #1452718).
493
481821c8 494 * mh-folder.el (mh-folder-buttons-init-flag): Delete. Use
d2464a9f 495 mh-folder-tool-bar-map instead.
481821c8 496 (image-load-path): Delete. No longer used.
d2464a9f
BW
497 (mh-folder-mode): Moved setting of image-load-path into
498 mh-tool-bar-folder-buttons-init.
499
481821c8 500 * mh-letter.el (mh-letter-buttons-init-flag): Delete. Use
d2464a9f 501 mh-letter-tool-bar-map instead.
481821c8 502 (image-load-path): Delete. No longer used.
d2464a9f
BW
503 (mh-letter-mode): Moved setting of image-load-path into
504 mh-tool-bar-letter-buttons-init.
505
506 * mh-seq.el (mh-narrow-to-seq, mh-widen): Use with-current-buffer
507 instead of set-buffer.
508
d36069f0
BW
5092006-04-19 Bill Wohler <wohler@newt.com>
510
511 * mh-tool-bar.el (mh-tool-bar-define): Fix enable-expr so that one
02195654 512 can permanently disable a button (such as a separator) with nil.
d36069f0 513
17ce6de7
BW
5142006-04-18 Bill Wohler <wohler@newt.com>
515
516 * mh-e.el (defcustom-mh, defface-mh, defgroup-mh, mh-face-data)
517 (mh-strip-package-version, mh-face-data, mh-inherit-face-flag)
518 (mh-min-colors-defined-flag): Do not unbind these macros and
481821c8 519 variables. Nice idea, but too many nasty side-effects. These
17ce6de7 520 macros are needed by [Cc]ustom-make-dependencies when creating the
481821c8
JB
521 MH-E customization groups in mh-cus-load.el. These disappeared
522 when the macros above were introduced. Besides, if a developer
17ce6de7
BW
523 were to try to show the help for a macro or variable they were
524 looking at and got [No match] when they did so, that would be bad.
525
cd35b20a
BW
5262006-04-17 Bill Wohler <wohler@newt.com>
527
d5468dff
BW
528 * mh-comp.el (mh-insert-x-mailer): Strip build number from
529 version in X-Mailer field (closes SF #1466481).
530
c90c4cf1
BW
531 * mh-acros.el (mh-defun-compat): Rename to defun-mh in order that
532 variables and functions with the same name are found correctly by
533 find-func (invoked by clicking on the filename link in the *Help*
534 buffer).
481821c8 535 (mh-defmacro-compat): Rename to defmacro-mh. Ditto.
d57727c9 536
481821c8
JB
537 * mh-e.el (mh-defgroup): Rename to defgroup-mh. Ditto.
538 (mh-defcustom): Rename to defcustom-mh. Ditto.
539 (mh-defface): Rename to defface-mh. Ditto.
c90c4cf1
BW
540 (mh-font-lock-add-keywords): Make changes according to these
541 renamings.
542
543 * mh-e.el, mh-compat.el, mh-gnus.el: Use the new names (closes SF
544 #1472029).
545
cd35b20a
BW
546 * mh-utils.el (mh-sub-folders-actual): Mention that folder must
547 have been processed by mh-normalize-folder-name.
548 (mh-folder-completion-function): Handle completion of folders with
481821c8 549 absolute names. Also, when flag is t, display complete folder name
cd35b20a
BW
550 to provide proper highlighting in Emacs 22 now that
551 minibuffer-completing-file-name is nil (closes SF #1470518).
552 (mh-folder-completing-read): No longer set
481821c8 553 minibuffer-completing-file-name to t. This was causing "Can't set
cd35b20a
BW
554 current directory errors" when browsing absolute file names.
555 Another benefit of this change is that SPC can be used for
556 completion again (closes SF #1470518).
557
21acd4c9
BW
5582006-04-15 Bill Wohler <wohler@newt.com>
559
560 * mh-compat.el (mh-font-lock-add-keywords): Fix typo in docstring.
561
30545916
BW
5622006-04-14 Bill Wohler <wohler@newt.com>
563
73e6d1af
BW
564 * mh-funcs.el (view-exit-action): No need to wrap defvar with
565 eval-when-compile when shushing compiler.
566
567 * mh-mime.el (mh-identity-pgg-default-user-id): Ditto.
568
569 * mh-seq.el (view-exit-action): Ditto.
570
571 * mh-show.el (font-lock-auto-fontify): Ditto.
572
481821c8 573 * mh-utils.el (mh-speed-flists-cache): Ditto.
73e6d1af 574
481821c8 575 * mh-acros.el (struct, x, y): No need to wrap defvar with
42f8c37f
BW
576 eval-when-compile when shushing compiler, even when
577 mh-do-in-xemacs or another construct is used.
578
579 * mh-comp.el (sendmail-coding-system): Ditto.
580
581 * mh-e.el (mark-active): Ditto.
582
583 * mh-folder.el (desktop-save-buffer, font-lock-auto-fontify)
584 (image-load-path, font-lock-defaults): Ditto.
585
586 * mh-letter.el (image-load-path, font-lock-defaults): Ditto.
587
588 * mh-mime.el (dots, type, ov)
589 (mm-verify-function-alist, mm-decrypt-function-alist)
590 (pressed-details): Ditto.
591
592 * mh-search.el (pick-folder, mh-do-in-xemacs)
593 (mh-mairix-folder, mh-flists-search-folders)
594 (which-func-mode, mh-speed-flists-inhibit-flag): Ditto.
595
596 * mh-seq.el (tool-bar-mode): Ditto.
597
598 * mh-utils.el (completion-root-regexp)
599 (minibuffer-completing-file-name): Ditto.
600
601 * mh-xface.el (default-enable-multibyte-characters): Ditto.
602
30545916 603 * mh-compat.el (mh-font-lock-add-keywords): New alias for
481821c8 604 font-lock-add-keywords. Returns nil on XEmacs.
30545916
BW
605
606 * mh-e.el: Add MH-E function and variable keywords such as
33462dfa 607 mh-defun-compat and mh-defcustom to font-lock-keywords.
30545916 608
70a1d47e
BW
6092006-04-13 Bill Wohler <wohler@newt.com>
610
611 * mh-e.el (customize-package-emacs-version-alist)
612 (mh-e, mh-alias, mh-folder, mh-folder-selection)
613 (mh-identity, mh-inc, mh-junk, mh-letter, mh-ranges)
481821c8 614 (mh-scan-line-formats, mh-search, mh-sending-mail)
70a1d47e
BW
615 (mh-sequences, mh-show, mh-speedbar, mh-thread, mh-tool-bar)
616 (mh-hooks, mh-faces, mh-alias-completion-ignore-case-flag)
617 (mh-alias-expand-aliases-flag, mh-alias-flash-on-comma)
618 (mh-alias-insert-file, mh-alias-insertion-location)
619 (mh-alias-local-users, mh-alias-local-users-prefix)
620 (mh-alias-passwd-gecos-comma-separator-flag)
621 (mh-new-messages-folders, mh-ticked-messages-folders)
622 (mh-large-folder, mh-recenter-summary-flag)
623 (mh-recursive-folders-flag, mh-sortm-args)
481821c8 624 (mh-default-folder-for-message-function)
70a1d47e
BW
625 (mh-default-folder-list, mh-default-folder-must-exist-flag)
626 (mh-default-folder-prefix, mh-identity-list)
627 (mh-auto-fields-list, mh-auto-fields-prompt-flag)
628 (mh-identity-default, mh-identity-handlers, mh-inc-prog)
629 (mh-inc-spool-list, mh-junk-background, mh-junk-disposition)
630 (mh-junk-program, mh-compose-insertion)
631 (mh-compose-skipped-header-fields)
632 (mh-compose-space-does-completion-flag)
633 (mh-delete-yanked-msg-window-flag)
634 (mh-extract-from-attribution-verb, mh-ins-buf-prefix)
635 (mh-letter-complete-function, mh-letter-fill-column)
636 (mh-mml-method-default, mh-signature-file-name)
481821c8 637 (mh-signature-separator-flag, mh-x-face-file)
70a1d47e
BW
638 (mh-yank-behavior, mh-interpret-number-as-range-flag)
639 (mh-adaptive-cmd-note-flag, mh-scan-format-file, mh-scan-prog)
640 (mh-search-program, mh-compose-forward-as-mime-flag)
641 (mh-compose-letter-function, mh-compose-prompt-flag)
642 (mh-forward-subject-format, mh-insert-x-mailer-flag)
643 (mh-redist-full-contents-flag, mh-reply-default-reply-to)
481821c8 644 (mh-reply-show-message-flag)
70a1d47e
BW
645 (mh-refile-preserves-sequences-flag, mh-tick-seq)
646 (mh-update-sequences-after-mh-show-flag)
647 (mh-bury-show-buffer-flag, mh-clean-message-header-flag)
481821c8 648 (mh-decode-mime-flag)
70a1d47e
BW
649 (mh-display-buttons-for-alternatives-flag)
650 (mh-display-buttons-for-inline-parts-flag)
651 (mh-do-not-confirm-flag, mh-fetch-x-image-url)
652 (mh-graphical-smileys-flag, mh-graphical-emphasis-flag)
653 (mh-highlight-citation-style, mh-invisible-header-fields)
654 (mh-invisible-header-fields-default, mh-lpr-command-format)
655 (mh-max-inline-image-height, mh-max-inline-image-width)
656 (mh-mhl-format-file, mh-mime-save-parts-default-directory)
657 (mh-print-background-flag, mh-show-maximum-size)
658 (mh-show-use-xface-flag, mh-store-default-directory)
659 (mh-summary-height, mh-speed-update-interval)
660 (mh-show-threads-flag, mh-tool-bar-search-function)
661 (mh-defcustom, mh-after-commands-processed-hook)
662 (mh-alias-reloaded-hook, mh-before-commands-processed-hook)
663 (mh-before-quit-hook, mh-before-send-letter-hook)
664 (mh-delete-msg-hook, mh-find-path-hook, mh-folder-mode-hook)
481821c8 665 (mh-forward-hook, mh-inc-folder-hook, mh-insert-signature-hook)
70a1d47e
BW
666 (mh-kill-folder-suppress-prompt-hooks, mh-letter-mode-hook)
667 (mh-mh-to-mime-hook, mh-search-mode-hook, mh-quit-hook)
668 (mh-refile-msg-hook, mh-show-hook, mh-show-mode-hook)
669 (mh-unseen-updated-hook, mh-folder-address, mh-folder-body)
670 (mh-folder-cur-msg-number, mh-folder-date, mh-folder-deleted)
671 (mh-folder-followup, mh-folder-msg-number, mh-folder-refiled)
672 (mh-folder-sent-to-me-hint, mh-folder-sent-to-me-sender)
673 (mh-folder-subject, mh-folder-tick, mh-folder-to)
674 (mh-letter-header-field, mh-search-folder, mh-show-cc)
675 (mh-show-date, mh-show-from, mh-show-header, mh-show-pgg-bad)
676 (mh-show-pgg-good, mh-show-pgg-unknown, mh-show-signature)
481821c8 677 (mh-show-subject, mh-show-to, mh-show-xface)
70a1d47e
BW
678 (mh-speedbar-folder, mh-speedbar-folder-with-unseen-messages)
679 (mh-speedbar-selected-folder)
680 (mh-speedbar-selected-folder-with-unseen-messages): Use dotted
681 notation in :package-version keyword.
682
fde155f4
BW
6832006-04-07 Bill Wohler <wohler@newt.com>
684
685 * mh-e.el (mh-path, mh-variant): Define with mh-defcustom and add
686 :package-version keyword.
687
59e8810f
BW
6882006-03-31 Bill Wohler <wohler@newt.com>
689
690 * mh-e.el (mh-strip-package-version): Move before use to avoid
481821c8 691 compiler error. Make macro, also to avoid compiler error.
367c48ef
BW
692 (mh-defface-compat): Incorporate body into mh-face-data and
693 delete.
59e8810f 694
23347d76
BW
6952006-03-30 Bill Wohler <wohler@newt.com>
696
697 * mh-e.el (mh-defcustom, mh-defface, mh-defgroup): Macros to
698 remove new :package-version keyword in older settings.
699 (customize-package-emacs-version-alist): Add MH-E version to Emacs
700 version mappings.
701 (mh-e, mh-alias, mh-folder, mh-folder-selection)
702 (mh-identity, mh-inc, mh-junk, mh-letter, mh-ranges)
703 (mh-scan-line-formats, mh-search, mh-sending-mail)
704 (mh-sequences, mh-show, mh-speedbar, mh-thread, mh-tool-bar)
705 (mh-hooks, mh-faces): Add :package-version keyword to these
def27552 706 groups (closes SF #1452724).
23347d76
BW
707 (mh-alias-completion-ignore-case-flag)
708 (mh-alias-expand-aliases-flag, mh-alias-flash-on-comma)
709 (mh-alias-insert-file, mh-alias-insertion-location)
710 (mh-alias-local-users, mh-alias-local-users-prefix)
711 (mh-alias-passwd-gecos-comma-separator-flag)
712 (mh-new-messages-folders, mh-ticked-messages-folders)
713 (mh-large-folder, mh-recenter-summary-flag)
714 (mh-recursive-folders-flag, mh-sortm-args)
715 (mh-default-folder-for-message-function)
716 (mh-default-folder-list, mh-default-folder-must-exist-flag)
717 (mh-default-folder-prefix, mh-identity-list)
718 (mh-auto-fields-list, mh-auto-fields-prompt-flag)
719 (mh-identity-default, mh-identity-handlers, mh-inc-prog)
720 (mh-inc-spool-list, mh-junk-background, mh-junk-disposition)
721 (mh-junk-program, mh-compose-insertion)
722 (mh-compose-skipped-header-fields)
723 (mh-compose-space-does-completion-flag)
724 (mh-delete-yanked-msg-window-flag)
725 (mh-extract-from-attribution-verb, mh-ins-buf-prefix)
726 (mh-letter-complete-function, mh-letter-fill-column)
727 (mh-mml-method-default, mh-signature-file-name)
728 (mh-signature-separator-flag, mh-x-face-file)
729 (mh-yank-behavior, mh-interpret-number-as-range-flag)
730 (mh-adaptive-cmd-note-flag, mh-scan-format-file, mh-scan-prog)
731 (mh-search-program, mh-compose-forward-as-mime-flag)
732 (mh-compose-letter-function, mh-compose-prompt-flag)
733 (mh-forward-subject-format, mh-insert-x-mailer-flag)
734 (mh-redist-full-contents-flag, mh-reply-default-reply-to)
735 (mh-reply-show-message-flag)
736 (mh-refile-preserves-sequences-flag, mh-tick-seq)
737 (mh-update-sequences-after-mh-show-flag)
738 (mh-bury-show-buffer-flag, mh-clean-message-header-flag)
739 (mh-decode-mime-flag)
740 (mh-display-buttons-for-alternatives-flag)
741 (mh-display-buttons-for-inline-parts-flag)
742 (mh-do-not-confirm-flag, mh-fetch-x-image-url)
743 (mh-graphical-smileys-flag, mh-graphical-emphasis-flag)
744 (mh-highlight-citation-style, mh-invisible-header-fields)
745 (mh-invisible-header-fields-default, mh-lpr-command-format)
746 (mh-max-inline-image-height, mh-max-inline-image-width)
747 (mh-mhl-format-file, mh-mime-save-parts-default-directory)
748 (mh-print-background-flag, mh-show-maximum-size)
749 (mh-show-use-xface-flag, mh-store-default-directory)
750 (mh-summary-height, mh-speed-update-interval)
751 (mh-show-threads-flag, mh-tool-bar-search-function): Add
def27552 752 :package-version keyword to these options (closes SF #1452724).
23347d76
BW
753 (mh-after-commands-processed-hook)
754 (mh-alias-reloaded-hook, mh-before-commands-processed-hook)
755 (mh-before-quit-hook, mh-before-send-letter-hook)
756 (mh-delete-msg-hook, mh-find-path-hook, mh-folder-mode-hook)
757 (mh-forward-hook, mh-inc-folder-hook)
758 (mh-insert-signature-hook)
759 (mh-kill-folder-suppress-prompt-hooks, mh-letter-mode-hook)
760 (mh-mh-to-mime-hook, mh-search-mode-hook, mh-quit-hook)
761 (mh-refile-msg-hook, mh-show-hook, mh-show-mode-hook)
762 (mh-unseen-updated-hook): Add :package-version keyword to these
def27552 763 hooks (closes SF #1452724).
23347d76
BW
764 (mh-min-colors-defined-flag)
765 (mh-folder-address, mh-folder-body, mh-folder-cur-msg-number)
766 (mh-folder-date, mh-folder-deleted, mh-folder-followup)
767 (mh-folder-msg-number, mh-folder-refiled)
768 (mh-folder-sent-to-me-hint, mh-folder-sent-to-me-sender)
769 (mh-folder-subject, mh-folder-tick, mh-folder-to)
770 (mh-letter-header-field, mh-search-folder, mh-show-cc)
771 (mh-show-date, mh-show-from, mh-show-header, mh-show-pgg-bad)
772 (mh-show-pgg-good, mh-show-pgg-unknown, mh-show-signature)
773 (mh-show-subject, mh-show-to, mh-show-xface)
774 (mh-speedbar-folder, mh-speedbar-folder-with-unseen-messages)
775 (mh-speedbar-selected-folder)
776 (mh-speedbar-selected-folder-with-unseen-messages): : Add
def27552 777 :package-version keyword to these faces (closes SF #1452724).
23347d76
BW
778
779 * mh-tool-bar.el (mh-tool-bar-define): Added commented-out
def27552 780 :package-version keywords (closes SF #1452724).
23347d76 781
798b73dd
BW
7822006-03-28 Bill Wohler <wohler@newt.com>
783
84b57004
BW
784 * mh-tool-bar.el: Use clipboard-kill-region,
785 clipboard-kill-ring-save, and clipboard-yank instead of undo,
d57727c9 786 kill-region, and menu-bar-kill-ring-save respectively. In
84b57004
BW
787 MH-Letter mode, move save-buffer and mh-fully-kill-draft icons in
788 front of mh-compose-insertion to be consistent with other mailers,
d57727c9 789 such as Evolution. In MH-Folder mode, move vanilla reply icon to
481821c8 790 the left of the other reply icons. Use mail/inbox icon instead of
84b57004
BW
791 mail, next-page instead of page-down, delete instead of close,
792 mail/move instead of mail/refile, data-save instead of execute,
793 mail/flag-for-followup instead of highlight, contact instead of
794 mail/alias, open instead of fld-open, zoom-out instead of widen.
795
33462dfa 796 * mh-folder.el (mh-execute-commands, mh-rescan-folder):
798b73dd
BW
797 * mh-funcs.el (mh-pack-folder): Sync docstrings with manual.
798
83c3d14f 7992006-03-27 Eric Ding <ericding@alum.mit.edu>
2e9aae14
ED
800
801 * mh-e.el (mh-invisible-header-fields-internal): Add entries
d57727c9 802 "X-AOL-IP:" and "X-MB-Message-" (AOL WebMail).
2e9aae14 803
d79c9e9d
BW
8042006-03-19 Bill Wohler <wohler@newt.com>
805
72cf2f2e
BW
806 * mh-comp.el (mh-reply): Sync docstring with manual.
807
d79c9e9d
BW
808 * mh-compat.el (mh-image-load-path-for-library): Shorten first line in
809 docstring.
810
1792673d
BW
8112006-03-17 Bill Wohler <wohler@newt.com>
812
d57727c9 813 * mh-compat.el (mh-image-load-path-for-library): Minor docstring fix.
1792673d 814
e8b5a7ce
BW
8152006-03-16 Bill Wohler <wohler@newt.com>
816
16b9a476
BW
817 * mh-comp.el (mh-send-letter): Use split-string to break up
818 mh-send-args (closes SF #1448604).
819 (mh-compose-and-send-mail): Use run-hook-with-args for
820 mh-compose-letter-function.
821
8d1ada53
BW
822 * mh-e.el (mh-list-to-string-1): Use dolist.
823
d57727c9 824 * mh-compat.el (mh-image-load-path-for-library): Prefer user's images.
e8b5a7ce 825
f875b154
BW
8262006-03-15 Bill Wohler <wohler@newt.com>
827
828 * mh-compat.el (mh-image-load-path-for-library): Fix example by
481821c8 829 not recommending that one binds image-load-path. Just defvar it to
f875b154
BW
830 placate compiler and only use it if previously defined.
831
832 * mh-e.el (image-load-path): Don't bind!
833
834 * mh-folder.el (mh-folder-mode): Only use image-load-path if
835 previously defined.
836
837 * mh-letter.el (mh-letter-mode): Ditto.
838
839 * mh-utils.el (mh-logo-display): Ditto.
840
44e3f440
BW
8412006-03-14 Bill Wohler <wohler@newt.com>
842
843 * mh-compat.el (mh-image-load-path-for-library): Incorporate
844 changes from image-load-path-for-library, which are:
845 (image-load-path-for-library): Pass value of path rather than
d57727c9 846 symbol. Always return list of directories. Guarantee that image
44e3f440
BW
847 directory comes first.
848
849 * mh-e.el (image-load-path): Define on those Emacsen that lack it
33462dfa 850 to avoid compile and run-time errors.
44e3f440
BW
851
852 * mh-folder.el (mh-folder-mode): Use new idiom for setting
853 image-load-path.
854
33462dfa 855 * mh-letter.el (mh-letter-mode): Ditto.
44e3f440
BW
856
857 * mh-utils.el (mh-logo-display): Ditto.
858
2044e8f1
BW
8592006-03-12 Bill Wohler <wohler@newt.com>
860
861 * mh-utils.el (mh-folder-list): Fix docstring (closes SF
862 #1448498).
863
0c32f8c6
BW
8642006-03-10 Bill Wohler <wohler@newt.com>
865
4a732ae9 866 * mh-compat.el (mh-replace-regexp-in-string): Pass the literal
481821c8 867 flag to replace-in-string. This was badly needed by
4a732ae9
BW
868 mh-quote-pick-expr in order to properly quote subjects when using
869 / s on XEmacs (closes SF #1447598).
481821c8
JB
870 (mh-image-load-path-for-library): Merged changes from Reiner. Add
871 no-error argument. If path t, just return directory.
4a732ae9 872
0c32f8c6
BW
873 * mh-e.el (mh-profile-component): Drop `s' from mhparam
874 -components for Mailutils compatibility (closes SF #1446985).
875
971a25ab
BW
8762006-03-06 Bill Wohler <wohler@newt.com>
877
878 * mh-e.el (Version, mh-version): Add +cvs to version.
879
1af028e6
SD
8802006-03-05 Satyaki Das <satyaki@theforce.stanford.edu>
881
882 * mh-search.el (mh-index-update-single-msg): Fix a bug in the
883 handling of duplicate messages. The test in cond was too strong
884 and wasn't catching the case where origin-map was nil.
885
b1d9cef4
BW
8862006-03-05 Bill Wohler <wohler@newt.com>
887
888 Release MH-E version 7.93.
889
890 * mh-e.el (Version, mh-version): Update for release 7.93.
33462dfa 891
fd5536d8
BW
8922006-03-05 Bill Wohler <wohler@newt.com>
893
894 * mh-folder.el (mh-folder-mode): Drop 'load-path argument when
895 calling mh-image-load-path-for-library since this is the default.
896
897 * mh-letter.el (mh-letter-mode): Ditto.
898
899 * mh-utils.el (mh-logo-display): Ditto.
900
c80658b7
BW
9012006-03-04 Bill Wohler <wohler@newt.com>
902
903 * mh-compat.el (mh-image-load-path-for-library): Move here from
904 mh-utils.el and wrap with mh-defun-compat since this function will
905 be soon added to image.el.
33462dfa 906
d57727c9 907 * mh-utils.el (mh-image-load-path-for-library): Move to mh-compat.el.
c80658b7
BW
908 (mh-normalize-folder-name): Add return-nil-if-folder-empty
909 argument which is useful when calling mh-normalize-folder-name to
910 process the folder argument for the folders command.
911 (mh-sub-folders): Use new flag to mh-normalize-folder-name to make
d57727c9 912 this function more robust. It could too easily list the folders in /.
c80658b7 913 (mh-folder-list): Fix a couple of problems pointed out by Thomas
481821c8 914 Baumann. Set folder to nil if empty. Don't append "/" if folder nil.
c80658b7 915
3fbc098d
BW
9162006-03-03 Bill Wohler <wohler@newt.com>
917
481821c8 918 * mh-folder.el (mh-folder-mode): Rename mh-image-load-path to
5e9edb94
BW
919 mh-image-load-path-for-library.
920
921 * mh-letter.el (mh-letter-mode): Rename mh-image-load-path to
922 mh-image-load-path-for-library.
923
924 * mh-utils.el (mh-image-load-path): Rename to
d57727c9
JB
925 mh-image-load-path-for-library. Add example to docstring. Rename
926 local variable mh-image-directory to image-directory. Move error
5e9edb94
BW
927 checks to default case in cond and simplify.
928
3fbc098d
BW
929 * mh-comp.el (mh-send-letter, mh-insert-auto-fields): Sync
930 docstrings with manual.
931
efc27af6
BW
9322006-03-02 Bill Wohler <wohler@newt.com>
933
934 * mh-folder.el (mh-tool-bar-init): Autoload.
935 (mh-folder-mode): Call mh-tool-bar-init conditionally in XEmacs.
936 Set scoped variables image-load-path and load-path with updated
937 mh-image-load-path before calling mh-tool-bar-folder-buttons-init.
938
939 * mh-letter.el (mh-tool-bar-init): Autoload.
940 (mh-letter-mode): Call mh-tool-bar-init conditionally in XEmacs.
941 Set scoped variables image-load-path and load-path with updated
942 mh-image-load-path before calling mh-tool-bar-letter-buttons-init.
943
944 * mh-show.el (mh-tool-bar-init): Autoload.
945 (mh-show-mode): Perform tool bar stuff conditionally in XEmacs and
946 GNU Emacs.
947
948 * mh-tool-bar.el (mh-tool-bar-define): Don't quote stuff in error
949 messages per conventions.
950 (mh-tool-bar-folder-buttons-init)
951 (mh-tool-bar-letter-buttons-init): Don't call mh-image-load-path.
952 (mh-tool-bar-define call): Format.
953
c80658b7
BW
954 * mh-utils.el (mh-image-directory)
955 (mh-image-load-path-called-flag): Delete.
d57727c9 956 (mh-image-load-path): Incorporate changes from Gnus team. Biggest
efc27af6
BW
957 changes are that it no longer uses/sets mh-image-directory or
958 mh-image-load-path-called-flag, and returns the updated path
959 rather than change it.
960 (mh-logo-display): Change usage of mh-image-load-path.
961
a9e22173
BW
9622006-02-28 Bill Wohler <wohler@newt.com>
963
052df334
BW
964 * mh-limit.el (mh-narrow-to-cc, mh-narrow-to-from)
965 (mh-narrow-to-subject, mh-narrow-to-to): Fix inability to narrow
966 to subjects with special characters by quoting regular expression
967 characters in pick expression derived from existing subjects and
968 other fields (closes SF #1432548).
66b265f5
BW
969 (mh-narrow-to-subject): Remove Re: string from subject so that
970 pick can find originating message (closes SF #1438369).
052df334 971
a9e22173
BW
972 * mh-utils.el (mh-image-load-path): Rename variable to
973 mh-image-directory.
974 (mh-image-load-path): Access mh-image-directory instead of
975 mh-image-load-path.
898dda92 976 (mh-folder-list): Fix problem with passing in a folder and getting
d57727c9
JB
977 nothing back. Fix problem with passing in empty string and getting
978 the entire filesystem (or infinite loop). Don't append slash to
979 folder. These fixes fix problems observed with the pick search.
898dda92 980 Thanks to Thomas Baumann for the help (closes SF #1435381).
052df334
BW
981 (mh-pick-regexp-chars, mh-quote-pick-expr): New variable and
982 function for quoting pick regular expression characters (closes SF
983 #1432548).
a9e22173 984
a425dc3d
BW
9852006-02-27 Bill Wohler <wohler@newt.com>
986
bc4c8031
BW
987 * mh-e.el (mh-default-folder-for-message-function): Sync docstring
988 with manual.
989
c99f6227 990 * mh-mime.el (mh-minibuffer-read-type): Delete comment in
0659521f
BW
991 docstring about obsolete variable mh-mime-content-types.
992
abc46e90
BW
993 * mh-e.el (mh-variant): Sync docstring with manual.
994 (cus-face): Require as it is needed by mh-inherit-face-flag.
995
a425dc3d
BW
996 * mh-compat.el (mh-display-color-cells): Return 2 if
997 device-color-cells returns nil (closes SF #1436924).
998
d57727c9 999 * mh-e.el (mh-compiling-flag): Delete. No longer needed by
a425dc3d
BW
1000 mh-display-color-cells.
1001
f669a69d
ED
10022006-02-21 Eric Ding <ericding@alum.mit.edu>
1003
c99f6227 1004 * mh-e.el (mh-invisible-header-fields-internal): Add entry
481821c8 1005 "X-Sasl-enc:".
f669a69d 1006
efd5b7df
ED
10072006-02-20 Eric Ding <ericding@alum.mit.edu>
1008
c99f6227 1009 * mh-e.el (mh-invisible-header-fields-internal): Add entries
efd5b7df
ED
1010 "X-Authenticated-Sender:", "X-Barracuda-", "X-EFL-Spamscore",
1011 "X-IronPort-AV:", "X-Mail-from:", "X-Mailman-Approved-At:",
1012 "X-Resolved-to:", and "X-SA-Exim". Fixed "X-Bugzilla-" and
1013 "X-Roving-" by removing unnecessary "*" at end.
1014
ae494f66
BW
10152006-02-19 Bill Wohler <wohler@newt.com>
1016
1017 * mh-alias.el (mh-address-mail-regexp)
1018 (mh-goto-address-find-address-at-point): Delete copies from
1019 goto-addr.el.
1020 (mh-alias-suggest-alias): Use goto-address-mail-regexp instead of
1021 mh-address-mail-regexp.
1022 (mh-alias-add-address-under-point): Use
1023 goto-address-find-address-at-point instead of
1024 mh-goto-address-find-address-at-point.
1025
1026 * mh-e.el (mh-show-use-goto-addr-flag): Delete.
1027
1028 * mh-show.el (mh-show-mode): Mention goto-address-highlight-p in
1029 docstring.
d57727c9 1030 (mh-show-addr): Call goto-address unconditionally. User should use
ae494f66
BW
1031 goto-address-highlight-p instead of mh-show-use-goto-addr-flag.
1032
803c3044
BW
10332006-02-18 Bill Wohler <wohler@newt.com>
1034
1035 * mh-e.el (Version, mh-version): Add +cvs to version.
1036
927967ee
BW
10372006-02-18 Bill Wohler <wohler@newt.com>
1038
1039 Release MH-E version 7.92.
1040
1041 * mh-e.el (Version, mh-version): Update for release 7.92.
1042
6e69a0bf
BW
10432006-02-17 Bill Wohler <wohler@newt.com>
1044
b95d0a24
BW
1045 * mh-e.el (mh-folder-msg-number): Use purple on low-color, light
1046 backgrounds per Mark's suggestion.
1047
6e69a0bf
BW
1048 * mh-utils.el (mh-image-load-path): Fix problem that images on
1049 load-path or image-load-path would win over relative paths (newer
1050 MH-E or Emacs distribution).
1051
dccd067f
BW
10522006-02-16 Bill Wohler <wohler@newt.com>
1053
d57727c9 1054 * mh-e.el (mh-inherit-face-flag): New variable. Non-nil means that
6d21875b
BW
1055 the defface :inherit keyword is available.
1056 (mh-face-data): New variable (contains all face specs) and
1057 function (accessor).
1058 (mh-folder-address, mh-folder-body, mh-folder-cur-msg-number)
1059 (mh-folder-date, mh-folder-deleted, mh-folder-followup)
1060 (mh-folder-msg-number, mh-folder-refiled)
1061 (mh-folder-sent-to-me-hint, mh-folder-sent-to-me-sender)
1062 (mh-folder-subject, mh-folder-tick, mh-folder-to)
1063 (mh-search-folder, mh-letter-header-field, mh-show-cc)
1064 (mh-show-date, mh-show-from)
1065 (mh-show-header, mh-show-pgg-bad, mh-show-pgg-good)
1066 (mh-show-pgg-unknown, mh-show-signature, mh-show-subject)
1067 (mh-show-to, mh-show-xface, mh-speedbar-folder)
1068 (mh-speedbar-folder-with-unseen-messages)
1069 (mh-speedbar-selected-folder)
d57727c9
JB
1070 (mh-speedbar-selected-folder-with-unseen-messages):
1071 Use mh-face-data.
6d21875b 1072
dccd067f
BW
1073 * mh-utils.el (mh-image-load-path): The variables image-load-path
1074 or load-path would not get updated if user set mh-image-load-path.
1075 Moved tests and add-to-list calls outside of cond so they are
1076 applied consistently, even if they are redundant in some
d57727c9 1077 circumstances. Efficiency isn't a concern here. Made error
dccd067f
BW
1078 messages more user-friendly.
1079
fc0f755f
PG
10802006-02-15 Peter S Galbraith <psg@debian.org>
1081
1082 * mh-compat.el (mh-image-search-load-path): Compatibility code.
1083 Emacs 21 and XEmacs don't have `image-search-load-path'.
1084
1085 * mh-utils.el (mh-image-load-path): Don't bail out on error if the
1086 images are already found.
1087
be397698
BW
10882006-02-10 Bill Wohler <wohler@newt.com>
1089
1090 * mh-search.el (mh-search): Wrap code in (block mh-search ...)
d57727c9 1091 rather than use defun*. XEmacs cannot create a proper autoload for
be397698
BW
1092 a defun*.
1093
613cd8c5
BW
10942006-02-09 Bill Wohler <wohler@newt.com>
1095
da01a066
BW
1096 * mh-utils.el (mh-folder-list): Don't replace "/*$" with "/" since
1097 that causes an infinite loop on XEmacs.
1098
613cd8c5
BW
1099 * mh-compat.el(mh-replace-regexp-in-string): Add missing regexp
1100 argument.
1101
201a821a
PG
11022006-02-08 Peter S Galbraith <psg@debian.org>
1103
1104 * mh-e.el (mh-invisible-header-fields-internal): Added entries
d57727c9 1105 "X-BrightmailFiltered:", "X-Brightmail-Tracker:" and "X-Hashcash".
201a821a 1106
dc4d94d5
BW
11072006-02-04 Bill Wohler <wohler@newt.com>
1108
1109 * mh-e.el (mh-inc-spool-list): Update example for Emacs 22 which
d57727c9 1110 has an emacsclient command that supports --eval. I had read that
dc4d94d5
BW
1111 gnudoit was deprecated in favor of gnuclient anyway.
1112
7b0fed56 11132006-02-04 Eric Ding <ericding@alum.mit.edu>
39ee09ff 1114
c99f6227 1115 * mh-mime.el (mh-file-mime-type-substitutions): Add entries to
7b0fed56 1116 handle OpenOffice documents.
39ee09ff 1117
d4ff848f
BW
11182006-02-03 Bill Wohler <wohler@newt.com>
1119
1120 * mh-e.el (Version, mh-version): Add +cvs to version.
1121
5f627e35
BW
11222006-02-03 Bill Wohler <wohler@newt.com>
1123
1124 Release MH-E version 7.91.
1125
1126 * mh-e.el (Version, mh-version): Update for release 7.91.
1127
36685bff
BW
11282006-02-03 Bill Wohler <wohler@newt.com>
1129
664ca6b2 1130 * mh-utils.el (mh-image-load-path, mh-image-load-path-called-flag)
d57727c9 1131 (mh-image-load-path): Checkdoc fix. Docstring edits. Reduce scope
664ca6b2
BW
1132 of local variable mh-library-name.
1133
36685bff
BW
1134 * mh-e.el (mh-folder-msg-number, mh-folder-refiled, mh-folder-to)
1135 (mh-show-cc, mh-show-date, mh-show-header): Replace (min-colors
1136 88) with (min-colors 64) in face specifications so that MH-E still
1137 looks good on systems with fewer colors (such as Eric Ding's).
1138
39ee09ff 11392006-02-03 Peter S Galbraith <psg@debian.org>
e1144ff6
PG
1140
1141 * mh-utils.el (mh-image-load-path): New variable to optionally
33462dfa 1142 hold the directory where MH-E images are stored. If nil, then
e1144ff6
PG
1143 the function `mh-image-load-path' will find it. This variable
1144 will be used for Debian packaging.
1145 (mh-image-load-path function): Use variable `mh-image-load-path'
1146 if non-nil and exists.
1147
f169fdd3
MB
11482006-02-03 Mark D. Baushke <mdb@gnu.org>
1149
1150 * mh-tool-bar.el: Add conditional require of 'tool-bar or 'toolbar
7383ef6e 1151 for GNU Emacs or XEmacs to avoid void-variable tool-bar-map lisp
f169fdd3
MB
1152 errors if describe-bindings is called before tool-bar-mode is used.
1153
e6e91eda
PG
11542006-02-03 Peter S Galbraith <psg@debian.org>
1155
1156 * mh-compat.el (mh-url-unreserved-chars): Fix typo from
1157 `mh-url-unresrved-chars'.
1158
5a286ce9
BW
11592006-02-02 Bill Wohler <wohler@newt.com>
1160
1161 * mh-e.el (Version, mh-version): Add +cvs to version.
1162
8f58061a
BW
11632006-02-02 Bill Wohler <wohler@newt.com>
1164
1165 Release MH-E version 7.90.
1166
1167 * mh-e.el (Version, mh-version): Update for release 7.90.
1168
d5dc8c56
BW
11692006-02-01 Bill Wohler <wohler@newt.com>
1170
92486f28
BW
1171 * mh-search.el (which-func-mode): Shush compiler on Emacs 21 too.
1172
d5dc8c56
BW
1173 * mh-alias.el (mh-alias-gecos-name): Use
1174 mh-replace-regexp-in-string instead of replace-regexp-in-string.
1175 (crm, multi-prompt): Use mh-require instead of require.
1176 (mh-goto-address-find-address-at-point): Use
1177 mh-line-beginning-position and mh-line-end-position instead of
d57727c9 1178 line-beginning-position and line-end-position. Use
d5dc8c56
BW
1179 mh-match-string-no-properties instead of
1180 match-string-no-properties.
1181
1182 * mh-comp.el (mh-modify-header-field): Use
1183 mh-line-beginning-position and mh-line-end-position instead of
1184 line-beginning-position and line-end-position.
1185
1186 * mh-compat.el (mailabbrev): Use mh-require instead of require.
1187 (mh-assoc-string, mh-display-completion-list, mh-face-foreground)
1188 (mh-face-background): Make docstring consistent.
1189 (mh-require, mh-cancel-timer, mh-display-color-cells)
1190 (mh-line-beginning-position, mh-line-end-position)
1191 (mh-match-string-no-properties, mh-replace-regexp-in-string)
33462dfa 1192 (mh-view-mode-enter): Move definition here from mh-xemacs.el and
d5dc8c56
BW
1193 add mh- prefix since compatibility functions should have our
1194 package prefix (mh-) by Emacs convention and to avoid messing up
1195 checks for the same functions in other packages.
1196
1197 * mh-e.el (mh-compiling-flag): Move mh-xemacs-compiling-flag here
1198 from mh-xemacs.el and rename.
1199 (mh-xargs): Use mh-line-beginning-position and
1200 mh-line-end-position instead of line-beginning-position and
1201 line-end-position.
1202 (mh-defface-compat): Use mh-display-color-cells instead of
1203 display-color-cells.
1204
1205 * mh-folder.el (which-func): Use mh-require instead of require.
1206
1207 * mh-funcs.el (mh-list-folders): Use mh-view-mode-enter instead of
1208 view-mode-enter.
1209
d57727c9
JB
1210 * mh-gnus.el (gnus-util, mm-bodies, mm-decode, mm-view, mml):
1211 Use mh-require instead of require.
d5dc8c56
BW
1212
1213 * mh-letter.el (mh-letter-header-end, mh-letter-mode)
1214 (mh-letter-next-header-field): Use mh-line-beginning-position and
1215 mh-line-end-position instead of line-beginning-position and
1216 line-end-position.
1217
1218 * mh-limit.el (mh-subject-to-sequence-unthreaded): Use
1219 mh-match-string-no-properties instead of
1220 match-string-no-properties.
1221 (mh-narrow-to-header-field): Use mh-line-beginning-position and
1222 mh-line-end-position instead of line-beginning-position and
1223 line-end-position.
1224
1225 * mh-mime.el (mh-mime-inline-part, mh-mm-display-part)
1226 (mh-mh-quote-unescaped-sharp, mh-mh-directive-present-p): Use
1227 mh-line-beginning-position and mh-line-end-position instead of
1228 line-beginning-position and line-end-position.
1229
1230 * mh-search.el (which-func): Use mh-require instead of require.
1231 (mh-make-pick-template, mh-index-visit-folder)
1232 (mh-pick-parse-search-buffer, mh-swish-next-result)
1233 (mh-mairix-next-result, mh-namazu-next-result)
1234 (mh-pick-next-result, mh-grep-next-result)
1235 (mh-index-create-imenu-index, mh-index-match-checksum)
1236 (mh-md5sum-parser, mh-openssl-parser, mh-index-update-maps): Use
1237 mh-line-beginning-position and mh-line-end-position instead of
1238 line-beginning-position and line-end-position.
1239
1240 * mh-seq.el (mh-list-sequences): Use mh-view-mode-enter instead of
1241 view-mode-enter.
1242 (mh-folder-size-flist, mh-parse-flist-output-line)
1243 (mh-add-sequence-notation): Use mh-line-beginning-position and
1244 mh-line-end-position instead of line-beginning-position and
1245 line-end-position.
1246
1247 * mh-show.el (mh-show-addr): Use mh-require instead of require.
1248
1249 * mh-speed.el (mh-folder-speedbar-menu-items, mh-speed-toggle)
1250 (mh-speed-view, mh-folder-speedbar-buttons)
1251 (mh-speed-highlight, mh-speed-goto-folder)
1252 (mh-speed-add-buttons, mh-speed-parse-flists-output)
1253 (mh-speed-invalidate-map, mh-speedbar-change-expand-button-char)
1254 (mh-speed-add-folder): Use mh-line-beginning-position and
1255 mh-line-end-position instead of line-beginning-position and
1256 line-end-position.
1257 (mh-speed-flists): Use mh-cancel-timer instead of cancel-timer.
1258
1259 * mh-thread.el (mh-thread-find-children)
1260 (mh-thread-parse-scan-line, mh-thread-generate): Use
1261 mh-line-beginning-position and mh-line-end-position instead of
1262 line-beginning-position and line-end-position.
1263
1264 * mh-utils.el (mh-colors-available-p): Use mh-display-color-cells
1265 instead of display-color-cells.
1266 (mh-folder-list): Use mh-replace-regexp-in-string instead of
1267 replace-regexp-in-string.
1268 (mh-sub-folders-actual, mh-letter-toggle-header-field-display):
1269 Use mh-line-beginning-position and mh-line-end-position instead of
1270 line-beginning-position and line-end-position.
1271
1272 * mh-comp.el (mh-send-sub): Don't find components file in current
1273 directory--this seems to have been a side-effect of commenting out
481821c8 1274 the use of an old mh-etc variable. Improve error message.
d5dc8c56 1275
06e7028b
BW
12762006-01-31 Bill Wohler <wohler@newt.com>
1277
1278 * mh-acros.el (mh-defun-compat, mh-defmacro-compat): Add name
1279 argument since compatibility functions should have our package
1280 prefix (mh-) by Emacs convention and to avoid messing up checks
d57727c9 1281 for the same functions in other packages. Use explicit argument
d5dc8c56 1282 instead of forming name by adding mh- prefix so that one can grep
06e7028b
BW
1283 and find the definition.
1284
1285 * mh-alias.el (mh-alias-local-users, mh-alias-reload)
d57727c9
JB
1286 (mh-alias-expand, mh-alias-minibuffer-confirm-address):
1287 Use mh-assoc-string instead of assoc-string.
06e7028b
BW
1288
1289 * mh-compat.el (assoc-string): Rename to mh-assoc-string.
d57727c9
JB
1290 (mh-mail-abbrev-make-syntax-table, mh-url-hexify-string):
1291 Move here from mh-utils.el.
06e7028b
BW
1292 (mh-display-completion-list): Move here from mh-comp.el.
1293 (mh-face-foreground, mh-face-background): Move here from
1294 mh-xface.el.
481821c8 1295 (mh-write-file-functions): Move here from mh-folder.el.
06e7028b
BW
1296
1297 * mh-folder.el (mh-write-file-functions-compat): Move to
1298 mh-compat.el and rename to mh-write-file-functions.
1299 (mh-folder-mode): Use the new name.
1300
1301 * mh-gnus.el (gnus-local-map-property): Rename to
1302 mh-gnus-local-map-property.
1303 (mm-merge-handles): Rename to mh-mm-merge-handles.
1304 (mm-set-handle-multipart-parameter): Rename to
1305 mh-mm-set-handle-multipart-parameter.
1306 (mm-inline-text-vcard): Rename to mh-mm-inline-text-vcard.
1307 (mm-possibly-verify-or-decrypt): Rename to
1308 mh-mm-possibly-verify-or-decrypt.
1309 (mm-handle-multipart-ctl-parameter): Rename to
1310 mh-mm-handle-multipart-ctl-parameter.
1311 (mm-readable-p): Rename to mh-mm-readable-p.
1312 (mm-long-lines-p): Rename to mh-mm-long-lines-p.
1313 (mm-keep-viewer-alive-p): Rename to mh-mm-keep-viewer-alive-p.
1314 (mm-destroy-parts): Rename to mh-mm-destroy-parts.
1315 (mm-uu-dissect-text-parts): Rename to mh-mm-uu-dissect-text-parts.
1316 (mml-minibuffer-read-disposition): Rename to
1317 mh-mml-minibuffer-read-disposition.
1318
1319 * mh-identity.el (mh-identity-field-handler): Use mh-assoc-string
1320 instead of assoc-string.
1321
1322 * mh-mime.el (mh-mm-inline-media-tests, mh-mm-inline-message)
1323 (mh-mime-display, mh-mime-display-security)
1324 (mh-insert-mime-button, mh-insert-mime-security-button)
1325 (mh-handle-set-external-undisplayer)
1326 (mh-mime-security-press-button, mh-mime-security-show-details)
1327 (mh-mml-attach-file, mh-mime-cleanup)
1328 (mh-destroy-postponed-handles): Use new mh-* names for
1329 compatibility functions.
1330
1331 * mh-utils.el (mail-abbrev-make-syntax-table): Move to
1332 mh-compat.el and rename to mh-mail-abbrev-make-syntax-table.
1333 (mh-beginning-of-word): Use the new name.
1334 (mh-get-field): Delete ancient alias.
1335
1336 * mh-xface.el (mh-face-foreground-compat): Move to mh-compat.el
1337 and rename to mh-face-foreground
1338 (mh-face-background-compat): Move to mh-compat.el
1339 and rename to mh-face-background.
1340 (mh-face-display-function): Use the new names.
1341 (mh-x-image-url-cache-canonicalize): Use mh-url-hexify-string
1342 instead of url-hexify-string.
1343 (url-unreserved-chars): Move to mh-compat.el and rename to
1344 mh-url-unreserved-chars.
1345 (url-hexify-string): Move to mh-compat.el and rename to
1346 mh-url-hexify-string.
1347
1348 * mh-letter.el (mh-complete-word): Fix bug in call to
d57727c9 1349 mh-display-completion-list. Wrong argument was passed, so
06e7028b
BW
1350 completions wouldn't show highlighted prefix.
1351
a2c30782
BW
13522006-01-29 Bill Wohler <wohler@newt.com>
1353
fd61b9ab
BW
1354 * mh-e.el (mh-scan-format-file-check): Allow any non-nil for
1355 mh-adaptive-cmd-note-flag.
1356
090ccc5d 1357 * mh-comp.el (sc-cite-original): Remove autoload of "sc" with old
481821c8 1358 docstring. sc-cite-original is autoloaded via loaddefs.el for all
d57727c9 1359 supported versions. In addition, the package name "sc" has been
090ccc5d
BW
1360 made obsolete by "supercite since at least Emacs 21.
1361
3bdb2567
BW
1362 * mh-scan.el (mh-note-copied, mh-note-printed): Reorganization
1363 revealed character constants that were still strings (closes SF
1364 #770772).
1365
a55f450f
BW
1366 * mh-comp.el (mh-letter-hide-all-skipped-fields)
1367 (mh-get-header-field): Move to mh-utils.el so that you can read
1368 messages without having to load mh-comp.el and mh-letter.el.
1369
1370 * mh-letter.el (mh-hidden-header-keymap)
1371 (mh-letter-toggle-header-field-display)
1372 (mh-letter-skipped-header-field-p)
1373 (mh-letter-skip-leading-whitespace-in-header-field)
1374 (mh-letter-truncate-header-field): Move to mh-utils.el so that you
1375 can read messages without having to load mh-comp.el and
1376 mh-letter.el.
1377
1378 * mh-utils.el (mh-get-header-field)
33462dfa 1379 (mh-letter-hide-all-skipped-fields)
a55f450f
BW
1380 (mh-letter-skipped-header-field-p, mh-hidden-header-keymap)
1381 (mh-letter-toggle-header-field-display)
1382 (mh-letter-skip-leading-whitespace-in-header-field)
1383 (mh-letter-truncate-header-field): Move here from mh-comp.el and
1384 mh-letter.el so that you can read messages without having to load
1385 mh-comp.el and mh-letter.el.
1386
d57727c9 1387 * mh-comp.el (mh-insert-fields): Handle nil values. Rmail, at
a2c30782
BW
1388 least, will deliver them to us.
1389
1390 * mh-e.el (mh-after-commands-processed-hook)
1391 (mh-before-commands-processed-hook): Specify what sort of requests
1392 in docstring.
1393
1394 * mh-folder.el (mh-folder-mode): Use add-to-list to modify
1395 minor-mode-alias.
1396
d57727c9 1397 * mh-letter.el (mh-letter-menu): Remove. Defvar no longer needed
a2c30782
BW
1398 to shush compiler.
1399 (mh-letter-mode): Remove Mail menu.
1400
dda00b2c
BW
14012006-01-29 Bill Wohler <wohler@newt.com>
1402
1403 The Great Cleanup
d57727c9
JB
1404 Remove circular dependencies. mh-e.el now includes few require
1405 statements and stands alone. Other files should need to require
dda00b2c
BW
1406 mh-e.el, which requires mh-loaddefs.el, plus variable-only files
1407 such as mh-scan.el.
1408 Remove unneeded require statements.
1409 Remove unneeded load statements, or replace them with non-fatal
1410 require statements.
1411 Break out components into their own files that were often spread
1412 between many files.
1413 As a result, many functions that are now only used within a single
1414 file no longer need to be autoloaded.
1415 Rearrange and provide consistent headings.
1416 Untabify.
1417
d57727c9
JB
1418 * mh-acros.el: Update commentary to reflect current usage.
1419 Add autoload cookies to all macros.
dda00b2c
BW
1420 (mh-require-cl): Merge docstring and comment.
1421 (mh-do-in-xemacs): Fix typo in docstring.
1422 (assoc-string): Move to new file mh-compat.el.
1423 (with-mh-folder-updating, mh-in-show-buffer)
d57727c9 1424 (mh-do-at-event-location, mh-seq-msgs): Move here from mh-utils.el.
dda00b2c
BW
1425 (mh-iterate-on-messages-in-region, mh-iterate-on-range): Move here
1426 from mh-seq.el.
1427
1428 * mh-alias.el (mh-address-mail-regexp)
d57727c9 1429 (mh-goto-address-find-address-at-point): Move here from mh-utils.el.
dda00b2c
BW
1430 (mh-folder-line-matches-show-buffer-p): Move here from mh-e.el.
1431
33462dfa 1432 * mh-buffers.el: Update descriptive text.
dda00b2c
BW
1433
1434 * mh-comp.el (mh-note-repl, mh-note-forw, mh-note-dist): Move to
1435 new file mh-scan.el.
1436 (mh-yank-hooks, mh-to-field-choices, mh-position-on-field)
1437 (mh-letter-menu, mh-letter-mode-help-messages)
1438 (mh-letter-buttons-init-flag, mh-letter-mode)
1439 (mh-font-lock-field-data, mh-letter-header-end)
1440 (mh-auto-fill-for-letter, mh-to-field, mh-to-fcc)
1441 (mh-file-is-vcard-p, mh-insert-signature, mh-check-whom)
1442 (mh-insert-letter, mh-extract-from-attribution, mh-yank-cur-msg)
1443 (mh-filter-out-non-text, mh-insert-prefix-string)
1444 (mh-current-fill-prefix, mh-open-line, mh-complete-word)
1445 (mh-folder-expand-at-point, mh-letter-complete-function-alist)
1446 (mh-letter-complete, mh-letter-complete-or-space)
1447 (mh-letter-confirm-address, mh-letter-header-field-at-point)
1448 (mh-letter-next-header-field-or-indent)
1449 (mh-letter-next-header-field, mh-letter-previous-header-field)
1450 (mh-letter-skipped-header-field-p)
1451 (mh-letter-skip-leading-whitespace-in-header-field)
1452 (mh-hidden-header-keymap)
1453 (mh-letter-toggle-header-field-display-button)
1454 (mh-letter-toggle-header-field-display)
1455 (mh-letter-truncate-header-field, mh-letter-mode-map): Move to new
1456 file mh-letter.el.
1457 (mh-letter-mode-map, mh-sent-from-folder, mh-send-args)
1458 (mh-pgp-support-flag, mh-x-mailer-string)
1459 (mh-letter-header-field-regexp): Move to mh-e.el.
1460 (mh-goto-header-field, mh-goto-header-end)
1461 (mh-extract-from-header-value, mh-beginning-of-word): Move to
1462 mh-utils.el.
1463 (mh-insert-header-separator): Move to mh-comp.el.
1464 (mh-display-completion-list-compat): Move to new file
1465 mh-compat.el.
1466
1467 * mh-compat.el: New file.
1468 (assoc-string): Move here from mh-acros.el.
1469 (mh-display-completion-list): Move here from mh-comp.el.
1470
1471 * mh-customize.el: Move content into mh-e.el and remove.
33462dfa 1472
dda00b2c
BW
1473 * mh-e.el (mh-folder-mode-map, mh-folder-seq-tool-bar-map)
1474 (mh-folder-tool-bar-map, mh-inc-spool-map, mh-letter-mode-map)
1475 (mh-letter-tool-bar-map, mh-search-mode-map, mh-show-mode-map)
1476 (mh-show-seq-tool-bar-map, mh-show-tool-bar-map): All maps now
1477 declared here so that they can be used in docstrings.
1478 (mh-sent-from-folder, mh-sent-from-msg)
1479 (mh-letter-header-field-regexp, mh-pgp-support-flag)
1480 (mh-x-mailer-string): Move here from mh-comp.el.
1481 (mh-folder-line-matches-show-buffer-p): Move to mh-alias.el.
1482 (mh-thread-scan-line-map, mh-thread-scan-line-map-stack): Move
1483 here from mh-seq.el.
1484 (mh-draft-folder, mh-inbox, mh-user-path, mh-current-folder)
1485 (mh-previous-window-config, mh-seen-list, mh-seq-list)
1486 (mh-show-buffer, mh-showing-mode, mh-globals-hash)
1487 (mh-show-folder-buffer, mh-mail-header-separator)
1488 (mh-unseen-seq, mh-previous-seq, mh-page-to-next-msg-flag)
1489 (mh-signature-separator, mh-signature-separator-regexp)
1490 (mh-list-to-string, mh-list-to-string-1): Move here from
1491 mh-utils.el.
1492 (mh-index-max-cmdline-args, mh-xargs, mh-quote-for-shell)
1493 (mh-exec-cmd, mh-exec-cmd-error, mh-exec-cmd-daemon)
1494 (mh-exec-cmd-env-daemon, mh-process-daemon, mh-exec-cmd-quiet)
1495 (mh-exec-cmd-output)
1496 (mh-exchange-point-and-mark-preserving-active-mark)
1497 (mh-exec-lib-cmd-output, mh-handle-process-error): Move here from
1498 deprecated file mh-exec.el.
1499 (mh-path): Move here from deprecated file mh-customize.el.
1500 (mh-sys-path, mh-variants, mh-variant-in-use, mh-progs, mh-lib)
1501 (mh-flists-present-flag, mh-variants, mh-variant-mh-info)
1502 (mh-variant-mu-mh-info, mh-variant-nmh-info, mh-file-command-p)
1503 (mh-variant-set-variant, mh-variant-p, mh-profile-component)
1504 (mh-profile-component-value, mh-defface-compat): Move here from
1505 deprecated file mh-init.el.
1506 (mh-goto-next-button, mh-folder-mime-action)
1507 (mh-folder-toggle-mime-part, mh-folder-inline-mime-part)
1508 (mh-folder-save-mime-part, mh-toggle-mime-buttons): Move to to
1509 mh-mime.el.
1510 (mh-scan-format-mh, mh-scan-format-nmh, mh-note-deleted)
1511 (mh-note-refiled, mh-note-cur, mh-scan-good-msg-regexp)
1512 (mh-scan-deleted-msg-regexp, mh-scan-refiled-msg-regexp)
1513 (mh-scan-valid-regexp, mh-scan-cur-msg-number-regexp)
1514 (mh-scan-date-regexp, mh-scan-rcpt-regexp, mh-scan-body-regexp)
1515 (mh-scan-subject-regexp, mh-scan-sent-to-me-sender-regexp)
1516 (mh-scan-cmd-note-width, mh-scan-destination-width)
1517 (mh-scan-date-width, mh-scan-date-flag-width)
1518 (mh-scan-from-mbox-width, mh-scan-from-mbox-sep-width)
1519 (mh-scan-field-destination-offset)
1520 (mh-scan-field-from-start-offset, mh-scan-field-from-end-offset)
1521 (mh-scan-field-subject-start-offset, mh-scan-format)
1522 (mh-msg-num-width-to-column, mh-set-cmd-note): Move to new file
1523 mh-scan.el.
1524 (mh-partial-folder-mode-line-annotation)
1525 (mh-folder-font-lock-keywords, mh-folder-font-lock-subject)
1526 (mh-generate-sequence-font-lock, mh-last-destination)
1527 (mh-last-destination-write, mh-first-msg-num, mh-last-msg-num)
1528 (mh-rmail, mh-nmail, mh-delete-msg, mh-delete-msg-no-motion)
1529 (mh-execute-commands, mh-first-msg, mh-header-display)
1530 (mh-inc-folder, mh-last-msg, mh-next-undeleted-msg)
1531 (mh-folder-from-address, mh-prompt-for-refile-folder)
1532 (mh-refile-msg, mh-refile-or-write-again, mh-quit, mh-page-msg)
1533 (mh-previous-page, mh-previous-undeleted-msg)
1534 (mh-previous-unread-msg, mh-next-button, mh-prev-button)
1535 (mh-reset-threads-and-narrowing, mh-rescan-folder)
1536 (mh-write-msg-to-file, mh-toggle-showing, mh-undo)
1537 (mh-visit-folder, mh-update-sequences, mh-delete-a-msg)
1538 (mh-refile-a-msg, mh-next-msg, mh-next-unread-msg)
1539 (mh-set-scan-mode, mh-undo-msg, mh-make-folder)
1540 (mh-folder-sequence-menu, mh-folder-message-menu)
1541 (mh-folder-folder-menu, mh-remove-xemacs-horizontal-scrollbar)
1542 (mh-write-file-functions-compat, mh-folder-mode)
1543 (mh-restore-desktop-buffer, mh-scan-folder)
1544 (mh-regenerate-headers, mh-generate-new-cmd-note)
1545 (mh-get-new-mail, mh-make-folder-mode-line, mh-goto-cur-msg)
1546 (mh-process-or-undo-commands, mh-process-commands)
1547 (mh-update-unseen, mh-delete-scan-msgs)
1548 (mh-outstanding-commands-p): Move to new file mh-folder.el.
1549 (mh-mapc, mh-colors-available-p, mh-colors-in-use-p)
1550 (mh-make-local-vars, mh-coalesce-msg-list, mh-greaterp)
1551 (mh-lessp): Move to mh-utils.el.
1552 (mh-parse-flist-output-line, mh-folder-size-folder)
1553 (mh-folder-size-flist, mh-folder-size, mh-add-sequence-notation)
1554 (mh-remove-sequence-notation, mh-remove-cur-notation)
1555 (mh-remove-all-notation, mh-delete-seq-locally)
1556 (mh-read-folder-sequences, mh-read-msg-list)
1557 (mh-notate-user-sequences, mh-internal-seqs, mh-internal-seq)
1558 (mh-valid-seq-p, mh-delete-msg-from-seq, mh-catchup)
1559 (mh-delete-a-msg-from-seq, mh-undefine-sequence)
1560 (mh-define-sequence, mh-seq-containing-msg): Move to mh-seq.el.
1561 (mh-xemacs-flag)
1562 (mh-customize, mh-e, mh-alias, mh-folder, mh-folder-selection)
1563 (mh-identity, mh-inc, mh-junk, mh-letter, mh-ranges)
1564 (mh-scan-line-formats, mh-search, mh-sending-mail, mh-sequences)
1565 (mh-show, mh-speedbar, mh-thread, mh-tool-bar, mh-hooks)
1566 (mh-faces, mh-alias-completion-ignore-case-flag)
1567 (mh-alias-expand-aliases-flag, mh-alias-flash-on-comma)
1568 (mh-alias-insert-file, mh-alias-insertion-location)
1569 (mh-alias-local-users, mh-alias-local-users-prefix)
1570 (mh-alias-passwd-gecos-comma-separator-flag)
1571 (mh-new-messages-folders, mh-ticked-messages-folders)
1572 (mh-large-folder, mh-recenter-summary-flag)
1573 (mh-recursive-folders-flag, mh-sortm-args)
1574 (mh-default-folder-for-message-function, mh-default-folder-list)
1575 (mh-default-folder-must-exist-flag, mh-default-folder-prefix)
1576 (mh-identity-list, mh-auto-fields-list)
1577 (mh-auto-fields-prompt-flag, mh-identity-default)
1578 (mh-identity-handlers, mh-inc-prog, mh-inc-spool-list)
1579 (mh-junk-choice, mh-junk-function-alist, mh-junk-choose)
1580 (mh-junk-background, mh-junk-disposition, mh-junk-program)
1581 (mh-compose-insertion, mh-compose-skipped-header-fields)
1582 (mh-compose-space-does-completion-flag)
1583 (mh-delete-yanked-msg-window-flag)
1584 (mh-extract-from-attribution-verb, mh-ins-buf-prefix)
1585 (mh-letter-complete-function, mh-letter-fill-column)
1586 (mh-mml-method-default, mh-signature-file-name)
1587 (mh-signature-separator-flag, mh-x-face-file, mh-yank-behavior)
1588 (mh-interpret-number-as-range-flag, mh-adaptive-cmd-note-flag)
1589 (mh-scan-format-file-check, mh-scan-format-file)
1590 (mh-adaptive-cmd-note-flag-check, mh-scan-prog)
1591 (mh-search-program, mh-compose-forward-as-mime-flag)
1592 (mh-compose-letter-function, mh-compose-prompt-flag)
1593 (mh-forward-subject-format, mh-insert-x-mailer-flag)
1594 (mh-redist-full-contents-flag, mh-reply-default-reply-to)
1595 (mh-reply-show-message-flag, mh-refile-preserves-sequences-flag)
1596 (mh-tick-seq, mh-update-sequences-after-mh-show-flag)
1597 (mh-bury-show-buffer-flag, mh-clean-message-header-flag)
1598 (mh-decode-mime-flag, mh-display-buttons-for-alternatives-flag)
1599 (mh-display-buttons-for-inline-parts-flag)
1600 (mh-do-not-confirm-flag, mh-fetch-x-image-url)
1601 (mh-graphical-smileys-flag, mh-graphical-emphasis-flag)
1602 (mh-highlight-citation-style)
1603 (mh-invisible-header-fields-internal)
1604 (mh-delay-invisible-header-generation-flag)
1605 (mh-invisible-header-fields, mh-invisible-header-fields-default)
1606 (mh-invisible-header-fields-compiled, mh-invisible-headers)
1607 (mh-lpr-command-format, mh-max-inline-image-height)
1608 (mh-max-inline-image-width, mh-mhl-format-file)
1609 (mh-mime-save-parts-default-directory, mh-print-background-flag)
1610 (mh-show-maximum-size, mh-show-use-goto-addr-flag)
1611 (mh-show-use-xface-flag, mh-store-default-directory)
1612 (mh-summary-height, mh-speed-update-interval)
1613 (mh-show-threads-flag, mh-tool-bar-search-function)
1614 (mh-after-commands-processed-hook, mh-alias-reloaded-hook)
1615 (mh-before-commands-processed-hook, mh-before-quit-hook)
1616 (mh-before-send-letter-hook, mh-delete-msg-hook)
1617 (mh-find-path-hook, mh-folder-mode-hook, mh-forward-hook)
1618 (mh-inc-folder-hook, mh-insert-signature-hook)
1619 (mh-kill-folder-suppress-prompt-hooks, mh-letter-mode-hook)
1620 (mh-mh-to-mime-hook, mh-search-mode-hook, mh-quit-hook)
1621 (mh-refile-msg-hook, mh-show-hook, mh-show-mode-hook)
1622 (mh-unseen-updated-hook, mh-min-colors-defined-flag)
1623 (mh-folder-address, mh-folder-body)
1624 (mh-folder-cur-msg-number, mh-folder-date, mh-folder-deleted)
1625 (mh-folder-followup, mh-folder-msg-number, mh-folder-refiled)
1626 (mh-folder-sent-to-me-hint, mh-folder-sent-to-me-sender)
1627 (mh-folder-subject, mh-folder-tick, mh-folder-to)
1628 (mh-search-folder, mh-letter-header-field, mh-show-cc)
1629 (mh-show-date, mh-show-from, mh-show-header, mh-show-pgg-bad)
1630 (mh-show-pgg-good, mh-show-pgg-unknown, mh-show-signature)
1631 (mh-show-subject, mh-show-to, mh-show-xface, mh-speedbar-folder)
1632 (mh-speedbar-folder-with-unseen-messages)
1633 (mh-speedbar-selected-folder)
1634 (mh-speedbar-selected-folder-with-unseen-messages): Move here from
1635 deprecated file mh-customize.el.
1636
1637 * mh-exec.el: Move content into mh-e.el and remove.
33462dfa 1638
481821c8 1639 * mh-folder.el: New file. Contains mh-folder-mode from mh-e.el.
dda00b2c
BW
1640
1641 * mh-funcs.el (mh-note-copied, mh-note-printed): Move to new file
1642 mh-scan.el.
1643 (mh-ephem-message, mh-help, mh-prefix-help): Move to mh-utils.el.
1644
1645 * mh-gnus.el (mm-uu-dissect-text-parts): Add.
1646 (mh-mail-abbrev-make-syntax-table): Move to mh-utils.el and rename
1647 to mail-abbrev-make-syntax-table.
1648
1649 * mh-identity.el (mh-identity-menu): New variable for existing
1650 menu.
1651 (mh-identity-make-menu-no-autoload): New alias for
1652 mh-identity-make-menu which can be called from mh-e.el.
1653 (mh-identity-list-set): Move to mh-e.el.
1654 (mh-identity-add-menu): New function
1655 (mh-insert-identity): Add optional argument maybe-insert so that
1656 local variable mh-identity-local does not have to be visible.
dda00b2c
BW
1657
1658 * mh-inc.el (mh-inc-spool-map): Move declaration to mh-e.el (with
d57727c9 1659 rest of keymaps). Update key binding for ? to call mh-help with
dda00b2c
BW
1660 help messages in new argument.
1661 (mh-inc-spool-make-no-autoload): New alias for mh-inc-spool-make
1662 which can be called from mh-e.el.
1663 (mh-inc-spool-list-set): Simplify update of mh-inc-spool-map-help.
1664
1665 * mh-init.el: Move content into mh-e.el and remove.
33462dfa 1666
dda00b2c
BW
1667 * mh-junk.el: Update requires, untabify, and add mh-autoload
1668 cookies.
1669
d57727c9 1670 * mh-letter.el: New file. Contains mh-letter-mode from mh-comp.el.
dda00b2c 1671
d57727c9 1672 * mh-limit.el: New file. Contains display limit commands from
dda00b2c
BW
1673 mh-mime.el.
1674
1675 * mh-mime.el: Rearrange for consistency with other files.
1676 (mh-buffer-data, mh-mm-inline-media-tests): Move here from
1677 mh-utils.el.
1678 (mh-folder-inline-mime-part, mh-folder-save-mime-part)
1679 (mh-folder-toggle-mime-part, mh-toggle-mime-buttons)
1680 (mh-goto-next-button): Move here from mh-e.el.
1681
1682 * mh-print.el: Rearrange for consistency with other files.
1683
481821c8 1684 * mh-scan.el: New file. Contains scan line constants and utilities
dda00b2c
BW
1685 from XXX, mh-funcs, mh-utils.el.
1686
1687 * mh-search.el: Rearrange for consistency with other files.
1688 (mh-search-mode-map): Drop C-c C-f {dr} bindings since these
d57727c9 1689 fields which don't exist in the saved header. Replace C-c C-f f
dda00b2c
BW
1690 with C-c C-f m per mail-mode consistency.
1691 (mh-search-mode): Use mh-set-help instead of setting
1692 mh-help-messages.
1693
1694 * mh-seq.el (mh-thread-message, mh-thread-container)
1695 (mh-thread-id-hash, mh-thread-subject-hash, mh-thread-id-table)
1696 (mh-thread-id-index-map, mh-thread-index-id-map)
1697 (mh-thread-scan-line-map, mh-thread-scan-line-map-stack)
1698 (mh-thread-subject-container-hash, mh-thread-duplicates)
1699 (mh-thread-history, mh-thread-body-width)
1700 (mh-thread-find-msg-subject mh-thread-initialize-hash)
1701 (mh-thread-initialize, mh-thread-id-container)
1702 (mh-thread-remove-parent-link, mh-thread-add-link)
1703 (mh-thread-ancestor-p, mh-thread-get-message-container)
1704 (mh-thread-get-message, mh-thread-canonicalize-id)
1705 (mh-thread-prune-subject, mh-thread-container-subject)
1706 (mh-thread-rewind-pruning, mh-thread-prune-containers)
1707 (mh-thread-sort-containers, mh-thread-group-by-subject)
1708 (mh-thread-process-in-reply-to, mh-thread-set-tables)
1709 (mh-thread-update-id-index-maps, mh-thread-generate)
1710 (mh-thread-inc, mh-thread-generate-scan-lines)
1711 (mh-thread-parse-scan-line, mh-thread-update-scan-line-map)
1712 (mh-thread-add-spaces, mh-thread-print-scan-lines)
1713 (mh-thread-folder, mh-toggle-threads, mh-thread-forget-message)
1714 (mh-thread-current-indentation-level, mh-thread-next-sibling)
1715 (mh-thread-previous-sibling, mh-thread-immediate-ancestor)
1716 (mh-thread-ancestor, mh-thread-find-children)
d57727c9
JB
1717 (mh-message-id-regexp, mh-thread-delete, mh-thread-refile):
1718 Move to new file mh-thread.el.
dda00b2c
BW
1719 (mh-subject-to-sequence, mh-subject-to-sequence-unthreaded)
1720 (mh-subject-to-sequence-threaded, mh-edit-pick-expr)
1721 (mh-pick-args-list, mh-narrow-to-subject, mh-narrow-to-from)
1722 (mh-narrow-to-cc, mh-narrow-to-to, mh-narrow-to-header-field)
1723 (mh-current-message-header-field, mh-narrow-to-range)
1724 (mh-delete-subject, mh-delete-subject-or-thread): Move to new file
1725 mh-limit.el.
1726 (mh-iterate-on-messages-in-region, mh-iterate-on-range): Move to
1727 mh-acros.el.
1728 (mh-internal-seqs, mh-catchup, mh-delete-msg-from-seq)
1729 (mh-internal-seq, mh-valid-seq-p, mh-seq-containing-msg)
1730 (mh-define-sequence, mh-undefine-sequence)
1731 (mh-delete-a-msg-from-seq, mh-delete-seq-locally)
1732 (mh-folder-size, mh-folder-size-flist, mh-folder-size-folder)
1733 (mh-parse-flist-output-line, mh-read-folder-sequences)
1734 (mh-read-msg-list, mh-notate-user-sequences)
1735 (mh-remove-cur-notation, mh-add-sequence-notation)
1736 (mh-remove-sequence-notation, mh-remove-all-notation): Move here
1737 from mh-e.el.
1738 (mh-make-seq, mh-seq-name, mh-find-seq, mh-seq-to-msgs)
1739 (mh-add-msgs-to-seq, mh-notate): Move here from mh-utils.el.
1740
d57727c9 1741 * mh-show.el: New file. Contains mh-show-mode from mh-utils.el.
dda00b2c
BW
1742
1743 * mh-speed.el: Rearrange for consistency with other files.
1744
d57727c9 1745 * mh-thread.el: New file. Contains threading code from mh-seq.el.
dda00b2c 1746
d57727c9 1747 * mh-tool-bar.el: New file. Contains tool bar creation code from
dda00b2c
BW
1748 deprecated file mh-customize.el.
1749
d57727c9
JB
1750 * mh-utils.el (recursive-load-depth-limit): Remove setting.
1751 No longer needed.
dda00b2c
BW
1752 (mh-scan-msg-number-regexp, mh-scan-msg-overflow-regexp)
1753 (mh-scan-msg-format-regexp, mh-scan-msg-format-string)
1754 (mh-scan-msg-search-regexp, mh-cmd-note, mh-note-seq)
1755 (mh-update-scan-format, mh-msg-num-width): Move to new file
1756 mh-scan.el.
1757 (mh-show-buffer-mode-line-buffer-id, mh-letter-header-font-lock)
1758 (mh-header-field-font-lock, mh-header-to-font-lock)
1759 (mh-header-cc-font-lock, mh-header-subject-font-lock)
1760 (mh-show-font-lock-keywords)
1761 (mh-show-font-lock-keywords-with-cite)
1762 (mh-show-font-lock-fontify-region)
1763 (mh-gnus-article-highlight-citation, mh-showing-with-headers)
1764 (mh-start-of-uncleaned-message, mh-invalidate-show-buffer)
1765 (mh-unvisit-file, mh-defun-show-buffer, mh-show-mode-map)
1766 (mh-show-sequence-menu, mh-show-message-menu)
1767 (mh-show-folder-menu, mh-show-mode, mh-show-addr)
1768 (mh-maybe-show, mh-show, mh-show-msg, mh-show-unquote-From)
1769 (mh-msg-folder, mh-display-msg, mh-clean-msg-header): Move to new
1770 file mh-show.el.
1771 (mh-mail-header-separator, mh-signature-separator-regexp)
1772 (mh-signature-separator, mh-globals-hash, mh-user-path)
1773 (mh-draft-folder, mh-unseen-seq, mh-previous-seq, mh-inbox)
1774 (mh-previous-window-config, mh-current-folder mh-show-buffer)
1775 (mh-showing-mode, mh-show-mode-map, mh-show-folder-buffer)
1776 (mh-showing-mode, mh-seq-list, mh-seen-list, mh-summary-height)
1777 (mh-list-to-string, mh-list-to-string-1): Move to mh-e.el.
1778 (mh-buffer-data, mh-mm-inline-media-tests): Move to mh-mime.el.
1779 (mh-address-mail-regexp, mh-goto-address-find-address-at-point):
1780 Move to mh-alias.el.
1781 (mh-letter-font-lock-keywords): Move to new file mh-letter.el.
1782 (mh-folder-filename, mh-msg-count, mh-recenter, mh-msg-filename)
1783 (mh-show-mouse, mh-modify, mh-goto-msg, mh-set-folder-modified-p):
1784 Move to new file mh-folder.el.
1785 (with-mh-folder-updating, mh-in-show-buffer)
1786 (mh-do-at-event-location, mh-seq-msgs): Moved to mh-acros.el.
1787 (mh-make-seq, mh-seq-name, mh-notate, mh-find-seq)
1788 (mh-seq-to-msgs, mh-add-msgs-to-seq, mh-canonicalize-sequence):
1789 Moved to mh-seq.el.
1790 (mh-show-xface-function, mh-uncompface-executable, mh-face-to-png)
1791 (mh-uncompface, mh-icontopbm, mh-face-foreground-compat)
1792 (mh-face-background-compat, mh-face-display-function)
1793 (mh-show-xface, mh-picon-directory-list)
1794 (mh-picon-existing-directory-list)
1795 (mh-picon-cache, mh-picon-image-types)
1796 (mh-picon-set-directory-list, mh-picon-get-image)
1797 (mh-picon-file-contents, mh-picon-generate-path)
1798 (mh-x-image-cache-directory, mh-x-image-scaling-function)
1799 (mh-wget-executable, mh-wget-choice, mh-wget-option)
1800 (mh-x-image-temp-file, mh-x-image-url, mh-x-image-marker)
1801 (mh-x-image-url-cache-file, mh-x-image-scale-with-pnm)
1802 (mh-x-image-scale-with-convert)
1803 (url-unreserved-chars, url-hexify-string)
1804 (mh-x-image-url-cache-canonicalize)
1805 (mh-x-image-set-download-state, mh-x-image-get-download-state)
1806 (mh-x-image-url-fetch-image, mh-x-image-display)
1807 (mh-x-image-scale-and-display, mh-x-image-url-sane-p)
1808 (mh-x-image-url-display): Move to new file mh-xface.el.
1809 (mh-logo-display): Call mh-image-load-path.
1810 (mh-find-path-run, mh-find-path): Move here from deprecated file
1811 mh-init.el.
1812 (mh-help-messages): Now an alist of modes to an alist of messages.
1813 (mh-set-help): New function used to set mh-help-messages
d57727c9 1814 (mh-help): Adjust for new format of mh-help-messages. Add
dda00b2c
BW
1815 help-messages argument.
1816 (mh-prefix-help): Refactor to use mh-help.
1817 (mh-coalesce-msg-list, mh-greaterp, mh-lessp): Move here from
1818 mh-e.el.
1819 (mh-clear-sub-folders-cache): New function added to avoid exposing
1820 mh-sub-folders-cache variable.
1821
d57727c9 1822 * mh-xface.el: New file. Contains X-Face and Face header field
dda00b2c
BW
1823 display routines from mh-utils.el.
1824
fe778a12
BW
18252006-01-17 Bill Wohler <wohler@newt.com>
1826
1827 * mh-acros.el (assoc-string): Fix typo in argument.
1828
8d2aa237
BW
18292006-01-16 Bill Wohler <wohler@newt.com>
1830
1e4db53b
BW
1831 * mh-acros.el (require): Remove defadvice of require as defadvice
1832 is verboten within Emacs and our implementation was returning the
d57727c9 1833 wrong value from require. Upcoming restructuring should make this
1e4db53b
BW
1834 unnecessary.
1835 (mh-assoc-ignore-case): Replace with defsubst assoc-string.
1836
d57727c9
JB
1837 * mh-alias.el (mh-alias-local-users, mh-alias-reload)
1838 (mh-alias-expand, mh-alias-minibuffer-confirm-address): Use it.
1e4db53b
BW
1839
1840 * mh-identity.el (mh-identity-field-handler): Use it.
1841
8d2aa237
BW
1842 * mh-comp.el (mh-show-buffer-message-number): Replace (car
1843 (read-from-string string) with (string-to-number string).
1844
1845 * mh-e.el (mh-parse-flist-output-line, mh-folder-size-folder):
1846 Ditto.
1847
1848 * mh-mime.el (mh-mml-forward-message): Ditto.
1849
1850 * mh-search.el (mh-swish-next-result, mh-mairix-next-result)
1851 (mh-namazu-next-result, mh-grep-next-result, mh-md5sum-parser)
1852 (mh-openssl-parser, mh-index-update-maps): Ditto.
1853
1854 * mh-seq.el (mh-translate-range, mh-narrow-to-header-field)
1855 (mh-thread-generate): Ditto.
1856
b97439ce 18572006-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
9ac2e4e5
MB
1858
1859 * mh-mime.el (mh-mime-display, mh-mm-inline-message): Fix use of
0af7621b
BW
1860 mm- functions for proper text=flowed handling (addresses SF
1861 #1273521).
9ac2e4e5 1862
30f24016
BW
18632006-01-15 Bill Wohler <wohler@newt.com>
1864
fc77df2c
BW
1865 * mh-e.el (mh-limit-map, mh-help-messages): Change keybinding of
1866 mh-narrow-to-from from / f to / m; mh-narrow-to-range from / r to
1867 / g.
1868
1869 * mh-utils.el (mh-show-limit-map): Ditto.
1870
98eab4e4
BW
1871 * mh-exec.el: Require mh-acros, mh-buffers, and mh-utils for
1872 standalone compile.
1873 (mh-progs, mh-lib, mh-lib-progs): Move here from mh-init.el.
1874
1875 * mh-init.el (mh-progs, mh-lib, mh-lib-progs): Move to mh-exec.el,
1876 where they are used.
1877
30f24016
BW
1878 * mh-comp.el (mh-pgp-support-flag): Move here from mh-utils.el;
1879 needed to help remove dependency on mh-utils.
1880
481821c8 1881 * mh-exec.el: New file. Move process support routines here from
30f24016
BW
1882 mh-utils.el.
1883
1884 * mh-init.el (mh-utils): Remove require.
1885 (mh-exec): Add require.
1886 (mh-profile-component, mh-profile-component-value): Move here from
1887 mh-utils.el.
1888
1889 * mh-utils.el (mh-pgp-support-flag): Move to mh-comp.el to reduce
1890 dependencies on mh-utils.el.
1891 (mh-profile-component, mh-profile-component-value): Move to
d57727c9 1892 mh-init.el since that's the only place that uses them. (Other than
30f24016
BW
1893 mh-alias.el; I'm thinking that mh-find-path can set variable from
1894 the Aliasfile component like it does the other components).
1895 (mh-index-max-cmdline-args, mh-xargs, mh-quote-for-shell)
1896 (mh-exec-cmd, mh-exec-cmd-error, mh-exec-cmd-daemon)
1897 (mh-exec-cmd-env-daemon, mh-process-daemon, mh-exec-cmd-quiet)
1898 (defvar, mh-exec-cmd-output)
1899 (mh-exchange-point-and-mark-preserving-active-mark)
1900 (mh-exec-lib-cmd-output, mh-handle-process-error): Move to new
1901 file mh-exec.el so that mh-init.el doesn't have to depend on
1902 mh-utils.el, breaking circular dependency.
1903
33462dfa
JB
1904 * mh-alias.el:
1905 * mh-customize.el:
1906 * mh-e.el:
1907 * mh-funcs.el:
1908 * mh-gnus.el:
1909 * mh-identity.el:
1910 * mh-inc.el:
1911 * mh-junk.el:
1912 * mh-mime.el:
1913 * mh-print.el:
1914 * mh-search.el:
1915 * mh-seq.el:
30f24016 1916 * mh-speed.el: Added debugging statements (commented out) around
d57727c9 1917 requires to help find dependency loops. Will remove them when
30f24016
BW
1918 issues are resolved.
1919
a4d7cec3
BW
19202006-01-14 Bill Wohler <wohler@newt.com>
1921
1922 * mh-customize.el (mh-index): Rename group to mh-search and sort
1923 group definition and options accordingly.
1924 (mh-index-program): Rename to mh-search-program.
1925 (mh-kill-folder-suppress-prompt-hooks): Rename mh-index-p to
1926 mh-search-p.
1927 (mh-search-mode-hook): Change group from mh-index to mh-search.
481821c8 1928 (mh-index-folder): Rename to mh-search-folder. Change group from
a4d7cec3
BW
1929 mh-index to mh-search.
1930
1931 * mh-e.el (mh-folder-font-lock-keywords): Rename mh-index-folder
1932 to mh-search-folder.
1933
d57727c9 1934 * mh-search.el (mh-indexer) Rename to mh-searcher. The commands
a4d7cec3
BW
1935 pick and grep are searchers too but aren't indexed.
1936 (mh-index-execute-search-function): Rename to mh-search-function.
1937 (mh-index-next-result-function): Rename to
1938 mh-search-next-result-function.
1939 (mh-index-regexp-builder): Rename to mh-search-regexp-builder.
1940 (mh-search): Since redo-search-flag defaults to nil and is of
1941 lesser importance, make it an optional argument and place it after
d57727c9 1942 the folder and search-regexp arguments. Sync docstring with manual.
a4d7cec3
BW
1943 (mh-search-mode-map): Autoload so that keys are shown in help even
1944 before mh-search is loaded.
1945 (mh-search-mode): Sync docstring with manual.
d57727c9 1946 (mh-index-do-search): Rename argument indexer to searcher. Sync
a4d7cec3
BW
1947 docstring with manual.
1948 (mh-pick-do-search): Sync docstring with manual.
1949 (mh-index-p): Rename to mh-search-p.
1950 (mh-indexer-choices): Rename to mh-search-choices.
d57727c9 1951 (mh-index-choose): Rename to mh-search-choose. Rename argument
a4d7cec3
BW
1952 indexer to searcher.
1953 (mh-swish++-execute-search, mh-swish-execute-search)
1954 (mh-mairix-execute-search, mh-namazu-execute-search): Drop "and
1955 read the results" from docstring since these functions don't.
1956 (mh-pick-execute-search, mh-grep-execute-search): Sync docstring
1957 with manual.
1958 (mh-index-generate-pretty-name): Prune -search from string so that
1959 folder names for pick searches are the same as those of other
1960 searches.
1961
11db987f
BW
19622006-01-13 Bill Wohler <wohler@newt.com>
1963
4501e6fb
BW
1964 * mh-acros.el (require): Added Satyaki's comment regarding what
1965 needs to happen to remove this defadvice which caused a little
1966 discussion on emacs-devel today (see Subject: mh-e/mh-acros.el
1967 advices `require' incorrectly).
1968
11db987f
BW
1969 * mh-search.el (mh-index-next-result-function): Add format to
1970 docstring.
1971 (mh-mairix-next-result): Use nil instead of () which doesn't stand
1972 out as well.
1973 (mh-pick-execute-search): Operate across all folders if no folder
1974 given and recurse folder(s).
1975 (mh-pick-next-result): Handle new output.
1976
d57727c9 1977 * mh-utils.el (mh-collect-folder-names): Fix docstring.
33462dfa 1978 (mh-children-p, mh-folder-list): New functions.
11db987f 1979
44140699
BW
19802006-01-12 Bill Wohler <wohler@newt.com>
1981
1982 * mh-search.el: New file containing contents of mh-index.el and
481821c8 1983 mh-pick.el. C-c C-c launches your mh-index-program; C-c C-p runs
d57727c9
JB
1984 pick. Pick no longer sets the "search" sequence. Instead, it
1985 brings up a folder view that we're accustomed to. (Closes SF
1986 #829207.)
44140699 1987 (mh-index-search): Rename to mh-search.
d57727c9
JB
1988 (mh-pick-menu): Rename menu from Pick to Search. Rename Execute
1989 the Search to Perform Search and call mh-do-search. Add Search
44140699
BW
1990 with Pick menu item.
1991 (mh-do-search): Delete.
1992 (mh-search-mode): Rename from mh-pick-mode.
1993 (MH-Search): Rename mode from MH-Pick.
1994 (mh-search-mode-map): Rename from mh-pick-mode-map.
1995 (mh-search-mode-help-messages): Rename from
1996 mh-pick-mode-help-messages.
1997 (mh-index-choose): Don't reuse the last value of mh-indexer; when
1998 mh-pick-do-search sets it to 'pick, we don't necessarily want to
1999 stay with that choice!
2000
2001 * mh-index.el:
2002 * mh-pick.el: Merge into mh-search.el and delete.
2003
2004 * mh-customize.el (mh-index-program): Change mh-index-search to
2005 mh-search in docstring.
2006 (mh-tool-bar-search-function): Change default from
d57727c9
JB
2007 mh-search-folder to mh-search. Remove mh-search-folder as choice
2008 and rename mh-index-search choice to mh-search. Fix docstring.
44140699
BW
2009 (mh-pick-mode-hook): Rename to mh-search-mode-hook and change
2010 mh-search-folder to mh-search in docstring.
2011
d57727c9
JB
2012 * mh-e.el (mh-folder-folder-menu): Delete Search a Folder. Change
2013 Indexed Search to Search. Use mh-search instead of mh-index-search.
2014 (mh-folder-map): Delete i (mh-index-search) keybinding. Change s
44140699
BW
2015 from mh-show-search-folder to mh-search.
2016
2017 * mh-seq.el (mh-put-msg-in-seq): Fix docstring now that
2018 mh-search-folder no longer creates the search sequence.
2019
2020 * mh-utils.el (mh-show-search-folder): Delete.
2021 (mh-show-folder-map): Delete i (mh-index-search) keybinding.
2022 Change s from mh-show-search-folder to mh-search.
d57727c9
JB
2023 (mh-show-folder-menu): Delete Search a Folder. Change Indexed
2024 Search to Search. Use mh-search instead of mh-index-search.
2025 (mh-index-max-cmdline-args, mh-xargs, mh-quote-for-shell):
2026 Move here from deleted mh-index.el.
44140699 2027
e1fbc812
BW
20282006-01-11 Bill Wohler <wohler@newt.com>
2029
549afb31
BW
2030 * mh-acros.el (mh-defun-compat, mh-defmacro-compat): Move here
2031 from mh-gnus.el.
2032
2033 * mh-gnus.el: Require mh-acros.
2034 (mh-defmacro-compat, mh-defun-compat): Move to mh-acros.el.
2035
2036 * mh-utils.el (mh-x-image-url-cache-canonicalize): Use
2037 url-hexify-string to remove special characters from filenames
481821c8 2038 (closes SF #1396499). Note that this invalidates the existing
549afb31
BW
2039 names in your cache so you might as well remove
2040 ~/Mail/.mhe-x-image-cache/* now.
2041 (url-unreserved-chars, url-hexify-string): Define if not defined.
2042 Copied from url-util.el in Emacs22 for Emacs 21.
2043
481821c8 2044 * mh-buffers.el: New file. Contains constants and code from
9c2cf222
BW
2045 mh-index.el and mh-utils.el.
2046
33462dfa
JB
2047 * mh-alias.el:
2048 * mh-comp.el:
2049 * mh-e.el:
2050 * mh-funcs.el:
9c2cf222 2051 * mh-init.el:
33462dfa 2052 * mh-junk.el:
9c2cf222
BW
2053 * mh-mime.el:
2054 * mh-print.el:
2055 * mh-seq.el: Require new file mh-buffers.el.
2056
2057 * mh-index.el: Require new file mh-buffers.el.
2058 (mh-index-temp-buffer, mh-checksum-buffer): Move to new file
2059 mh-buffers.el.
2060
2061 * mh-utils.el: Require new file mh-buffers.el.
2062 (mh-temp-buffer, mh-temp-fetch-buffer)
2063 (mh-aliases-buffer, mh-folders-buffer, mh-help-buffer)
2064 (mh-info-buffer, mh-log-buffer, mh-mail-delivery-buffer)
2065 (mh-recipients-buffer, mh-sequences-buffer, mh-log-buffer-lines)
2066 (mh-truncate-log-buffer): Move to new file mh-buffers.el.
2067
00b6a079
BW
2068 * mh-comp.el (mh-forward): Cosmetics on prompt when draft exists.
2069 (mh-send-letter): Add -msgid to mh-send-args (closes SF #725425).
2070
191c8741
BW
20712006-01-10 Bill Wohler <wohler@newt.com>
2072
c2134792 2073 * mh-comp.el (mh-insert-letter): If you choose a different folder,
481821c8 2074 the cur message is used. Sync docstring with manual (closes SF
e1fbc812 2075 #1205890).
c2134792
BW
2076
2077 * mh-mime.el (mh-compose-forward): Use standard range argument
d57727c9
JB
2078 instead of messages. Use more powerful mh-read-range instead of
2079 read-string. Sync docstring with manual (close SF #1205890).
c2134792 2080
191c8741
BW
2081 * mh-index.el (mh-index-search): Checking mh-find-path-run is
2082 unnecessary.
2898111c
BW
2083 (mh-index-next-folder): Don't back up a line when going backwards
2084 since this skips the current folder heading if point is on the
2085 first message after the folder heading (closes SF #1126188).
191c8741 2086
d57727c9 2087 * mh-init.el (mh-sys-path): Co-locate with mh-variants, which uses it.
191c8741
BW
2088 (mh-variants): Note variable isn't meant to be accessed directly;
2089 use function mh-variants instead.
2090 (mh-variant-info, mh-variant-mh-info, mh-variant-mu-mh-info)
2091 (mh-variant-nmh-info): Co-locate next to mh-variants, which uses
481821c8 2092 them. Updated to use mh-file-command-p which is more accurrate
191c8741
BW
2093 than file-executable-p which returns t for directories.
2094 (mh-file-command-p): Move here from mh-utils, since
2095 mh-variant-*-info are the only functions to use it.
2096 (mh-variant-set, mh-variant-set-variant, mh-variant-p): Use
d57727c9
JB
2097 function mh-variants instead of variable. More robust.
2098 (mh-find-path-run): Move here from mh-utils.el. Mention that
191c8741 2099 checking this variable is unnecessary.
d57727c9 2100 (mh-find-path): Move here from mh-utils.el. With the advent of MH
191c8741 2101 variants and an mhparam command that doesn't work if there isn't
d57727c9
JB
2102 an MH profile, we can't get libdir for running install-mh. So
2103 don't bother. If there's an issue with the environment, direct the
2104 user to install MH and run install-mh (closes SF #835192). Don't
2105 read ~/.mh_profile directly. Use mh-profile-component which uses
191c8741
BW
2106 mhparam (closes SF #1016027).
2107
2108 * mh-utils.el (mh-get-profile-field): Rename to
d57727c9 2109 mh-profile-component-value. Add colon to search removing
191c8741
BW
2110 unnecessary addition of colon to field in mh-profile-component.
2111 (mh-profile-component): Modify call to mh-profile-component-value
d57727c9 2112 accordingly. Move next to mh-profile-component-value.
191c8741 2113 (mh-find-path-run, mh-find-path, mh-file-command-p): Move to
d57727c9 2114 mh-init.el. It makes sense that code that is only run once per
191c8741
BW
2115 session (more or less) is in mh-init.el rather than cluttering
2116 mh-utils.el.
2117 (mh-no-install, mh-install): Delete.
2118
33462dfa 2119 * mh-customize.el (mh-folder-msg-number):
191c8741
BW
2120 * mh-mime.el (mh-file-mime-type): Removed trailing whitespace.
2121
04f6a2d1
BW
21222006-01-09 Bill Wohler <wohler@newt.com>
2123
b981c52c
BW
2124 * mh-init.el (mh-variant-mu-mh-info, mh-variant-nmh-info): Applied
2125 patch from Satyaki from SF #1016027.
2126
8f9efec8
BW
2127 * mh-e.el (mh-rescan-folder): Try to keep cursor at current
2128 message, even if cur sequence is no longer present (closes SF
2129 #1207247).
2130
b6d8f743
BW
2131 * mh-comp.el: Use ";; Shush compiler." comment consistently per
2132 Mark's suggestion.
2133 (mh-letter-mode): Derive from mail-mode and delete code copied
d57727c9 2134 from mail-mode (closes SF #1385571). Mention mail-mode-hook in
b6d8f743 2135 docstring.
d57727c9 2136 (mh-fill-paragraph-function): Delete. Handled by mail-mode.
b6d8f743
BW
2137 (mh-to-field-choices): For consistency with mail-mode, add "a" for
2138 "Mail-Reply-To:", "l" for "Mail-Followup-To:", and "r" for
d57727c9 2139 "Reply-To:". Change "r" to "m" for "From:" (closes SF #1400139).
b6d8f743
BW
2140 (mh-to-fcc): Move setting of folder argument to interactive
2141 argument as is the norm.
2142 (mh-letter-complete-function-alist): Add mail-reply-to.
2143 (mh-letter-mode-map): Add keys for mh-to-field (Mail-Reply-To,
2144 Mail-Followup-To, Reply-To, From).
2145
90866475
BW
2146 * mh-customize.el: Use ";; Forward definition." consistently.
2147 Comment declaration to remind programmer to update forward
2148 definition if default changes.
2149
33462dfa
JB
2150 * mh-funcs.el:
2151 * mh-inc.el:
2152 * mh-init.el:
2153 * mh-mime.el:
2154 * mh-seq.el:
04f6a2d1
BW
2155 * mh-utils.el: Use ";; Shush compiler." comment consistently per
2156 Mark's suggestion.
2157
7094eefe
BW
21582006-01-08 Bill Wohler <wohler@newt.com>
2159
2160 Removed code that was marked as Emacs 20 compatible that was
2161 easily found showing how important it is to document such
d57727c9
JB
2162 things (closes SF #1359240). Feel free to nuke any other Emacs 20
2163 peculiarities that you find. Wrapped code for shushing compiler
7094eefe
BW
2164 with (eval-when-compile), sometimes moving the defvars closer to
2165 where they were used.
33462dfa 2166
7094eefe
BW
2167 * mh-alias.el (mh-alias-gecos-name): Use replace-regexp-in-string
2168 instead of mh-replace-in-string as mh-replace-in-string was
2169 replaced by a more appropriate defsubst in mh-xemacs.el.
2170
2171 * mh-comp.el: Require cleanup, wrap compiler-shushing defvars with
2172 eval-when-compile.
2173 (mh-file-is-vcard-p): Removed redundant test.
2174
2175 * mh-customize.el: Require cleanup, wrap compiler-shushing defvars
2176 with eval-when-compile.
2177 (mh-adaptive-cmd-note-flag, mh-invisible-header-fields)
2178 (mh-invisible-header-fields-default): Add forward definitions.
2179 (mh-invisible-header-fields-default): Alphabetize.
2180
2181 * mh-e.el: Require cleanup, wrap compiler-shushing defvars with
2182 eval-when-compile.
2183 (mh-thread-scan-line-map-stack, tool-bar-mode): Delete unused
2184 variables.
d57727c9 2185 (mh-colors-available-p): Just call display-color-cells. It's on
7094eefe
BW
2186 all supported Emacsen (and defaliased on XEmacs).
2187
2188 * mh-funcs.el:
2189 * mh-inc.el:
2190 * mh-init.el: Wrap compiler-shushing defvars with
2191 eval-when-compile.
2192
2193 * mh-identity.el: Don't need (mh-require-cl).
2194
2195 * mh-index.el: Don't need to load executable any more.
2196
2197 * mh-mime.el: Wrap compiler-shushing defvars with
2198 eval-when-compile.
d57727c9
JB
2199 (mh-have-file-command): Initialize variable to 'undefined. Add
2200 docstring. Update function of same name accordingly. Also don't
7094eefe
BW
2201 need to load executable any more.
2202 (mh-mime-content-types): Delete.
2203 (mh-minibuffer-read-type): Prompt user for type if
d57727c9 2204 mh-file-mime-type returns application/octet-stream. Assume we have
7094eefe
BW
2205 mailcap-mime-types.
2206 (mh-mime-display): Update error message.
2207
2208 * mh-seq.el: Require cleanup, and wrap compiler-shushing defvars
2209 with eval-when-compile.
2210
2211 * mh-utils.el: Require cleanup, and wrap compiler-shushing defvars
2212 with eval-when-compile.
2213 (mh-clean-msg-header): Don't set after-change-functions to nil.
d57727c9 2214 (mh-replace-in-string): Remove. Create defsubst in mh-xemacs.el
7094eefe 2215 instead.
33462dfa 2216
98b7b7ed
BW
22172006-01-07 Bill Wohler <wohler@newt.com>
2218
3af622d5
BW
2219 * mh-customize.el: Updated Faces documentation in header.
2220 (mh-invisible-header-fields-internal): Add X-Lumos-SenderID,
2221 X-Return-Path-Hint, and X-Roving-* from Roving ConstantContact.
2222
98b7b7ed
BW
2223 * mh-mime.el (mh-mml-tag-present-p): Update regexp to handle <mml>
2224 tags inserted by Gnus gnus-summary-mail-forward (closes SF
2225 #1399307).
2226
836f2863
MB
22272006-01-03 Mark D. Baushke <mdb@gnu.org>
2228
2229 * mh-e.el (mh-delete-a-msg): Fix whitespace nit.
2230 * mh-index.el (mh-mairix-execute-search): Fix symbol quote.
2231
e69d4e02
BW
22322006-01-03 Bill Wohler <wohler@newt.com>
2233
f9c53c97 2234 * mh-alias.el (mh-alias-add-alias): Grand message and error string
d57727c9
JB
2235 unification. Use single sentence if possible by using semicolon.
2236 Don't end message with punctuation. Don't need format with
2237 message. Quote messages as in docstrings: use `' around symbols,
2238 \" for option choices. Don't use quotes around %s.
33462dfa 2239
f9c53c97
BW
2240 * mh-comp.el (mh-complete-word): Ditto.
2241
2242 * mh-customize.el (mh-adaptive-cmd-note-flag-check)
2243 (mh-scan-format-file-check): Ditto.
2244
2245 * mh-e.el (mh-refile-or-write-again, mh-previous-unread-msg)
2246 (mh-delete-a-msg, mh-refile-a-msg, mh-next-unread-msg)
2247 (mh-msg-num-width-to-column): Ditto.
2248
2249 * mh-identity.el (mh-identity-field-handler): Ditto.
2250
2251 * mh-index.el (mh-mairix-execute-search)
2252 (mh-swish-execute-search, mh-swish++-execute-search)
2253 (mh-namazu-execute-search): Ditto.
2254
2255 * mh-init.el (mh-variant-set): Ditto.
2256
2257 * mh-mime.el (mh-mh-to-mime-undo, mh-mml-forward-message)
2258 (mh-secure-message, mh-mime-display): Ditto.
2259
2260 * mh-pick.el (mh-search-folder, mh-pick-construct-regexp): Ditto.
2261
2262 * mh-seq.el (mh-narrow-to-seq, mh-put-msg-in-seq, mh-read-seq)
2263 (mh-read-range, mh-thread-container-subject): Ditto.
2264
2265 * mh-utils.el (mh-x-image-scale-and-display)
2266 (mh-prompt-for-folder, mh-handle-process-error)
2267 (mh-list-to-string-1): Ditto.
2268
078cb314
BW
2269 * mh-comp.el (mh-reply): Use standard default notation in
2270 prompts (closes SF #1275933).
2271
2272 * mh-mime.el (mh-mime-save-parts): Ditto.
2273
2274 * mh-seq.el (mh-read-seq, mh-read-range): Ditto.
2275
355ebcbf
BW
2276 * mh-customize.el (mh-folder-msg-number): Snow is actually
2277 off-white on low color displays which turns to white when bold.
481821c8
JB
2278 This is unreadable on white backgrounds. Use snow with min-colors
2279 requirement. Use cyan on low-color displays.
355ebcbf
BW
2280
2281 * mh-init.el (mh-defface-compat): On low-color displays, delete
2282 the high-color display rather than simply strip the min-colors
2283 requirement since the existing algorithm shadowed the desired
2284 display on low-color displays.
2285
e69d4e02
BW
2286 * mh-alias.el (mh-alias-add-alias): Remove leading * from
2287 docstring.
2288
af435184
BW
22892006-01-02 Bill Wohler <wohler@newt.com>
2290
2291 * mh-alias.el (mh-alias-grab-from-field): Remove leading * from
481821c8 2292 docstring. Does this mean something in a defun?
af435184
BW
2293
2294 * mh-customize.el (bw-new-face-to-old, bw-old-face-to-new):
2295 Checkdoc fix.
2296
2297 * mh-e.el (mh-inc-folder): Rename maildrop-name argument to file
481821c8 2298 so it reads better in docstring and manual. Sync docstring with
af435184
BW
2299 manual.
2300
2301 * mh-init.el (mh-defface-compat): Remove trailing space (checkdoc).
2302
2303 * mh-alias.el (mh-alias-apropos): Sync docstring with manual.
2304
2305 * mh-comp.el (mh-redistribute, mh-to-field, mh-to-fcc)
2306 (mh-insert-auto-fields, mh-send-letter, mh-yank-cur-msg)
2307 (mh-fully-kill-draft, mh-open-line, mh-letter-complete)
2308 (mh-letter-complete-or-space, mh-letter-confirm-address)
2309 (mh-letter-next-header-field-or-indent)
2310 (mh-letter-previous-header-field): Ditto.
2311
2312 * mh-customize.el (mh-alias-completion-ignore-case-flag)
2313 (mh-default-folder-for-message-function, mh-mml-method-default)
2314 (mh-signature-file-name, mh-yank-behavior, mh-show-hook)
2315 (mh-show-mode-hook) Ditto.
2316
2317 * mh-e.el (mh-refile-or-write-again, mh-toggle-showing): Ditto.
2318
2319 * mh-funcs.el (mh-pipe-msg, mh-sort-folder, mh-undo-folder)
481821c8 2320 (mh-store-msg, mh-store-buffer): Ditto.
af435184
BW
2321
2322 * mh-index.el (mh-index-search, mh-index-do-search)
2323 (mh-index-next-folder, mh-index-sequenced-messages): Ditto.
2324
2325 * mh-junk.el (mh-spamassassin-blacklist): Ditto.
2326
2327 * mh-mime.el (mh-mh-compose-external-compressed-tar)
2328 (mh-mh-compose-external-type, mh-mh-to-mime, mh-mh-to-mime-undo)
2329 (mh-mml-secure-message-sign, mh-mml-secure-message-encrypt)
481821c8 2330 (mh-mml-secure-message-signencrypt): Ditto.
af435184
BW
2331
2332 * mh-pick.el (mh-search-folder): Ditto.
2333
2334 * mh-seq.el (mh-widen): Ditto.
2335
2336 * mh-utils.el (mh-show, mh-modify): Ditto.
2337
285d1e0c
MB
23382006-01-02 Mark D. Baushke <mdb@gnu.org>
2339
2340 * mh-mime.el (mh-mml-unsecure-message): Remove unused argument.
2341
d49ed7d4
BW
23422006-01-01 Bill Wohler <wohler@newt.com>
2343
2344 * mh-customize.el: Sync docstrings with manual for faces and sort
2345 them alphabetically.
2346 (mh-faces): Move below mh-hooks.
2347 (mh-folder-faces, mh-index-faces, mh-letter-faces)
d57727c9 2348 (mh-show-faces, mh-speed-faces): Delete. Organize faces like hooks.
d49ed7d4
BW
2349 (mh-speed-update-interval): Fix group (mh-speedbar, not mh-speed).
2350 (facemenu-unlisted-faces): Might as well ignore all MH-E faces.
2351 (mh-folder-body-face, mh-folder-cur-msg-face)
2352 (mh-folder-cur-msg-number-face, mh-folder-date-face)
2353 (mh-folder-followup-face, mh-folder-msg-number-face)
2354 (mh-folder-deleted-face, mh-folder-refiled-face)
2355 (mh-folder-subject-face, mh-folder-address-face)
2356 (mh-folder-scan-format-face, mh-folder-to-face)
2357 (mh-index-folder-face, mh-show-cc-face, mh-show-date-face)
2358 (mh-show-header-face, mh-show-pgg-good-face)
2359 (mh-show-pgg-unknown-face, mh-show-pgg-bad-face)
2360 (mh-show-to-face, mh-show-from-face, mh-show-subject-face):
2361 Delete.
d57727c9 2362 (mh-folder-cur-msg): Unused. Delete.
d49ed7d4
BW
2363 (mh-folder-address): Use defface; inherit from mh-folder-subject.
2364 (mh-folder-body, mh-folder-cur-msg-number, mh-folder-date):
2365 Inherit from mh-folder-msg-number.
d57727c9 2366 (mh-folder-deleted): Use defface. Inherit from
d49ed7d4 2367 mh-folder-msg-number.
d57727c9 2368 (mh-folder-sent-to-me-hint): New face. Inherit from
d49ed7d4
BW
2369 mh-folder-date.
2370 (mh-folder-sent-to-me-sender): Rename from mh-folder-scan-format.
d57727c9 2371 Use defface. Inherit from mh-folder-followup.
d49ed7d4
BW
2372 (mh-show-xface): Inherit from mh-show-from and highlight.
2373 (bw-face-generation, bw-toggle-faces)
2374 (bw-new-face-to-old, bw-old-face-to-new): New (tempoarary)
2375 variables, functions for toggling between old and new faces.
2376
2377 * mh-e.el (font-lock-auto-fontify, font-lock-defaults): Hide in
d57727c9 2378 eval-when-compile. We should probably do this throughout.
d49ed7d4
BW
2379 (mh-scan-good-msg-regexp, mh-scan-deleted-msg-regexp)
2380 (mh-scan-refiled-msg-regexp, mh-scan-cur-msg-number-regexp)
2381 (mh-scan-date-regexp, mh-scan-rcpt-regexp, mh-scan-body-regexp)
2382 (mh-scan-subject-regexp): Sync docstrings with manual
2383 (mh-scan-format-regexp): Rename to
481821c8 2384 mh-scan-sent-to-me-sender-regexp. Drop date parenthesized
d57727c9
JB
2385 expression. Make expression more like the others (anchored at the
2386 beginning of line). Sync docstrings with manual.
d49ed7d4 2387 (mh-folder-font-lock-keywords): Use faces directly rather than
d57727c9 2388 -face variables. Use mh-scan-sent-to-me-sender-regexp instead of
d49ed7d4
BW
2389 mh-scan-format-regexp, and within that expression, use faces
2390 mh-folder-sent-to-me-hint and mh-folder-sent-to-me-sender instead
2391 of mh-folder-date-face and mh-folder-scan-format-face which were
2392 misleading.
2393
2394 * mh-mime.el (mh-mime-security-button-face): Use faces directly
2395 rather than -face variables.
2396
2397 * mh-utils.el (mh-show-font-lock-keywords): Use faces directly
2398 rather than -face variables.
2399 (mh-face-foreground-compat, mh-face-background-compat): New macros.
2400 (mh-face-display-function): Use mh-face-foreground-compat and
2401 mh-face-background-compat to use inherited attributes of
2402 mh-show-xface on Emacs 22 while still working on Emacs 21.
2403
0d887b77
BW
24042005-12-28 Bill Wohler <wohler@newt.com>
2405
d57727c9
JB
2406 * mh-comp.el (mh-e-user-agent): Move here from simple.el.
2407 Use mh-user-agent-compose instead of mh-smail-batch.
0d887b77 2408
13fe29bd
BW
24092005-12-27 Bill Wohler <wohler@newt.com>
2410
2411 * mh-utils.el (mh-prompt-for-folder): Use can-create argument to
2412 suppress creation of folder if it doesn't exist.
2413
2bd87afb
SM
24142005-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
2415
2416 * mh-utils.el (mh-process-daemon): Don't change buffer in proc-filter.
2417
5a4aad03
BW
24182005-12-23 Bill Wohler <wohler@newt.com>
2419
7ba8dffd
BW
2420 * mh-e.el (mh-folders-changed): Fix typo in docstring.
2421
d57727c9
JB
2422 Follow MH-E Developers Guide conventions. Use `' quotes for Help
2423 hyperlinks such as symbols, Info nodes, or URLs. Use \" quotes for
2424 everything else. Otherwise, you can accidently get links to
5a4aad03 2425 nonsense symbols.
2bd87afb 2426
d1699462
BW
24272005-12-22 Bill Wohler <wohler@newt.com>
2428
d57727c9 2429 Follow Emacs coding conventions. Use default setting of
2dcf34f9 2430 emacs-lisp-docstring-fill-column which is 65.
2bd87afb 2431
d1699462
BW
2432 * mh-alias.el (mh-alias-reload): Sync docstrings with manual.
2433
2434 * mh-comp.el (mh-letter-mode): Use 60 column width.
2435 (mh-forward, mh-insert-signature, mh-send-letter): Sync docstrings
2436 with manual.
2437 (mh-yank-cur-msg): Mention that mh-ins-buf-prefix isn't used if
2438 you have added a mail-citation-hook and neither are used if you
d57727c9 2439 use one of the supercite flavors of mh-yank-behavior. Sync
13fe29bd 2440 docstrings with manual.
d1699462 2441
13fe29bd
BW
2442 * mh-customize.el (mh-kill-folder-suppress-prompt-hooks): Rename
2443 from mh-kill-folder-suppress-prompt-hook since it is an abnormal
d57727c9 2444 hook. Use "Hook run by `function'..." instead of "Invoked...".
d1699462
BW
2445 Sync docstrings with manual.
2446 (mh-ins-buf-prefix, mh-yank-behavior): Mention that
2447 mh-ins-buf-prefix isn't used if you have added a
2448 mail-citation-hook and neither are used if you use one of the
d57727c9
JB
2449 supercite flavors of mh-yank-behavior. Sync docstrings with manual.
2450 (mail-citation-hook): Delete. Use one in sendmail.el.
d1699462
BW
2451 (mh-signature-file-name, mh-after-commands-processed-hook)
2452 (mh-alias-reloaded-hook, mh-before-commands-processed-hook)
2453 (mh-before-quit-hook, mh-before-send-letter-hook)
2454 (mh-delete-msg-hook, mh-find-path-hook, mh-folder-mode-hook)
2455 (mh-forward-hook, mh-inc-folder-hook, mh-insert-signature-hook)
2456 (mh-letter-mode-hook)
2457 (mh-mh-to-mime-hook, mh-pick-mode-hook, mh-quit-hook)
2458 (mh-refile-msg-hook, mh-show-hook, mh-show-mode-hook)
2459 (mh-unseen-updated-hook): Use "Hook run by `function'..." instead
d57727c9 2460 of "Invoked...". Sync docstrings with manual.
d1699462
BW
2461
2462 * mh-e.el (mh-last-destination, mh-last-destination-folder)
2463 (mh-last-destination-write, mh-folder-mode-map, mh-arrow-marker)
2464 (mh-delete-list, mh-refile-list, mh-folders-changed)
2465 (mh-next-direction, mh-view-ops, mh-folder-view-stack)
2466 (mh-index-data, mh-first-msg-num, mh-last-msg-num)
2467 (mh-mode-line-annotation, mh-sequence-notation-history)
2468 (mh-colors-available-flag): Move comment into docstring.
2bd87afb
SM
2469 (mh-delete-msg, mh-execute-commands, mh-inc-folder, mh-quit)
2470 (mh-process-commands): Sync docstrings with manual.
d1699462
BW
2471 (mh-refile-msg): Small doc edit.
2472 (mh-delete-a-msg, mh-refile-a-msg): Sync docstrings with manual.
2473 Rename msg argument to message.
2474
2475 * mh-funcs.el (mh-kill-folder): Sync docstrings with manual.
2476
2477 * mh-e.el (mh-update-unseen): No longer say "The value of
2478 `foo-hook' is a list of functions to be called, with no arguments,
2479 ...," but rather just "The hook foo-hook is called...".
2480
2bd87afb 2481 * mh-mime.el (mh-mh-to-mime): Ditto.
d1699462
BW
2482
2483 * mh-pick.el (mh-pick-mode): Ditto.
2484
2485 * mh-utils.el (mh-showing-mode): Use uppercase for argument in
2486 docstring.
2487 (mh-seq-list, mh-seen-list, mh-showing-with-headers): Move comment
2488 into docstring.
13fe29bd
BW
2489 (mh-show-mode, mh-show-msg, mh-find-path): Sync docstrings with
2490 manual.
d1699462 2491
2bd87afb 24922005-12-19 Stephen Gildea <gildea@stop.mail-abuse.org>
2953de8c 2493
d57727c9
JB
2494 * mh-customize.el (mh-after-commands-processed-hook): New variable.
2495 (mh-before-commands-processed-hook): Rename mh-folder-updated-hook.
2953de8c 2496
13fe29bd
BW
2497 * mh-e.el (mh-process-commands): Rename mh-folder-updated-hook to
2498 mh-before-commands-processed-hook, call new
2953de8c
SG
2499 mh-after-commands-processed-hook.
2500 (mh-folders-changed): New variable (for use in
2501 mh-after-commands-processed-hook).
2502
cee9f5c6
BW
25032005-12-19 Bill Wohler <wohler@newt.com>
2504
2505 * mh-acros.el:
2506 * mh-alias.el:
2507 * mh-comp.el:
2508 * mh-customize.el:
2509 * mh-e.el:
2510 * mh-funcs.el:
2511 * mh-gnus.el:
2512 * mh-identity.el:
2513 * mh-inc.el:
2514 * mh-index.el:
2515 * mh-init.el:
2516 * mh-junk.el:
2517 * mh-mime.el:
2518 * mh-pick.el:
2519 * mh-print.el:
2520 * mh-seq.el:
2521 * mh-speed.el:
2522 * mh-utils.el:
d57727c9
JB
2523 Follow commenting conventions. Don't use ;;; form so much, except
2524 for headings. Precede headings with page feed. This was mostly
2525 already done, so I made it a convention. Did not update copyright
cee9f5c6
BW
2526 on a couple of files since this was an insignificant change.
2527
fa4075e3
BW
25282005-12-18 Bill Wohler <wohler@newt.com>
2529
2530 * mh-customize.el (mh-toolbar): Rename to mh-tool-bar.
2531 (mh-tool-bar-search-function): Sync docstrings with manual.
d57727c9 2532 (mh-tool-bar-customize): Replace toolbar with tool bar in docstring.
fa4075e3
BW
2533 (mh-tool-bar-letter-help): Fix manual reference.
2534 (mh-xemacs-use-toolbar-flag): Rename to
d57727c9
JB
2535 mh-xemacs-use-tool-bar-flag. Initialize to
2536 mh-xemacs-has-tool-bar-flag. Sync docstrings with manual.
fa4075e3 2537 (mh-xemacs-toolbar-position): Rename to
d57727c9 2538 mh-xemacs-tool-bar-position. Initialize to nil. Drop "no tool bar"
fa4075e3 2539 option (redundant) and change "Same As Default Tool Bar" setting
d57727c9 2540 to nil. Sync docstrings with manual.
fa4075e3
BW
2541 (mh-tool-bar-define): Replace toolbar with tool-bar or tool bar
2542 depending on context.
d57727c9 2543 (mh-toolbar-init): Rename to mh-tool-bar-init. Simplify condition
481821c8 2544 for calling set-specifier. Only look at the value of
13fe29bd 2545 mh-xemacs-use-tool-bar-flag.
d57727c9
JB
2546 (mh-tool-bar-folder-buttons, mh-tool-bar-letter-buttons):
2547 Sync docstrings with manual.
fa4075e3
BW
2548
2549 * mh-comp.el (mh-letter-mode): Use mh-tool-bar-init instead of
2550 mh-toolbar-init.
2551
2552 * mh-e.el (mh-folder-mode): Ditto.
2553
2554 * mh-utils.el (mh-show-mode): Ditto.
2555
7a5df5a9
BW
25562005-12-15 Bill Wohler <wohler@newt.com>
2557
2558 * mh-e.el (mh-delete-msg): Sync docstrings with manual.
2559
2560 * mh-seq.el (mh-delete-subject, mh-thread-next-sibling)
2561 (mh-thread-previous-sibling, mh-thread-ancestor)
2562 (mh-thread-delete, mh-thread-refile): Ditto.
2563
6b960c10
BW
25642005-12-14 Bill Wohler <wohler@newt.com>
2565
2566 * mh-customize.el (mh-speed-flists-interval): Rename to
2567 mh-speed-update-interval.
d57727c9 2568 (mh-speed-run-flists-flag): Delete. Setting
13fe29bd 2569 mh-speed-flists-interval to 0 accomplishes the same thing.
6b960c10 2570
13fe29bd
BW
2571 * mh-speed.el (mh-folder-speedbar-buttons, mh-speed-flists): Use
2572 mh-speed-update-interval instead of mh-speed-run-flists-flag.
2573 (mh-speed-toggle, mh-speed-view, mh-speed-refresh): Sync
2574 docstrings with manual.
6b960c10 2575
97c688ed
BW
25762005-12-09 Bill Wohler <wohler@newt.com>
2577
2578 * mh-customize.el (mh-path): Move here from mh-init.el.
2579 (mh-variant): Mention that mh-path can be customized.
2580 (mh-invisible-header-fields-internal): Add X-ContentStamp,
2581 X-MAIL-INFO, and X-UNTD- from NetZero.
2582
2583 * mh-init.el (mh-path): Move defcustom to mh-customize.el.
2584
2be362c2
BW
25852005-12-04 Bill Wohler <wohler@newt.com>
2586
f15ced66
BW
2587 * mh-customize.el (mh-sortm-args): Sync docstrings with manual.
2588 (mh-invisible-header-fields-internal): Add X-Bugzilla-* and
2589 X-Virus-Scanned.
2bd87afb 2590
13fe29bd
BW
2591 * mh-customize.el (mh-insert-signature-hook): Rename
2592 mh-letter-insert-signature-hook to mh-insert-signature-hook.
f15ced66
BW
2593
2594 * mh-comp.el (mh-insert-signature): Ditto.
2595
56128d97 2596 * mh-customize.el (mh-fetch-x-image-url): Change default from 'ask
d57727c9 2597 to nil. Remove t option. Sync docstring with manual (closes SF
56128d97
BW
2598 #831278).
2599 (mh-invisible-header-fields-internal): Remove X-Image-URL so that
2600 users can see it, look it up in the manual's index, and discover
2601 mh-fetch-x-image-url (closes SF #831278).
a932ce45 2602
a8a47814
BW
2603 * mh-customize.el (mh-new-messages-folders): Rename from
2604 mh-index-new-messages-folders.
2605 (mh-ticked-messages-folders): Rename from
2606 mh-index-ticked-messages-folders.
2bd87afb 2607
a8a47814
BW
2608 * mh-index.el (mh-index-sequenced-messages)
2609 (mh-index-new-messages): Ditto.
2610
2be362c2 2611 * mh-comp.el (mh-forward): Went over all uses of the word "RANGE"
d57727c9 2612 in the docstrings and made usage consistent. Generally speaking,
2be362c2 2613 "messages in range" and "range of messages" is redundant and just
d57727c9 2614 "range" can be used in most circumstances. Also ensured that
2be362c2 2615 mh-interactive-range was mentioned in all interactive functions
f15ced66
BW
2616 that use a range which describes the range argument for both users
2617 and programmers.
2be362c2
BW
2618
2619 * mh-e.el (mh-delete-msg-no-motion, mh-refile-msg)
2620 (mh-refile-or-write-again, mh-rescan-folder, mh-undo)
2621 (mh-visit-folder, mh-scan-folder, mh-regenerate-headers)
13fe29bd
BW
2622 (mh-notate-user-sequences, mh-delete-msg-from-seq, mh-catchup):
2623 Ditto.
2be362c2 2624
13fe29bd
BW
2625 * mh-funcs.el (mh-copy-msg, mh-pack-folder, mh-pack-folder-1):
2626 Ditto.
2be362c2
BW
2627
2628 * mh-junk.el (mh-junk-blacklist, mh-junk-whitelist): Ditto.
2629
2630 * mh-print.el (mh-ps-print-range, mh-ps-print-msg)
2631 (mh-ps-print-msg-file, mh-print-msg): Ditto.
2632
2633 * mh-seq.el (mh-put-msg-in-seq, mh-range-to-msg-list)
2634 (mh-narrow-to-range, mh-toggle-tick): Ditto.
2635
553fb735
BW
26362005-12-01 Bill Wohler <wohler@newt.com>
2637
2638 Rewrote Reading Mail chapter in manual which affected mh-show
2639 customization group and related functions.
2bd87afb 2640
553fb735
BW
2641 * mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style
2642 instead of mh-highlight-citation-p.
2643 (mh-letter-toggle-header-field-display): "Ellipsed" isn't a word,
2644 I think, so use "truncated".
2645
2646 * mh-customize.el (mh-folder, mh-folder-faces): Group's manual
d57727c9 2647 section is Folders, not Organizing. Parent of mh-folder-faces is
553fb735
BW
2648 mh-folder, not mh-show.
2649 (mh-speed): Rename to mh-speedbar for consistency with mh-toolbar.
d57727c9 2650 (mh-thread): New group that corresponds with manual's Threading chapter.
553fb735
BW
2651 (mh-letter-faces): Group's manual section is Editing Drafts, not
2652 Sending Mail.
d57727c9 2653 (mh-sortm-args): New customization variable that used to be a defvar.
553fb735
BW
2654 (mh-index-new-messages-folders, mh-index-ticked-messages-folders):
2655 Move from mh-index group to mh-folders group.
2656 (mh-alias-local-users-prefix, mh-large-folder)
2657 (mh-recursive-folders-flag, mh-before-quit-hook)
2658 (mh-folder-mode-hook, mh-kill-folder-suppress-prompt-hook)
2659 (mh-quit-hook, mh-refile-msg-hook): Move from mh-show group to
2660 mh-folder group.
2661 (mh-highlight-citation-style): Rename from
d57727c9
JB
2662 mh-highlight-citation-p. Sync docstrings with manual.
2663 (mh-mhl-format-file): Rename from mhl-formfile. Sync docstrings
553fb735 2664 with manual.
13fe29bd
BW
2665 (mh-show-threads-flag): Move from mh-show group to mh-thread
2666 group.
553fb735
BW
2667 (mh-find-path-hook): Move from mh-show group to mh-e group.
2668 (mh-folder-updated-hook): Add to mh-folder group.
2669 (mh-forward-hook): Move from mh-folder to mh-sending-mail group.
2670 (mh-unseen-updated-hook): Move from mh-show to mh-sequences group.
2671 (mh-bury-show-buffer-flag, mh-clean-message-header-flag)
2672 (mh-decode-mime-flag, mh-display-buttons-for-alternatives-flag)
2673 (mh-display-buttons-for-inline-parts-flag)
2674 (mh-do-not-confirm-flag, mh-fetch-x-image-url)
2675 (mh-graphical-smileys-flag, mh-graphical-emphasis-flag)
2676 (mh-invisible-header-fields-default, mh-invisible-header-fields)
2677 (mh-lpr-command-format, mh-max-inline-image-height)
2678 (mh-max-inline-image-width)
2679 (mh-mime-save-parts-default-directory, mh-print-background-flag)
2680 (mh-show-maximum-size, mh-show-use-goto-addr-flag)
2681 (mh-show-use-xface-flag, mh-store-default-directory)
2682 (mh-summary-height, mh-delete-msg-hook
2683 (mh-show-hook, mh-show-mode-hook): Sync docstrings with manual.
2bd87afb 2684
d57727c9 2685 * mh-e.el (mh-scan-format-mh, mh-scan-good-msg-regexp)
553fb735 2686 (mh-scan-deleted-msg-regexp, mh-scan-refiled-msg-regexp)
d57727c9
JB
2687 (mh-scan-cur-msg-number-regexp, mh-scan-subject-regexp):
2688 Use non-fontification instead of non-fontifying.
553fb735 2689 (mh-header-display): Use mh-mhl-format-file instead of
d57727c9 2690 mhl-formfile. Sync docstrings with manual.
553fb735 2691 (mh-next-undeleted-msg, mh-previous-undeleted-msg): Rename arg to
d57727c9 2692 count. Sync docstrings with manual.
553fb735 2693 (mh-refile-or-write-again): Use output from mh-write-msg-to-file
d57727c9 2694 so that message doesn't change when using this command. Sync
13fe29bd 2695 docstrings with manual.
d57727c9 2696 (mh-page-msg, mh-previous-page): Rename arg to lines. Sync
13fe29bd 2697 docstrings with manual.
d57727c9
JB
2698 (mh-write-msg-to-file): Rename msg to message. Rename no-headers
2699 to no-header. Sync docstrings with manual.
553fb735
BW
2700 (mh-ps-print-map): Delete keybindings for deleted commands
2701 mh-ps-print-toggle-mime and mh-ps-print-msg-show.
2bd87afb 2702 (mh-help-messages): Update printing help.
553fb735
BW
2703 (mh-delete-msg, mh-delete-msg-no-motion, mh-first-msg)
2704 (mh-last-msg, mh-previous-unread-msg, mh-next-button)
2705 (mh-prev-button, mh-folder-toggle-mime-part)
2706 (mh-folder-inline-mime-part, mh-folder-save-mime-part)
2707 (mh-next-unread-msg, mh-toggle-mime-buttons): Sync docstrings with
2708 manual.
2709
13fe29bd
BW
2710 * mh-funcs.el (mh-sortm-args): Now a customization option and in
2711 mh-customize.el.
d57727c9
JB
2712 (mh-pipe-msg): Rename include-headers to include-header.
2713 Sync docstrings with manual.
553fb735
BW
2714 (mh-burst-digest, mh-page-digest, mh-page-digest-backwards)
2715 (mh-store-msg): Sync docstrings with manual.
2716
d57727c9
JB
2717 * mh-mime.el (mh-mime-save-parts): Rename arg to prompt.
2718 Sync docstrings with manual.
553fb735
BW
2719 (mh-toggle-mh-decode-mime-flag): Use English in message, not Lisp.
2720 Sync docstrings with manual.
13fe29bd
BW
2721 (mh-mm-display-part, mh-mm-inline-message): Use
2722 mh-highlight-citation-style instead of mh-highlight-citation-p.
553fb735
BW
2723 (mh-press-button): Sync docstrings with manual.
2724 (mh-display-with-external-viewer): Fix default output in
d57727c9 2725 minibuffer. Sync docstrings with manual.
553fb735 2726
d57727c9 2727 * mh-print.el (mh-ps-print-mime, mh-ps-print-toggle-mime):
13fe29bd 2728 Delete.
553fb735
BW
2729 (mh-ps-print-color-option): Incorporate docstring from
2730 ps-print-color-p.
d57727c9
JB
2731 (mh-ps-spool-buffer): Remove unused code. Fix indent.
2732 Slimline docstring.
2733 (mh-ps-spool-msg): Slimline docstring. Rename from
2734 mh-ps-spool-a-msg. Rewrite to use existing show buffer when
13fe29bd 2735 available.
553fb735
BW
2736 (mh-ps-print-range): Extract method from common code in
2737 mh-ps-print-msg and mh-ps-print-msg-file.
d57727c9
JB
2738 (mh-ps-print-preprint): Clean docstring. Use filename "mh-%s".
2739 (mh-ps-print-msg-show): Delete. Can use either
553fb735
BW
2740 mh-ps-print-msg-show or mh-ps-print-msg-show to same effect with
2741 new code in mh-ps-spool-msg.
2742 (mh-print-msg): Use mh-mhl-format-file instead of mhl-formfile.
2743 Sync docstrings with manual.
2744 (mh-ps-print-msg, mh-ps-print-msg-file)
d57727c9
JB
2745 (mh-ps-print-toggle-faces, mh-ps-print-toggle-color):
2746 Sync docstrings with manual.
33462dfa 2747
2bd87afb 2748 * mh-utils.el (mh-show-ps-print-msg-show)
d57727c9 2749 (mh-show-ps-print-toggle-mime): Delete.
2bd87afb 2750 (mh-show-ps-print-map): Update accordingly.
553fb735
BW
2751 (mh-show-mode): Use mh-highlight-citation-style instead of
2752 mh-highlight-citation-p.
2753 (mh-show-xface, mh-display-msg): Use mh-mhl-format-file instead of
2754 mhl-formfile.
d57727c9
JB
2755 (mh-show): Use mh-mhl-format-file instead of mhl-formfile.
2756 Sync docstrings with manual.
2757 (mh-show-font-lock-fontify-region, mh-modify, mh-goto-msg):
2758 Sync docstrings with manual.
553fb735
BW
2759
27602005-12-01 Bill Wohler <wohler@newt.com>
2761
2762 * mh-init.el (mh-defface-compat): Checkdoc fix.
2763
2764 * mh-junk.el (mh-bogofilter-blacklist, mh-bogofilter-whitelist):
13fe29bd
BW
2765 Bogofilter is lowercase except at beginning of sentence and in
2766 titles.
553fb735 2767
94abd6b7
BW
27682005-11-04 Bill Wohler <wohler@newt.com>
2769
6b19bd82
BW
2770 * mh-customize.el (mh-min-colors-defined-flag, mh-defface-compat):
2771 Move to mh-init.el to minimize bulk of mh-customize.el.
2772
2773 * mh-init.el: Modify commentary since file is used for load and
2774 initialization as well as setting and getting the variant.
13fe29bd
BW
2775 (mh-min-colors-defined-flag, mh-defface-compat): Move here from
2776 mh-customize.el.
6b19bd82 2777
d57727c9
JB
2778 * mh-customize.el: Refactor faces. Move grayscale requirements
2779 last before t. Use uniform line breaks.
3d2efec2 2780 (mh-min-colors-defined-flag): New variable.
d57727c9 2781 (mh-defface-compat): New function. Provides backward compatibility
3d2efec2 2782 for face specs.
2bd87afb
SM
2783 (mh-show-header, mh-show-date, mh-show-cc, mh-folder-to)
2784 (mh-folder-refiled, mh-folder-cur-msg-number, mh-folder-cur-msg)
3d2efec2 2785 (mh-folder-body): Use mh-defface-compat.
94abd6b7 2786
b07e0686
DN
27872005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
2788
2789 * mh-customize.el (mh-folder-body-face, mh-folder-cur-msg-face)
2790 (mh-folder-cur-msg-number-face, mh-folder-refiled-face)
2791 (mh-folder-to-face): Use the min-colors attribute instead of the
2792 type attribute.
2793
be33fce4
BW
27942005-11-03 Bill Wohler <wohler@newt.com>
2795
2796 * mh-customize.el (mh-refile-preserves-sequences-flag)
d57727c9
JB
2797 (mh-tick-seq, mh-update-sequences-after-mh-show-flag):
2798 Sync docstrings with manual.
be33fce4
BW
2799
2800 * mh-e.el (mh-update-sequences): Sync docstrings with manual.
2801
2bd87afb 2802 * mh-seq.el (mh-delete-seq, mh-list-sequences, mh-narrow-to-seq)
be33fce4
BW
2803 (mh-widen, mh-toggle-tick, mh-narrow-to-tick): Sync docstrings
2804 with manual.
2805
93eece98
BW
28062005-11-01 Bill Wohler <wohler@newt.com>
2807
13fe29bd
BW
2808 * mh-comp.el (mh-redist-full-contents) Convert defvar to
2809 defcustom.
b2064e08
BW
2810 (mh-smail, mh-extract-rejected-mail, mh-forward, mh-redistribute)
2811 (mh-reply, mh-send, mh-send-other-window)
2812 (mh-fill-paragraph-function): Sync docstrings with manual.
13fe29bd
BW
2813 (mh-edit-again, mh-extract-rejected-mail, mh-redistribute): Rename
2814 msg argument to message (to make for a better docstring).
b2064e08
BW
2815
2816 * mh-customize.el (mh-redist-full-contents-flag): Convert defvar
481821c8 2817 to defcustom. Rename by adding -flag.
b2064e08
BW
2818 (mh-compose-forward-as-mime-flag)
2819 (mh-compose-letter-function, mh-forward-subject-format)
2820 (mh-insert-x-mailer-flag, mh-reply-default-reply-to)
2821 (mh-reply-show-message-flag, mh-letter-mode-hook): Sync docstrings
2822 with manual.
2823
2bd87afb 2824 * mh-print.el (mh-ps-spool-buffer, mh-ps-spool-a-msg)
93eece98 2825 (mh-ps-print-msg): Remove debugging messages.
2bd87afb 2826 (mh-ps-print-msg-show, mh-ps-print-msg-show)
93eece98
BW
2827 (mh-ps-print-toggle-color, mh-ps-print-toggle-mime): Remove period
2828 after message per conventions.
2829
fefc5079
BW
28302005-10-30 Bill Wohler <wohler@newt.com>
2831
2bd87afb 2832 * mh-e.el (mh-scan-good-msg-regexp, mh-scan-deleted-msg-regexp)
d57727c9
JB
2833 (mh-scan-refiled-msg-regexp, mh-scan-cur-msg-number-regexp):
2834 Sync docstrings with manual.
ece9cbf7 2835
fefc5079
BW
2836 * mh-customize.el (mh-compose-space-does-completion-flag)
2837 (mh-signature-separator-flag, mh-interpret-number-as-range-flag)
2838 (mh-adaptive-cmd-note-flag): Use "Non-nil means" instead of "On
d57727c9 2839 means" to remain checkdoc clean and consistent with Emacs. I
13fe29bd 2840 raised this issue with the Emacs developers and Stallman agrees
fefc5079
BW
2841 that "On means" should be allowed in custom docstrings but that
2842 this change requires thought and should wait until after the Emacs
2843 22 release.
2844
ec397a34
BW
28452005-10-28 Bill Wohler <wohler@newt.com>
2846
50df64d6
BW
2847 * mh-comp.el (mh-annotate-msg): Use new variable
2848 mh-scan-field-destination-offset rather than hard-coding 1.
2849
2850 * mh-customize.el (mh-interpret-number-as-range-flag): Add * to
2851 docstring.
13fe29bd
BW
2852 (mh-adaptive-cmd-note-flag-check, mh-scan-format-file-check): New
2853 functions to check input for mh-adaptive-cmd-note-flag and
50df64d6
BW
2854 mh-scan-format-file respectively.
2855 (mh-adaptive-cmd-note-flag, mh-scan-format-file): Docstring fixes,
2856 add :set.
2857
d57727c9 2858 * mh-e.el (mh-scan-field-destination-offset): New variable. The
13fe29bd 2859 destination is the -, t, b, c, or n character for Replied, To, cc,
50df64d6 2860 Bcc, or Newsgroups respectively.
d57727c9 2861 (mh-make-folder, mh-regenerate-headers, mh-generate-new-cmd-note):
50df64d6
BW
2862 Call new function mh-msg-num-width-to-column to make leap between
2863 width and column more explicit.
2864 (mh-msg-num-width-to-column): New function that steals logic from
d57727c9 2865 old mh-set-cmd-note. Also, throw error if mh-scan-format-file
50df64d6
BW
2866 isn't t since we can't adapt the scan lines in this case.
2867 (mh-set-cmd-note): Now just simply sets mh-cmd-note which will
2868 make the documentation more clear.
2869 (mh-generate-new-cmd-note): Docstring fix--mh-cmd-note is a
2870 column, not a width.
2871 (mh-add-sequence-notation, mh-remove-sequence-notation): Use new
d57727c9 2872 variable mh-scan-field-destination-offset rather than hard-coding 1.
50df64d6
BW
2873
2874 * mh-utils.el (mh-cmd-note) Synced docstring with manual.
2875 (mh-notate): Use new variable mh-scan-field-destination-offset
2876 rather than hard-coding 1.
2877 (mh-message-number-width): Rename to mh-msg-num-width to be
2878 consistent with mh-get-msg-num and mh-msg-num-width-to-column.
2879
ec397a34
BW
2880 * mh-customize.el (mh-x-face-file, mh-show-use-xface-flag)
2881 (mail-citation-hook): Quote URLs in docstrings and precede with
d57727c9 2882 `URL'. The former will suppress checkdoc warnings, the latter will
13fe29bd
BW
2883 turn them into hyperlinks in Emacs 22 (I just added the code to do
2884 that today).
ec397a34
BW
2885 (mh-scan-format-file): Checkdoc fix.
2886
169a3241
BW
28872005-10-27 Bill Wohler <wohler@newt.com>
2888
e069fa61
BW
2889 * mh-customize.el (mh-adaptive-cmd-note-flag)
2890 (mh-scan-format-file, mh-scan-prog): Sync docstrings with manual.
2891
2892 * mh-e.el (mh-scan-format-mh, mh-note-deleted, mh-note-refiled)
2893 (mh-note-cur, mh-scan-good-msg-regexp)
2894 (mh-scan-deleted-msg-regexp, mh-scan-refiled-msg-regexp)
2895 (mh-scan-valid-regexp, mh-scan-cur-msg-number-regexp)
2896 (mh-scan-date-regexp, mh-scan-rcpt-regexp, mh-scan-body-regexp)
2897 (mh-scan-subject-regexp, mh-scan-format-regexp)
2898 (mh-folder-font-lock-keywords, mh-set-cmd-note): Sync docstrings
2899 with manual.
2900
2901 * mh-funcs.el (mh-note-copied): Sync docstrings with manual.
2902
2903 * mh-utils.el (mh-goto-msg): Use mh-scan-msg-search-regexp instead
2904 of hard-coded string.
d57727c9
JB
2905 (mh-mail-header-separator, mh-signature-separator-regexp):
2906 Use "regular expression" in docstring instead of regexp.
e069fa61
BW
2907 (mh-scan-msg-number-regexp)
2908 (mh-scan-msg-overflow-regexp, mh-scan-msg-format-regexp)
2909 (mh-scan-msg-format-string, mh-scan-msg-search-regexp)
2910 (mh-cmd-note): Sync docstrings with manual.
2911
3b463df0
BW
2912 * mh-comp.el (mh-insert-signature, mh-insert-auto-fields):
2913 Checkdoc fixes.
2914
2915 * mh-customize.el (mh-compose-insertion, mh-x-face-file): Ditto.
2bd87afb
SM
2916
2917 * mh-mime.el (mh-mh-to-mime, mh-mml-attach-file)
2918 (mh-mml-secure-message-sign, mh-mml-secure-message-encrypt)
2919 (mh-mml-secure-message-signencrypt): Ditto.
169a3241 2920
4a263988
BW
29212005-10-24 Bill Wohler <wohler@newt.com>
2922
2923 * mh-gnus.el: Load mml.el in order to see if
2924 mml-minibuffer-read-disposition is defined or not.
2925
2926 * mh-mime.el: Now that mh-gnus.el loads mml, we shouldn't need the
2927 mml autoloads.
2928
97c60a38
MB
29292005-10-23 Miles Bader <miles@gnu.org>
2930
2931 * .arch-inventory: New file.
2932
9a51cf9e
BW
29332005-10-23 Bill Wohler <wohler@newt.com>
2934
d57727c9
JB
2935 * mh-customize.el (mh-interpret-number-as-range-flag):
2936 Sync docstring with manual.
136e0283 2937
9a51cf9e 2938 * mh-identity.el (mh-assoc-ignore-case): Merge with version in
481821c8 2939 mh-alias.el and move to mh-acros.el.
9a51cf9e
BW
2940
2941 * mh-alias.el (mh-assoc-ignore-case): Merge with version in
481821c8 2942 mh-identity.el and move to mh-acros.el.
9a51cf9e
BW
2943
2944 * mh-acros.el (mh-assoc-ignore-case): Merge of function from
2945 mh-identity.el and mh-alias.el.
2946
2947 * mh-mime.el: Autoload mm-uu for mm-uu-dissect to avoid compiler
2948 warning in Emacs 22.
2949
1dd9796d
SD
29502005-10-23 Satyaki Das <satyaki@theforce.stanford.edu>
2951
2952 * mh-identity.el (mh-assoc-ignore-case): New macro that uses
2953 assoc-string (if the function is available) and falls back on
2954 assoc-ignore-case if assoc-string is not found.
2955 (mh-identity-field-handler): Use mh-assoc-ignore-case since
2956 assoc-ignore-case is a obsolete function in Emacs 22.
2957
2958 * mh-e.el (mh-folder-buttons-init-flag): New variable that keeps
2959 track of whether the tool-bar in mh-folder-mode has been
2960 initialized yet.
2961 (mh-folder-mode): Initialize the tool-bar for folders the first
2962 time we get into mh-letter-mode.
2963
2964 * mh-customize.el (mh-buffer-exists-p): New function which tests
2965 presence of buffers of a given mode.
d57727c9
JB
2966 (mh-tool-bar-define): New functions mh-tool-bar-folder-buttons-init and
2967 mh-tool-bar-letter-buttons-init are defined. These functions are
1dd9796d
SD
2968 used to create the tool-bar from the corresponding customizable
2969 variables.
2970
2971 * mh-comp.el (mh-letter-buttons-init-flag): New variable that
2972 keeps track of whether the tool-bar in mh-letter-mode has been
2973 initialized yet.
2974 (mh-letter-mode): Initialize the tool-bar for drafts the first
2975 time we get into mh-letter-mode.
2976
0c47b17c
BW
29772005-10-23 Bill Wohler <wohler@newt.com>
2978
13fe29bd
BW
2979 * mh-comp.el (mh-letter-menu): Rename
2980 mh-mhn-compose-external-compressed-tar to
d57727c9
JB
2981 mh-mh-compose-external-compressed-tar. Rename
2982 mh-mhn-compose-anon-ftp to mh-mh-compose-anon-ftp. Rename
481821c8
JB
2983 mh-edit-mhn to mh-mh-to-mime. Rename mh-mhn-directive-present-p to
2984 mh-mh-directive-present-p. Rename mh-revert-mhn-edit to
d57727c9
JB
2985 mh-mh-to-mime-undo. Rename mh-gnus-pgp-support-flag to
2986 mh-pgp-support-flag. Rename mh-compose-insertion value from 'mhn
0c47b17c
BW
2987 to 'mh.
2988 (mh-insert-signature): Rename mh-mhn-directive-present-p to
2989 mh-mh-directive-present-p.
2990 (mh-send-letter): Rename mh-mhn-directive-present-p to
481821c8 2991 mh-mh-directive-present-p. Rename mh-edit-mhn to mh-mh-to-mime.
d57727c9
JB
2992 (mh-letter-mode-map): Rename mh-edit-mhn to mh-mh-to-mime. Rename
2993 mh-mhn-compose-anon-ftp to mh-mh-compose-anon-ftp. Rename
13fe29bd 2994 mh-mhn-compose-external-compressed-tar to
d57727c9
JB
2995 mh-mh-compose-external-compressed-tar. Rename mh-revert-mhn-edit
2996 to mh-mh-to-mime-undo. Rename mh-mhn-compose-external-type to
2997 mh-mh-compose-external-type. Rename mh-mhn-compose-anon-ftp to
2998 mh-mh-compose-anon-ftp. Rename
13fe29bd 2999 mh-mhn-compose-external-compressed-tar to
d57727c9
JB
3000 mh-mh-compose-external-compressed-tar. Rename mh-revert-mhn-edit
3001 to mh-mh-to-mime-undo. Rename mh-mhn-compose-external-type to
0c47b17c
BW
3002 mh-mh-compose-external-type.
3003 (mh-send-letter, mh-letter-mode-map): Rename mh-edit-mhn to
3004 mh-mh-to-mime, mh-revert-mhn-edit to mh-mh-to-mime-undo.
13fe29bd
BW
3005 (mh-reply, mh-yank-cur-msg, mh-insert-prefix-string): Rename
3006 mh-yank-from-start-of-msg to mh-yank-behavior.
0c47b17c
BW
3007 (mh-letter-mode, mh-to-field, mh-to-fcc, mh-insert-signature)
3008 (mh-check-whom, mh-insert-auto-fields, mh-send-letter)
3009 (mh-insert-letter, mh-yank-cur-msg, mh-insert-prefix-string)
3010 (mh-fully-kill-draft, mh-open-line, mh-letter-complete)
3011 (mh-letter-complete-or-space, mh-letter-confirm-address)
3012 (mh-letter-next-header-field-or-indent)
3013 (mh-letter-previous-header-field)
13fe29bd
BW
3014 (mh-letter-toggle-header-field-display): Sync docstrings with
3015 manual.
0c47b17c 3016
13fe29bd
BW
3017 * mh-customize.el (mh-edit-mhn-hook): Rename to
3018 mh-mh-to-mime-hook.
0c47b17c
BW
3019 (mh-yank-from-start-of-msg): Rename to mh-yank-behavior.
3020 (mh-compose-insertion): Rename values from 'gnus and 'mhn to 'mh
3021 and user-visible values from mhn and Gnus to MH and MML.
2bd87afb 3022 (mh-before-send-letter-hook): Add 'ispell-message option.
0c47b17c
BW
3023 (mh-mml-method-default): Rename mh-gnus-pgp-support-flag to
3024 mh-pgp-support-flag.
3025 (mh-compose-insertion, mh-compose-space-does-completion-flag)
3026 (mh-delete-yanked-msg-window-flag)
3027 (mh-extract-from-attribution-verb, mh-ins-buf-prefix)
3028 (mh-letter-complete-function, mh-letter-fill-column)
3029 (mh-mml-method-default, mh-signature-file-name)
3030 (mh-signature-separator-flag, mh-x-face-file)
3031 (mh-yank-behavior, mail-citation-hook)
3032 (mh-before-send-letter-hook, mh-mh-to-mime-hook): Sync docstrings
3033 with manual.
3034
3035 * mh-gnus.el (mml-minibuffer-read-disposition): New function
3036 provided for Emacs 21 environments that lack it.
3037
3038 * mh-mime.el (mh-mml-query-cryptographic-method): Use default
3039 prompt convention.
3040 (mh-compose-forward): mh-mh-forward-message requires string arg.
3041 (mh-minibuffer-read-type): New function.
3042 (mh-mhn-args): Rename to mh-mh-to-mime-args.
3043 (mh-mhn-compose-insertion): Rename to mh-mh-attach-file.
3044 (mh-mhn-compose-forw): Rename to mh-mh-forward-message.
3045 (mh-mhn-compose-type): Rename to mh-mh-compose-type.
3046 (mh-mhn-compose-anon-ftp): Rename to mh-mh-compose-anon-ftp.
d57727c9 3047 Rename mh-mhn-compose-external-type to mh-mh-compose-external-type.
0c47b17c 3048 (mh-mhn-compose-external-compressed-tar): Rename to
d57727c9 3049 mh-mh-compose-external-compressed-tar. Rename
13fe29bd 3050 mh-mhn-compose-external-type to mh-mh-compose-external-type.
d57727c9
JB
3051 (mh-mhn-compose-external-type): Rename to mh-mh-compose-external-type.
3052 (mh-edit-mhn): Rename to mh-mh-to-mime. Rename mh-mhn-args to
3053 mh-mh-to-mime-args. Rename mh-edit-mhn-hook to mh-mh-to-mime-hook.
0c47b17c
BW
3054 Use correct program in message.
3055 (mh-mhn-directive-present-p): Rename to mh-mh-directive-present-p.
3056 (mh-mml-directive-present-p): Rename to mh-mml-tag-present-p.
3057 (mh-compose-forward, mh-mh-attach-file)
3058 (mh-mh-compose-anon-ftp, mh-mh-compose-external-compressed-tar)
3059 (mh-mh-compose-external-type, mh-mh-forward-message)
3060 (mh-mml-attach-file): Use mml-minibuffer-read-description,
3061 mh-minibuffer-read-type.
2bd87afb 3062 (mh-mime-content-types): Move comment about only being used in
0c47b17c
BW
3063 Emacs 20 to docstring.
3064 (mh-mh-compose-external-type): Rename extra-param argument to
3065 parameters.
2bd87afb 3066 (mh-mml-to-mime, mh-secure-message, mh-mml-unsecure-message)
13fe29bd
BW
3067 (mh-mime-display-part, mh-mime-display-single): Rename
3068 mh-gnus-pgp-support-flag to mh-pgp-support-flag.
0c47b17c
BW
3069 (mh-compose-insertion): Rename mh-mhn-compose-insertion to
3070 mh-mh-attach-file.
3071 (mh-compose-forward): Rename mh-mhn-compose-forw to
3072 mh-mh-forward-message.
3073 (mh-mhn-compose-insertion): Rename mh-mhn-compose-type to
3074 mh-mh-compose-type.
3075 (mh-compose-insertion, mh-compose-forward, mh-mh-to-mime-args)
3076 (mh-mh-attach-file, mh-mh-compose-type)
3077 (mh-mh-compose-anon-ftp, mh-mh-compose-external-compressed-tar)
3078 (mh-mh-compose-external-compressed-tar)
3079 (mh-mh-compose-external-type, mh-mh-forward-message)
2bd87afb 3080 (mh-mh-to-mime, mh-mh-quote-unescaped-sharp)
0c47b17c
BW
3081 (mh-mh-to-mime-undo, mh-mh-directive-present-p, mh-mml-to-mime)
3082 (mh-mml-attach-file, mh-secure-message, mh-mml-unsecure-message)
3083 (mh-mml-secure-message-sign, mh-mml-secure-message-encrypt)
3084 (mh-mml-directive-present-p, mh-destroy-postponed-handles)
3085 (mh-display-smileys, mh-display-emphasis, mh-mime-save-parts):
3086 Sync docstrings with manual.
3087
13fe29bd
BW
3088 * mh-utils.el (mh-gnus-pgp-support-flag): Rename to
3089 mh-pgp-support-flag.
0c47b17c 3090
fba3b4d8
PG
30912005-10-17 Peter S Galbraith <psg@debian.org>
3092
d57727c9
JB
3093 * mh-identity.el (mh-identity-field-handler): Use `assoc-ignore-case'
3094 to compare against header field for mixed-case "From:".
fba3b4d8 3095
ffda926c
BW
30962005-10-17 Bill Wohler <wohler@newt.com>
3097
2bd87afb 3098 * mh-customize.el (mh-folder-tool-bar-map): Rename image file
ffda926c
BW
3099 left_arrow to left-arrow, right_arrow to right-arrow, mail_compose
3100 to mail/compose, fld_open to fld-open.
13fe29bd
BW
3101 (mh-letter-tool-bar-map): Rename image file mail_send to
3102 mail/send.
ffda926c 3103
8f552dc8
BW
31042005-10-16 Bill Wohler <wohler@newt.com>
3105
79af55a7
BW
3106 * mh-comp.el (mh-display-completion-list-compat): New macro which
3107 calls `display-completion-list' correctly in older environments.
3108 Versions of Emacs prior to version 22 lacked a COMMON-SUBSTRING
3109 argument.
3110 (mh-complete-word): Use it.
3111
8f552dc8 3112 * mh-init.el (mh-image-load-path): Use locate-library to find
d57727c9 3113 MH-E. This simplified the code a lot. Flattened out nested
8f552dc8
BW
3114 statements even more.
3115
7c164e0c
SD
31162005-10-16 Satyaki Das <satyaki@theforce.stanford.edu>
3117
3118 * mh-init.el (mh-image-load-path): Remove use of pushnew since it
3119 causes a compiler warning.
3120
3121 * mh-utils.el (mh-display-msg): Do MIME cleanup before inserting
3122 the message to be viewed (closes SF #1306141).
3123
f5fab556
MY
31242005-10-16 Masatake YAMATO <jet@gyve.org>
3125
13fe29bd
BW
3126 * mh-comp.el (mh-complete-word): Pass the common prefix substring
3127 of completion to `display-completion-list'.
f5fab556 3128
2416ec64
SD
31292005-10-15 Satyaki Das <satyaki@theforce.stanford.edu>
3130
3131 * mh-init.el (mh-image-load-path-called-flag): New variable which
3132 is used by mh-image-load-path so that it runs only once.
d57727c9 3133 (mh-image-load-path): Modify so that it gets run only once. Also
13fe29bd 3134 flatten out heavily nested if statements to make it clearer.
2416ec64
SD
3135
3136 * mh-e.el (mh-folder-mode): Call mh-image-load-path to allow Emacs
3137 to find images used in the toolbar.
3138
3139 * mh-customize.el (:folder): Remove call to mh-image-load-path.
3140
a9954630
BW
31412005-10-14 Bill Wohler <wohler@newt.com>
3142
2bd87afb 3143 * mh-e.el (Version, mh-version): Add +cvs to version.
a9954630 3144
481821c8 31452005-10-14 Bill Wohler <wohler@newt.com>
5b004a34
BW
3146
3147 Released MH-E version 7.85.
2bd87afb
SM
3148
3149 * mh-e.el (Version, mh-version): Update for release 7.85.
3150
a10f4ace
BW
31512005-10-14 Bill Wohler <wohler@newt.com>
3152
d57727c9
JB
3153 * mh-e.el, mh-funcs.el, mh-init.el, mh-mime.el, mh-pick.el:
3154 * mh-seq.el, mh-utils.el: Ran mh-unit. Continued copyright lines
2bd87afb
SM
3155 need to be indented.
3156
5b004a34 3157 * mh-e.el: mh-folder-tick-face had been renamed to mh-folder-tick
d57727c9 3158 but the code that invoked the face had not been updated. Tick
13fe29bd 3159 highlighting working again.
5b004a34 3160
13fe29bd
BW
3161 * mh-seq.el (mh-non-seq-mode-line-annotation): Move
3162 make-variable-buffer-local call to top level to avoid warnings in
a10f4ace
BW
3163 CVS Emacs.
3164
2bd87afb 3165 * mh-comp.el (mh-insert-letter): Replace deprecated read-input
a10f4ace
BW
3166 with read-string.
3167
a05fcb7d 31682005-10-09 Bill Wohler <wohler@newt.com>
c727526b 3169
a05fcb7d
BW
3170 * mh-init.el (mh-image-load-path): New function that adds the path
3171 to the MH-E images to the image-load-path or load-path depending
3172 on the version of Emacs.
c727526b 3173
a05fcb7d
BW
3174 * mh-customize.el: Call mh-image-load-path just before
3175 mh-tool-bar-define so that the toolbar images can be found.
d88a70a0 3176
a05fcb7d 31772005-10-04 Bill Wohler <wohler@newt.com>
d88a70a0 3178
2bd87afb
SM
3179 * ChangeLog: Move contents into ChangeLog.1 and trim.
3180
d57727c9 3181 * ChangeLog.1: New file. Contains old ChangeLog.
900d1698 3182
47570699 3183
ae940284 3184 Copyright (C) 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
e9be14aa 3185
5b87ad55
GM
3186 This file is part of GNU Emacs.
3187
5e809f55 3188 GNU Emacs is free software: you can redistribute it and/or modify
5b87ad55 3189 it under the terms of the GNU General Public License as published by
5e809f55
GM
3190 the Free Software Foundation, either version 3 of the License, or
3191 (at your option) any later version.
5b87ad55
GM
3192
3193 GNU Emacs is distributed in the hope that it will be useful,
3194 but WITHOUT ANY WARRANTY; without even the implied warranty of
3195 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
3196 GNU General Public License for more details.
3197
3198 You should have received a copy of the GNU General Public License
5e809f55 3199 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
ab5796a9 3200
13fe29bd 3201;; Local Variables:
880820fe 3202;; coding: utf-8
13fe29bd 3203;; sentence-end-double-space: nil
33462dfa 3204;; add-log-time-zone-rule: t
13fe29bd
BW
3205;; End:
3206
ab5796a9 3207;;; arch-tag: 87324964-69b6-4925-a3c2-9c1df53d7d51