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