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