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