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