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