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