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