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