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