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