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