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