(hide-sublevels): Provide better interactive default.
[bpt/emacs.git] / lisp / mh-e / ChangeLog
CommitLineData
b1d9cef4
BW
12006-03-05 Bill Wohler <wohler@newt.com>
2
3 Release MH-E version 7.93.
4
5 * mh-e.el (Version, mh-version): Update for release 7.93.
6
fd5536d8
BW
72006-03-05 Bill Wohler <wohler@newt.com>
8
9 * mh-folder.el (mh-folder-mode): Drop 'load-path argument when
10 calling mh-image-load-path-for-library since this is the default.
11
12 * mh-letter.el (mh-letter-mode): Ditto.
13
14 * mh-utils.el (mh-logo-display): Ditto.
15
c80658b7
BW
162006-03-04 Bill Wohler <wohler@newt.com>
17
18 * mh-compat.el (mh-image-load-path-for-library): Move here from
19 mh-utils.el and wrap with mh-defun-compat since this function will
20 be soon added to image.el.
21
22 * mh-utils.el (mh-image-load-path-for-library): Move to
23 mh-compat.el.
24 (mh-normalize-folder-name): Add return-nil-if-folder-empty
25 argument which is useful when calling mh-normalize-folder-name to
26 process the folder argument for the folders command.
27 (mh-sub-folders): Use new flag to mh-normalize-folder-name to make
28 this function more robust. It could too easily list the folders in
29 /.
30 (mh-folder-list): Fix a couple of problems pointed out by Thomas
31 Baumann. Set folder to nil if empty. Don't append "/" if folder
32 nil.
33
3fbc098d
BW
342006-03-03 Bill Wohler <wohler@newt.com>
35
5e9edb94
BW
36 * mh-folder.el (mh-folder-mode): Rename mh-image-load-path to
37 mh-image-load-path-for-library.
38
39 * mh-letter.el (mh-letter-mode): Rename mh-image-load-path to
40 mh-image-load-path-for-library.
41
42 * mh-utils.el (mh-image-load-path): Rename to
43 mh-image-load-path-for-library. Add example to docstring. Rename
44 local variable mh-image-directory to image-directory. Move error
45 checks to default case in cond and simplify.
46
3fbc098d
BW
47 * mh-comp.el (mh-send-letter, mh-insert-auto-fields): Sync
48 docstrings with manual.
49
efc27af6
BW
502006-03-02 Bill Wohler <wohler@newt.com>
51
52 * mh-folder.el (mh-tool-bar-init): Autoload.
53 (mh-folder-mode): Call mh-tool-bar-init conditionally in XEmacs.
54 Set scoped variables image-load-path and load-path with updated
55 mh-image-load-path before calling mh-tool-bar-folder-buttons-init.
56
57 * mh-letter.el (mh-tool-bar-init): Autoload.
58 (mh-letter-mode): Call mh-tool-bar-init conditionally in XEmacs.
59 Set scoped variables image-load-path and load-path with updated
60 mh-image-load-path before calling mh-tool-bar-letter-buttons-init.
61
62 * mh-show.el (mh-tool-bar-init): Autoload.
63 (mh-show-mode): Perform tool bar stuff conditionally in XEmacs and
64 GNU Emacs.
65
66 * mh-tool-bar.el (mh-tool-bar-define): Don't quote stuff in error
67 messages per conventions.
68 (mh-tool-bar-folder-buttons-init)
69 (mh-tool-bar-letter-buttons-init): Don't call mh-image-load-path.
70 (mh-tool-bar-define call): Format.
71
c80658b7
BW
72 * mh-utils.el (mh-image-directory)
73 (mh-image-load-path-called-flag): Delete.
efc27af6
BW
74 (mh-image-load-path): Incorporate changes from Gnus team. Biggest
75 changes are that it no longer uses/sets mh-image-directory or
76 mh-image-load-path-called-flag, and returns the updated path
77 rather than change it.
78 (mh-logo-display): Change usage of mh-image-load-path.
79
a9e22173
BW
802006-02-28 Bill Wohler <wohler@newt.com>
81
052df334
BW
82 * mh-limit.el (mh-narrow-to-cc, mh-narrow-to-from)
83 (mh-narrow-to-subject, mh-narrow-to-to): Fix inability to narrow
84 to subjects with special characters by quoting regular expression
85 characters in pick expression derived from existing subjects and
86 other fields (closes SF #1432548).
66b265f5
BW
87 (mh-narrow-to-subject): Remove Re: string from subject so that
88 pick can find originating message (closes SF #1438369).
052df334 89
a9e22173
BW
90 * mh-utils.el (mh-image-load-path): Rename variable to
91 mh-image-directory.
92 (mh-image-load-path): Access mh-image-directory instead of
93 mh-image-load-path.
898dda92
BW
94 (mh-folder-list): Fix problem with passing in a folder and getting
95 nothing back. Fix problem with passing in empty string and getting
96 the entire filesystem (or infinite loop). Don't append slash to
97 folder. These fixes fix problems observed with the pick search.
98 Thanks to Thomas Baumann for the help (closes SF #1435381).
052df334
BW
99 (mh-pick-regexp-chars, mh-quote-pick-expr): New variable and
100 function for quoting pick regular expression characters (closes SF
101 #1432548).
a9e22173 102
a425dc3d
BW
1032006-02-27 Bill Wohler <wohler@newt.com>
104
bc4c8031
BW
105 * mh-e.el (mh-default-folder-for-message-function): Sync docstring
106 with manual.
107
c99f6227 108 * mh-mime.el (mh-minibuffer-read-type): Delete comment in
0659521f
BW
109 docstring about obsolete variable mh-mime-content-types.
110
abc46e90
BW
111 * mh-e.el (mh-variant): Sync docstring with manual.
112 (cus-face): Require as it is needed by mh-inherit-face-flag.
113
a425dc3d
BW
114 * mh-compat.el (mh-display-color-cells): Return 2 if
115 device-color-cells returns nil (closes SF #1436924).
116
117 * mh-e.el (mh-compiling-flag): Delete. No longer needed by
118 mh-display-color-cells.
119
f669a69d
ED
1202006-02-21 Eric Ding <ericding@alum.mit.edu>
121
c99f6227 122 * mh-e.el (mh-invisible-header-fields-internal): Add entry
f669a69d
ED
123 "X-Sasl-enc:"
124
efd5b7df
ED
1252006-02-20 Eric Ding <ericding@alum.mit.edu>
126
c99f6227 127 * mh-e.el (mh-invisible-header-fields-internal): Add entries
efd5b7df
ED
128 "X-Authenticated-Sender:", "X-Barracuda-", "X-EFL-Spamscore",
129 "X-IronPort-AV:", "X-Mail-from:", "X-Mailman-Approved-At:",
130 "X-Resolved-to:", and "X-SA-Exim". Fixed "X-Bugzilla-" and
131 "X-Roving-" by removing unnecessary "*" at end.
132
ae494f66
BW
1332006-02-19 Bill Wohler <wohler@newt.com>
134
135 * mh-alias.el (mh-address-mail-regexp)
136 (mh-goto-address-find-address-at-point): Delete copies from
137 goto-addr.el.
138 (mh-alias-suggest-alias): Use goto-address-mail-regexp instead of
139 mh-address-mail-regexp.
140 (mh-alias-add-address-under-point): Use
141 goto-address-find-address-at-point instead of
142 mh-goto-address-find-address-at-point.
143
144 * mh-e.el (mh-show-use-goto-addr-flag): Delete.
145
146 * mh-show.el (mh-show-mode): Mention goto-address-highlight-p in
147 docstring.
148 (mh-show-addr): Call goto-address unconditionally. User should use
149 goto-address-highlight-p instead of mh-show-use-goto-addr-flag.
150
803c3044
BW
1512006-02-18 Bill Wohler <wohler@newt.com>
152
153 * mh-e.el (Version, mh-version): Add +cvs to version.
154
927967ee
BW
1552006-02-18 Bill Wohler <wohler@newt.com>
156
157 Release MH-E version 7.92.
158
159 * mh-e.el (Version, mh-version): Update for release 7.92.
160
6e69a0bf
BW
1612006-02-17 Bill Wohler <wohler@newt.com>
162
b95d0a24
BW
163 * mh-e.el (mh-folder-msg-number): Use purple on low-color, light
164 backgrounds per Mark's suggestion.
165
6e69a0bf
BW
166 * mh-utils.el (mh-image-load-path): Fix problem that images on
167 load-path or image-load-path would win over relative paths (newer
168 MH-E or Emacs distribution).
169
dccd067f
BW
1702006-02-16 Bill Wohler <wohler@newt.com>
171
6d21875b
BW
172 * mh-e.el (mh-inherit-face-flag): New variable. Non-nil means that
173 the defface :inherit keyword is available.
174 (mh-face-data): New variable (contains all face specs) and
175 function (accessor).
176 (mh-folder-address, mh-folder-body, mh-folder-cur-msg-number)
177 (mh-folder-date, mh-folder-deleted, mh-folder-followup)
178 (mh-folder-msg-number, mh-folder-refiled)
179 (mh-folder-sent-to-me-hint, mh-folder-sent-to-me-sender)
180 (mh-folder-subject, mh-folder-tick, mh-folder-to)
181 (mh-search-folder, mh-letter-header-field, mh-show-cc)
182 (mh-show-date, mh-show-from)
183 (mh-show-header, mh-show-pgg-bad, mh-show-pgg-good)
184 (mh-show-pgg-unknown, mh-show-signature, mh-show-subject)
185 (mh-show-to, mh-show-xface, mh-speedbar-folder)
186 (mh-speedbar-folder-with-unseen-messages)
187 (mh-speedbar-selected-folder)
188 (mh-speedbar-selected-folder-with-unseen-messages): Use
189 mh-face-data.
190
dccd067f
BW
191 * mh-utils.el (mh-image-load-path): The variables image-load-path
192 or load-path would not get updated if user set mh-image-load-path.
193 Moved tests and add-to-list calls outside of cond so they are
194 applied consistently, even if they are redundant in some
195 circumstances. Efficiency isn't a concern here. Made error
196 messages more user-friendly.
197
fc0f755f
PG
1982006-02-15 Peter S Galbraith <psg@debian.org>
199
200 * mh-compat.el (mh-image-search-load-path): Compatibility code.
201 Emacs 21 and XEmacs don't have `image-search-load-path'.
202
203 * mh-utils.el (mh-image-load-path): Don't bail out on error if the
204 images are already found.
205
be397698
BW
2062006-02-10 Bill Wohler <wohler@newt.com>
207
208 * mh-search.el (mh-search): Wrap code in (block mh-search ...)
209 rather than use defun*. XEmacs cannot create a proper autoload for
210 a defun*.
211
613cd8c5
BW
2122006-02-09 Bill Wohler <wohler@newt.com>
213
da01a066
BW
214 * mh-utils.el (mh-folder-list): Don't replace "/*$" with "/" since
215 that causes an infinite loop on XEmacs.
216
613cd8c5
BW
217 * mh-compat.el(mh-replace-regexp-in-string): Add missing regexp
218 argument.
219
201a821a
PG
2202006-02-08 Peter S Galbraith <psg@debian.org>
221
222 * mh-e.el (mh-invisible-header-fields-internal): Added entries
223 "X-BrightmailFiltered:", "X-Brightmail-Tracker:" and "X-Hashcash"
224
dc4d94d5
BW
2252006-02-04 Bill Wohler <wohler@newt.com>
226
227 * mh-e.el (mh-inc-spool-list): Update example for Emacs 22 which
228 has an emacsclient command that supports --eval. I had read that
229 gnudoit was deprecated in favor of gnuclient anyway.
230
7b0fed56 2312006-02-04 Eric Ding <ericding@alum.mit.edu>
39ee09ff 232
c99f6227 233 * mh-mime.el (mh-file-mime-type-substitutions): Add entries to
7b0fed56 234 handle OpenOffice documents.
39ee09ff 235
d4ff848f
BW
2362006-02-03 Bill Wohler <wohler@newt.com>
237
238 * mh-e.el (Version, mh-version): Add +cvs to version.
239
5f627e35
BW
2402006-02-03 Bill Wohler <wohler@newt.com>
241
242 Release MH-E version 7.91.
243
244 * mh-e.el (Version, mh-version): Update for release 7.91.
245
36685bff
BW
2462006-02-03 Bill Wohler <wohler@newt.com>
247
664ca6b2
BW
248 * mh-utils.el (mh-image-load-path, mh-image-load-path-called-flag)
249 (mh-image-load-path): Checkdoc fix. Docstring edits. Reduce scope
250 of local variable mh-library-name.
251
36685bff
BW
252 * mh-e.el (mh-folder-msg-number, mh-folder-refiled, mh-folder-to)
253 (mh-show-cc, mh-show-date, mh-show-header): Replace (min-colors
254 88) with (min-colors 64) in face specifications so that MH-E still
255 looks good on systems with fewer colors (such as Eric Ding's).
256
39ee09ff 2572006-02-03 Peter S Galbraith <psg@debian.org>
e1144ff6
PG
258
259 * mh-utils.el (mh-image-load-path): New variable to optionally
260 hold the directory where MH-E images are stored. If nil, then
261 the function `mh-image-load-path' will find it. This variable
262 will be used for Debian packaging.
263 (mh-image-load-path function): Use variable `mh-image-load-path'
264 if non-nil and exists.
265
f169fdd3
MB
2662006-02-03 Mark D. Baushke <mdb@gnu.org>
267
268 * mh-tool-bar.el: Add conditional require of 'tool-bar or 'toolbar
269 for gnu-emacs or xemacs to avoid void-variable tool-bar-map lisp
270 errors if describe-bindings is called before tool-bar-mode is used.
271
e6e91eda
PG
2722006-02-03 Peter S Galbraith <psg@debian.org>
273
274 * mh-compat.el (mh-url-unreserved-chars): Fix typo from
275 `mh-url-unresrved-chars'.
276
5a286ce9
BW
2772006-02-02 Bill Wohler <wohler@newt.com>
278
279 * mh-e.el (Version, mh-version): Add +cvs to version.
280
8f58061a
BW
2812006-02-02 Bill Wohler <wohler@newt.com>
282
283 Release MH-E version 7.90.
284
285 * mh-e.el (Version, mh-version): Update for release 7.90.
286
d5dc8c56
BW
2872006-02-01 Bill Wohler <wohler@newt.com>
288
92486f28
BW
289 * mh-search.el (which-func-mode): Shush compiler on Emacs 21 too.
290
d5dc8c56
BW
291 * mh-alias.el (mh-alias-gecos-name): Use
292 mh-replace-regexp-in-string instead of replace-regexp-in-string.
293 (crm, multi-prompt): Use mh-require instead of require.
294 (mh-goto-address-find-address-at-point): Use
295 mh-line-beginning-position and mh-line-end-position instead of
296 line-beginning-position and line-end-position. Use
297 mh-match-string-no-properties instead of
298 match-string-no-properties.
299
300 * mh-comp.el (mh-modify-header-field): Use
301 mh-line-beginning-position and mh-line-end-position instead of
302 line-beginning-position and line-end-position.
303
304 * mh-compat.el (mailabbrev): Use mh-require instead of require.
305 (mh-assoc-string, mh-display-completion-list, mh-face-foreground)
306 (mh-face-background): Make docstring consistent.
307 (mh-require, mh-cancel-timer, mh-display-color-cells)
308 (mh-line-beginning-position, mh-line-end-position)
309 (mh-match-string-no-properties, mh-replace-regexp-in-string)
310 (mh-view-mode-enter): Move definition here from mh-xemacs.el and
311 add mh- prefix since compatibility functions should have our
312 package prefix (mh-) by Emacs convention and to avoid messing up
313 checks for the same functions in other packages.
314
315 * mh-e.el (mh-compiling-flag): Move mh-xemacs-compiling-flag here
316 from mh-xemacs.el and rename.
317 (mh-xargs): Use mh-line-beginning-position and
318 mh-line-end-position instead of line-beginning-position and
319 line-end-position.
320 (mh-defface-compat): Use mh-display-color-cells instead of
321 display-color-cells.
322
323 * mh-folder.el (which-func): Use mh-require instead of require.
324
325 * mh-funcs.el (mh-list-folders): Use mh-view-mode-enter instead of
326 view-mode-enter.
327
328 * mh-gnus.el (gnus-util, mm-bodies, mm-decode, mm-view, mml): Use
329 mh-require instead of require.
330
331 * mh-letter.el (mh-letter-header-end, mh-letter-mode)
332 (mh-letter-next-header-field): Use mh-line-beginning-position and
333 mh-line-end-position instead of line-beginning-position and
334 line-end-position.
335
336 * mh-limit.el (mh-subject-to-sequence-unthreaded): Use
337 mh-match-string-no-properties instead of
338 match-string-no-properties.
339 (mh-narrow-to-header-field): Use mh-line-beginning-position and
340 mh-line-end-position instead of line-beginning-position and
341 line-end-position.
342
343 * mh-mime.el (mh-mime-inline-part, mh-mm-display-part)
344 (mh-mh-quote-unescaped-sharp, mh-mh-directive-present-p): Use
345 mh-line-beginning-position and mh-line-end-position instead of
346 line-beginning-position and line-end-position.
347
348 * mh-search.el (which-func): Use mh-require instead of require.
349 (mh-make-pick-template, mh-index-visit-folder)
350 (mh-pick-parse-search-buffer, mh-swish-next-result)
351 (mh-mairix-next-result, mh-namazu-next-result)
352 (mh-pick-next-result, mh-grep-next-result)
353 (mh-index-create-imenu-index, mh-index-match-checksum)
354 (mh-md5sum-parser, mh-openssl-parser, mh-index-update-maps): Use
355 mh-line-beginning-position and mh-line-end-position instead of
356 line-beginning-position and line-end-position.
357
358 * mh-seq.el (mh-list-sequences): Use mh-view-mode-enter instead of
359 view-mode-enter.
360 (mh-folder-size-flist, mh-parse-flist-output-line)
361 (mh-add-sequence-notation): Use mh-line-beginning-position and
362 mh-line-end-position instead of line-beginning-position and
363 line-end-position.
364
365 * mh-show.el (mh-show-addr): Use mh-require instead of require.
366
367 * mh-speed.el (mh-folder-speedbar-menu-items, mh-speed-toggle)
368 (mh-speed-view, mh-folder-speedbar-buttons)
369 (mh-speed-highlight, mh-speed-goto-folder)
370 (mh-speed-add-buttons, mh-speed-parse-flists-output)
371 (mh-speed-invalidate-map, mh-speedbar-change-expand-button-char)
372 (mh-speed-add-folder): Use mh-line-beginning-position and
373 mh-line-end-position instead of line-beginning-position and
374 line-end-position.
375 (mh-speed-flists): Use mh-cancel-timer instead of cancel-timer.
376
377 * mh-thread.el (mh-thread-find-children)
378 (mh-thread-parse-scan-line, mh-thread-generate): Use
379 mh-line-beginning-position and mh-line-end-position instead of
380 line-beginning-position and line-end-position.
381
382 * mh-utils.el (mh-colors-available-p): Use mh-display-color-cells
383 instead of display-color-cells.
384 (mh-folder-list): Use mh-replace-regexp-in-string instead of
385 replace-regexp-in-string.
386 (mh-sub-folders-actual, mh-letter-toggle-header-field-display):
387 Use mh-line-beginning-position and mh-line-end-position instead of
388 line-beginning-position and line-end-position.
389
390 * mh-comp.el (mh-send-sub): Don't find components file in current
391 directory--this seems to have been a side-effect of commenting out
392 the use of an old mh-etc variable. Improve error message.
393
06e7028b
BW
3942006-01-31 Bill Wohler <wohler@newt.com>
395
396 * mh-acros.el (mh-defun-compat, mh-defmacro-compat): Add name
397 argument since compatibility functions should have our package
398 prefix (mh-) by Emacs convention and to avoid messing up checks
399 for the same functions in other packages. Use explicit argument
d5dc8c56 400 instead of forming name by adding mh- prefix so that one can grep
06e7028b
BW
401 and find the definition.
402
403 * mh-alias.el (mh-alias-local-users, mh-alias-reload)
404 (mh-alias-expand, mh-alias-minibuffer-confirm-address): Use
405 mh-assoc-string instead of assoc-string.
406
407 * mh-compat.el (assoc-string): Rename to mh-assoc-string.
408 (mh-mail-abbrev-make-syntax-table, mh-url-hexify-string): Move
409 here from mh-utils.el.
410 (mh-display-completion-list): Move here from mh-comp.el.
411 (mh-face-foreground, mh-face-background): Move here from
412 mh-xface.el.
413 (mh-write-file-functions): Move here from mh-folder.el
414
415 * mh-folder.el (mh-write-file-functions-compat): Move to
416 mh-compat.el and rename to mh-write-file-functions.
417 (mh-folder-mode): Use the new name.
418
419 * mh-gnus.el (gnus-local-map-property): Rename to
420 mh-gnus-local-map-property.
421 (mm-merge-handles): Rename to mh-mm-merge-handles.
422 (mm-set-handle-multipart-parameter): Rename to
423 mh-mm-set-handle-multipart-parameter.
424 (mm-inline-text-vcard): Rename to mh-mm-inline-text-vcard.
425 (mm-possibly-verify-or-decrypt): Rename to
426 mh-mm-possibly-verify-or-decrypt.
427 (mm-handle-multipart-ctl-parameter): Rename to
428 mh-mm-handle-multipart-ctl-parameter.
429 (mm-readable-p): Rename to mh-mm-readable-p.
430 (mm-long-lines-p): Rename to mh-mm-long-lines-p.
431 (mm-keep-viewer-alive-p): Rename to mh-mm-keep-viewer-alive-p.
432 (mm-destroy-parts): Rename to mh-mm-destroy-parts.
433 (mm-uu-dissect-text-parts): Rename to mh-mm-uu-dissect-text-parts.
434 (mml-minibuffer-read-disposition): Rename to
435 mh-mml-minibuffer-read-disposition.
436
437 * mh-identity.el (mh-identity-field-handler): Use mh-assoc-string
438 instead of assoc-string.
439
440 * mh-mime.el (mh-mm-inline-media-tests, mh-mm-inline-message)
441 (mh-mime-display, mh-mime-display-security)
442 (mh-insert-mime-button, mh-insert-mime-security-button)
443 (mh-handle-set-external-undisplayer)
444 (mh-mime-security-press-button, mh-mime-security-show-details)
445 (mh-mml-attach-file, mh-mime-cleanup)
446 (mh-destroy-postponed-handles): Use new mh-* names for
447 compatibility functions.
448
449 * mh-utils.el (mail-abbrev-make-syntax-table): Move to
450 mh-compat.el and rename to mh-mail-abbrev-make-syntax-table.
451 (mh-beginning-of-word): Use the new name.
452 (mh-get-field): Delete ancient alias.
453
454 * mh-xface.el (mh-face-foreground-compat): Move to mh-compat.el
455 and rename to mh-face-foreground
456 (mh-face-background-compat): Move to mh-compat.el
457 and rename to mh-face-background.
458 (mh-face-display-function): Use the new names.
459 (mh-x-image-url-cache-canonicalize): Use mh-url-hexify-string
460 instead of url-hexify-string.
461 (url-unreserved-chars): Move to mh-compat.el and rename to
462 mh-url-unreserved-chars.
463 (url-hexify-string): Move to mh-compat.el and rename to
464 mh-url-hexify-string.
465
466 * mh-letter.el (mh-complete-word): Fix bug in call to
467 mh-display-completion-list. Wrong argument was passed, so
468 completions wouldn't show highlighted prefix.
469
a2c30782
BW
4702006-01-29 Bill Wohler <wohler@newt.com>
471
fd61b9ab
BW
472 * mh-e.el (mh-scan-format-file-check): Allow any non-nil for
473 mh-adaptive-cmd-note-flag.
474
090ccc5d
BW
475 * mh-comp.el (sc-cite-original): Remove autoload of "sc" with old
476 docstring. sc-cite-original is autoloaded via loaddefs.el for all
477 supported versions. In addition, the package name "sc" has been
478 made obsolete by "supercite since at least Emacs 21.
479
3bdb2567
BW
480 * mh-scan.el (mh-note-copied, mh-note-printed): Reorganization
481 revealed character constants that were still strings (closes SF
482 #770772).
483
a55f450f
BW
484 * mh-comp.el (mh-letter-hide-all-skipped-fields)
485 (mh-get-header-field): Move to mh-utils.el so that you can read
486 messages without having to load mh-comp.el and mh-letter.el.
487
488 * mh-letter.el (mh-hidden-header-keymap)
489 (mh-letter-toggle-header-field-display)
490 (mh-letter-skipped-header-field-p)
491 (mh-letter-skip-leading-whitespace-in-header-field)
492 (mh-letter-truncate-header-field): Move to mh-utils.el so that you
493 can read messages without having to load mh-comp.el and
494 mh-letter.el.
495
496 * mh-utils.el (mh-get-header-field)
497 (mh-letter-hide-all-skipped-fields)
498 (mh-letter-skipped-header-field-p, mh-hidden-header-keymap)
499 (mh-letter-toggle-header-field-display)
500 (mh-letter-skip-leading-whitespace-in-header-field)
501 (mh-letter-truncate-header-field): Move here from mh-comp.el and
502 mh-letter.el so that you can read messages without having to load
503 mh-comp.el and mh-letter.el.
504
a2c30782
BW
505 * mh-comp.el (mh-insert-fields): Handle nil values. Rmail, at
506 least, will deliver them to us.
507
508 * mh-e.el (mh-after-commands-processed-hook)
509 (mh-before-commands-processed-hook): Specify what sort of requests
510 in docstring.
511
512 * mh-folder.el (mh-folder-mode): Use add-to-list to modify
513 minor-mode-alias.
514
515 * mh-letter.el (mh-letter-menu): Remove. Defvar no longer needed
516 to shush compiler.
517 (mh-letter-mode): Remove Mail menu.
518
dda00b2c
BW
5192006-01-29 Bill Wohler <wohler@newt.com>
520
521 The Great Cleanup
522 Remove circular dependencies. mh-e.el now includes few require
523 statements and stands alone. Other files should need to require
524 mh-e.el, which requires mh-loaddefs.el, plus variable-only files
525 such as mh-scan.el.
526 Remove unneeded require statements.
527 Remove unneeded load statements, or replace them with non-fatal
528 require statements.
529 Break out components into their own files that were often spread
530 between many files.
531 As a result, many functions that are now only used within a single
532 file no longer need to be autoloaded.
533 Rearrange and provide consistent headings.
534 Untabify.
535
536 * mh-acros.el: Update commentary to reflect current usage. Add
537 autoload cookies to all macros.
538 (mh-require-cl): Merge docstring and comment.
539 (mh-do-in-xemacs): Fix typo in docstring.
540 (assoc-string): Move to new file mh-compat.el.
541 (with-mh-folder-updating, mh-in-show-buffer)
542 (mh-do-at-event-location, mh-seq-msgs): Move here from
543 mh-utils.el.
544 (mh-iterate-on-messages-in-region, mh-iterate-on-range): Move here
545 from mh-seq.el.
546
547 * mh-alias.el (mh-address-mail-regexp)
548 (mh-goto-address-find-address-at-point): Move here from
549 mh-utils.el.
550 (mh-folder-line-matches-show-buffer-p): Move here from mh-e.el.
551
552 * mh-buffers.el: Update descriptive text.
553
554 * mh-comp.el (mh-note-repl, mh-note-forw, mh-note-dist): Move to
555 new file mh-scan.el.
556 (mh-yank-hooks, mh-to-field-choices, mh-position-on-field)
557 (mh-letter-menu, mh-letter-mode-help-messages)
558 (mh-letter-buttons-init-flag, mh-letter-mode)
559 (mh-font-lock-field-data, mh-letter-header-end)
560 (mh-auto-fill-for-letter, mh-to-field, mh-to-fcc)
561 (mh-file-is-vcard-p, mh-insert-signature, mh-check-whom)
562 (mh-insert-letter, mh-extract-from-attribution, mh-yank-cur-msg)
563 (mh-filter-out-non-text, mh-insert-prefix-string)
564 (mh-current-fill-prefix, mh-open-line, mh-complete-word)
565 (mh-folder-expand-at-point, mh-letter-complete-function-alist)
566 (mh-letter-complete, mh-letter-complete-or-space)
567 (mh-letter-confirm-address, mh-letter-header-field-at-point)
568 (mh-letter-next-header-field-or-indent)
569 (mh-letter-next-header-field, mh-letter-previous-header-field)
570 (mh-letter-skipped-header-field-p)
571 (mh-letter-skip-leading-whitespace-in-header-field)
572 (mh-hidden-header-keymap)
573 (mh-letter-toggle-header-field-display-button)
574 (mh-letter-toggle-header-field-display)
575 (mh-letter-truncate-header-field, mh-letter-mode-map): Move to new
576 file mh-letter.el.
577 (mh-letter-mode-map, mh-sent-from-folder, mh-send-args)
578 (mh-pgp-support-flag, mh-x-mailer-string)
579 (mh-letter-header-field-regexp): Move to mh-e.el.
580 (mh-goto-header-field, mh-goto-header-end)
581 (mh-extract-from-header-value, mh-beginning-of-word): Move to
582 mh-utils.el.
583 (mh-insert-header-separator): Move to mh-comp.el.
584 (mh-display-completion-list-compat): Move to new file
585 mh-compat.el.
586
587 * mh-compat.el: New file.
588 (assoc-string): Move here from mh-acros.el.
589 (mh-display-completion-list): Move here from mh-comp.el.
590
591 * mh-customize.el: Move content into mh-e.el and remove.
592
593 * mh-e.el (mh-folder-mode-map, mh-folder-seq-tool-bar-map)
594 (mh-folder-tool-bar-map, mh-inc-spool-map, mh-letter-mode-map)
595 (mh-letter-tool-bar-map, mh-search-mode-map, mh-show-mode-map)
596 (mh-show-seq-tool-bar-map, mh-show-tool-bar-map): All maps now
597 declared here so that they can be used in docstrings.
598 (mh-sent-from-folder, mh-sent-from-msg)
599 (mh-letter-header-field-regexp, mh-pgp-support-flag)
600 (mh-x-mailer-string): Move here from mh-comp.el.
601 (mh-folder-line-matches-show-buffer-p): Move to mh-alias.el.
602 (mh-thread-scan-line-map, mh-thread-scan-line-map-stack): Move
603 here from mh-seq.el.
604 (mh-draft-folder, mh-inbox, mh-user-path, mh-current-folder)
605 (mh-previous-window-config, mh-seen-list, mh-seq-list)
606 (mh-show-buffer, mh-showing-mode, mh-globals-hash)
607 (mh-show-folder-buffer, mh-mail-header-separator)
608 (mh-unseen-seq, mh-previous-seq, mh-page-to-next-msg-flag)
609 (mh-signature-separator, mh-signature-separator-regexp)
610 (mh-list-to-string, mh-list-to-string-1): Move here from
611 mh-utils.el.
612 (mh-index-max-cmdline-args, mh-xargs, mh-quote-for-shell)
613 (mh-exec-cmd, mh-exec-cmd-error, mh-exec-cmd-daemon)
614 (mh-exec-cmd-env-daemon, mh-process-daemon, mh-exec-cmd-quiet)
615 (mh-exec-cmd-output)
616 (mh-exchange-point-and-mark-preserving-active-mark)
617 (mh-exec-lib-cmd-output, mh-handle-process-error): Move here from
618 deprecated file mh-exec.el.
619 (mh-path): Move here from deprecated file mh-customize.el.
620 (mh-sys-path, mh-variants, mh-variant-in-use, mh-progs, mh-lib)
621 (mh-flists-present-flag, mh-variants, mh-variant-mh-info)
622 (mh-variant-mu-mh-info, mh-variant-nmh-info, mh-file-command-p)
623 (mh-variant-set-variant, mh-variant-p, mh-profile-component)
624 (mh-profile-component-value, mh-defface-compat): Move here from
625 deprecated file mh-init.el.
626 (mh-goto-next-button, mh-folder-mime-action)
627 (mh-folder-toggle-mime-part, mh-folder-inline-mime-part)
628 (mh-folder-save-mime-part, mh-toggle-mime-buttons): Move to to
629 mh-mime.el.
630 (mh-scan-format-mh, mh-scan-format-nmh, mh-note-deleted)
631 (mh-note-refiled, mh-note-cur, mh-scan-good-msg-regexp)
632 (mh-scan-deleted-msg-regexp, mh-scan-refiled-msg-regexp)
633 (mh-scan-valid-regexp, mh-scan-cur-msg-number-regexp)
634 (mh-scan-date-regexp, mh-scan-rcpt-regexp, mh-scan-body-regexp)
635 (mh-scan-subject-regexp, mh-scan-sent-to-me-sender-regexp)
636 (mh-scan-cmd-note-width, mh-scan-destination-width)
637 (mh-scan-date-width, mh-scan-date-flag-width)
638 (mh-scan-from-mbox-width, mh-scan-from-mbox-sep-width)
639 (mh-scan-field-destination-offset)
640 (mh-scan-field-from-start-offset, mh-scan-field-from-end-offset)
641 (mh-scan-field-subject-start-offset, mh-scan-format)
642 (mh-msg-num-width-to-column, mh-set-cmd-note): Move to new file
643 mh-scan.el.
644 (mh-partial-folder-mode-line-annotation)
645 (mh-folder-font-lock-keywords, mh-folder-font-lock-subject)
646 (mh-generate-sequence-font-lock, mh-last-destination)
647 (mh-last-destination-write, mh-first-msg-num, mh-last-msg-num)
648 (mh-rmail, mh-nmail, mh-delete-msg, mh-delete-msg-no-motion)
649 (mh-execute-commands, mh-first-msg, mh-header-display)
650 (mh-inc-folder, mh-last-msg, mh-next-undeleted-msg)
651 (mh-folder-from-address, mh-prompt-for-refile-folder)
652 (mh-refile-msg, mh-refile-or-write-again, mh-quit, mh-page-msg)
653 (mh-previous-page, mh-previous-undeleted-msg)
654 (mh-previous-unread-msg, mh-next-button, mh-prev-button)
655 (mh-reset-threads-and-narrowing, mh-rescan-folder)
656 (mh-write-msg-to-file, mh-toggle-showing, mh-undo)
657 (mh-visit-folder, mh-update-sequences, mh-delete-a-msg)
658 (mh-refile-a-msg, mh-next-msg, mh-next-unread-msg)
659 (mh-set-scan-mode, mh-undo-msg, mh-make-folder)
660 (mh-folder-sequence-menu, mh-folder-message-menu)
661 (mh-folder-folder-menu, mh-remove-xemacs-horizontal-scrollbar)
662 (mh-write-file-functions-compat, mh-folder-mode)
663 (mh-restore-desktop-buffer, mh-scan-folder)
664 (mh-regenerate-headers, mh-generate-new-cmd-note)
665 (mh-get-new-mail, mh-make-folder-mode-line, mh-goto-cur-msg)
666 (mh-process-or-undo-commands, mh-process-commands)
667 (mh-update-unseen, mh-delete-scan-msgs)
668 (mh-outstanding-commands-p): Move to new file mh-folder.el.
669 (mh-mapc, mh-colors-available-p, mh-colors-in-use-p)
670 (mh-make-local-vars, mh-coalesce-msg-list, mh-greaterp)
671 (mh-lessp): Move to mh-utils.el.
672 (mh-parse-flist-output-line, mh-folder-size-folder)
673 (mh-folder-size-flist, mh-folder-size, mh-add-sequence-notation)
674 (mh-remove-sequence-notation, mh-remove-cur-notation)
675 (mh-remove-all-notation, mh-delete-seq-locally)
676 (mh-read-folder-sequences, mh-read-msg-list)
677 (mh-notate-user-sequences, mh-internal-seqs, mh-internal-seq)
678 (mh-valid-seq-p, mh-delete-msg-from-seq, mh-catchup)
679 (mh-delete-a-msg-from-seq, mh-undefine-sequence)
680 (mh-define-sequence, mh-seq-containing-msg): Move to mh-seq.el.
681 (mh-xemacs-flag)
682 (mh-customize, mh-e, mh-alias, mh-folder, mh-folder-selection)
683 (mh-identity, mh-inc, mh-junk, mh-letter, mh-ranges)
684 (mh-scan-line-formats, mh-search, mh-sending-mail, mh-sequences)
685 (mh-show, mh-speedbar, mh-thread, mh-tool-bar, mh-hooks)
686 (mh-faces, mh-alias-completion-ignore-case-flag)
687 (mh-alias-expand-aliases-flag, mh-alias-flash-on-comma)
688 (mh-alias-insert-file, mh-alias-insertion-location)
689 (mh-alias-local-users, mh-alias-local-users-prefix)
690 (mh-alias-passwd-gecos-comma-separator-flag)
691 (mh-new-messages-folders, mh-ticked-messages-folders)
692 (mh-large-folder, mh-recenter-summary-flag)
693 (mh-recursive-folders-flag, mh-sortm-args)
694 (mh-default-folder-for-message-function, mh-default-folder-list)
695 (mh-default-folder-must-exist-flag, mh-default-folder-prefix)
696 (mh-identity-list, mh-auto-fields-list)
697 (mh-auto-fields-prompt-flag, mh-identity-default)
698 (mh-identity-handlers, mh-inc-prog, mh-inc-spool-list)
699 (mh-junk-choice, mh-junk-function-alist, mh-junk-choose)
700 (mh-junk-background, mh-junk-disposition, mh-junk-program)
701 (mh-compose-insertion, mh-compose-skipped-header-fields)
702 (mh-compose-space-does-completion-flag)
703 (mh-delete-yanked-msg-window-flag)
704 (mh-extract-from-attribution-verb, mh-ins-buf-prefix)
705 (mh-letter-complete-function, mh-letter-fill-column)
706 (mh-mml-method-default, mh-signature-file-name)
707 (mh-signature-separator-flag, mh-x-face-file, mh-yank-behavior)
708 (mh-interpret-number-as-range-flag, mh-adaptive-cmd-note-flag)
709 (mh-scan-format-file-check, mh-scan-format-file)
710 (mh-adaptive-cmd-note-flag-check, mh-scan-prog)
711 (mh-search-program, mh-compose-forward-as-mime-flag)
712 (mh-compose-letter-function, mh-compose-prompt-flag)
713 (mh-forward-subject-format, mh-insert-x-mailer-flag)
714 (mh-redist-full-contents-flag, mh-reply-default-reply-to)
715 (mh-reply-show-message-flag, mh-refile-preserves-sequences-flag)
716 (mh-tick-seq, mh-update-sequences-after-mh-show-flag)
717 (mh-bury-show-buffer-flag, mh-clean-message-header-flag)
718 (mh-decode-mime-flag, mh-display-buttons-for-alternatives-flag)
719 (mh-display-buttons-for-inline-parts-flag)
720 (mh-do-not-confirm-flag, mh-fetch-x-image-url)
721 (mh-graphical-smileys-flag, mh-graphical-emphasis-flag)
722 (mh-highlight-citation-style)
723 (mh-invisible-header-fields-internal)
724 (mh-delay-invisible-header-generation-flag)
725 (mh-invisible-header-fields, mh-invisible-header-fields-default)
726 (mh-invisible-header-fields-compiled, mh-invisible-headers)
727 (mh-lpr-command-format, mh-max-inline-image-height)
728 (mh-max-inline-image-width, mh-mhl-format-file)
729 (mh-mime-save-parts-default-directory, mh-print-background-flag)
730 (mh-show-maximum-size, mh-show-use-goto-addr-flag)
731 (mh-show-use-xface-flag, mh-store-default-directory)
732 (mh-summary-height, mh-speed-update-interval)
733 (mh-show-threads-flag, mh-tool-bar-search-function)
734 (mh-after-commands-processed-hook, mh-alias-reloaded-hook)
735 (mh-before-commands-processed-hook, mh-before-quit-hook)
736 (mh-before-send-letter-hook, mh-delete-msg-hook)
737 (mh-find-path-hook, mh-folder-mode-hook, mh-forward-hook)
738 (mh-inc-folder-hook, mh-insert-signature-hook)
739 (mh-kill-folder-suppress-prompt-hooks, mh-letter-mode-hook)
740 (mh-mh-to-mime-hook, mh-search-mode-hook, mh-quit-hook)
741 (mh-refile-msg-hook, mh-show-hook, mh-show-mode-hook)
742 (mh-unseen-updated-hook, mh-min-colors-defined-flag)
743 (mh-folder-address, mh-folder-body)
744 (mh-folder-cur-msg-number, mh-folder-date, mh-folder-deleted)
745 (mh-folder-followup, mh-folder-msg-number, mh-folder-refiled)
746 (mh-folder-sent-to-me-hint, mh-folder-sent-to-me-sender)
747 (mh-folder-subject, mh-folder-tick, mh-folder-to)
748 (mh-search-folder, mh-letter-header-field, mh-show-cc)
749 (mh-show-date, mh-show-from, mh-show-header, mh-show-pgg-bad)
750 (mh-show-pgg-good, mh-show-pgg-unknown, mh-show-signature)
751 (mh-show-subject, mh-show-to, mh-show-xface, mh-speedbar-folder)
752 (mh-speedbar-folder-with-unseen-messages)
753 (mh-speedbar-selected-folder)
754 (mh-speedbar-selected-folder-with-unseen-messages): Move here from
755 deprecated file mh-customize.el.
756
757 * mh-exec.el: Move content into mh-e.el and remove.
758
759 * mh-folder.el: New file. Contains mh-folder-mode from mh-e.el
760
761 * mh-funcs.el (mh-note-copied, mh-note-printed): Move to new file
762 mh-scan.el.
763 (mh-ephem-message, mh-help, mh-prefix-help): Move to mh-utils.el.
764
765 * mh-gnus.el (mm-uu-dissect-text-parts): Add.
766 (mh-mail-abbrev-make-syntax-table): Move to mh-utils.el and rename
767 to mail-abbrev-make-syntax-table.
768
769 * mh-identity.el (mh-identity-menu): New variable for existing
770 menu.
771 (mh-identity-make-menu-no-autoload): New alias for
772 mh-identity-make-menu which can be called from mh-e.el.
773 (mh-identity-list-set): Move to mh-e.el.
774 (mh-identity-add-menu): New function
775 (mh-insert-identity): Add optional argument maybe-insert so that
776 local variable mh-identity-local does not have to be visible.
777 (mh-identity-handler-default):
778
779 * mh-inc.el (mh-inc-spool-map): Move declaration to mh-e.el (with
780 rest of keymaps). Update key binding for ? to call mh-help with
781 help messages in new argument.
782 (mh-inc-spool-make-no-autoload): New alias for mh-inc-spool-make
783 which can be called from mh-e.el.
784 (mh-inc-spool-list-set): Simplify update of mh-inc-spool-map-help.
785
786 * mh-init.el: Move content into mh-e.el and remove.
787
788 * mh-junk.el: Update requires, untabify, and add mh-autoload
789 cookies.
790
791 * mh-letter.el: New file. Contains mh-letter-mode from mh-comp.el.
792
793 * mh-limit.el: New file. Contains display limit commands from
794 mh-mime.el.
795
796 * mh-mime.el: Rearrange for consistency with other files.
797 (mh-buffer-data, mh-mm-inline-media-tests): Move here from
798 mh-utils.el.
799 (mh-folder-inline-mime-part, mh-folder-save-mime-part)
800 (mh-folder-toggle-mime-part, mh-toggle-mime-buttons)
801 (mh-goto-next-button): Move here from mh-e.el.
802
803 * mh-print.el: Rearrange for consistency with other files.
804
805 * mh-scan.el: New file. Contains scan line constants and utilities
806 from XXX, mh-funcs, mh-utils.el.
807
808 * mh-search.el: Rearrange for consistency with other files.
809 (mh-search-mode-map): Drop C-c C-f {dr} bindings since these
810 fields which don't exist in the saved header. Replace C-c C-f f
811 with C-c C-f m per mail-mode consistency.
812 (mh-search-mode): Use mh-set-help instead of setting
813 mh-help-messages.
814
815 * mh-seq.el (mh-thread-message, mh-thread-container)
816 (mh-thread-id-hash, mh-thread-subject-hash, mh-thread-id-table)
817 (mh-thread-id-index-map, mh-thread-index-id-map)
818 (mh-thread-scan-line-map, mh-thread-scan-line-map-stack)
819 (mh-thread-subject-container-hash, mh-thread-duplicates)
820 (mh-thread-history, mh-thread-body-width)
821 (mh-thread-find-msg-subject mh-thread-initialize-hash)
822 (mh-thread-initialize, mh-thread-id-container)
823 (mh-thread-remove-parent-link, mh-thread-add-link)
824 (mh-thread-ancestor-p, mh-thread-get-message-container)
825 (mh-thread-get-message, mh-thread-canonicalize-id)
826 (mh-thread-prune-subject, mh-thread-container-subject)
827 (mh-thread-rewind-pruning, mh-thread-prune-containers)
828 (mh-thread-sort-containers, mh-thread-group-by-subject)
829 (mh-thread-process-in-reply-to, mh-thread-set-tables)
830 (mh-thread-update-id-index-maps, mh-thread-generate)
831 (mh-thread-inc, mh-thread-generate-scan-lines)
832 (mh-thread-parse-scan-line, mh-thread-update-scan-line-map)
833 (mh-thread-add-spaces, mh-thread-print-scan-lines)
834 (mh-thread-folder, mh-toggle-threads, mh-thread-forget-message)
835 (mh-thread-current-indentation-level, mh-thread-next-sibling)
836 (mh-thread-previous-sibling, mh-thread-immediate-ancestor)
837 (mh-thread-ancestor, mh-thread-find-children)
838 (mh-message-id-regexp, mh-thread-delete, mh-thread-refile): Move
839 to new file mh-thread.el.
840 (mh-subject-to-sequence, mh-subject-to-sequence-unthreaded)
841 (mh-subject-to-sequence-threaded, mh-edit-pick-expr)
842 (mh-pick-args-list, mh-narrow-to-subject, mh-narrow-to-from)
843 (mh-narrow-to-cc, mh-narrow-to-to, mh-narrow-to-header-field)
844 (mh-current-message-header-field, mh-narrow-to-range)
845 (mh-delete-subject, mh-delete-subject-or-thread): Move to new file
846 mh-limit.el.
847 (mh-iterate-on-messages-in-region, mh-iterate-on-range): Move to
848 mh-acros.el.
849 (mh-internal-seqs, mh-catchup, mh-delete-msg-from-seq)
850 (mh-internal-seq, mh-valid-seq-p, mh-seq-containing-msg)
851 (mh-define-sequence, mh-undefine-sequence)
852 (mh-delete-a-msg-from-seq, mh-delete-seq-locally)
853 (mh-folder-size, mh-folder-size-flist, mh-folder-size-folder)
854 (mh-parse-flist-output-line, mh-read-folder-sequences)
855 (mh-read-msg-list, mh-notate-user-sequences)
856 (mh-remove-cur-notation, mh-add-sequence-notation)
857 (mh-remove-sequence-notation, mh-remove-all-notation): Move here
858 from mh-e.el.
859 (mh-make-seq, mh-seq-name, mh-find-seq, mh-seq-to-msgs)
860 (mh-add-msgs-to-seq, mh-notate): Move here from mh-utils.el.
861
862 * mh-show.el: New file. Contains mh-show-mode from mh-utils.el.
863
864 * mh-speed.el: Rearrange for consistency with other files.
865
866 * mh-thread.el: New file. Contains threading code from mh-seq.el.
867
868 * mh-tool-bar.el: New file. Contains tool bar creation code from
869 deprecated file mh-customize.el.
870
871 * mh-utils.el (recursive-load-depth-limit): Remove setting. No
872 longer needed.
873 (mh-scan-msg-number-regexp, mh-scan-msg-overflow-regexp)
874 (mh-scan-msg-format-regexp, mh-scan-msg-format-string)
875 (mh-scan-msg-search-regexp, mh-cmd-note, mh-note-seq)
876 (mh-update-scan-format, mh-msg-num-width): Move to new file
877 mh-scan.el.
878 (mh-show-buffer-mode-line-buffer-id, mh-letter-header-font-lock)
879 (mh-header-field-font-lock, mh-header-to-font-lock)
880 (mh-header-cc-font-lock, mh-header-subject-font-lock)
881 (mh-show-font-lock-keywords)
882 (mh-show-font-lock-keywords-with-cite)
883 (mh-show-font-lock-fontify-region)
884 (mh-gnus-article-highlight-citation, mh-showing-with-headers)
885 (mh-start-of-uncleaned-message, mh-invalidate-show-buffer)
886 (mh-unvisit-file, mh-defun-show-buffer, mh-show-mode-map)
887 (mh-show-sequence-menu, mh-show-message-menu)
888 (mh-show-folder-menu, mh-show-mode, mh-show-addr)
889 (mh-maybe-show, mh-show, mh-show-msg, mh-show-unquote-From)
890 (mh-msg-folder, mh-display-msg, mh-clean-msg-header): Move to new
891 file mh-show.el.
892 (mh-mail-header-separator, mh-signature-separator-regexp)
893 (mh-signature-separator, mh-globals-hash, mh-user-path)
894 (mh-draft-folder, mh-unseen-seq, mh-previous-seq, mh-inbox)
895 (mh-previous-window-config, mh-current-folder mh-show-buffer)
896 (mh-showing-mode, mh-show-mode-map, mh-show-folder-buffer)
897 (mh-showing-mode, mh-seq-list, mh-seen-list, mh-summary-height)
898 (mh-list-to-string, mh-list-to-string-1): Move to mh-e.el.
899 (mh-buffer-data, mh-mm-inline-media-tests): Move to mh-mime.el.
900 (mh-address-mail-regexp, mh-goto-address-find-address-at-point):
901 Move to mh-alias.el.
902 (mh-letter-font-lock-keywords): Move to new file mh-letter.el.
903 (mh-folder-filename, mh-msg-count, mh-recenter, mh-msg-filename)
904 (mh-show-mouse, mh-modify, mh-goto-msg, mh-set-folder-modified-p):
905 Move to new file mh-folder.el.
906 (with-mh-folder-updating, mh-in-show-buffer)
907 (mh-do-at-event-location, mh-seq-msgs): Moved to mh-acros.el.
908 (mh-make-seq, mh-seq-name, mh-notate, mh-find-seq)
909 (mh-seq-to-msgs, mh-add-msgs-to-seq, mh-canonicalize-sequence):
910 Moved to mh-seq.el.
911 (mh-show-xface-function, mh-uncompface-executable, mh-face-to-png)
912 (mh-uncompface, mh-icontopbm, mh-face-foreground-compat)
913 (mh-face-background-compat, mh-face-display-function)
914 (mh-show-xface, mh-picon-directory-list)
915 (mh-picon-existing-directory-list)
916 (mh-picon-cache, mh-picon-image-types)
917 (mh-picon-set-directory-list, mh-picon-get-image)
918 (mh-picon-file-contents, mh-picon-generate-path)
919 (mh-x-image-cache-directory, mh-x-image-scaling-function)
920 (mh-wget-executable, mh-wget-choice, mh-wget-option)
921 (mh-x-image-temp-file, mh-x-image-url, mh-x-image-marker)
922 (mh-x-image-url-cache-file, mh-x-image-scale-with-pnm)
923 (mh-x-image-scale-with-convert)
924 (url-unreserved-chars, url-hexify-string)
925 (mh-x-image-url-cache-canonicalize)
926 (mh-x-image-set-download-state, mh-x-image-get-download-state)
927 (mh-x-image-url-fetch-image, mh-x-image-display)
928 (mh-x-image-scale-and-display, mh-x-image-url-sane-p)
929 (mh-x-image-url-display): Move to new file mh-xface.el.
930 (mh-logo-display): Call mh-image-load-path.
931 (mh-find-path-run, mh-find-path): Move here from deprecated file
932 mh-init.el.
933 (mh-help-messages): Now an alist of modes to an alist of messages.
934 (mh-set-help): New function used to set mh-help-messages
935 (mh-help): Adjust for new format of mh-help-messages. Add
936 help-messages argument.
937 (mh-prefix-help): Refactor to use mh-help.
938 (mh-coalesce-msg-list, mh-greaterp, mh-lessp): Move here from
939 mh-e.el.
940 (mh-clear-sub-folders-cache): New function added to avoid exposing
941 mh-sub-folders-cache variable.
942
943 * mh-xface.el: New file. Contains X-Face and Face header field
944 display routines from mh-utils.el.
945
fe778a12
BW
9462006-01-17 Bill Wohler <wohler@newt.com>
947
948 * mh-acros.el (assoc-string): Fix typo in argument.
949
8d2aa237
BW
9502006-01-16 Bill Wohler <wohler@newt.com>
951
1e4db53b
BW
952 * mh-acros.el (require): Remove defadvice of require as defadvice
953 is verboten within Emacs and our implementation was returning the
954 wrong value from require. Upcoming restructuring should make this
955 unnecessary.
956 (mh-assoc-ignore-case): Replace with defsubst assoc-string.
957
958 * mh-alias.el (mh-alias-local-users, mh-alias-reload,
959 mh-alias-expand, mh-alias-minibuffer-confirm-address): Use it.
960
961 * mh-identity.el (mh-identity-field-handler): Use it.
962
8d2aa237
BW
963 * mh-comp.el (mh-show-buffer-message-number): Replace (car
964 (read-from-string string) with (string-to-number string).
965
966 * mh-e.el (mh-parse-flist-output-line, mh-folder-size-folder):
967 Ditto.
968
969 * mh-mime.el (mh-mml-forward-message): Ditto.
970
971 * mh-search.el (mh-swish-next-result, mh-mairix-next-result)
972 (mh-namazu-next-result, mh-grep-next-result, mh-md5sum-parser)
973 (mh-openssl-parser, mh-index-update-maps): Ditto.
974
975 * mh-seq.el (mh-translate-range, mh-narrow-to-header-field)
976 (mh-thread-generate): Ditto.
977
0af7621b 9782006-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
9ac2e4e5
MB
979
980 * mh-mime.el (mh-mime-display, mh-mm-inline-message): Fix use of
0af7621b
BW
981 mm- functions for proper text=flowed handling (addresses SF
982 #1273521).
9ac2e4e5 983
30f24016
BW
9842006-01-15 Bill Wohler <wohler@newt.com>
985
fc77df2c
BW
986 * mh-e.el (mh-limit-map, mh-help-messages): Change keybinding of
987 mh-narrow-to-from from / f to / m; mh-narrow-to-range from / r to
988 / g.
989
990 * mh-utils.el (mh-show-limit-map): Ditto.
991
98eab4e4
BW
992 * mh-exec.el: Require mh-acros, mh-buffers, and mh-utils for
993 standalone compile.
994 (mh-progs, mh-lib, mh-lib-progs): Move here from mh-init.el.
995
996 * mh-init.el (mh-progs, mh-lib, mh-lib-progs): Move to mh-exec.el,
997 where they are used.
998
30f24016
BW
999 * mh-comp.el (mh-pgp-support-flag): Move here from mh-utils.el;
1000 needed to help remove dependency on mh-utils.
1001
1002 * mh-exec.el: New file. Move process support routines here from
1003 mh-utils.el.
1004
1005 * mh-init.el (mh-utils): Remove require.
1006 (mh-exec): Add require.
1007 (mh-profile-component, mh-profile-component-value): Move here from
1008 mh-utils.el.
1009
1010 * mh-utils.el (mh-pgp-support-flag): Move to mh-comp.el to reduce
1011 dependencies on mh-utils.el.
1012 (mh-profile-component, mh-profile-component-value): Move to
1013 mh-init.el since that's the only place that uses them. (Other than
1014 mh-alias.el; I'm thinking that mh-find-path can set variable from
1015 the Aliasfile component like it does the other components).
1016 (mh-index-max-cmdline-args, mh-xargs, mh-quote-for-shell)
1017 (mh-exec-cmd, mh-exec-cmd-error, mh-exec-cmd-daemon)
1018 (mh-exec-cmd-env-daemon, mh-process-daemon, mh-exec-cmd-quiet)
1019 (defvar, mh-exec-cmd-output)
1020 (mh-exchange-point-and-mark-preserving-active-mark)
1021 (mh-exec-lib-cmd-output, mh-handle-process-error): Move to new
1022 file mh-exec.el so that mh-init.el doesn't have to depend on
1023 mh-utils.el, breaking circular dependency.
1024
1025 * mh-alias.el:
1026 * mh-customize.el:
1027 * mh-e.el:
1028 * mh-funcs.el:
1029 * mh-gnus.el:
1030 * mh-identity.el:
1031 * mh-inc.el:
1032 * mh-junk.el:
1033 * mh-mime.el:
1034 * mh-print.el:
1035 * mh-search.el:
1036 * mh-seq.el:
1037 * mh-speed.el: Added debugging statements (commented out) around
1038 requires to help find dependency loops. Will remove them when
1039 issues are resolved.
1040
a4d7cec3
BW
10412006-01-14 Bill Wohler <wohler@newt.com>
1042
1043 * mh-customize.el (mh-index): Rename group to mh-search and sort
1044 group definition and options accordingly.
1045 (mh-index-program): Rename to mh-search-program.
1046 (mh-kill-folder-suppress-prompt-hooks): Rename mh-index-p to
1047 mh-search-p.
1048 (mh-search-mode-hook): Change group from mh-index to mh-search.
1049 (mh-index-folder): Rename to mh-search-folder. Change group from
1050 mh-index to mh-search.
1051
1052 * mh-e.el (mh-folder-font-lock-keywords): Rename mh-index-folder
1053 to mh-search-folder.
1054
1055 * mh-search.el (mh-indexer) Rename to mh-searcher. The commands
1056 pick and grep are searchers too but aren't indexed.
1057 (mh-index-execute-search-function): Rename to mh-search-function.
1058 (mh-index-next-result-function): Rename to
1059 mh-search-next-result-function.
1060 (mh-index-regexp-builder): Rename to mh-search-regexp-builder.
1061 (mh-search): Since redo-search-flag defaults to nil and is of
1062 lesser importance, make it an optional argument and place it after
1063 the folder and search-regexp arguments. Sync docstring with
1064 manual.
1065 (mh-search-mode-map): Autoload so that keys are shown in help even
1066 before mh-search is loaded.
1067 (mh-search-mode): Sync docstring with manual.
1068 (mh-index-do-search): Rename argument indexer to searcher. Sync
1069 docstring with manual.
1070 (mh-pick-do-search): Sync docstring with manual.
1071 (mh-index-p): Rename to mh-search-p.
1072 (mh-indexer-choices): Rename to mh-search-choices.
1073 (mh-index-choose): Rename to mh-search-choose. Rename argument
1074 indexer to searcher.
1075 (mh-swish++-execute-search, mh-swish-execute-search)
1076 (mh-mairix-execute-search, mh-namazu-execute-search): Drop "and
1077 read the results" from docstring since these functions don't.
1078 (mh-pick-execute-search, mh-grep-execute-search): Sync docstring
1079 with manual.
1080 (mh-index-generate-pretty-name): Prune -search from string so that
1081 folder names for pick searches are the same as those of other
1082 searches.
1083
11db987f
BW
10842006-01-13 Bill Wohler <wohler@newt.com>
1085
4501e6fb
BW
1086 * mh-acros.el (require): Added Satyaki's comment regarding what
1087 needs to happen to remove this defadvice which caused a little
1088 discussion on emacs-devel today (see Subject: mh-e/mh-acros.el
1089 advices `require' incorrectly).
1090
11db987f
BW
1091 * mh-search.el (mh-index-next-result-function): Add format to
1092 docstring.
1093 (mh-mairix-next-result): Use nil instead of () which doesn't stand
1094 out as well.
1095 (mh-pick-execute-search): Operate across all folders if no folder
1096 given and recurse folder(s).
1097 (mh-pick-next-result): Handle new output.
1098
1099 * mh-utils.el: (mh-collect-folder-names): Fix docstring.
1100 (mh-children-p, mh-folder-list): New functions.
1101
44140699
BW
11022006-01-12 Bill Wohler <wohler@newt.com>
1103
1104 * mh-search.el: New file containing contents of mh-index.el and
1105 mh-pick.el. C-c C-c launches your mh-index-program; C-c C-p runs
1106 pick. Pick no longer sets the "search" sequence. Instead, it
1107 brings up a folder view that we're accustomed to. (closes SF
1108 #829207).
1109 (mh-index-search): Rename to mh-search.
1110 (mh-pick-menu): Rename menu from Pick to Search. Rename Execute
1111 the Search to Perform Search and call mh-do-search. Add Search
1112 with Pick menu item.
1113 (mh-do-search): Delete.
1114 (mh-search-mode): Rename from mh-pick-mode.
1115 (MH-Search): Rename mode from MH-Pick.
1116 (mh-search-mode-map): Rename from mh-pick-mode-map.
1117 (mh-search-mode-help-messages): Rename from
1118 mh-pick-mode-help-messages.
1119 (mh-index-choose): Don't reuse the last value of mh-indexer; when
1120 mh-pick-do-search sets it to 'pick, we don't necessarily want to
1121 stay with that choice!
1122
1123 * mh-index.el:
1124 * mh-pick.el: Merge into mh-search.el and delete.
1125
1126 * mh-customize.el (mh-index-program): Change mh-index-search to
1127 mh-search in docstring.
1128 (mh-tool-bar-search-function): Change default from
1129 mh-search-folder to mh-search. Remove mh-search-folder as choice
1130 and rename mh-index-search choice to mh-search. Fix docstring.
1131 (mh-pick-mode-hook): Rename to mh-search-mode-hook and change
1132 mh-search-folder to mh-search in docstring.
1133
1134 * mh-e.el (mh-folder-folder-menu): Delete Search a Folder. Change
1135 Indexed Search to Search. Use mh-search instead of
1136 mh-index-search.
1137 (mh-folder-map): Delete i (mh-index-search) keybinding. Change s
1138 from mh-show-search-folder to mh-search.
1139
1140 * mh-seq.el (mh-put-msg-in-seq): Fix docstring now that
1141 mh-search-folder no longer creates the search sequence.
1142
1143 * mh-utils.el (mh-show-search-folder): Delete.
1144 (mh-show-folder-map): Delete i (mh-index-search) keybinding.
1145 Change s from mh-show-search-folder to mh-search.
1146 (mh-show-folder-menu): Delete Search a Folder. Change Indexed
1147 Search to Search. Use mh-search instead of mh-index-search.
1148 (mh-index-max-cmdline-args, mh-xargs, mh-quote-for-shell): Move
1149 here from deleted mh-index.el.
1150
e1fbc812
BW
11512006-01-11 Bill Wohler <wohler@newt.com>
1152
549afb31
BW
1153 * mh-acros.el (mh-defun-compat, mh-defmacro-compat): Move here
1154 from mh-gnus.el.
1155
1156 * mh-gnus.el: Require mh-acros.
1157 (mh-defmacro-compat, mh-defun-compat): Move to mh-acros.el.
1158
1159 * mh-utils.el (mh-x-image-url-cache-canonicalize): Use
1160 url-hexify-string to remove special characters from filenames
1161 (closes SF #1396499). Note that this invalidates the existing
1162 names in your cache so you might as well remove
1163 ~/Mail/.mhe-x-image-cache/* now.
1164 (url-unreserved-chars, url-hexify-string): Define if not defined.
1165 Copied from url-util.el in Emacs22 for Emacs 21.
1166
9c2cf222
BW
1167 * mh-buffers.el: New file. Contains constants and code from
1168 mh-index.el and mh-utils.el.
1169
1170 * mh-alias.el:
1171 * mh-comp.el:
1172 * mh-e.el:
1173 * mh-funcs.el:
1174 * mh-init.el:
1175 * mh-junk.el:
1176 * mh-mime.el:
1177 * mh-print.el:
1178 * mh-seq.el: Require new file mh-buffers.el.
1179
1180 * mh-index.el: Require new file mh-buffers.el.
1181 (mh-index-temp-buffer, mh-checksum-buffer): Move to new file
1182 mh-buffers.el.
1183
1184 * mh-utils.el: Require new file mh-buffers.el.
1185 (mh-temp-buffer, mh-temp-fetch-buffer)
1186 (mh-aliases-buffer, mh-folders-buffer, mh-help-buffer)
1187 (mh-info-buffer, mh-log-buffer, mh-mail-delivery-buffer)
1188 (mh-recipients-buffer, mh-sequences-buffer, mh-log-buffer-lines)
1189 (mh-truncate-log-buffer): Move to new file mh-buffers.el.
1190
00b6a079
BW
1191 * mh-comp.el (mh-forward): Cosmetics on prompt when draft exists.
1192 (mh-send-letter): Add -msgid to mh-send-args (closes SF #725425).
1193
191c8741
BW
11942006-01-10 Bill Wohler <wohler@newt.com>
1195
c2134792 1196 * mh-comp.el (mh-insert-letter): If you choose a different folder,
e1fbc812
BW
1197 the cur message is used. Sync docstring with manual (closes SF
1198 #1205890).
c2134792
BW
1199
1200 * mh-mime.el (mh-compose-forward): Use standard range argument
1201 instead of messages. Use more powerful mh-read-range instead of
1202 read-string. Sync docstring with manual (close SF #1205890).
1203
191c8741
BW
1204 * mh-index.el (mh-index-search): Checking mh-find-path-run is
1205 unnecessary.
2898111c
BW
1206 (mh-index-next-folder): Don't back up a line when going backwards
1207 since this skips the current folder heading if point is on the
1208 first message after the folder heading (closes SF #1126188).
191c8741
BW
1209
1210 * mh-init.el (mh-sys-path): Co-locate with mh-variants, which uses
1211 it.
1212 (mh-variants): Note variable isn't meant to be accessed directly;
1213 use function mh-variants instead.
1214 (mh-variant-info, mh-variant-mh-info, mh-variant-mu-mh-info)
1215 (mh-variant-nmh-info): Co-locate next to mh-variants, which uses
1216 them. Updated to use mh-file-command-p which is more accurrate
1217 than file-executable-p which returns t for directories.
1218 (mh-file-command-p): Move here from mh-utils, since
1219 mh-variant-*-info are the only functions to use it.
1220 (mh-variant-set, mh-variant-set-variant, mh-variant-p): Use
1221 function mh-variants instead of variable. More robust.
1222 (mh-find-path-run): Move here from mh-utils.el. Mention that
1223 checking this variable is unnecessary.
1224 (mh-find-path): Move here from mh-utils.el. With the advent of MH
1225 variants and an mhparam command that doesn't work if there isn't
1226 an MH profile, we can't get libdir for running install-mh. So
1227 don't bother. If there's an issue with the environment, direct the
1228 user to install MH and run install-mh (closes SF #835192). Don't
1229 read ~/.mh_profile directly. Use mh-profile-component which uses
1230 mhparam (closes SF #1016027).
1231
1232 * mh-utils.el (mh-get-profile-field): Rename to
1233 mh-profile-component-value. Add colon to search removing
1234 unnecessary addition of colon to field in mh-profile-component.
1235 (mh-profile-component): Modify call to mh-profile-component-value
1236 accordingly. Move next to mh-profile-component-value.
1237 (mh-find-path-run, mh-find-path, mh-file-command-p): Move to
1238 mh-init.el. It makes sense that code that is only run once per
1239 session (more or less) is in mh-init.el rather than cluttering
1240 mh-utils.el.
1241 (mh-no-install, mh-install): Delete.
1242
1243 * mh-customize.el (mh-folder-msg-number):
1244 * mh-mime.el (mh-file-mime-type): Removed trailing whitespace.
1245
04f6a2d1
BW
12462006-01-09 Bill Wohler <wohler@newt.com>
1247
b981c52c
BW
1248 * mh-init.el (mh-variant-mu-mh-info, mh-variant-nmh-info): Applied
1249 patch from Satyaki from SF #1016027.
1250
8f9efec8
BW
1251 * mh-e.el (mh-rescan-folder): Try to keep cursor at current
1252 message, even if cur sequence is no longer present (closes SF
1253 #1207247).
1254
b6d8f743
BW
1255 * mh-comp.el: Use ";; Shush compiler." comment consistently per
1256 Mark's suggestion.
1257 (mh-letter-mode): Derive from mail-mode and delete code copied
1258 from mail-mode (closes SF #1385571). Mention mail-mode-hook in
1259 docstring.
1260 (mh-fill-paragraph-function): Delete. Handled by mail-mode.
1261 (mh-to-field-choices): For consistency with mail-mode, add "a" for
1262 "Mail-Reply-To:", "l" for "Mail-Followup-To:", and "r" for
1263 "Reply-To:". Change "r" to "m" for "From:" (closes SF #1400139).
1264 (mh-to-fcc): Move setting of folder argument to interactive
1265 argument as is the norm.
1266 (mh-letter-complete-function-alist): Add mail-reply-to.
1267 (mh-letter-mode-map): Add keys for mh-to-field (Mail-Reply-To,
1268 Mail-Followup-To, Reply-To, From).
1269
90866475
BW
1270 * mh-customize.el: Use ";; Forward definition." consistently.
1271 Comment declaration to remind programmer to update forward
1272 definition if default changes.
1273
04f6a2d1
BW
1274 * mh-funcs.el:
1275 * mh-inc.el:
1276 * mh-init.el:
1277 * mh-mime.el:
1278 * mh-seq.el:
1279 * mh-utils.el: Use ";; Shush compiler." comment consistently per
1280 Mark's suggestion.
1281
7094eefe
BW
12822006-01-08 Bill Wohler <wohler@newt.com>
1283
1284 Removed code that was marked as Emacs 20 compatible that was
1285 easily found showing how important it is to document such
1286 things (closes SF #1359240). Feel free to nuke any other Emacs 20
1287 peculiarities that you find. Wrapped code for shushing compiler
1288 with (eval-when-compile), sometimes moving the defvars closer to
1289 where they were used.
1290
1291 * mh-alias.el (mh-alias-gecos-name): Use replace-regexp-in-string
1292 instead of mh-replace-in-string as mh-replace-in-string was
1293 replaced by a more appropriate defsubst in mh-xemacs.el.
1294
1295 * mh-comp.el: Require cleanup, wrap compiler-shushing defvars with
1296 eval-when-compile.
1297 (mh-file-is-vcard-p): Removed redundant test.
1298
1299 * mh-customize.el: Require cleanup, wrap compiler-shushing defvars
1300 with eval-when-compile.
1301 (mh-adaptive-cmd-note-flag, mh-invisible-header-fields)
1302 (mh-invisible-header-fields-default): Add forward definitions.
1303 (mh-invisible-header-fields-default): Alphabetize.
1304
1305 * mh-e.el: Require cleanup, wrap compiler-shushing defvars with
1306 eval-when-compile.
1307 (mh-thread-scan-line-map-stack, tool-bar-mode): Delete unused
1308 variables.
1309 (mh-colors-available-p): Just call display-color-cells. It's on
1310 all supported Emacsen (and defaliased on XEmacs).
1311
1312 * mh-funcs.el:
1313 * mh-inc.el:
1314 * mh-init.el: Wrap compiler-shushing defvars with
1315 eval-when-compile.
1316
1317 * mh-identity.el: Don't need (mh-require-cl).
1318
1319 * mh-index.el: Don't need to load executable any more.
1320
1321 * mh-mime.el: Wrap compiler-shushing defvars with
1322 eval-when-compile.
1323 (mh-have-file-command): Initialize variable to 'undefined. Add
1324 docstring. Update function of same name accordingly. Also don't
1325 need to load executable any more.
1326 (mh-mime-content-types): Delete.
1327 (mh-minibuffer-read-type): Prompt user for type if
1328 mh-file-mime-type returns application/octet-stream. Assume we have
1329 mailcap-mime-types.
1330 (mh-mime-display): Update error message.
1331
1332 * mh-seq.el: Require cleanup, and wrap compiler-shushing defvars
1333 with eval-when-compile.
1334
1335 * mh-utils.el: Require cleanup, and wrap compiler-shushing defvars
1336 with eval-when-compile.
1337 (mh-clean-msg-header): Don't set after-change-functions to nil.
1338 (mh-replace-in-string): Remove. Create defsubst in mh-xemacs.el
1339 instead.
1340
98b7b7ed
BW
13412006-01-07 Bill Wohler <wohler@newt.com>
1342
3af622d5
BW
1343 * mh-customize.el: Updated Faces documentation in header.
1344 (mh-invisible-header-fields-internal): Add X-Lumos-SenderID,
1345 X-Return-Path-Hint, and X-Roving-* from Roving ConstantContact.
1346
98b7b7ed
BW
1347 * mh-mime.el (mh-mml-tag-present-p): Update regexp to handle <mml>
1348 tags inserted by Gnus gnus-summary-mail-forward (closes SF
1349 #1399307).
1350
836f2863
MB
13512006-01-03 Mark D. Baushke <mdb@gnu.org>
1352
1353 * mh-e.el (mh-delete-a-msg): Fix whitespace nit.
1354 * mh-index.el (mh-mairix-execute-search): Fix symbol quote.
1355
e69d4e02
BW
13562006-01-03 Bill Wohler <wohler@newt.com>
1357
f9c53c97
BW
1358 * mh-alias.el (mh-alias-add-alias): Grand message and error string
1359 unification. Use single sentence if possible by using semicolon.
1360 Don't end message with punctuation. Don't need format with
1361 message. Quote messages as in docstrings: use `' around symbols,
1362 \" for option choices. Don't use quotes around %s.
1363
1364 * mh-comp.el (mh-complete-word): Ditto.
1365
1366 * mh-customize.el (mh-adaptive-cmd-note-flag-check)
1367 (mh-scan-format-file-check): Ditto.
1368
1369 * mh-e.el (mh-refile-or-write-again, mh-previous-unread-msg)
1370 (mh-delete-a-msg, mh-refile-a-msg, mh-next-unread-msg)
1371 (mh-msg-num-width-to-column): Ditto.
1372
1373 * mh-identity.el (mh-identity-field-handler): Ditto.
1374
1375 * mh-index.el (mh-mairix-execute-search)
1376 (mh-swish-execute-search, mh-swish++-execute-search)
1377 (mh-namazu-execute-search): Ditto.
1378
1379 * mh-init.el (mh-variant-set): Ditto.
1380
1381 * mh-mime.el (mh-mh-to-mime-undo, mh-mml-forward-message)
1382 (mh-secure-message, mh-mime-display): Ditto.
1383
1384 * mh-pick.el (mh-search-folder, mh-pick-construct-regexp): Ditto.
1385
1386 * mh-seq.el (mh-narrow-to-seq, mh-put-msg-in-seq, mh-read-seq)
1387 (mh-read-range, mh-thread-container-subject): Ditto.
1388
1389 * mh-utils.el (mh-x-image-scale-and-display)
1390 (mh-prompt-for-folder, mh-handle-process-error)
1391 (mh-list-to-string-1): Ditto.
1392
078cb314
BW
1393 * mh-comp.el (mh-reply): Use standard default notation in
1394 prompts (closes SF #1275933).
1395
1396 * mh-mime.el (mh-mime-save-parts): Ditto.
1397
1398 * mh-seq.el (mh-read-seq, mh-read-range): Ditto.
1399
355ebcbf
BW
1400 * mh-customize.el (mh-folder-msg-number): Snow is actually
1401 off-white on low color displays which turns to white when bold.
1402 This is unreadable on white backgrounds. Use snow with min-colors
1403 requirement. Use cyan on low-color displays.
1404
1405 * mh-init.el (mh-defface-compat): On low-color displays, delete
1406 the high-color display rather than simply strip the min-colors
1407 requirement since the existing algorithm shadowed the desired
1408 display on low-color displays.
1409
e69d4e02
BW
1410 * mh-alias.el (mh-alias-add-alias): Remove leading * from
1411 docstring.
1412
af435184
BW
14132006-01-02 Bill Wohler <wohler@newt.com>
1414
1415 * mh-alias.el (mh-alias-grab-from-field): Remove leading * from
1416 docstring. Does this mean something in a defun?
1417
1418 * mh-customize.el (bw-new-face-to-old, bw-old-face-to-new):
1419 Checkdoc fix.
1420
1421 * mh-e.el (mh-inc-folder): Rename maildrop-name argument to file
1422 so it reads better in docstring and manual. Sync docstring with
1423 manual.
1424
1425 * mh-init.el (mh-defface-compat): Remove trailing space (checkdoc).
1426
1427 * mh-alias.el (mh-alias-apropos): Sync docstring with manual.
1428
1429 * mh-comp.el (mh-redistribute, mh-to-field, mh-to-fcc)
1430 (mh-insert-auto-fields, mh-send-letter, mh-yank-cur-msg)
1431 (mh-fully-kill-draft, mh-open-line, mh-letter-complete)
1432 (mh-letter-complete-or-space, mh-letter-confirm-address)
1433 (mh-letter-next-header-field-or-indent)
1434 (mh-letter-previous-header-field): Ditto.
1435
1436 * mh-customize.el (mh-alias-completion-ignore-case-flag)
1437 (mh-default-folder-for-message-function, mh-mml-method-default)
1438 (mh-signature-file-name, mh-yank-behavior, mh-show-hook)
1439 (mh-show-mode-hook) Ditto.
1440
1441 * mh-e.el (mh-refile-or-write-again, mh-toggle-showing): Ditto.
1442
1443 * mh-funcs.el (mh-pipe-msg, mh-sort-folder, mh-undo-folder)
1444 (mh-store-msg, mh-store-buffer): Ditto
1445
1446 * mh-index.el (mh-index-search, mh-index-do-search)
1447 (mh-index-next-folder, mh-index-sequenced-messages): Ditto.
1448
1449 * mh-junk.el (mh-spamassassin-blacklist): Ditto.
1450
1451 * mh-mime.el (mh-mh-compose-external-compressed-tar)
1452 (mh-mh-compose-external-type, mh-mh-to-mime, mh-mh-to-mime-undo)
1453 (mh-mml-secure-message-sign, mh-mml-secure-message-encrypt)
1454 (mh-mml-secure-message-signencrypt): Ditto
1455
1456 * mh-pick.el (mh-search-folder): Ditto.
1457
1458 * mh-seq.el (mh-widen): Ditto.
1459
1460 * mh-utils.el (mh-show, mh-modify): Ditto.
1461
285d1e0c
MB
14622006-01-02 Mark D. Baushke <mdb@gnu.org>
1463
1464 * mh-mime.el (mh-mml-unsecure-message): Remove unused argument.
1465
d49ed7d4
BW
14662006-01-01 Bill Wohler <wohler@newt.com>
1467
1468 * mh-customize.el: Sync docstrings with manual for faces and sort
1469 them alphabetically.
1470 (mh-faces): Move below mh-hooks.
1471 (mh-folder-faces, mh-index-faces, mh-letter-faces)
1472 (mh-show-faces, mh-speed-faces): Delete. Organize faces like
1473 hooks.
1474 (mh-speed-update-interval): Fix group (mh-speedbar, not mh-speed).
1475 (facemenu-unlisted-faces): Might as well ignore all MH-E faces.
1476 (mh-folder-body-face, mh-folder-cur-msg-face)
1477 (mh-folder-cur-msg-number-face, mh-folder-date-face)
1478 (mh-folder-followup-face, mh-folder-msg-number-face)
1479 (mh-folder-deleted-face, mh-folder-refiled-face)
1480 (mh-folder-subject-face, mh-folder-address-face)
1481 (mh-folder-scan-format-face, mh-folder-to-face)
1482 (mh-index-folder-face, mh-show-cc-face, mh-show-date-face)
1483 (mh-show-header-face, mh-show-pgg-good-face)
1484 (mh-show-pgg-unknown-face, mh-show-pgg-bad-face)
1485 (mh-show-to-face, mh-show-from-face, mh-show-subject-face):
1486 Delete.
1487 (mh-folder-cur-msg): Unused. Delete.
1488 (mh-folder-address): Use defface; inherit from mh-folder-subject.
1489 (mh-folder-body, mh-folder-cur-msg-number, mh-folder-date):
1490 Inherit from mh-folder-msg-number.
1491 (mh-folder-deleted): Use defface. Inherit from
1492 mh-folder-msg-number.
1493 (mh-folder-sent-to-me-hint): New face. Inherit from
1494 mh-folder-date.
1495 (mh-folder-sent-to-me-sender): Rename from mh-folder-scan-format.
1496 Use defface. Inherit from mh-folder-followup.
1497 (mh-show-xface): Inherit from mh-show-from and highlight.
1498 (bw-face-generation, bw-toggle-faces)
1499 (bw-new-face-to-old, bw-old-face-to-new): New (tempoarary)
1500 variables, functions for toggling between old and new faces.
1501
1502 * mh-e.el (font-lock-auto-fontify, font-lock-defaults): Hide in
1503 eval-when-compile. We should probably do this throughout.
1504 (mh-scan-good-msg-regexp, mh-scan-deleted-msg-regexp)
1505 (mh-scan-refiled-msg-regexp, mh-scan-cur-msg-number-regexp)
1506 (mh-scan-date-regexp, mh-scan-rcpt-regexp, mh-scan-body-regexp)
1507 (mh-scan-subject-regexp): Sync docstrings with manual
1508 (mh-scan-format-regexp): Rename to
1509 mh-scan-sent-to-me-sender-regexp. Drop date parenthesized
1510 expression. Make expression more like the others (anchored at the
1511 beginning of line). Sync docstrings with manual.
1512 (mh-folder-font-lock-keywords): Use faces directly rather than
1513 -face variables. Use mh-scan-sent-to-me-sender-regexp instead of
1514 mh-scan-format-regexp, and within that expression, use faces
1515 mh-folder-sent-to-me-hint and mh-folder-sent-to-me-sender instead
1516 of mh-folder-date-face and mh-folder-scan-format-face which were
1517 misleading.
1518
1519 * mh-mime.el (mh-mime-security-button-face): Use faces directly
1520 rather than -face variables.
1521
1522 * mh-utils.el (mh-show-font-lock-keywords): Use faces directly
1523 rather than -face variables.
1524 (mh-face-foreground-compat, mh-face-background-compat): New macros.
1525 (mh-face-display-function): Use mh-face-foreground-compat and
1526 mh-face-background-compat to use inherited attributes of
1527 mh-show-xface on Emacs 22 while still working on Emacs 21.
1528
0d887b77
BW
15292005-12-28 Bill Wohler <wohler@newt.com>
1530
1531 * mh-comp.el (mh-e-user-agent): Move here from simple.el. Use
1532 mh-user-agent-compose instead of mh-smail-batch.
1533
13fe29bd
BW
15342005-12-27 Bill Wohler <wohler@newt.com>
1535
1536 * mh-utils.el (mh-prompt-for-folder): Use can-create argument to
1537 suppress creation of folder if it doesn't exist.
1538
2bd87afb
SM
15392005-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
1540
1541 * mh-utils.el (mh-process-daemon): Don't change buffer in proc-filter.
1542
5a4aad03
BW
15432005-12-23 Bill Wohler <wohler@newt.com>
1544
7ba8dffd
BW
1545 * mh-e.el (mh-folders-changed): Fix typo in docstring.
1546
13fe29bd
BW
1547 Follow MH-E Developers Guide conventions. Use `' quotes for Help
1548 hyperlinks such as symbols, Info nodes, or URLs. Use \" quotes for
1549 everything else. Otherwise, you can accidently get links to
5a4aad03 1550 nonsense symbols.
2bd87afb 1551
d1699462
BW
15522005-12-22 Bill Wohler <wohler@newt.com>
1553
13fe29bd 1554 Follow Emacs coding conventions. Use default setting of
2dcf34f9 1555 emacs-lisp-docstring-fill-column which is 65.
2bd87afb 1556
d1699462
BW
1557 * mh-alias.el (mh-alias-reload): Sync docstrings with manual.
1558
1559 * mh-comp.el (mh-letter-mode): Use 60 column width.
1560 (mh-forward, mh-insert-signature, mh-send-letter): Sync docstrings
1561 with manual.
1562 (mh-yank-cur-msg): Mention that mh-ins-buf-prefix isn't used if
1563 you have added a mail-citation-hook and neither are used if you
13fe29bd
BW
1564 use one of the supercite flavors of mh-yank-behavior. Sync
1565 docstrings with manual.
d1699462 1566
13fe29bd
BW
1567 * mh-customize.el (mh-kill-folder-suppress-prompt-hooks): Rename
1568 from mh-kill-folder-suppress-prompt-hook since it is an abnormal
1569 hook. Use "Hook run by `function'..." instead of "Invoked...".
d1699462
BW
1570 Sync docstrings with manual.
1571 (mh-ins-buf-prefix, mh-yank-behavior): Mention that
1572 mh-ins-buf-prefix isn't used if you have added a
1573 mail-citation-hook and neither are used if you use one of the
13fe29bd
BW
1574 supercite flavors of mh-yank-behavior. Sync docstrings with
1575 manual.
1576 (mail-citation-hook): Delete. Use one in sendmail.el.
d1699462
BW
1577 (mh-signature-file-name, mh-after-commands-processed-hook)
1578 (mh-alias-reloaded-hook, mh-before-commands-processed-hook)
1579 (mh-before-quit-hook, mh-before-send-letter-hook)
1580 (mh-delete-msg-hook, mh-find-path-hook, mh-folder-mode-hook)
1581 (mh-forward-hook, mh-inc-folder-hook, mh-insert-signature-hook)
1582 (mh-letter-mode-hook)
1583 (mh-mh-to-mime-hook, mh-pick-mode-hook, mh-quit-hook)
1584 (mh-refile-msg-hook, mh-show-hook, mh-show-mode-hook)
1585 (mh-unseen-updated-hook): Use "Hook run by `function'..." instead
13fe29bd 1586 of "Invoked...". Sync docstrings with manual.
d1699462
BW
1587
1588 * mh-e.el (mh-last-destination, mh-last-destination-folder)
1589 (mh-last-destination-write, mh-folder-mode-map, mh-arrow-marker)
1590 (mh-delete-list, mh-refile-list, mh-folders-changed)
1591 (mh-next-direction, mh-view-ops, mh-folder-view-stack)
1592 (mh-index-data, mh-first-msg-num, mh-last-msg-num)
1593 (mh-mode-line-annotation, mh-sequence-notation-history)
1594 (mh-colors-available-flag): Move comment into docstring.
2bd87afb
SM
1595 (mh-delete-msg, mh-execute-commands, mh-inc-folder, mh-quit)
1596 (mh-process-commands): Sync docstrings with manual.
d1699462
BW
1597 (mh-refile-msg): Small doc edit.
1598 (mh-delete-a-msg, mh-refile-a-msg): Sync docstrings with manual.
1599 Rename msg argument to message.
1600
1601 * mh-funcs.el (mh-kill-folder): Sync docstrings with manual.
1602
1603 * mh-e.el (mh-update-unseen): No longer say "The value of
1604 `foo-hook' is a list of functions to be called, with no arguments,
1605 ...," but rather just "The hook foo-hook is called...".
1606
2bd87afb 1607 * mh-mime.el (mh-mh-to-mime): Ditto.
d1699462
BW
1608
1609 * mh-pick.el (mh-pick-mode): Ditto.
1610
1611 * mh-utils.el (mh-showing-mode): Use uppercase for argument in
1612 docstring.
1613 (mh-seq-list, mh-seen-list, mh-showing-with-headers): Move comment
1614 into docstring.
13fe29bd
BW
1615 (mh-show-mode, mh-show-msg, mh-find-path): Sync docstrings with
1616 manual.
d1699462 1617
2bd87afb 16182005-12-19 Stephen Gildea <gildea@stop.mail-abuse.org>
2953de8c 1619
13fe29bd
BW
1620 * mh-customize.el (mh-after-commands-processed-hook): New
1621 variable.
1622 (mh-before-commands-processed-hook): Rename
1623 mh-folder-updated-hook.
2953de8c 1624
13fe29bd
BW
1625 * mh-e.el (mh-process-commands): Rename mh-folder-updated-hook to
1626 mh-before-commands-processed-hook, call new
2953de8c
SG
1627 mh-after-commands-processed-hook.
1628 (mh-folders-changed): New variable (for use in
1629 mh-after-commands-processed-hook).
1630
cee9f5c6
BW
16312005-12-19 Bill Wohler <wohler@newt.com>
1632
1633 * mh-acros.el:
1634 * mh-alias.el:
1635 * mh-comp.el:
1636 * mh-customize.el:
1637 * mh-e.el:
1638 * mh-funcs.el:
1639 * mh-gnus.el:
1640 * mh-identity.el:
1641 * mh-inc.el:
1642 * mh-index.el:
1643 * mh-init.el:
1644 * mh-junk.el:
1645 * mh-mime.el:
1646 * mh-pick.el:
1647 * mh-print.el:
1648 * mh-seq.el:
1649 * mh-speed.el:
1650 * mh-utils.el:
13fe29bd
BW
1651 Follow commenting conventions. Don't use ;;; form so much, except
1652 for headings. Precede headings with page feed. This was mostly
1653 already done, so I made it a convention. Did not update copyright
cee9f5c6
BW
1654 on a couple of files since this was an insignificant change.
1655
fa4075e3
BW
16562005-12-18 Bill Wohler <wohler@newt.com>
1657
1658 * mh-customize.el (mh-toolbar): Rename to mh-tool-bar.
1659 (mh-tool-bar-search-function): Sync docstrings with manual.
13fe29bd
BW
1660 (mh-tool-bar-customize): Replace toolbar with tool bar in
1661 docstring.
fa4075e3
BW
1662 (mh-tool-bar-letter-help): Fix manual reference.
1663 (mh-xemacs-use-toolbar-flag): Rename to
13fe29bd
BW
1664 mh-xemacs-use-tool-bar-flag. Initialize to
1665 mh-xemacs-has-tool-bar-flag. Sync docstrings with manual.
fa4075e3 1666 (mh-xemacs-toolbar-position): Rename to
13fe29bd 1667 mh-xemacs-tool-bar-position. Initialize to nil. Drop "no tool bar"
fa4075e3
BW
1668 option (redundant) and change "Same As Default Tool Bar" setting
1669 to nil. Sync docstrings with manual.
1670 (mh-tool-bar-define): Replace toolbar with tool-bar or tool bar
1671 depending on context.
13fe29bd
BW
1672 (mh-toolbar-init): Rename to mh-tool-bar-init. Simplify condition
1673 for calling set-specifier. Only look at the value of
1674 mh-xemacs-use-tool-bar-flag.
1675 (mh-tool-bar-folder-buttons, mh-tool-bar-letter-buttons): Sync
1676 docstrings with manual.
fa4075e3
BW
1677
1678 * mh-comp.el (mh-letter-mode): Use mh-tool-bar-init instead of
1679 mh-toolbar-init.
1680
1681 * mh-e.el (mh-folder-mode): Ditto.
1682
1683 * mh-utils.el (mh-show-mode): Ditto.
1684
7a5df5a9
BW
16852005-12-15 Bill Wohler <wohler@newt.com>
1686
1687 * mh-e.el (mh-delete-msg): Sync docstrings with manual.
1688
1689 * mh-seq.el (mh-delete-subject, mh-thread-next-sibling)
1690 (mh-thread-previous-sibling, mh-thread-ancestor)
1691 (mh-thread-delete, mh-thread-refile): Ditto.
1692
6b960c10
BW
16932005-12-14 Bill Wohler <wohler@newt.com>
1694
1695 * mh-customize.el (mh-speed-flists-interval): Rename to
1696 mh-speed-update-interval.
13fe29bd
BW
1697 (mh-speed-run-flists-flag): Delete. Setting
1698 mh-speed-flists-interval to 0 accomplishes the same thing.
6b960c10 1699
13fe29bd
BW
1700 * mh-speed.el (mh-folder-speedbar-buttons, mh-speed-flists): Use
1701 mh-speed-update-interval instead of mh-speed-run-flists-flag.
1702 (mh-speed-toggle, mh-speed-view, mh-speed-refresh): Sync
1703 docstrings with manual.
6b960c10 1704
97c688ed
BW
17052005-12-09 Bill Wohler <wohler@newt.com>
1706
1707 * mh-customize.el (mh-path): Move here from mh-init.el.
1708 (mh-variant): Mention that mh-path can be customized.
1709 (mh-invisible-header-fields-internal): Add X-ContentStamp,
1710 X-MAIL-INFO, and X-UNTD- from NetZero.
1711
1712 * mh-init.el (mh-path): Move defcustom to mh-customize.el.
1713
2be362c2
BW
17142005-12-04 Bill Wohler <wohler@newt.com>
1715
f15ced66
BW
1716 * mh-customize.el (mh-sortm-args): Sync docstrings with manual.
1717 (mh-invisible-header-fields-internal): Add X-Bugzilla-* and
1718 X-Virus-Scanned.
2bd87afb 1719
13fe29bd
BW
1720 * mh-customize.el (mh-insert-signature-hook): Rename
1721 mh-letter-insert-signature-hook to mh-insert-signature-hook.
f15ced66
BW
1722
1723 * mh-comp.el (mh-insert-signature): Ditto.
1724
56128d97 1725 * mh-customize.el (mh-fetch-x-image-url): Change default from 'ask
13fe29bd 1726 to nil. Remove t option. Sync docstring with manual (closes SF
56128d97
BW
1727 #831278).
1728 (mh-invisible-header-fields-internal): Remove X-Image-URL so that
1729 users can see it, look it up in the manual's index, and discover
1730 mh-fetch-x-image-url (closes SF #831278).
a932ce45 1731
a8a47814
BW
1732 * mh-customize.el (mh-new-messages-folders): Rename from
1733 mh-index-new-messages-folders.
1734 (mh-ticked-messages-folders): Rename from
1735 mh-index-ticked-messages-folders.
2bd87afb 1736
a8a47814
BW
1737 * mh-index.el (mh-index-sequenced-messages)
1738 (mh-index-new-messages): Ditto.
1739
2be362c2 1740 * mh-comp.el (mh-forward): Went over all uses of the word "RANGE"
13fe29bd 1741 in the docstrings and made usage consistent. Generally speaking,
2be362c2 1742 "messages in range" and "range of messages" is redundant and just
13fe29bd 1743 "range" can be used in most circumstances. Also ensured that
2be362c2 1744 mh-interactive-range was mentioned in all interactive functions
f15ced66
BW
1745 that use a range which describes the range argument for both users
1746 and programmers.
2be362c2
BW
1747
1748 * mh-e.el (mh-delete-msg-no-motion, mh-refile-msg)
1749 (mh-refile-or-write-again, mh-rescan-folder, mh-undo)
1750 (mh-visit-folder, mh-scan-folder, mh-regenerate-headers)
13fe29bd
BW
1751 (mh-notate-user-sequences, mh-delete-msg-from-seq, mh-catchup):
1752 Ditto.
2be362c2 1753
13fe29bd
BW
1754 * mh-funcs.el (mh-copy-msg, mh-pack-folder, mh-pack-folder-1):
1755 Ditto.
2be362c2
BW
1756
1757 * mh-junk.el (mh-junk-blacklist, mh-junk-whitelist): Ditto.
1758
1759 * mh-print.el (mh-ps-print-range, mh-ps-print-msg)
1760 (mh-ps-print-msg-file, mh-print-msg): Ditto.
1761
1762 * mh-seq.el (mh-put-msg-in-seq, mh-range-to-msg-list)
1763 (mh-narrow-to-range, mh-toggle-tick): Ditto.
1764
553fb735
BW
17652005-12-01 Bill Wohler <wohler@newt.com>
1766
1767 Rewrote Reading Mail chapter in manual which affected mh-show
1768 customization group and related functions.
2bd87afb 1769
553fb735
BW
1770 * mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style
1771 instead of mh-highlight-citation-p.
1772 (mh-letter-toggle-header-field-display): "Ellipsed" isn't a word,
1773 I think, so use "truncated".
1774
1775 * mh-customize.el (mh-folder, mh-folder-faces): Group's manual
13fe29bd 1776 section is Folders, not Organizing. Parent of mh-folder-faces is
553fb735
BW
1777 mh-folder, not mh-show.
1778 (mh-speed): Rename to mh-speedbar for consistency with mh-toolbar.
1779 (mh-thread): New group that corresponds with manual's Threading
1780 chapter.
1781 (mh-letter-faces): Group's manual section is Editing Drafts, not
1782 Sending Mail.
13fe29bd
BW
1783 (mh-sortm-args): New customization variable that used to be a
1784 defvar.
553fb735
BW
1785 (mh-index-new-messages-folders, mh-index-ticked-messages-folders):
1786 Move from mh-index group to mh-folders group.
1787 (mh-alias-local-users-prefix, mh-large-folder)
1788 (mh-recursive-folders-flag, mh-before-quit-hook)
1789 (mh-folder-mode-hook, mh-kill-folder-suppress-prompt-hook)
1790 (mh-quit-hook, mh-refile-msg-hook): Move from mh-show group to
1791 mh-folder group.
1792 (mh-highlight-citation-style): Rename from
13fe29bd
BW
1793 mh-highlight-citation-p. Sync docstrings with manual.
1794 (mh-mhl-format-file): Rename from mhl-formfile. Sync docstrings
553fb735 1795 with manual.
13fe29bd
BW
1796 (mh-show-threads-flag): Move from mh-show group to mh-thread
1797 group.
553fb735
BW
1798 (mh-find-path-hook): Move from mh-show group to mh-e group.
1799 (mh-folder-updated-hook): Add to mh-folder group.
1800 (mh-forward-hook): Move from mh-folder to mh-sending-mail group.
1801 (mh-unseen-updated-hook): Move from mh-show to mh-sequences group.
1802 (mh-bury-show-buffer-flag, mh-clean-message-header-flag)
1803 (mh-decode-mime-flag, mh-display-buttons-for-alternatives-flag)
1804 (mh-display-buttons-for-inline-parts-flag)
1805 (mh-do-not-confirm-flag, mh-fetch-x-image-url)
1806 (mh-graphical-smileys-flag, mh-graphical-emphasis-flag)
1807 (mh-invisible-header-fields-default, mh-invisible-header-fields)
1808 (mh-lpr-command-format, mh-max-inline-image-height)
1809 (mh-max-inline-image-width)
1810 (mh-mime-save-parts-default-directory, mh-print-background-flag)
1811 (mh-show-maximum-size, mh-show-use-goto-addr-flag)
1812 (mh-show-use-xface-flag, mh-store-default-directory)
1813 (mh-summary-height, mh-delete-msg-hook
1814 (mh-show-hook, mh-show-mode-hook): Sync docstrings with manual.
2bd87afb 1815
553fb735
BW
1816 * mh-e.el
1817 (mh-scan-format-mh, mh-scan-good-msg-regexp)
1818 (mh-scan-deleted-msg-regexp, mh-scan-refiled-msg-regexp)
13fe29bd
BW
1819 (mh-scan-cur-msg-number-regexp, mh-scan-subject-regexp): Use
1820 non-fontification instead of non-fontifying.
553fb735 1821 (mh-header-display): Use mh-mhl-format-file instead of
13fe29bd 1822 mhl-formfile. Sync docstrings with manual.
553fb735 1823 (mh-next-undeleted-msg, mh-previous-undeleted-msg): Rename arg to
13fe29bd 1824 count. Sync docstrings with manual.
553fb735 1825 (mh-refile-or-write-again): Use output from mh-write-msg-to-file
13fe29bd
BW
1826 so that message doesn't change when using this command. Sync
1827 docstrings with manual.
1828 (mh-page-msg, mh-previous-page): Rename arg to lines. Sync
1829 docstrings with manual.
1830 (mh-write-msg-to-file): Rename msg to message. Rename no-headers
1831 to no-header. Sync docstrings with manual.
553fb735
BW
1832 (mh-ps-print-map): Delete keybindings for deleted commands
1833 mh-ps-print-toggle-mime and mh-ps-print-msg-show.
2bd87afb 1834 (mh-help-messages): Update printing help.
553fb735
BW
1835 (mh-delete-msg, mh-delete-msg-no-motion, mh-first-msg)
1836 (mh-last-msg, mh-previous-unread-msg, mh-next-button)
1837 (mh-prev-button, mh-folder-toggle-mime-part)
1838 (mh-folder-inline-mime-part, mh-folder-save-mime-part)
1839 (mh-next-unread-msg, mh-toggle-mime-buttons): Sync docstrings with
1840 manual.
1841
13fe29bd
BW
1842 * mh-funcs.el (mh-sortm-args): Now a customization option and in
1843 mh-customize.el.
1844 (mh-pipe-msg): Rename include-headers to include-header. Sync
1845 docstrings with manual.
553fb735
BW
1846 (mh-burst-digest, mh-page-digest, mh-page-digest-backwards)
1847 (mh-store-msg): Sync docstrings with manual.
1848
13fe29bd
BW
1849 * mh-mime.el (mh-mime-save-parts): Rename arg to prompt. Sync
1850 docstrings with manual.
553fb735
BW
1851 (mh-toggle-mh-decode-mime-flag): Use English in message, not Lisp.
1852 Sync docstrings with manual.
13fe29bd
BW
1853 (mh-mm-display-part, mh-mm-inline-message): Use
1854 mh-highlight-citation-style instead of mh-highlight-citation-p.
553fb735
BW
1855 (mh-press-button): Sync docstrings with manual.
1856 (mh-display-with-external-viewer): Fix default output in
13fe29bd 1857 minibuffer. Sync docstrings with manual.
553fb735 1858
13fe29bd
BW
1859 * mh-print.el: (mh-ps-print-mime, mh-ps-print-toggle-mime):
1860 Delete.
553fb735
BW
1861 (mh-ps-print-color-option): Incorporate docstring from
1862 ps-print-color-p.
13fe29bd
BW
1863 (mh-ps-spool-buffer): Remove unused code. Fix indent. Slimline
1864 docstring.
1865 (mh-ps-spool-msg): Slimline docstring. Rename from
1866 mh-ps-spool-a-msg. Rewrite to use existing show buffer when
1867 available.
553fb735
BW
1868 (mh-ps-print-range): Extract method from common code in
1869 mh-ps-print-msg and mh-ps-print-msg-file.
13fe29bd
BW
1870 (mh-ps-print-preprint): Clean docstring. Use filename "mh-%s".
1871 (mh-ps-print-msg-show): Delete. Can use either
553fb735
BW
1872 mh-ps-print-msg-show or mh-ps-print-msg-show to same effect with
1873 new code in mh-ps-spool-msg.
1874 (mh-print-msg): Use mh-mhl-format-file instead of mhl-formfile.
1875 Sync docstrings with manual.
1876 (mh-ps-print-msg, mh-ps-print-msg-file)
13fe29bd
BW
1877 (mh-ps-print-toggle-faces, mh-ps-print-toggle-color): Sync
1878 docstrings with manual.
553fb735 1879
2bd87afb 1880 * mh-utils.el (mh-show-ps-print-msg-show)
553fb735 1881 mh-show-ps-print-toggle-mime): Delete.
2bd87afb 1882 (mh-show-ps-print-map): Update accordingly.
553fb735
BW
1883 (mh-show-mode): Use mh-highlight-citation-style instead of
1884 mh-highlight-citation-p.
1885 (mh-show-xface, mh-display-msg): Use mh-mhl-format-file instead of
1886 mhl-formfile.
13fe29bd
BW
1887 (mh-show): Use mh-mhl-format-file instead of mhl-formfile. Sync
1888 docstrings with manual.
1889 (mh-show-font-lock-fontify-region, mh-modify, mh-goto-msg): Sync
1890 docstrings with manual.
553fb735
BW
1891
18922005-12-01 Bill Wohler <wohler@newt.com>
1893
1894 * mh-init.el (mh-defface-compat): Checkdoc fix.
1895
1896 * mh-junk.el (mh-bogofilter-blacklist, mh-bogofilter-whitelist):
13fe29bd
BW
1897 Bogofilter is lowercase except at beginning of sentence and in
1898 titles.
553fb735 1899
94abd6b7
BW
19002005-11-04 Bill Wohler <wohler@newt.com>
1901
6b19bd82
BW
1902 * mh-customize.el (mh-min-colors-defined-flag, mh-defface-compat):
1903 Move to mh-init.el to minimize bulk of mh-customize.el.
1904
1905 * mh-init.el: Modify commentary since file is used for load and
1906 initialization as well as setting and getting the variant.
13fe29bd
BW
1907 (mh-min-colors-defined-flag, mh-defface-compat): Move here from
1908 mh-customize.el.
6b19bd82 1909
13fe29bd
BW
1910 * mh-customize.el: Refactor faces. Move grayscale requirements
1911 last before t. Use uniform line breaks.
3d2efec2 1912 (mh-min-colors-defined-flag): New variable.
13fe29bd 1913 (mh-defface-compat): New function. Provides backward compatibility
3d2efec2 1914 for face specs.
2bd87afb
SM
1915 (mh-show-header, mh-show-date, mh-show-cc, mh-folder-to)
1916 (mh-folder-refiled, mh-folder-cur-msg-number, mh-folder-cur-msg)
3d2efec2 1917 (mh-folder-body): Use mh-defface-compat.
94abd6b7 1918
b07e0686
DN
19192005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
1920
1921 * mh-customize.el (mh-folder-body-face, mh-folder-cur-msg-face)
1922 (mh-folder-cur-msg-number-face, mh-folder-refiled-face)
1923 (mh-folder-to-face): Use the min-colors attribute instead of the
1924 type attribute.
1925
be33fce4
BW
19262005-11-03 Bill Wohler <wohler@newt.com>
1927
1928 * mh-customize.el (mh-refile-preserves-sequences-flag)
13fe29bd
BW
1929 (mh-tick-seq, mh-update-sequences-after-mh-show-flag): Sync
1930 docstrings with manual.
be33fce4
BW
1931
1932 * mh-e.el (mh-update-sequences): Sync docstrings with manual.
1933
2bd87afb 1934 * mh-seq.el (mh-delete-seq, mh-list-sequences, mh-narrow-to-seq)
be33fce4
BW
1935 (mh-widen, mh-toggle-tick, mh-narrow-to-tick): Sync docstrings
1936 with manual.
1937
93eece98
BW
19382005-11-01 Bill Wohler <wohler@newt.com>
1939
13fe29bd
BW
1940 * mh-comp.el (mh-redist-full-contents) Convert defvar to
1941 defcustom.
b2064e08
BW
1942 (mh-smail, mh-extract-rejected-mail, mh-forward, mh-redistribute)
1943 (mh-reply, mh-send, mh-send-other-window)
1944 (mh-fill-paragraph-function): Sync docstrings with manual.
13fe29bd
BW
1945 (mh-edit-again, mh-extract-rejected-mail, mh-redistribute): Rename
1946 msg argument to message (to make for a better docstring).
b2064e08
BW
1947
1948 * mh-customize.el (mh-redist-full-contents-flag): Convert defvar
13fe29bd 1949 to defcustom. Rename by adding -flag.
b2064e08
BW
1950 (mh-compose-forward-as-mime-flag)
1951 (mh-compose-letter-function, mh-forward-subject-format)
1952 (mh-insert-x-mailer-flag, mh-reply-default-reply-to)
1953 (mh-reply-show-message-flag, mh-letter-mode-hook): Sync docstrings
1954 with manual.
1955
2bd87afb 1956 * mh-print.el (mh-ps-spool-buffer, mh-ps-spool-a-msg)
93eece98 1957 (mh-ps-print-msg): Remove debugging messages.
2bd87afb 1958 (mh-ps-print-msg-show, mh-ps-print-msg-show)
93eece98
BW
1959 (mh-ps-print-toggle-color, mh-ps-print-toggle-mime): Remove period
1960 after message per conventions.
1961
fefc5079
BW
19622005-10-30 Bill Wohler <wohler@newt.com>
1963
2bd87afb 1964 * mh-e.el (mh-scan-good-msg-regexp, mh-scan-deleted-msg-regexp)
13fe29bd
BW
1965 (mh-scan-refiled-msg-regexp, mh-scan-cur-msg-number-regexp): Sync
1966 docstrings with manual.
ece9cbf7 1967
fefc5079
BW
1968 * mh-customize.el (mh-compose-space-does-completion-flag)
1969 (mh-signature-separator-flag, mh-interpret-number-as-range-flag)
1970 (mh-adaptive-cmd-note-flag): Use "Non-nil means" instead of "On
13fe29bd
BW
1971 means" to remain checkdoc clean and consistent with Emacs. I
1972 raised this issue with the Emacs developers and Stallman agrees
fefc5079
BW
1973 that "On means" should be allowed in custom docstrings but that
1974 this change requires thought and should wait until after the Emacs
1975 22 release.
1976
ec397a34
BW
19772005-10-28 Bill Wohler <wohler@newt.com>
1978
50df64d6
BW
1979 * mh-comp.el (mh-annotate-msg): Use new variable
1980 mh-scan-field-destination-offset rather than hard-coding 1.
1981
1982 * mh-customize.el (mh-interpret-number-as-range-flag): Add * to
1983 docstring.
13fe29bd
BW
1984 (mh-adaptive-cmd-note-flag-check, mh-scan-format-file-check): New
1985 functions to check input for mh-adaptive-cmd-note-flag and
50df64d6
BW
1986 mh-scan-format-file respectively.
1987 (mh-adaptive-cmd-note-flag, mh-scan-format-file): Docstring fixes,
1988 add :set.
1989
13fe29bd
BW
1990 * mh-e.el: (mh-scan-field-destination-offset): New variable. The
1991 destination is the -, t, b, c, or n character for Replied, To, cc,
50df64d6
BW
1992 Bcc, or Newsgroups respectively.
1993 (mh-make-folder, mh-regenerate-headers, mh-generate-new-cmd-note)
1994 Call new function mh-msg-num-width-to-column to make leap between
1995 width and column more explicit.
1996 (mh-msg-num-width-to-column): New function that steals logic from
13fe29bd 1997 old mh-set-cmd-note. Also, throw error if mh-scan-format-file
50df64d6
BW
1998 isn't t since we can't adapt the scan lines in this case.
1999 (mh-set-cmd-note): Now just simply sets mh-cmd-note which will
2000 make the documentation more clear.
2001 (mh-generate-new-cmd-note): Docstring fix--mh-cmd-note is a
2002 column, not a width.
2003 (mh-add-sequence-notation, mh-remove-sequence-notation): Use new
13fe29bd
BW
2004 variable mh-scan-field-destination-offset rather than hard-coding
2005 1.
50df64d6
BW
2006
2007 * mh-utils.el (mh-cmd-note) Synced docstring with manual.
2008 (mh-notate): Use new variable mh-scan-field-destination-offset
2009 rather than hard-coding 1.
2010 (mh-message-number-width): Rename to mh-msg-num-width to be
2011 consistent with mh-get-msg-num and mh-msg-num-width-to-column.
2012
ec397a34
BW
2013 * mh-customize.el (mh-x-face-file, mh-show-use-xface-flag)
2014 (mail-citation-hook): Quote URLs in docstrings and precede with
13fe29bd
BW
2015 `URL'. The former will suppress checkdoc warnings, the latter will
2016 turn them into hyperlinks in Emacs 22 (I just added the code to do
2017 that today).
ec397a34
BW
2018 (mh-scan-format-file): Checkdoc fix.
2019
169a3241
BW
20202005-10-27 Bill Wohler <wohler@newt.com>
2021
e069fa61
BW
2022 * mh-customize.el (mh-adaptive-cmd-note-flag)
2023 (mh-scan-format-file, mh-scan-prog): Sync docstrings with manual.
2024
2025 * mh-e.el (mh-scan-format-mh, mh-note-deleted, mh-note-refiled)
2026 (mh-note-cur, mh-scan-good-msg-regexp)
2027 (mh-scan-deleted-msg-regexp, mh-scan-refiled-msg-regexp)
2028 (mh-scan-valid-regexp, mh-scan-cur-msg-number-regexp)
2029 (mh-scan-date-regexp, mh-scan-rcpt-regexp, mh-scan-body-regexp)
2030 (mh-scan-subject-regexp, mh-scan-format-regexp)
2031 (mh-folder-font-lock-keywords, mh-set-cmd-note): Sync docstrings
2032 with manual.
2033
2034 * mh-funcs.el (mh-note-copied): Sync docstrings with manual.
2035
2036 * mh-utils.el (mh-goto-msg): Use mh-scan-msg-search-regexp instead
2037 of hard-coded string.
13fe29bd
BW
2038 (mh-mail-header-separator, mh-signature-separator-regexp): Use
2039 "regular expression" in docstring instead of regexp.
e069fa61
BW
2040 (mh-scan-msg-number-regexp)
2041 (mh-scan-msg-overflow-regexp, mh-scan-msg-format-regexp)
2042 (mh-scan-msg-format-string, mh-scan-msg-search-regexp)
2043 (mh-cmd-note): Sync docstrings with manual.
2044
3b463df0
BW
2045 * mh-comp.el (mh-insert-signature, mh-insert-auto-fields):
2046 Checkdoc fixes.
2047
2048 * mh-customize.el (mh-compose-insertion, mh-x-face-file): Ditto.
2bd87afb
SM
2049
2050 * mh-mime.el (mh-mh-to-mime, mh-mml-attach-file)
2051 (mh-mml-secure-message-sign, mh-mml-secure-message-encrypt)
2052 (mh-mml-secure-message-signencrypt): Ditto.
169a3241 2053
4a263988
BW
20542005-10-24 Bill Wohler <wohler@newt.com>
2055
2056 * mh-gnus.el: Load mml.el in order to see if
2057 mml-minibuffer-read-disposition is defined or not.
2058
2059 * mh-mime.el: Now that mh-gnus.el loads mml, we shouldn't need the
2060 mml autoloads.
2061
97c60a38
MB
20622005-10-23 Miles Bader <miles@gnu.org>
2063
2064 * .arch-inventory: New file.
2065
9a51cf9e
BW
20662005-10-23 Bill Wohler <wohler@newt.com>
2067
13fe29bd
BW
2068 * mh-customize.el (mh-interpret-number-as-range-flag): Sync
2069 docstring with manual.
136e0283 2070
9a51cf9e
BW
2071 * mh-identity.el (mh-assoc-ignore-case): Merge with version in
2072 mh-alias.el and move to mh-acros.el
2073
2074 * mh-alias.el (mh-assoc-ignore-case): Merge with version in
2075 mh-identity.el and move to mh-acros.el
2076
2077 * mh-acros.el (mh-assoc-ignore-case): Merge of function from
2078 mh-identity.el and mh-alias.el.
2079
2080 * mh-mime.el: Autoload mm-uu for mm-uu-dissect to avoid compiler
2081 warning in Emacs 22.
2082
1dd9796d
SD
20832005-10-23 Satyaki Das <satyaki@theforce.stanford.edu>
2084
2085 * mh-identity.el (mh-assoc-ignore-case): New macro that uses
2086 assoc-string (if the function is available) and falls back on
2087 assoc-ignore-case if assoc-string is not found.
2088 (mh-identity-field-handler): Use mh-assoc-ignore-case since
2089 assoc-ignore-case is a obsolete function in Emacs 22.
2090
2091 * mh-e.el (mh-folder-buttons-init-flag): New variable that keeps
2092 track of whether the tool-bar in mh-folder-mode has been
2093 initialized yet.
2094 (mh-folder-mode): Initialize the tool-bar for folders the first
2095 time we get into mh-letter-mode.
2096
2097 * mh-customize.el (mh-buffer-exists-p): New function which tests
2098 presence of buffers of a given mode.
2099 (mh-tool-bar-define): New functions
2100 mh-tool-bar-folder-buttons-init and
13fe29bd 2101 mh-tool-bar-letter-buttons-init are defined. These functions are
1dd9796d
SD
2102 used to create the tool-bar from the corresponding customizable
2103 variables.
2104
2105 * mh-comp.el (mh-letter-buttons-init-flag): New variable that
2106 keeps track of whether the tool-bar in mh-letter-mode has been
2107 initialized yet.
2108 (mh-letter-mode): Initialize the tool-bar for drafts the first
2109 time we get into mh-letter-mode.
2110
0c47b17c
BW
21112005-10-23 Bill Wohler <wohler@newt.com>
2112
13fe29bd
BW
2113 * mh-comp.el (mh-letter-menu): Rename
2114 mh-mhn-compose-external-compressed-tar to
2115 mh-mh-compose-external-compressed-tar. Rename
2116 mh-mhn-compose-anon-ftp to mh-mh-compose-anon-ftp. Rename
2117 mh-edit-mhn to mh-mh-to-mime. Rename mh-mhn-directive-present-p to
2118 mh-mh-directive-present-p. Rename mh-revert-mhn-edit to
2119 mh-mh-to-mime-undo. Rename mh-gnus-pgp-support-flag to
2120 mh-pgp-support-flag. Rename mh-compose-insertion value from 'mhn
0c47b17c
BW
2121 to 'mh.
2122 (mh-insert-signature): Rename mh-mhn-directive-present-p to
2123 mh-mh-directive-present-p.
2124 (mh-send-letter): Rename mh-mhn-directive-present-p to
13fe29bd
BW
2125 mh-mh-directive-present-p. Rename mh-edit-mhn to mh-mh-to-mime.
2126 (mh-letter-mode-map): Rename mh-edit-mhn to mh-mh-to-mime. Rename
2127 mh-mhn-compose-anon-ftp to mh-mh-compose-anon-ftp. Rename
2128 mh-mhn-compose-external-compressed-tar to
2129 mh-mh-compose-external-compressed-tar. Rename mh-revert-mhn-edit
2130 to mh-mh-to-mime-undo. Rename mh-mhn-compose-external-type to
2131 mh-mh-compose-external-type. Rename mh-mhn-compose-anon-ftp to
2132 mh-mh-compose-anon-ftp. Rename
2133 mh-mhn-compose-external-compressed-tar to
2134 mh-mh-compose-external-compressed-tar. Rename mh-revert-mhn-edit
2135 to mh-mh-to-mime-undo. Rename mh-mhn-compose-external-type to
0c47b17c
BW
2136 mh-mh-compose-external-type.
2137 (mh-send-letter, mh-letter-mode-map): Rename mh-edit-mhn to
2138 mh-mh-to-mime, mh-revert-mhn-edit to mh-mh-to-mime-undo.
13fe29bd
BW
2139 (mh-reply, mh-yank-cur-msg, mh-insert-prefix-string): Rename
2140 mh-yank-from-start-of-msg to mh-yank-behavior.
0c47b17c
BW
2141 (mh-letter-mode, mh-to-field, mh-to-fcc, mh-insert-signature)
2142 (mh-check-whom, mh-insert-auto-fields, mh-send-letter)
2143 (mh-insert-letter, mh-yank-cur-msg, mh-insert-prefix-string)
2144 (mh-fully-kill-draft, mh-open-line, mh-letter-complete)
2145 (mh-letter-complete-or-space, mh-letter-confirm-address)
2146 (mh-letter-next-header-field-or-indent)
2147 (mh-letter-previous-header-field)
13fe29bd
BW
2148 (mh-letter-toggle-header-field-display): Sync docstrings with
2149 manual.
0c47b17c 2150
13fe29bd
BW
2151 * mh-customize.el (mh-edit-mhn-hook): Rename to
2152 mh-mh-to-mime-hook.
0c47b17c
BW
2153 (mh-yank-from-start-of-msg): Rename to mh-yank-behavior.
2154 (mh-compose-insertion): Rename values from 'gnus and 'mhn to 'mh
2155 and user-visible values from mhn and Gnus to MH and MML.
2bd87afb 2156 (mh-before-send-letter-hook): Add 'ispell-message option.
0c47b17c
BW
2157 (mh-mml-method-default): Rename mh-gnus-pgp-support-flag to
2158 mh-pgp-support-flag.
2159 (mh-compose-insertion, mh-compose-space-does-completion-flag)
2160 (mh-delete-yanked-msg-window-flag)
2161 (mh-extract-from-attribution-verb, mh-ins-buf-prefix)
2162 (mh-letter-complete-function, mh-letter-fill-column)
2163 (mh-mml-method-default, mh-signature-file-name)
2164 (mh-signature-separator-flag, mh-x-face-file)
2165 (mh-yank-behavior, mail-citation-hook)
2166 (mh-before-send-letter-hook, mh-mh-to-mime-hook): Sync docstrings
2167 with manual.
2168
2169 * mh-gnus.el (mml-minibuffer-read-disposition): New function
2170 provided for Emacs 21 environments that lack it.
2171
2172 * mh-mime.el (mh-mml-query-cryptographic-method): Use default
2173 prompt convention.
2174 (mh-compose-forward): mh-mh-forward-message requires string arg.
2175 (mh-minibuffer-read-type): New function.
2176 (mh-mhn-args): Rename to mh-mh-to-mime-args.
2177 (mh-mhn-compose-insertion): Rename to mh-mh-attach-file.
2178 (mh-mhn-compose-forw): Rename to mh-mh-forward-message.
2179 (mh-mhn-compose-type): Rename to mh-mh-compose-type.
2180 (mh-mhn-compose-anon-ftp): Rename to mh-mh-compose-anon-ftp.
13fe29bd
BW
2181 Rename mh-mhn-compose-external-type to
2182 mh-mh-compose-external-type.
0c47b17c 2183 (mh-mhn-compose-external-compressed-tar): Rename to
13fe29bd
BW
2184 mh-mh-compose-external-compressed-tar. Rename
2185 mh-mhn-compose-external-type to mh-mh-compose-external-type.
2186 (mh-mhn-compose-external-type): Rename to
2187 mh-mh-compose-external-type.
2188 (mh-edit-mhn): Rename to mh-mh-to-mime. Rename mh-mhn-args to
2189 mh-mh-to-mime-args. Rename mh-edit-mhn-hook to mh-mh-to-mime-hook.
0c47b17c
BW
2190 Use correct program in message.
2191 (mh-mhn-directive-present-p): Rename to mh-mh-directive-present-p.
2192 (mh-mml-directive-present-p): Rename to mh-mml-tag-present-p.
2193 (mh-compose-forward, mh-mh-attach-file)
2194 (mh-mh-compose-anon-ftp, mh-mh-compose-external-compressed-tar)
2195 (mh-mh-compose-external-type, mh-mh-forward-message)
2196 (mh-mml-attach-file): Use mml-minibuffer-read-description,
2197 mh-minibuffer-read-type.
2bd87afb 2198 (mh-mime-content-types): Move comment about only being used in
0c47b17c
BW
2199 Emacs 20 to docstring.
2200 (mh-mh-compose-external-type): Rename extra-param argument to
2201 parameters.
2bd87afb 2202 (mh-mml-to-mime, mh-secure-message, mh-mml-unsecure-message)
13fe29bd
BW
2203 (mh-mime-display-part, mh-mime-display-single): Rename
2204 mh-gnus-pgp-support-flag to mh-pgp-support-flag.
0c47b17c
BW
2205 (mh-compose-insertion): Rename mh-mhn-compose-insertion to
2206 mh-mh-attach-file.
2207 (mh-compose-forward): Rename mh-mhn-compose-forw to
2208 mh-mh-forward-message.
2209 (mh-mhn-compose-insertion): Rename mh-mhn-compose-type to
2210 mh-mh-compose-type.
2211 (mh-compose-insertion, mh-compose-forward, mh-mh-to-mime-args)
2212 (mh-mh-attach-file, mh-mh-compose-type)
2213 (mh-mh-compose-anon-ftp, mh-mh-compose-external-compressed-tar)
2214 (mh-mh-compose-external-compressed-tar)
2215 (mh-mh-compose-external-type, mh-mh-forward-message)
2bd87afb 2216 (mh-mh-to-mime, mh-mh-quote-unescaped-sharp)
0c47b17c
BW
2217 (mh-mh-to-mime-undo, mh-mh-directive-present-p, mh-mml-to-mime)
2218 (mh-mml-attach-file, mh-secure-message, mh-mml-unsecure-message)
2219 (mh-mml-secure-message-sign, mh-mml-secure-message-encrypt)
2220 (mh-mml-directive-present-p, mh-destroy-postponed-handles)
2221 (mh-display-smileys, mh-display-emphasis, mh-mime-save-parts):
2222 Sync docstrings with manual.
2223
13fe29bd
BW
2224 * mh-utils.el (mh-gnus-pgp-support-flag): Rename to
2225 mh-pgp-support-flag.
0c47b17c 2226
fba3b4d8
PG
22272005-10-17 Peter S Galbraith <psg@debian.org>
2228
13fe29bd
BW
2229 * mh-identity.el (mh-identity-field-handler): Use
2230 `assoc-ignore-case' to compare against header field for mixed-case
fba3b4d8
PG
2231 "From:".
2232
ffda926c
BW
22332005-10-17 Bill Wohler <wohler@newt.com>
2234
2bd87afb 2235 * mh-customize.el (mh-folder-tool-bar-map): Rename image file
ffda926c
BW
2236 left_arrow to left-arrow, right_arrow to right-arrow, mail_compose
2237 to mail/compose, fld_open to fld-open.
13fe29bd
BW
2238 (mh-letter-tool-bar-map): Rename image file mail_send to
2239 mail/send.
ffda926c 2240
8f552dc8
BW
22412005-10-16 Bill Wohler <wohler@newt.com>
2242
79af55a7
BW
2243 * mh-comp.el (mh-display-completion-list-compat): New macro which
2244 calls `display-completion-list' correctly in older environments.
2245 Versions of Emacs prior to version 22 lacked a COMMON-SUBSTRING
2246 argument.
2247 (mh-complete-word): Use it.
2248
8f552dc8 2249 * mh-init.el (mh-image-load-path): Use locate-library to find
13fe29bd 2250 MH-E. This simplified the code a lot. Flattened out nested
8f552dc8
BW
2251 statements even more.
2252
7c164e0c
SD
22532005-10-16 Satyaki Das <satyaki@theforce.stanford.edu>
2254
2255 * mh-init.el (mh-image-load-path): Remove use of pushnew since it
2256 causes a compiler warning.
2257
2258 * mh-utils.el (mh-display-msg): Do MIME cleanup before inserting
2259 the message to be viewed (closes SF #1306141).
2260
f5fab556
MY
22612005-10-16 Masatake YAMATO <jet@gyve.org>
2262
13fe29bd
BW
2263 * mh-comp.el (mh-complete-word): Pass the common prefix substring
2264 of completion to `display-completion-list'.
f5fab556 2265
2416ec64
SD
22662005-10-15 Satyaki Das <satyaki@theforce.stanford.edu>
2267
2268 * mh-init.el (mh-image-load-path-called-flag): New variable which
2269 is used by mh-image-load-path so that it runs only once.
13fe29bd
BW
2270 (mh-image-load-path): Modify so that it gets run only once. Also
2271 flatten out heavily nested if statements to make it clearer.
2416ec64
SD
2272
2273 * mh-e.el (mh-folder-mode): Call mh-image-load-path to allow Emacs
2274 to find images used in the toolbar.
2275
2276 * mh-customize.el (:folder): Remove call to mh-image-load-path.
2277
a9954630
BW
22782005-10-14 Bill Wohler <wohler@newt.com>
2279
2bd87afb 2280 * mh-e.el (Version, mh-version): Add +cvs to version.
a9954630 2281
5b004a34
BW
22822005-10-14 Bill Wohler <wohler@newt.com>
2283
2284 Released MH-E version 7.85.
2bd87afb
SM
2285
2286 * mh-e.el (Version, mh-version): Update for release 7.85.
2287
a10f4ace
BW
22882005-10-14 Bill Wohler <wohler@newt.com>
2289
13fe29bd
BW
2290 * mh-e.el, mh-funcs.el, mh-init.el, mh-mime.el, mh-pick.el: *
2291 mh-seq.el, mh-utils.el: Ran mh-unit. Continued copyright lines
2bd87afb
SM
2292 need to be indented.
2293
5b004a34 2294 * mh-e.el: mh-folder-tick-face had been renamed to mh-folder-tick
13fe29bd
BW
2295 but the code that invoked the face had not been updated. Tick
2296 highlighting working again.
5b004a34 2297
13fe29bd
BW
2298 * mh-seq.el (mh-non-seq-mode-line-annotation): Move
2299 make-variable-buffer-local call to top level to avoid warnings in
a10f4ace
BW
2300 CVS Emacs.
2301
2bd87afb 2302 * mh-comp.el (mh-insert-letter): Replace deprecated read-input
a10f4ace
BW
2303 with read-string.
2304
a05fcb7d 23052005-10-09 Bill Wohler <wohler@newt.com>
c727526b 2306
a05fcb7d
BW
2307 * mh-init.el (mh-image-load-path): New function that adds the path
2308 to the MH-E images to the image-load-path or load-path depending
2309 on the version of Emacs.
c727526b 2310
a05fcb7d
BW
2311 * mh-customize.el: Call mh-image-load-path just before
2312 mh-tool-bar-define so that the toolbar images can be found.
d88a70a0 2313
a05fcb7d 23142005-10-04 Bill Wohler <wohler@newt.com>
d88a70a0 2315
2bd87afb
SM
2316 * ChangeLog: Move contents into ChangeLog.1 and trim.
2317
13fe29bd 2318 * ChangeLog.1: New file. Contains old ChangeLog.
900d1698 2319
47570699 2320
a05fcb7d 2321 Copyright (C) 2005 Free Software Foundation, Inc.
e9be14aa 2322
e495eaec
BW
2323 Copying and distribution of this file, with or without modification,
2324 are permitted in any medium without royalty provided the copyright
2325 notice and this notice are preserved.
ab5796a9 2326
13fe29bd
BW
2327;; Local Variables:
2328;; sentence-end-double-space: nil
2329;; End:
2330
ab5796a9 2331;;; arch-tag: 87324964-69b6-4925-a3c2-9c1df53d7d51