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