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