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