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