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