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