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