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