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