(mh-x-image-url-cache-canonicalize): Use url-hexify-string to remove
[bpt/emacs.git] / lisp / mh-e / ChangeLog
1 2006-01-11 Bill Wohler <wohler@newt.com>
2
3 * mh-utils.el (mh-x-image-url-cache-canonicalize): Use
4 url-hexify-string to remove special characters from filenames
5 (closes SF #1396499). Note that this invalidates the existing
6 names in your cache so you might as well remove
7 ~/Mail/.mhe-x-image-cache/* now.
8
9 2006-01-10 Bill Wohler <wohler@newt.com>
10
11 * mh-comp.el (mh-insert-letter): If you choose a different folder,
12 the cur message is used. Sync docstring with manual (closes SF
13 #1205890).
14
15 * mh-mime.el (mh-compose-forward): Use standard range argument
16 instead of messages. Use more powerful mh-read-range instead of
17 read-string. Sync docstring with manual (close SF #1205890).
18
19 * mh-index.el (mh-index-search): Checking mh-find-path-run is
20 unnecessary.
21 (mh-index-next-folder): Don't back up a line when going backwards
22 since this skips the current folder heading if point is on the
23 first message after the folder heading (closes SF #1126188).
24
25 * mh-init.el (mh-sys-path): Co-locate with mh-variants, which uses
26 it.
27 (mh-variants): Note variable isn't meant to be accessed directly;
28 use function mh-variants instead.
29 (mh-variant-info, mh-variant-mh-info, mh-variant-mu-mh-info)
30 (mh-variant-nmh-info): Co-locate next to mh-variants, which uses
31 them. Updated to use mh-file-command-p which is more accurrate
32 than file-executable-p which returns t for directories.
33 (mh-file-command-p): Move here from mh-utils, since
34 mh-variant-*-info are the only functions to use it.
35 (mh-variant-set, mh-variant-set-variant, mh-variant-p): Use
36 function mh-variants instead of variable. More robust.
37 (mh-find-path-run): Move here from mh-utils.el. Mention that
38 checking this variable is unnecessary.
39 (mh-find-path): Move here from mh-utils.el. With the advent of MH
40 variants and an mhparam command that doesn't work if there isn't
41 an MH profile, we can't get libdir for running install-mh. So
42 don't bother. If there's an issue with the environment, direct the
43 user to install MH and run install-mh (closes SF #835192). Don't
44 read ~/.mh_profile directly. Use mh-profile-component which uses
45 mhparam (closes SF #1016027).
46
47 * mh-utils.el (mh-get-profile-field): Rename to
48 mh-profile-component-value. Add colon to search removing
49 unnecessary addition of colon to field in mh-profile-component.
50 (mh-profile-component): Modify call to mh-profile-component-value
51 accordingly. Move next to mh-profile-component-value.
52 (mh-find-path-run, mh-find-path, mh-file-command-p): Move to
53 mh-init.el. It makes sense that code that is only run once per
54 session (more or less) is in mh-init.el rather than cluttering
55 mh-utils.el.
56 (mh-no-install, mh-install): Delete.
57
58 * mh-customize.el (mh-folder-msg-number):
59 * mh-mime.el (mh-file-mime-type): Removed trailing whitespace.
60
61 2006-01-09 Bill Wohler <wohler@newt.com>
62
63 * mh-init.el (mh-variant-mu-mh-info, mh-variant-nmh-info): Applied
64 patch from Satyaki from SF #1016027.
65
66 * mh-e.el (mh-rescan-folder): Try to keep cursor at current
67 message, even if cur sequence is no longer present (closes SF
68 #1207247).
69
70 * mh-comp.el: Use ";; Shush compiler." comment consistently per
71 Mark's suggestion.
72 (mh-letter-mode): Derive from mail-mode and delete code copied
73 from mail-mode (closes SF #1385571). Mention mail-mode-hook in
74 docstring.
75 (mh-fill-paragraph-function): Delete. Handled by mail-mode.
76 (mh-to-field-choices): For consistency with mail-mode, add "a" for
77 "Mail-Reply-To:", "l" for "Mail-Followup-To:", and "r" for
78 "Reply-To:". Change "r" to "m" for "From:" (closes SF #1400139).
79 (mh-to-fcc): Move setting of folder argument to interactive
80 argument as is the norm.
81 (mh-letter-complete-function-alist): Add mail-reply-to.
82 (mh-letter-mode-map): Add keys for mh-to-field (Mail-Reply-To,
83 Mail-Followup-To, Reply-To, From).
84
85 * mh-customize.el: Use ";; Forward definition." consistently.
86 Comment declaration to remind programmer to update forward
87 definition if default changes.
88
89 * mh-funcs.el:
90 * mh-inc.el:
91 * mh-init.el:
92 * mh-mime.el:
93 * mh-seq.el:
94 * mh-utils.el: Use ";; Shush compiler." comment consistently per
95 Mark's suggestion.
96
97 2006-01-08 Bill Wohler <wohler@newt.com>
98
99 Removed code that was marked as Emacs 20 compatible that was
100 easily found showing how important it is to document such
101 things (closes SF #1359240). Feel free to nuke any other Emacs 20
102 peculiarities that you find. Wrapped code for shushing compiler
103 with (eval-when-compile), sometimes moving the defvars closer to
104 where they were used.
105
106 * mh-alias.el (mh-alias-gecos-name): Use replace-regexp-in-string
107 instead of mh-replace-in-string as mh-replace-in-string was
108 replaced by a more appropriate defsubst in mh-xemacs.el.
109
110 * mh-comp.el: Require cleanup, wrap compiler-shushing defvars with
111 eval-when-compile.
112 (mh-file-is-vcard-p): Removed redundant test.
113
114 * mh-customize.el: Require cleanup, wrap compiler-shushing defvars
115 with eval-when-compile.
116 (mh-adaptive-cmd-note-flag, mh-invisible-header-fields)
117 (mh-invisible-header-fields-default): Add forward definitions.
118 (mh-invisible-header-fields-default): Alphabetize.
119
120 * mh-e.el: Require cleanup, wrap compiler-shushing defvars with
121 eval-when-compile.
122 (mh-thread-scan-line-map-stack, tool-bar-mode): Delete unused
123 variables.
124 (mh-colors-available-p): Just call display-color-cells. It's on
125 all supported Emacsen (and defaliased on XEmacs).
126
127 * mh-funcs.el:
128 * mh-inc.el:
129 * mh-init.el: Wrap compiler-shushing defvars with
130 eval-when-compile.
131
132 * mh-identity.el: Don't need (mh-require-cl).
133
134 * mh-index.el: Don't need to load executable any more.
135
136 * mh-mime.el: Wrap compiler-shushing defvars with
137 eval-when-compile.
138 (mh-have-file-command): Initialize variable to 'undefined. Add
139 docstring. Update function of same name accordingly. Also don't
140 need to load executable any more.
141 (mh-mime-content-types): Delete.
142 (mh-minibuffer-read-type): Prompt user for type if
143 mh-file-mime-type returns application/octet-stream. Assume we have
144 mailcap-mime-types.
145 (mh-mime-display): Update error message.
146
147 * mh-seq.el: Require cleanup, and wrap compiler-shushing defvars
148 with eval-when-compile.
149
150 * mh-utils.el: Require cleanup, and wrap compiler-shushing defvars
151 with eval-when-compile.
152 (mh-clean-msg-header): Don't set after-change-functions to nil.
153 (mh-replace-in-string): Remove. Create defsubst in mh-xemacs.el
154 instead.
155
156 2006-01-07 Bill Wohler <wohler@newt.com>
157
158 * mh-customize.el: Updated Faces documentation in header.
159 (mh-invisible-header-fields-internal): Add X-Lumos-SenderID,
160 X-Return-Path-Hint, and X-Roving-* from Roving ConstantContact.
161
162 * mh-mime.el (mh-mml-tag-present-p): Update regexp to handle <mml>
163 tags inserted by Gnus gnus-summary-mail-forward (closes SF
164 #1399307).
165
166 2006-01-03 Mark D. Baushke <mdb@gnu.org>
167
168 * mh-e.el (mh-delete-a-msg): Fix whitespace nit.
169 * mh-index.el (mh-mairix-execute-search): Fix symbol quote.
170
171 2006-01-03 Bill Wohler <wohler@newt.com>
172
173 * mh-alias.el (mh-alias-add-alias): Grand message and error string
174 unification. Use single sentence if possible by using semicolon.
175 Don't end message with punctuation. Don't need format with
176 message. Quote messages as in docstrings: use `' around symbols,
177 \" for option choices. Don't use quotes around %s.
178
179 * mh-comp.el (mh-complete-word): Ditto.
180
181 * mh-customize.el (mh-adaptive-cmd-note-flag-check)
182 (mh-scan-format-file-check): Ditto.
183
184 * mh-e.el (mh-refile-or-write-again, mh-previous-unread-msg)
185 (mh-delete-a-msg, mh-refile-a-msg, mh-next-unread-msg)
186 (mh-msg-num-width-to-column): Ditto.
187
188 * mh-identity.el (mh-identity-field-handler): Ditto.
189
190 * mh-index.el (mh-mairix-execute-search)
191 (mh-swish-execute-search, mh-swish++-execute-search)
192 (mh-namazu-execute-search): Ditto.
193
194 * mh-init.el (mh-variant-set): Ditto.
195
196 * mh-mime.el (mh-mh-to-mime-undo, mh-mml-forward-message)
197 (mh-secure-message, mh-mime-display): Ditto.
198
199 * mh-pick.el (mh-search-folder, mh-pick-construct-regexp): Ditto.
200
201 * mh-seq.el (mh-narrow-to-seq, mh-put-msg-in-seq, mh-read-seq)
202 (mh-read-range, mh-thread-container-subject): Ditto.
203
204 * mh-utils.el (mh-x-image-scale-and-display)
205 (mh-prompt-for-folder, mh-handle-process-error)
206 (mh-list-to-string-1): Ditto.
207
208 * mh-comp.el (mh-reply): Use standard default notation in
209 prompts (closes SF #1275933).
210
211 * mh-mime.el (mh-mime-save-parts): Ditto.
212
213 * mh-seq.el (mh-read-seq, mh-read-range): Ditto.
214
215 * mh-customize.el (mh-folder-msg-number): Snow is actually
216 off-white on low color displays which turns to white when bold.
217 This is unreadable on white backgrounds. Use snow with min-colors
218 requirement. Use cyan on low-color displays.
219
220 * mh-init.el (mh-defface-compat): On low-color displays, delete
221 the high-color display rather than simply strip the min-colors
222 requirement since the existing algorithm shadowed the desired
223 display on low-color displays.
224
225 * mh-alias.el (mh-alias-add-alias): Remove leading * from
226 docstring.
227
228 2006-01-02 Bill Wohler <wohler@newt.com>
229
230 * mh-alias.el (mh-alias-grab-from-field): Remove leading * from
231 docstring. Does this mean something in a defun?
232
233 * mh-customize.el (bw-new-face-to-old, bw-old-face-to-new):
234 Checkdoc fix.
235
236 * mh-e.el (mh-inc-folder): Rename maildrop-name argument to file
237 so it reads better in docstring and manual. Sync docstring with
238 manual.
239
240 * mh-init.el (mh-defface-compat): Remove trailing space (checkdoc).
241
242 * mh-alias.el (mh-alias-apropos): Sync docstring with manual.
243
244 * mh-comp.el (mh-redistribute, mh-to-field, mh-to-fcc)
245 (mh-insert-auto-fields, mh-send-letter, mh-yank-cur-msg)
246 (mh-fully-kill-draft, mh-open-line, mh-letter-complete)
247 (mh-letter-complete-or-space, mh-letter-confirm-address)
248 (mh-letter-next-header-field-or-indent)
249 (mh-letter-previous-header-field): Ditto.
250
251 * mh-customize.el (mh-alias-completion-ignore-case-flag)
252 (mh-default-folder-for-message-function, mh-mml-method-default)
253 (mh-signature-file-name, mh-yank-behavior, mh-show-hook)
254 (mh-show-mode-hook) Ditto.
255
256 * mh-e.el (mh-refile-or-write-again, mh-toggle-showing): Ditto.
257
258 * mh-funcs.el (mh-pipe-msg, mh-sort-folder, mh-undo-folder)
259 (mh-store-msg, mh-store-buffer): Ditto
260
261 * mh-index.el (mh-index-search, mh-index-do-search)
262 (mh-index-next-folder, mh-index-sequenced-messages): Ditto.
263
264 * mh-junk.el (mh-spamassassin-blacklist): Ditto.
265
266 * mh-mime.el (mh-mh-compose-external-compressed-tar)
267 (mh-mh-compose-external-type, mh-mh-to-mime, mh-mh-to-mime-undo)
268 (mh-mml-secure-message-sign, mh-mml-secure-message-encrypt)
269 (mh-mml-secure-message-signencrypt): Ditto
270
271 * mh-pick.el (mh-search-folder): Ditto.
272
273 * mh-seq.el (mh-widen): Ditto.
274
275 * mh-utils.el (mh-show, mh-modify): Ditto.
276
277 2006-01-02 Mark D. Baushke <mdb@gnu.org>
278
279 * mh-mime.el (mh-mml-unsecure-message): Remove unused argument.
280
281 2006-01-01 Bill Wohler <wohler@newt.com>
282
283 * mh-customize.el: Sync docstrings with manual for faces and sort
284 them alphabetically.
285 (mh-faces): Move below mh-hooks.
286 (mh-folder-faces, mh-index-faces, mh-letter-faces)
287 (mh-show-faces, mh-speed-faces): Delete. Organize faces like
288 hooks.
289 (mh-speed-update-interval): Fix group (mh-speedbar, not mh-speed).
290 (facemenu-unlisted-faces): Might as well ignore all MH-E faces.
291 (mh-folder-body-face, mh-folder-cur-msg-face)
292 (mh-folder-cur-msg-number-face, mh-folder-date-face)
293 (mh-folder-followup-face, mh-folder-msg-number-face)
294 (mh-folder-deleted-face, mh-folder-refiled-face)
295 (mh-folder-subject-face, mh-folder-address-face)
296 (mh-folder-scan-format-face, mh-folder-to-face)
297 (mh-index-folder-face, mh-show-cc-face, mh-show-date-face)
298 (mh-show-header-face, mh-show-pgg-good-face)
299 (mh-show-pgg-unknown-face, mh-show-pgg-bad-face)
300 (mh-show-to-face, mh-show-from-face, mh-show-subject-face):
301 Delete.
302 (mh-folder-cur-msg): Unused. Delete.
303 (mh-folder-address): Use defface; inherit from mh-folder-subject.
304 (mh-folder-body, mh-folder-cur-msg-number, mh-folder-date):
305 Inherit from mh-folder-msg-number.
306 (mh-folder-deleted): Use defface. Inherit from
307 mh-folder-msg-number.
308 (mh-folder-sent-to-me-hint): New face. Inherit from
309 mh-folder-date.
310 (mh-folder-sent-to-me-sender): Rename from mh-folder-scan-format.
311 Use defface. Inherit from mh-folder-followup.
312 (mh-show-xface): Inherit from mh-show-from and highlight.
313 (bw-face-generation, bw-toggle-faces)
314 (bw-new-face-to-old, bw-old-face-to-new): New (tempoarary)
315 variables, functions for toggling between old and new faces.
316
317 * mh-e.el (font-lock-auto-fontify, font-lock-defaults): Hide in
318 eval-when-compile. We should probably do this throughout.
319 (mh-scan-good-msg-regexp, mh-scan-deleted-msg-regexp)
320 (mh-scan-refiled-msg-regexp, mh-scan-cur-msg-number-regexp)
321 (mh-scan-date-regexp, mh-scan-rcpt-regexp, mh-scan-body-regexp)
322 (mh-scan-subject-regexp): Sync docstrings with manual
323 (mh-scan-format-regexp): Rename to
324 mh-scan-sent-to-me-sender-regexp. Drop date parenthesized
325 expression. Make expression more like the others (anchored at the
326 beginning of line). Sync docstrings with manual.
327 (mh-folder-font-lock-keywords): Use faces directly rather than
328 -face variables. Use mh-scan-sent-to-me-sender-regexp instead of
329 mh-scan-format-regexp, and within that expression, use faces
330 mh-folder-sent-to-me-hint and mh-folder-sent-to-me-sender instead
331 of mh-folder-date-face and mh-folder-scan-format-face which were
332 misleading.
333
334 * mh-mime.el (mh-mime-security-button-face): Use faces directly
335 rather than -face variables.
336
337 * mh-utils.el (mh-show-font-lock-keywords): Use faces directly
338 rather than -face variables.
339 (mh-face-foreground-compat, mh-face-background-compat): New macros.
340 (mh-face-display-function): Use mh-face-foreground-compat and
341 mh-face-background-compat to use inherited attributes of
342 mh-show-xface on Emacs 22 while still working on Emacs 21.
343
344 2005-12-28 Bill Wohler <wohler@newt.com>
345
346 * mh-comp.el (mh-e-user-agent): Move here from simple.el. Use
347 mh-user-agent-compose instead of mh-smail-batch.
348
349 2005-12-27 Bill Wohler <wohler@newt.com>
350
351 * mh-utils.el (mh-prompt-for-folder): Use can-create argument to
352 suppress creation of folder if it doesn't exist.
353
354 2005-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
355
356 * mh-utils.el (mh-process-daemon): Don't change buffer in proc-filter.
357
358 2005-12-23 Bill Wohler <wohler@newt.com>
359
360 * mh-e.el (mh-folders-changed): Fix typo in docstring.
361
362 Follow MH-E Developers Guide conventions. Use `' quotes for Help
363 hyperlinks such as symbols, Info nodes, or URLs. Use \" quotes for
364 everything else. Otherwise, you can accidently get links to
365 nonsense symbols.
366
367 2005-12-22 Bill Wohler <wohler@newt.com>
368
369 Follow Emacs coding conventions. Use default setting of
370 emacs-lisp-docstring-fill-column which is 65.
371
372 * mh-alias.el (mh-alias-reload): Sync docstrings with manual.
373
374 * mh-comp.el (mh-letter-mode): Use 60 column width.
375 (mh-forward, mh-insert-signature, mh-send-letter): Sync docstrings
376 with manual.
377 (mh-yank-cur-msg): Mention that mh-ins-buf-prefix isn't used if
378 you have added a mail-citation-hook and neither are used if you
379 use one of the supercite flavors of mh-yank-behavior. Sync
380 docstrings with manual.
381
382 * mh-customize.el (mh-kill-folder-suppress-prompt-hooks): Rename
383 from mh-kill-folder-suppress-prompt-hook since it is an abnormal
384 hook. Use "Hook run by `function'..." instead of "Invoked...".
385 Sync docstrings with manual.
386 (mh-ins-buf-prefix, mh-yank-behavior): Mention that
387 mh-ins-buf-prefix isn't used if you have added a
388 mail-citation-hook and neither are used if you use one of the
389 supercite flavors of mh-yank-behavior. Sync docstrings with
390 manual.
391 (mail-citation-hook): Delete. Use one in sendmail.el.
392 (mh-signature-file-name, mh-after-commands-processed-hook)
393 (mh-alias-reloaded-hook, mh-before-commands-processed-hook)
394 (mh-before-quit-hook, mh-before-send-letter-hook)
395 (mh-delete-msg-hook, mh-find-path-hook, mh-folder-mode-hook)
396 (mh-forward-hook, mh-inc-folder-hook, mh-insert-signature-hook)
397 (mh-letter-mode-hook)
398 (mh-mh-to-mime-hook, mh-pick-mode-hook, mh-quit-hook)
399 (mh-refile-msg-hook, mh-show-hook, mh-show-mode-hook)
400 (mh-unseen-updated-hook): Use "Hook run by `function'..." instead
401 of "Invoked...". Sync docstrings with manual.
402
403 * mh-e.el (mh-last-destination, mh-last-destination-folder)
404 (mh-last-destination-write, mh-folder-mode-map, mh-arrow-marker)
405 (mh-delete-list, mh-refile-list, mh-folders-changed)
406 (mh-next-direction, mh-view-ops, mh-folder-view-stack)
407 (mh-index-data, mh-first-msg-num, mh-last-msg-num)
408 (mh-mode-line-annotation, mh-sequence-notation-history)
409 (mh-colors-available-flag): Move comment into docstring.
410 (mh-delete-msg, mh-execute-commands, mh-inc-folder, mh-quit)
411 (mh-process-commands): Sync docstrings with manual.
412 (mh-refile-msg): Small doc edit.
413 (mh-delete-a-msg, mh-refile-a-msg): Sync docstrings with manual.
414 Rename msg argument to message.
415
416 * mh-funcs.el (mh-kill-folder): Sync docstrings with manual.
417
418 * mh-e.el (mh-update-unseen): No longer say "The value of
419 `foo-hook' is a list of functions to be called, with no arguments,
420 ...," but rather just "The hook foo-hook is called...".
421
422 * mh-mime.el (mh-mh-to-mime): Ditto.
423
424 * mh-pick.el (mh-pick-mode): Ditto.
425
426 * mh-utils.el (mh-showing-mode): Use uppercase for argument in
427 docstring.
428 (mh-seq-list, mh-seen-list, mh-showing-with-headers): Move comment
429 into docstring.
430 (mh-show-mode, mh-show-msg, mh-find-path): Sync docstrings with
431 manual.
432
433 2005-12-19 Stephen Gildea <gildea@stop.mail-abuse.org>
434
435 * mh-customize.el (mh-after-commands-processed-hook): New
436 variable.
437 (mh-before-commands-processed-hook): Rename
438 mh-folder-updated-hook.
439
440 * mh-e.el (mh-process-commands): Rename mh-folder-updated-hook to
441 mh-before-commands-processed-hook, call new
442 mh-after-commands-processed-hook.
443 (mh-folders-changed): New variable (for use in
444 mh-after-commands-processed-hook).
445
446 2005-12-19 Bill Wohler <wohler@newt.com>
447
448 * mh-acros.el:
449 * mh-alias.el:
450 * mh-comp.el:
451 * mh-customize.el:
452 * mh-e.el:
453 * mh-funcs.el:
454 * mh-gnus.el:
455 * mh-identity.el:
456 * mh-inc.el:
457 * mh-index.el:
458 * mh-init.el:
459 * mh-junk.el:
460 * mh-mime.el:
461 * mh-pick.el:
462 * mh-print.el:
463 * mh-seq.el:
464 * mh-speed.el:
465 * mh-utils.el:
466 Follow commenting conventions. Don't use ;;; form so much, except
467 for headings. Precede headings with page feed. This was mostly
468 already done, so I made it a convention. Did not update copyright
469 on a couple of files since this was an insignificant change.
470
471 2005-12-18 Bill Wohler <wohler@newt.com>
472
473 * mh-customize.el (mh-toolbar): Rename to mh-tool-bar.
474 (mh-tool-bar-search-function): Sync docstrings with manual.
475 (mh-tool-bar-customize): Replace toolbar with tool bar in
476 docstring.
477 (mh-tool-bar-letter-help): Fix manual reference.
478 (mh-xemacs-use-toolbar-flag): Rename to
479 mh-xemacs-use-tool-bar-flag. Initialize to
480 mh-xemacs-has-tool-bar-flag. Sync docstrings with manual.
481 (mh-xemacs-toolbar-position): Rename to
482 mh-xemacs-tool-bar-position. Initialize to nil. Drop "no tool bar"
483 option (redundant) and change "Same As Default Tool Bar" setting
484 to nil. Sync docstrings with manual.
485 (mh-tool-bar-define): Replace toolbar with tool-bar or tool bar
486 depending on context.
487 (mh-toolbar-init): Rename to mh-tool-bar-init. Simplify condition
488 for calling set-specifier. Only look at the value of
489 mh-xemacs-use-tool-bar-flag.
490 (mh-tool-bar-folder-buttons, mh-tool-bar-letter-buttons): Sync
491 docstrings with manual.
492
493 * mh-comp.el (mh-letter-mode): Use mh-tool-bar-init instead of
494 mh-toolbar-init.
495
496 * mh-e.el (mh-folder-mode): Ditto.
497
498 * mh-utils.el (mh-show-mode): Ditto.
499
500 2005-12-15 Bill Wohler <wohler@newt.com>
501
502 * mh-e.el (mh-delete-msg): Sync docstrings with manual.
503
504 * mh-seq.el (mh-delete-subject, mh-thread-next-sibling)
505 (mh-thread-previous-sibling, mh-thread-ancestor)
506 (mh-thread-delete, mh-thread-refile): Ditto.
507
508 2005-12-14 Bill Wohler <wohler@newt.com>
509
510 * mh-customize.el (mh-speed-flists-interval): Rename to
511 mh-speed-update-interval.
512 (mh-speed-run-flists-flag): Delete. Setting
513 mh-speed-flists-interval to 0 accomplishes the same thing.
514
515 * mh-speed.el (mh-folder-speedbar-buttons, mh-speed-flists): Use
516 mh-speed-update-interval instead of mh-speed-run-flists-flag.
517 (mh-speed-toggle, mh-speed-view, mh-speed-refresh): Sync
518 docstrings with manual.
519
520 2005-12-09 Bill Wohler <wohler@newt.com>
521
522 * mh-customize.el (mh-path): Move here from mh-init.el.
523 (mh-variant): Mention that mh-path can be customized.
524 (mh-invisible-header-fields-internal): Add X-ContentStamp,
525 X-MAIL-INFO, and X-UNTD- from NetZero.
526
527 * mh-init.el (mh-path): Move defcustom to mh-customize.el.
528
529 2005-12-04 Bill Wohler <wohler@newt.com>
530
531 * mh-customize.el (mh-sortm-args): Sync docstrings with manual.
532 (mh-invisible-header-fields-internal): Add X-Bugzilla-* and
533 X-Virus-Scanned.
534
535 * mh-customize.el (mh-insert-signature-hook): Rename
536 mh-letter-insert-signature-hook to mh-insert-signature-hook.
537
538 * mh-comp.el (mh-insert-signature): Ditto.
539
540 * mh-customize.el (mh-fetch-x-image-url): Change default from 'ask
541 to nil. Remove t option. Sync docstring with manual (closes SF
542 #831278).
543 (mh-invisible-header-fields-internal): Remove X-Image-URL so that
544 users can see it, look it up in the manual's index, and discover
545 mh-fetch-x-image-url (closes SF #831278).
546
547 * mh-customize.el (mh-new-messages-folders): Rename from
548 mh-index-new-messages-folders.
549 (mh-ticked-messages-folders): Rename from
550 mh-index-ticked-messages-folders.
551
552 * mh-index.el (mh-index-sequenced-messages)
553 (mh-index-new-messages): Ditto.
554
555 * mh-comp.el (mh-forward): Went over all uses of the word "RANGE"
556 in the docstrings and made usage consistent. Generally speaking,
557 "messages in range" and "range of messages" is redundant and just
558 "range" can be used in most circumstances. Also ensured that
559 mh-interactive-range was mentioned in all interactive functions
560 that use a range which describes the range argument for both users
561 and programmers.
562
563 * mh-e.el (mh-delete-msg-no-motion, mh-refile-msg)
564 (mh-refile-or-write-again, mh-rescan-folder, mh-undo)
565 (mh-visit-folder, mh-scan-folder, mh-regenerate-headers)
566 (mh-notate-user-sequences, mh-delete-msg-from-seq, mh-catchup):
567 Ditto.
568
569 * mh-funcs.el (mh-copy-msg, mh-pack-folder, mh-pack-folder-1):
570 Ditto.
571
572 * mh-junk.el (mh-junk-blacklist, mh-junk-whitelist): Ditto.
573
574 * mh-print.el (mh-ps-print-range, mh-ps-print-msg)
575 (mh-ps-print-msg-file, mh-print-msg): Ditto.
576
577 * mh-seq.el (mh-put-msg-in-seq, mh-range-to-msg-list)
578 (mh-narrow-to-range, mh-toggle-tick): Ditto.
579
580 2005-12-01 Bill Wohler <wohler@newt.com>
581
582 Rewrote Reading Mail chapter in manual which affected mh-show
583 customization group and related functions.
584
585 * mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style
586 instead of mh-highlight-citation-p.
587 (mh-letter-toggle-header-field-display): "Ellipsed" isn't a word,
588 I think, so use "truncated".
589
590 * mh-customize.el (mh-folder, mh-folder-faces): Group's manual
591 section is Folders, not Organizing. Parent of mh-folder-faces is
592 mh-folder, not mh-show.
593 (mh-speed): Rename to mh-speedbar for consistency with mh-toolbar.
594 (mh-thread): New group that corresponds with manual's Threading
595 chapter.
596 (mh-letter-faces): Group's manual section is Editing Drafts, not
597 Sending Mail.
598 (mh-sortm-args): New customization variable that used to be a
599 defvar.
600 (mh-index-new-messages-folders, mh-index-ticked-messages-folders):
601 Move from mh-index group to mh-folders group.
602 (mh-alias-local-users-prefix, mh-large-folder)
603 (mh-recursive-folders-flag, mh-before-quit-hook)
604 (mh-folder-mode-hook, mh-kill-folder-suppress-prompt-hook)
605 (mh-quit-hook, mh-refile-msg-hook): Move from mh-show group to
606 mh-folder group.
607 (mh-highlight-citation-style): Rename from
608 mh-highlight-citation-p. Sync docstrings with manual.
609 (mh-mhl-format-file): Rename from mhl-formfile. Sync docstrings
610 with manual.
611 (mh-show-threads-flag): Move from mh-show group to mh-thread
612 group.
613 (mh-find-path-hook): Move from mh-show group to mh-e group.
614 (mh-folder-updated-hook): Add to mh-folder group.
615 (mh-forward-hook): Move from mh-folder to mh-sending-mail group.
616 (mh-unseen-updated-hook): Move from mh-show to mh-sequences group.
617 (mh-bury-show-buffer-flag, mh-clean-message-header-flag)
618 (mh-decode-mime-flag, mh-display-buttons-for-alternatives-flag)
619 (mh-display-buttons-for-inline-parts-flag)
620 (mh-do-not-confirm-flag, mh-fetch-x-image-url)
621 (mh-graphical-smileys-flag, mh-graphical-emphasis-flag)
622 (mh-invisible-header-fields-default, mh-invisible-header-fields)
623 (mh-lpr-command-format, mh-max-inline-image-height)
624 (mh-max-inline-image-width)
625 (mh-mime-save-parts-default-directory, mh-print-background-flag)
626 (mh-show-maximum-size, mh-show-use-goto-addr-flag)
627 (mh-show-use-xface-flag, mh-store-default-directory)
628 (mh-summary-height, mh-delete-msg-hook
629 (mh-show-hook, mh-show-mode-hook): Sync docstrings with manual.
630
631 * mh-e.el
632 (mh-scan-format-mh, mh-scan-good-msg-regexp)
633 (mh-scan-deleted-msg-regexp, mh-scan-refiled-msg-regexp)
634 (mh-scan-cur-msg-number-regexp, mh-scan-subject-regexp): Use
635 non-fontification instead of non-fontifying.
636 (mh-header-display): Use mh-mhl-format-file instead of
637 mhl-formfile. Sync docstrings with manual.
638 (mh-next-undeleted-msg, mh-previous-undeleted-msg): Rename arg to
639 count. Sync docstrings with manual.
640 (mh-refile-or-write-again): Use output from mh-write-msg-to-file
641 so that message doesn't change when using this command. Sync
642 docstrings with manual.
643 (mh-page-msg, mh-previous-page): Rename arg to lines. Sync
644 docstrings with manual.
645 (mh-write-msg-to-file): Rename msg to message. Rename no-headers
646 to no-header. Sync docstrings with manual.
647 (mh-ps-print-map): Delete keybindings for deleted commands
648 mh-ps-print-toggle-mime and mh-ps-print-msg-show.
649 (mh-help-messages): Update printing help.
650 (mh-delete-msg, mh-delete-msg-no-motion, mh-first-msg)
651 (mh-last-msg, mh-previous-unread-msg, mh-next-button)
652 (mh-prev-button, mh-folder-toggle-mime-part)
653 (mh-folder-inline-mime-part, mh-folder-save-mime-part)
654 (mh-next-unread-msg, mh-toggle-mime-buttons): Sync docstrings with
655 manual.
656
657 * mh-funcs.el (mh-sortm-args): Now a customization option and in
658 mh-customize.el.
659 (mh-pipe-msg): Rename include-headers to include-header. Sync
660 docstrings with manual.
661 (mh-burst-digest, mh-page-digest, mh-page-digest-backwards)
662 (mh-store-msg): Sync docstrings with manual.
663
664 * mh-mime.el (mh-mime-save-parts): Rename arg to prompt. Sync
665 docstrings with manual.
666 (mh-toggle-mh-decode-mime-flag): Use English in message, not Lisp.
667 Sync docstrings with manual.
668 (mh-mm-display-part, mh-mm-inline-message): Use
669 mh-highlight-citation-style instead of mh-highlight-citation-p.
670 (mh-press-button): Sync docstrings with manual.
671 (mh-display-with-external-viewer): Fix default output in
672 minibuffer. Sync docstrings with manual.
673
674 * mh-print.el: (mh-ps-print-mime, mh-ps-print-toggle-mime):
675 Delete.
676 (mh-ps-print-color-option): Incorporate docstring from
677 ps-print-color-p.
678 (mh-ps-spool-buffer): Remove unused code. Fix indent. Slimline
679 docstring.
680 (mh-ps-spool-msg): Slimline docstring. Rename from
681 mh-ps-spool-a-msg. Rewrite to use existing show buffer when
682 available.
683 (mh-ps-print-range): Extract method from common code in
684 mh-ps-print-msg and mh-ps-print-msg-file.
685 (mh-ps-print-preprint): Clean docstring. Use filename "mh-%s".
686 (mh-ps-print-msg-show): Delete. Can use either
687 mh-ps-print-msg-show or mh-ps-print-msg-show to same effect with
688 new code in mh-ps-spool-msg.
689 (mh-print-msg): Use mh-mhl-format-file instead of mhl-formfile.
690 Sync docstrings with manual.
691 (mh-ps-print-msg, mh-ps-print-msg-file)
692 (mh-ps-print-toggle-faces, mh-ps-print-toggle-color): Sync
693 docstrings with manual.
694
695 * mh-utils.el (mh-show-ps-print-msg-show)
696 mh-show-ps-print-toggle-mime): Delete.
697 (mh-show-ps-print-map): Update accordingly.
698 (mh-show-mode): Use mh-highlight-citation-style instead of
699 mh-highlight-citation-p.
700 (mh-show-xface, mh-display-msg): Use mh-mhl-format-file instead of
701 mhl-formfile.
702 (mh-show): Use mh-mhl-format-file instead of mhl-formfile. Sync
703 docstrings with manual.
704 (mh-show-font-lock-fontify-region, mh-modify, mh-goto-msg): Sync
705 docstrings with manual.
706
707 2005-12-01 Bill Wohler <wohler@newt.com>
708
709 * mh-init.el (mh-defface-compat): Checkdoc fix.
710
711 * mh-junk.el (mh-bogofilter-blacklist, mh-bogofilter-whitelist):
712 Bogofilter is lowercase except at beginning of sentence and in
713 titles.
714
715 2005-11-04 Bill Wohler <wohler@newt.com>
716
717 * mh-customize.el (mh-min-colors-defined-flag, mh-defface-compat):
718 Move to mh-init.el to minimize bulk of mh-customize.el.
719
720 * mh-init.el: Modify commentary since file is used for load and
721 initialization as well as setting and getting the variant.
722 (mh-min-colors-defined-flag, mh-defface-compat): Move here from
723 mh-customize.el.
724
725 * mh-customize.el: Refactor faces. Move grayscale requirements
726 last before t. Use uniform line breaks.
727 (mh-min-colors-defined-flag): New variable.
728 (mh-defface-compat): New function. Provides backward compatibility
729 for face specs.
730 (mh-show-header, mh-show-date, mh-show-cc, mh-folder-to)
731 (mh-folder-refiled, mh-folder-cur-msg-number, mh-folder-cur-msg)
732 (mh-folder-body): Use mh-defface-compat.
733
734 2005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
735
736 * mh-customize.el (mh-folder-body-face, mh-folder-cur-msg-face)
737 (mh-folder-cur-msg-number-face, mh-folder-refiled-face)
738 (mh-folder-to-face): Use the min-colors attribute instead of the
739 type attribute.
740
741 2005-11-03 Bill Wohler <wohler@newt.com>
742
743 * mh-customize.el (mh-refile-preserves-sequences-flag)
744 (mh-tick-seq, mh-update-sequences-after-mh-show-flag): Sync
745 docstrings with manual.
746
747 * mh-e.el (mh-update-sequences): Sync docstrings with manual.
748
749 * mh-seq.el (mh-delete-seq, mh-list-sequences, mh-narrow-to-seq)
750 (mh-widen, mh-toggle-tick, mh-narrow-to-tick): Sync docstrings
751 with manual.
752
753 2005-11-01 Bill Wohler <wohler@newt.com>
754
755 * mh-comp.el (mh-redist-full-contents) Convert defvar to
756 defcustom.
757 (mh-smail, mh-extract-rejected-mail, mh-forward, mh-redistribute)
758 (mh-reply, mh-send, mh-send-other-window)
759 (mh-fill-paragraph-function): Sync docstrings with manual.
760 (mh-edit-again, mh-extract-rejected-mail, mh-redistribute): Rename
761 msg argument to message (to make for a better docstring).
762
763 * mh-customize.el (mh-redist-full-contents-flag): Convert defvar
764 to defcustom. Rename by adding -flag.
765 (mh-compose-forward-as-mime-flag)
766 (mh-compose-letter-function, mh-forward-subject-format)
767 (mh-insert-x-mailer-flag, mh-reply-default-reply-to)
768 (mh-reply-show-message-flag, mh-letter-mode-hook): Sync docstrings
769 with manual.
770
771 * mh-print.el (mh-ps-spool-buffer, mh-ps-spool-a-msg)
772 (mh-ps-print-msg): Remove debugging messages.
773 (mh-ps-print-msg-show, mh-ps-print-msg-show)
774 (mh-ps-print-toggle-color, mh-ps-print-toggle-mime): Remove period
775 after message per conventions.
776
777 2005-10-30 Bill Wohler <wohler@newt.com>
778
779 * mh-e.el (mh-scan-good-msg-regexp, mh-scan-deleted-msg-regexp)
780 (mh-scan-refiled-msg-regexp, mh-scan-cur-msg-number-regexp): Sync
781 docstrings with manual.
782
783 * mh-customize.el (mh-compose-space-does-completion-flag)
784 (mh-signature-separator-flag, mh-interpret-number-as-range-flag)
785 (mh-adaptive-cmd-note-flag): Use "Non-nil means" instead of "On
786 means" to remain checkdoc clean and consistent with Emacs. I
787 raised this issue with the Emacs developers and Stallman agrees
788 that "On means" should be allowed in custom docstrings but that
789 this change requires thought and should wait until after the Emacs
790 22 release.
791
792 2005-10-28 Bill Wohler <wohler@newt.com>
793
794 * mh-comp.el (mh-annotate-msg): Use new variable
795 mh-scan-field-destination-offset rather than hard-coding 1.
796
797 * mh-customize.el (mh-interpret-number-as-range-flag): Add * to
798 docstring.
799 (mh-adaptive-cmd-note-flag-check, mh-scan-format-file-check): New
800 functions to check input for mh-adaptive-cmd-note-flag and
801 mh-scan-format-file respectively.
802 (mh-adaptive-cmd-note-flag, mh-scan-format-file): Docstring fixes,
803 add :set.
804
805 * mh-e.el: (mh-scan-field-destination-offset): New variable. The
806 destination is the -, t, b, c, or n character for Replied, To, cc,
807 Bcc, or Newsgroups respectively.
808 (mh-make-folder, mh-regenerate-headers, mh-generate-new-cmd-note)
809 Call new function mh-msg-num-width-to-column to make leap between
810 width and column more explicit.
811 (mh-msg-num-width-to-column): New function that steals logic from
812 old mh-set-cmd-note. Also, throw error if mh-scan-format-file
813 isn't t since we can't adapt the scan lines in this case.
814 (mh-set-cmd-note): Now just simply sets mh-cmd-note which will
815 make the documentation more clear.
816 (mh-generate-new-cmd-note): Docstring fix--mh-cmd-note is a
817 column, not a width.
818 (mh-add-sequence-notation, mh-remove-sequence-notation): Use new
819 variable mh-scan-field-destination-offset rather than hard-coding
820 1.
821
822 * mh-utils.el (mh-cmd-note) Synced docstring with manual.
823 (mh-notate): Use new variable mh-scan-field-destination-offset
824 rather than hard-coding 1.
825 (mh-message-number-width): Rename to mh-msg-num-width to be
826 consistent with mh-get-msg-num and mh-msg-num-width-to-column.
827
828 * mh-customize.el (mh-x-face-file, mh-show-use-xface-flag)
829 (mail-citation-hook): Quote URLs in docstrings and precede with
830 `URL'. The former will suppress checkdoc warnings, the latter will
831 turn them into hyperlinks in Emacs 22 (I just added the code to do
832 that today).
833 (mh-scan-format-file): Checkdoc fix.
834
835 2005-10-27 Bill Wohler <wohler@newt.com>
836
837 * mh-customize.el (mh-adaptive-cmd-note-flag)
838 (mh-scan-format-file, mh-scan-prog): Sync docstrings with manual.
839
840 * mh-e.el (mh-scan-format-mh, mh-note-deleted, mh-note-refiled)
841 (mh-note-cur, mh-scan-good-msg-regexp)
842 (mh-scan-deleted-msg-regexp, mh-scan-refiled-msg-regexp)
843 (mh-scan-valid-regexp, mh-scan-cur-msg-number-regexp)
844 (mh-scan-date-regexp, mh-scan-rcpt-regexp, mh-scan-body-regexp)
845 (mh-scan-subject-regexp, mh-scan-format-regexp)
846 (mh-folder-font-lock-keywords, mh-set-cmd-note): Sync docstrings
847 with manual.
848
849 * mh-funcs.el (mh-note-copied): Sync docstrings with manual.
850
851 * mh-utils.el (mh-goto-msg): Use mh-scan-msg-search-regexp instead
852 of hard-coded string.
853 (mh-mail-header-separator, mh-signature-separator-regexp): Use
854 "regular expression" in docstring instead of regexp.
855 (mh-scan-msg-number-regexp)
856 (mh-scan-msg-overflow-regexp, mh-scan-msg-format-regexp)
857 (mh-scan-msg-format-string, mh-scan-msg-search-regexp)
858 (mh-cmd-note): Sync docstrings with manual.
859
860 * mh-comp.el (mh-insert-signature, mh-insert-auto-fields):
861 Checkdoc fixes.
862
863 * mh-customize.el (mh-compose-insertion, mh-x-face-file): Ditto.
864
865 * mh-mime.el (mh-mh-to-mime, mh-mml-attach-file)
866 (mh-mml-secure-message-sign, mh-mml-secure-message-encrypt)
867 (mh-mml-secure-message-signencrypt): Ditto.
868
869 2005-10-24 Bill Wohler <wohler@newt.com>
870
871 * mh-gnus.el: Load mml.el in order to see if
872 mml-minibuffer-read-disposition is defined or not.
873
874 * mh-mime.el: Now that mh-gnus.el loads mml, we shouldn't need the
875 mml autoloads.
876
877 2005-10-23 Miles Bader <miles@gnu.org>
878
879 * .arch-inventory: New file.
880
881 2005-10-23 Bill Wohler <wohler@newt.com>
882
883 * mh-customize.el (mh-interpret-number-as-range-flag): Sync
884 docstring with manual.
885
886 * mh-identity.el (mh-assoc-ignore-case): Merge with version in
887 mh-alias.el and move to mh-acros.el
888
889 * mh-alias.el (mh-assoc-ignore-case): Merge with version in
890 mh-identity.el and move to mh-acros.el
891
892 * mh-acros.el (mh-assoc-ignore-case): Merge of function from
893 mh-identity.el and mh-alias.el.
894
895 * mh-mime.el: Autoload mm-uu for mm-uu-dissect to avoid compiler
896 warning in Emacs 22.
897
898 2005-10-23 Satyaki Das <satyaki@theforce.stanford.edu>
899
900 * mh-identity.el (mh-assoc-ignore-case): New macro that uses
901 assoc-string (if the function is available) and falls back on
902 assoc-ignore-case if assoc-string is not found.
903 (mh-identity-field-handler): Use mh-assoc-ignore-case since
904 assoc-ignore-case is a obsolete function in Emacs 22.
905
906 * mh-e.el (mh-folder-buttons-init-flag): New variable that keeps
907 track of whether the tool-bar in mh-folder-mode has been
908 initialized yet.
909 (mh-folder-mode): Initialize the tool-bar for folders the first
910 time we get into mh-letter-mode.
911
912 * mh-customize.el (mh-buffer-exists-p): New function which tests
913 presence of buffers of a given mode.
914 (mh-tool-bar-define): New functions
915 mh-tool-bar-folder-buttons-init and
916 mh-tool-bar-letter-buttons-init are defined. These functions are
917 used to create the tool-bar from the corresponding customizable
918 variables.
919
920 * mh-comp.el (mh-letter-buttons-init-flag): New variable that
921 keeps track of whether the tool-bar in mh-letter-mode has been
922 initialized yet.
923 (mh-letter-mode): Initialize the tool-bar for drafts the first
924 time we get into mh-letter-mode.
925
926 2005-10-23 Bill Wohler <wohler@newt.com>
927
928 * mh-comp.el (mh-letter-menu): Rename
929 mh-mhn-compose-external-compressed-tar to
930 mh-mh-compose-external-compressed-tar. Rename
931 mh-mhn-compose-anon-ftp to mh-mh-compose-anon-ftp. Rename
932 mh-edit-mhn to mh-mh-to-mime. Rename mh-mhn-directive-present-p to
933 mh-mh-directive-present-p. Rename mh-revert-mhn-edit to
934 mh-mh-to-mime-undo. Rename mh-gnus-pgp-support-flag to
935 mh-pgp-support-flag. Rename mh-compose-insertion value from 'mhn
936 to 'mh.
937 (mh-insert-signature): Rename mh-mhn-directive-present-p to
938 mh-mh-directive-present-p.
939 (mh-send-letter): Rename mh-mhn-directive-present-p to
940 mh-mh-directive-present-p. Rename mh-edit-mhn to mh-mh-to-mime.
941 (mh-letter-mode-map): Rename mh-edit-mhn to mh-mh-to-mime. Rename
942 mh-mhn-compose-anon-ftp to mh-mh-compose-anon-ftp. Rename
943 mh-mhn-compose-external-compressed-tar to
944 mh-mh-compose-external-compressed-tar. Rename mh-revert-mhn-edit
945 to mh-mh-to-mime-undo. Rename mh-mhn-compose-external-type to
946 mh-mh-compose-external-type. Rename mh-mhn-compose-anon-ftp to
947 mh-mh-compose-anon-ftp. Rename
948 mh-mhn-compose-external-compressed-tar to
949 mh-mh-compose-external-compressed-tar. Rename mh-revert-mhn-edit
950 to mh-mh-to-mime-undo. Rename mh-mhn-compose-external-type to
951 mh-mh-compose-external-type.
952 (mh-send-letter, mh-letter-mode-map): Rename mh-edit-mhn to
953 mh-mh-to-mime, mh-revert-mhn-edit to mh-mh-to-mime-undo.
954 (mh-reply, mh-yank-cur-msg, mh-insert-prefix-string): Rename
955 mh-yank-from-start-of-msg to mh-yank-behavior.
956 (mh-letter-mode, mh-to-field, mh-to-fcc, mh-insert-signature)
957 (mh-check-whom, mh-insert-auto-fields, mh-send-letter)
958 (mh-insert-letter, mh-yank-cur-msg, mh-insert-prefix-string)
959 (mh-fully-kill-draft, mh-open-line, mh-letter-complete)
960 (mh-letter-complete-or-space, mh-letter-confirm-address)
961 (mh-letter-next-header-field-or-indent)
962 (mh-letter-previous-header-field)
963 (mh-letter-toggle-header-field-display): Sync docstrings with
964 manual.
965
966 * mh-customize.el (mh-edit-mhn-hook): Rename to
967 mh-mh-to-mime-hook.
968 (mh-yank-from-start-of-msg): Rename to mh-yank-behavior.
969 (mh-compose-insertion): Rename values from 'gnus and 'mhn to 'mh
970 and user-visible values from mhn and Gnus to MH and MML.
971 (mh-before-send-letter-hook): Add 'ispell-message option.
972 (mh-mml-method-default): Rename mh-gnus-pgp-support-flag to
973 mh-pgp-support-flag.
974 (mh-compose-insertion, mh-compose-space-does-completion-flag)
975 (mh-delete-yanked-msg-window-flag)
976 (mh-extract-from-attribution-verb, mh-ins-buf-prefix)
977 (mh-letter-complete-function, mh-letter-fill-column)
978 (mh-mml-method-default, mh-signature-file-name)
979 (mh-signature-separator-flag, mh-x-face-file)
980 (mh-yank-behavior, mail-citation-hook)
981 (mh-before-send-letter-hook, mh-mh-to-mime-hook): Sync docstrings
982 with manual.
983
984 * mh-gnus.el (mml-minibuffer-read-disposition): New function
985 provided for Emacs 21 environments that lack it.
986
987 * mh-mime.el (mh-mml-query-cryptographic-method): Use default
988 prompt convention.
989 (mh-compose-forward): mh-mh-forward-message requires string arg.
990 (mh-minibuffer-read-type): New function.
991 (mh-mhn-args): Rename to mh-mh-to-mime-args.
992 (mh-mhn-compose-insertion): Rename to mh-mh-attach-file.
993 (mh-mhn-compose-forw): Rename to mh-mh-forward-message.
994 (mh-mhn-compose-type): Rename to mh-mh-compose-type.
995 (mh-mhn-compose-anon-ftp): Rename to mh-mh-compose-anon-ftp.
996 Rename mh-mhn-compose-external-type to
997 mh-mh-compose-external-type.
998 (mh-mhn-compose-external-compressed-tar): Rename to
999 mh-mh-compose-external-compressed-tar. Rename
1000 mh-mhn-compose-external-type to mh-mh-compose-external-type.
1001 (mh-mhn-compose-external-type): Rename to
1002 mh-mh-compose-external-type.
1003 (mh-edit-mhn): Rename to mh-mh-to-mime. Rename mh-mhn-args to
1004 mh-mh-to-mime-args. Rename mh-edit-mhn-hook to mh-mh-to-mime-hook.
1005 Use correct program in message.
1006 (mh-mhn-directive-present-p): Rename to mh-mh-directive-present-p.
1007 (mh-mml-directive-present-p): Rename to mh-mml-tag-present-p.
1008 (mh-compose-forward, mh-mh-attach-file)
1009 (mh-mh-compose-anon-ftp, mh-mh-compose-external-compressed-tar)
1010 (mh-mh-compose-external-type, mh-mh-forward-message)
1011 (mh-mml-attach-file): Use mml-minibuffer-read-description,
1012 mh-minibuffer-read-type.
1013 (mh-mime-content-types): Move comment about only being used in
1014 Emacs 20 to docstring.
1015 (mh-mh-compose-external-type): Rename extra-param argument to
1016 parameters.
1017 (mh-mml-to-mime, mh-secure-message, mh-mml-unsecure-message)
1018 (mh-mime-display-part, mh-mime-display-single): Rename
1019 mh-gnus-pgp-support-flag to mh-pgp-support-flag.
1020 (mh-compose-insertion): Rename mh-mhn-compose-insertion to
1021 mh-mh-attach-file.
1022 (mh-compose-forward): Rename mh-mhn-compose-forw to
1023 mh-mh-forward-message.
1024 (mh-mhn-compose-insertion): Rename mh-mhn-compose-type to
1025 mh-mh-compose-type.
1026 (mh-compose-insertion, mh-compose-forward, mh-mh-to-mime-args)
1027 (mh-mh-attach-file, mh-mh-compose-type)
1028 (mh-mh-compose-anon-ftp, mh-mh-compose-external-compressed-tar)
1029 (mh-mh-compose-external-compressed-tar)
1030 (mh-mh-compose-external-type, mh-mh-forward-message)
1031 (mh-mh-to-mime, mh-mh-quote-unescaped-sharp)
1032 (mh-mh-to-mime-undo, mh-mh-directive-present-p, mh-mml-to-mime)
1033 (mh-mml-attach-file, mh-secure-message, mh-mml-unsecure-message)
1034 (mh-mml-secure-message-sign, mh-mml-secure-message-encrypt)
1035 (mh-mml-directive-present-p, mh-destroy-postponed-handles)
1036 (mh-display-smileys, mh-display-emphasis, mh-mime-save-parts):
1037 Sync docstrings with manual.
1038
1039 * mh-utils.el (mh-gnus-pgp-support-flag): Rename to
1040 mh-pgp-support-flag.
1041
1042 2005-10-17 Peter S Galbraith <psg@debian.org>
1043
1044 * mh-identity.el (mh-identity-field-handler): Use
1045 `assoc-ignore-case' to compare against header field for mixed-case
1046 "From:".
1047
1048 2005-10-17 Bill Wohler <wohler@newt.com>
1049
1050 * mh-customize.el (mh-folder-tool-bar-map): Rename image file
1051 left_arrow to left-arrow, right_arrow to right-arrow, mail_compose
1052 to mail/compose, fld_open to fld-open.
1053 (mh-letter-tool-bar-map): Rename image file mail_send to
1054 mail/send.
1055
1056 2005-10-16 Bill Wohler <wohler@newt.com>
1057
1058 * mh-comp.el (mh-display-completion-list-compat): New macro which
1059 calls `display-completion-list' correctly in older environments.
1060 Versions of Emacs prior to version 22 lacked a COMMON-SUBSTRING
1061 argument.
1062 (mh-complete-word): Use it.
1063
1064 * mh-init.el (mh-image-load-path): Use locate-library to find
1065 MH-E. This simplified the code a lot. Flattened out nested
1066 statements even more.
1067
1068 2005-10-16 Satyaki Das <satyaki@theforce.stanford.edu>
1069
1070 * mh-init.el (mh-image-load-path): Remove use of pushnew since it
1071 causes a compiler warning.
1072
1073 * mh-utils.el (mh-display-msg): Do MIME cleanup before inserting
1074 the message to be viewed (closes SF #1306141).
1075
1076 2005-10-16 Masatake YAMATO <jet@gyve.org>
1077
1078 * mh-comp.el (mh-complete-word): Pass the common prefix substring
1079 of completion to `display-completion-list'.
1080
1081 2005-10-15 Satyaki Das <satyaki@theforce.stanford.edu>
1082
1083 * mh-init.el (mh-image-load-path-called-flag): New variable which
1084 is used by mh-image-load-path so that it runs only once.
1085 (mh-image-load-path): Modify so that it gets run only once. Also
1086 flatten out heavily nested if statements to make it clearer.
1087
1088 * mh-e.el (mh-folder-mode): Call mh-image-load-path to allow Emacs
1089 to find images used in the toolbar.
1090
1091 * mh-customize.el (:folder): Remove call to mh-image-load-path.
1092
1093 2005-10-14 Bill Wohler <wohler@newt.com>
1094
1095 * mh-e.el (Version, mh-version): Add +cvs to version.
1096
1097 2005-10-14 Bill Wohler <wohler@newt.com>
1098
1099 Released MH-E version 7.85.
1100
1101 * mh-e.el (Version, mh-version): Update for release 7.85.
1102
1103 2005-10-14 Bill Wohler <wohler@newt.com>
1104
1105 * mh-e.el, mh-funcs.el, mh-init.el, mh-mime.el, mh-pick.el: *
1106 mh-seq.el, mh-utils.el: Ran mh-unit. Continued copyright lines
1107 need to be indented.
1108
1109 * mh-e.el: mh-folder-tick-face had been renamed to mh-folder-tick
1110 but the code that invoked the face had not been updated. Tick
1111 highlighting working again.
1112
1113 * mh-seq.el (mh-non-seq-mode-line-annotation): Move
1114 make-variable-buffer-local call to top level to avoid warnings in
1115 CVS Emacs.
1116
1117 * mh-comp.el (mh-insert-letter): Replace deprecated read-input
1118 with read-string.
1119
1120 2005-10-09 Bill Wohler <wohler@newt.com>
1121
1122 * mh-init.el (mh-image-load-path): New function that adds the path
1123 to the MH-E images to the image-load-path or load-path depending
1124 on the version of Emacs.
1125
1126 * mh-customize.el: Call mh-image-load-path just before
1127 mh-tool-bar-define so that the toolbar images can be found.
1128
1129 2005-10-04 Bill Wohler <wohler@newt.com>
1130
1131 * ChangeLog: Move contents into ChangeLog.1 and trim.
1132
1133 * ChangeLog.1: New file. Contains old ChangeLog.
1134
1135
1136 Copyright (C) 2005 Free Software Foundation, Inc.
1137
1138 Copying and distribution of this file, with or without modification,
1139 are permitted in any medium without royalty provided the copyright
1140 notice and this notice are preserved.
1141
1142 ;; Local Variables:
1143 ;; sentence-end-double-space: nil
1144 ;; End:
1145
1146 ;;; arch-tag: 87324964-69b6-4925-a3c2-9c1df53d7d51