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