(mh-alias-add-alias): Remove leading * from docstring.
[bpt/emacs.git] / lisp / mh-e / ChangeLog
CommitLineData
e69d4e02
BW
12006-01-03 Bill Wohler <wohler@newt.com>
2
3 * mh-alias.el (mh-alias-add-alias): Remove leading * from
4 docstring.
5
af435184
BW
62006-01-02 Bill Wohler <wohler@newt.com>
7
8 * mh-alias.el (mh-alias-grab-from-field): Remove leading * from
9 docstring. Does this mean something in a defun?
10
11 * mh-customize.el (bw-new-face-to-old, bw-old-face-to-new):
12 Checkdoc fix.
13
14 * mh-e.el (mh-inc-folder): Rename maildrop-name argument to file
15 so it reads better in docstring and manual. Sync docstring with
16 manual.
17
18 * mh-init.el (mh-defface-compat): Remove trailing space (checkdoc).
19
20 * mh-alias.el (mh-alias-apropos): Sync docstring with manual.
21
22 * mh-comp.el (mh-redistribute, mh-to-field, mh-to-fcc)
23 (mh-insert-auto-fields, mh-send-letter, mh-yank-cur-msg)
24 (mh-fully-kill-draft, mh-open-line, mh-letter-complete)
25 (mh-letter-complete-or-space, mh-letter-confirm-address)
26 (mh-letter-next-header-field-or-indent)
27 (mh-letter-previous-header-field): Ditto.
28
29 * mh-customize.el (mh-alias-completion-ignore-case-flag)
30 (mh-default-folder-for-message-function, mh-mml-method-default)
31 (mh-signature-file-name, mh-yank-behavior, mh-show-hook)
32 (mh-show-mode-hook) Ditto.
33
34 * mh-e.el (mh-refile-or-write-again, mh-toggle-showing): Ditto.
35
36 * mh-funcs.el (mh-pipe-msg, mh-sort-folder, mh-undo-folder)
37 (mh-store-msg, mh-store-buffer): Ditto
38
39 * mh-index.el (mh-index-search, mh-index-do-search)
40 (mh-index-next-folder, mh-index-sequenced-messages): Ditto.
41
42 * mh-junk.el (mh-spamassassin-blacklist): Ditto.
43
44 * mh-mime.el (mh-mh-compose-external-compressed-tar)
45 (mh-mh-compose-external-type, mh-mh-to-mime, mh-mh-to-mime-undo)
46 (mh-mml-secure-message-sign, mh-mml-secure-message-encrypt)
47 (mh-mml-secure-message-signencrypt): Ditto
48
49 * mh-pick.el (mh-search-folder): Ditto.
50
51 * mh-seq.el (mh-widen): Ditto.
52
53 * mh-utils.el (mh-show, mh-modify): Ditto.
54
285d1e0c
MB
552006-01-02 Mark D. Baushke <mdb@gnu.org>
56
57 * mh-mime.el (mh-mml-unsecure-message): Remove unused argument.
58
d49ed7d4
BW
592006-01-01 Bill Wohler <wohler@newt.com>
60
61 * mh-customize.el: Sync docstrings with manual for faces and sort
62 them alphabetically.
63 (mh-faces): Move below mh-hooks.
64 (mh-folder-faces, mh-index-faces, mh-letter-faces)
65 (mh-show-faces, mh-speed-faces): Delete. Organize faces like
66 hooks.
67 (mh-speed-update-interval): Fix group (mh-speedbar, not mh-speed).
68 (facemenu-unlisted-faces): Might as well ignore all MH-E faces.
69 (mh-folder-body-face, mh-folder-cur-msg-face)
70 (mh-folder-cur-msg-number-face, mh-folder-date-face)
71 (mh-folder-followup-face, mh-folder-msg-number-face)
72 (mh-folder-deleted-face, mh-folder-refiled-face)
73 (mh-folder-subject-face, mh-folder-address-face)
74 (mh-folder-scan-format-face, mh-folder-to-face)
75 (mh-index-folder-face, mh-show-cc-face, mh-show-date-face)
76 (mh-show-header-face, mh-show-pgg-good-face)
77 (mh-show-pgg-unknown-face, mh-show-pgg-bad-face)
78 (mh-show-to-face, mh-show-from-face, mh-show-subject-face):
79 Delete.
80 (mh-folder-cur-msg): Unused. Delete.
81 (mh-folder-address): Use defface; inherit from mh-folder-subject.
82 (mh-folder-body, mh-folder-cur-msg-number, mh-folder-date):
83 Inherit from mh-folder-msg-number.
84 (mh-folder-deleted): Use defface. Inherit from
85 mh-folder-msg-number.
86 (mh-folder-sent-to-me-hint): New face. Inherit from
87 mh-folder-date.
88 (mh-folder-sent-to-me-sender): Rename from mh-folder-scan-format.
89 Use defface. Inherit from mh-folder-followup.
90 (mh-show-xface): Inherit from mh-show-from and highlight.
91 (bw-face-generation, bw-toggle-faces)
92 (bw-new-face-to-old, bw-old-face-to-new): New (tempoarary)
93 variables, functions for toggling between old and new faces.
94
95 * mh-e.el (font-lock-auto-fontify, font-lock-defaults): Hide in
96 eval-when-compile. We should probably do this throughout.
97 (mh-scan-good-msg-regexp, mh-scan-deleted-msg-regexp)
98 (mh-scan-refiled-msg-regexp, mh-scan-cur-msg-number-regexp)
99 (mh-scan-date-regexp, mh-scan-rcpt-regexp, mh-scan-body-regexp)
100 (mh-scan-subject-regexp): Sync docstrings with manual
101 (mh-scan-format-regexp): Rename to
102 mh-scan-sent-to-me-sender-regexp. Drop date parenthesized
103 expression. Make expression more like the others (anchored at the
104 beginning of line). Sync docstrings with manual.
105 (mh-folder-font-lock-keywords): Use faces directly rather than
106 -face variables. Use mh-scan-sent-to-me-sender-regexp instead of
107 mh-scan-format-regexp, and within that expression, use faces
108 mh-folder-sent-to-me-hint and mh-folder-sent-to-me-sender instead
109 of mh-folder-date-face and mh-folder-scan-format-face which were
110 misleading.
111
112 * mh-mime.el (mh-mime-security-button-face): Use faces directly
113 rather than -face variables.
114
115 * mh-utils.el (mh-show-font-lock-keywords): Use faces directly
116 rather than -face variables.
117 (mh-face-foreground-compat, mh-face-background-compat): New macros.
118 (mh-face-display-function): Use mh-face-foreground-compat and
119 mh-face-background-compat to use inherited attributes of
120 mh-show-xface on Emacs 22 while still working on Emacs 21.
121
0d887b77
BW
1222005-12-28 Bill Wohler <wohler@newt.com>
123
124 * mh-comp.el (mh-e-user-agent): Move here from simple.el. Use
125 mh-user-agent-compose instead of mh-smail-batch.
126
13fe29bd
BW
1272005-12-27 Bill Wohler <wohler@newt.com>
128
129 * mh-utils.el (mh-prompt-for-folder): Use can-create argument to
130 suppress creation of folder if it doesn't exist.
131
2bd87afb
SM
1322005-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
133
134 * mh-utils.el (mh-process-daemon): Don't change buffer in proc-filter.
135
5a4aad03
BW
1362005-12-23 Bill Wohler <wohler@newt.com>
137
7ba8dffd
BW
138 * mh-e.el (mh-folders-changed): Fix typo in docstring.
139
13fe29bd
BW
140 Follow MH-E Developers Guide conventions. Use `' quotes for Help
141 hyperlinks such as symbols, Info nodes, or URLs. Use \" quotes for
142 everything else. Otherwise, you can accidently get links to
5a4aad03 143 nonsense symbols.
2bd87afb 144
d1699462
BW
1452005-12-22 Bill Wohler <wohler@newt.com>
146
13fe29bd 147 Follow Emacs coding conventions. Use default setting of
2dcf34f9 148 emacs-lisp-docstring-fill-column which is 65.
2bd87afb 149
d1699462
BW
150 * mh-alias.el (mh-alias-reload): Sync docstrings with manual.
151
152 * mh-comp.el (mh-letter-mode): Use 60 column width.
153 (mh-forward, mh-insert-signature, mh-send-letter): Sync docstrings
154 with manual.
155 (mh-yank-cur-msg): Mention that mh-ins-buf-prefix isn't used if
156 you have added a mail-citation-hook and neither are used if you
13fe29bd
BW
157 use one of the supercite flavors of mh-yank-behavior. Sync
158 docstrings with manual.
d1699462 159
13fe29bd
BW
160 * mh-customize.el (mh-kill-folder-suppress-prompt-hooks): Rename
161 from mh-kill-folder-suppress-prompt-hook since it is an abnormal
162 hook. Use "Hook run by `function'..." instead of "Invoked...".
d1699462
BW
163 Sync docstrings with manual.
164 (mh-ins-buf-prefix, mh-yank-behavior): Mention that
165 mh-ins-buf-prefix isn't used if you have added a
166 mail-citation-hook and neither are used if you use one of the
13fe29bd
BW
167 supercite flavors of mh-yank-behavior. Sync docstrings with
168 manual.
169 (mail-citation-hook): Delete. Use one in sendmail.el.
d1699462
BW
170 (mh-signature-file-name, mh-after-commands-processed-hook)
171 (mh-alias-reloaded-hook, mh-before-commands-processed-hook)
172 (mh-before-quit-hook, mh-before-send-letter-hook)
173 (mh-delete-msg-hook, mh-find-path-hook, mh-folder-mode-hook)
174 (mh-forward-hook, mh-inc-folder-hook, mh-insert-signature-hook)
175 (mh-letter-mode-hook)
176 (mh-mh-to-mime-hook, mh-pick-mode-hook, mh-quit-hook)
177 (mh-refile-msg-hook, mh-show-hook, mh-show-mode-hook)
178 (mh-unseen-updated-hook): Use "Hook run by `function'..." instead
13fe29bd 179 of "Invoked...". Sync docstrings with manual.
d1699462
BW
180
181 * mh-e.el (mh-last-destination, mh-last-destination-folder)
182 (mh-last-destination-write, mh-folder-mode-map, mh-arrow-marker)
183 (mh-delete-list, mh-refile-list, mh-folders-changed)
184 (mh-next-direction, mh-view-ops, mh-folder-view-stack)
185 (mh-index-data, mh-first-msg-num, mh-last-msg-num)
186 (mh-mode-line-annotation, mh-sequence-notation-history)
187 (mh-colors-available-flag): Move comment into docstring.
2bd87afb
SM
188 (mh-delete-msg, mh-execute-commands, mh-inc-folder, mh-quit)
189 (mh-process-commands): Sync docstrings with manual.
d1699462
BW
190 (mh-refile-msg): Small doc edit.
191 (mh-delete-a-msg, mh-refile-a-msg): Sync docstrings with manual.
192 Rename msg argument to message.
193
194 * mh-funcs.el (mh-kill-folder): Sync docstrings with manual.
195
196 * mh-e.el (mh-update-unseen): No longer say "The value of
197 `foo-hook' is a list of functions to be called, with no arguments,
198 ...," but rather just "The hook foo-hook is called...".
199
2bd87afb 200 * mh-mime.el (mh-mh-to-mime): Ditto.
d1699462
BW
201
202 * mh-pick.el (mh-pick-mode): Ditto.
203
204 * mh-utils.el (mh-showing-mode): Use uppercase for argument in
205 docstring.
206 (mh-seq-list, mh-seen-list, mh-showing-with-headers): Move comment
207 into docstring.
13fe29bd
BW
208 (mh-show-mode, mh-show-msg, mh-find-path): Sync docstrings with
209 manual.
d1699462 210
2bd87afb 2112005-12-19 Stephen Gildea <gildea@stop.mail-abuse.org>
2953de8c 212
13fe29bd
BW
213 * mh-customize.el (mh-after-commands-processed-hook): New
214 variable.
215 (mh-before-commands-processed-hook): Rename
216 mh-folder-updated-hook.
2953de8c 217
13fe29bd
BW
218 * mh-e.el (mh-process-commands): Rename mh-folder-updated-hook to
219 mh-before-commands-processed-hook, call new
2953de8c
SG
220 mh-after-commands-processed-hook.
221 (mh-folders-changed): New variable (for use in
222 mh-after-commands-processed-hook).
223
cee9f5c6
BW
2242005-12-19 Bill Wohler <wohler@newt.com>
225
226 * mh-acros.el:
227 * mh-alias.el:
228 * mh-comp.el:
229 * mh-customize.el:
230 * mh-e.el:
231 * mh-funcs.el:
232 * mh-gnus.el:
233 * mh-identity.el:
234 * mh-inc.el:
235 * mh-index.el:
236 * mh-init.el:
237 * mh-junk.el:
238 * mh-mime.el:
239 * mh-pick.el:
240 * mh-print.el:
241 * mh-seq.el:
242 * mh-speed.el:
243 * mh-utils.el:
13fe29bd
BW
244 Follow commenting conventions. Don't use ;;; form so much, except
245 for headings. Precede headings with page feed. This was mostly
246 already done, so I made it a convention. Did not update copyright
cee9f5c6
BW
247 on a couple of files since this was an insignificant change.
248
fa4075e3
BW
2492005-12-18 Bill Wohler <wohler@newt.com>
250
251 * mh-customize.el (mh-toolbar): Rename to mh-tool-bar.
252 (mh-tool-bar-search-function): Sync docstrings with manual.
13fe29bd
BW
253 (mh-tool-bar-customize): Replace toolbar with tool bar in
254 docstring.
fa4075e3
BW
255 (mh-tool-bar-letter-help): Fix manual reference.
256 (mh-xemacs-use-toolbar-flag): Rename to
13fe29bd
BW
257 mh-xemacs-use-tool-bar-flag. Initialize to
258 mh-xemacs-has-tool-bar-flag. Sync docstrings with manual.
fa4075e3 259 (mh-xemacs-toolbar-position): Rename to
13fe29bd 260 mh-xemacs-tool-bar-position. Initialize to nil. Drop "no tool bar"
fa4075e3
BW
261 option (redundant) and change "Same As Default Tool Bar" setting
262 to nil. Sync docstrings with manual.
263 (mh-tool-bar-define): Replace toolbar with tool-bar or tool bar
264 depending on context.
13fe29bd
BW
265 (mh-toolbar-init): Rename to mh-tool-bar-init. Simplify condition
266 for calling set-specifier. Only look at the value of
267 mh-xemacs-use-tool-bar-flag.
268 (mh-tool-bar-folder-buttons, mh-tool-bar-letter-buttons): Sync
269 docstrings with manual.
fa4075e3
BW
270
271 * mh-comp.el (mh-letter-mode): Use mh-tool-bar-init instead of
272 mh-toolbar-init.
273
274 * mh-e.el (mh-folder-mode): Ditto.
275
276 * mh-utils.el (mh-show-mode): Ditto.
277
7a5df5a9
BW
2782005-12-15 Bill Wohler <wohler@newt.com>
279
280 * mh-e.el (mh-delete-msg): Sync docstrings with manual.
281
282 * mh-seq.el (mh-delete-subject, mh-thread-next-sibling)
283 (mh-thread-previous-sibling, mh-thread-ancestor)
284 (mh-thread-delete, mh-thread-refile): Ditto.
285
6b960c10
BW
2862005-12-14 Bill Wohler <wohler@newt.com>
287
288 * mh-customize.el (mh-speed-flists-interval): Rename to
289 mh-speed-update-interval.
13fe29bd
BW
290 (mh-speed-run-flists-flag): Delete. Setting
291 mh-speed-flists-interval to 0 accomplishes the same thing.
6b960c10 292
13fe29bd
BW
293 * mh-speed.el (mh-folder-speedbar-buttons, mh-speed-flists): Use
294 mh-speed-update-interval instead of mh-speed-run-flists-flag.
295 (mh-speed-toggle, mh-speed-view, mh-speed-refresh): Sync
296 docstrings with manual.
6b960c10 297
97c688ed
BW
2982005-12-09 Bill Wohler <wohler@newt.com>
299
300 * mh-customize.el (mh-path): Move here from mh-init.el.
301 (mh-variant): Mention that mh-path can be customized.
302 (mh-invisible-header-fields-internal): Add X-ContentStamp,
303 X-MAIL-INFO, and X-UNTD- from NetZero.
304
305 * mh-init.el (mh-path): Move defcustom to mh-customize.el.
306
2be362c2
BW
3072005-12-04 Bill Wohler <wohler@newt.com>
308
f15ced66
BW
309 * mh-customize.el (mh-sortm-args): Sync docstrings with manual.
310 (mh-invisible-header-fields-internal): Add X-Bugzilla-* and
311 X-Virus-Scanned.
2bd87afb 312
13fe29bd
BW
313 * mh-customize.el (mh-insert-signature-hook): Rename
314 mh-letter-insert-signature-hook to mh-insert-signature-hook.
f15ced66
BW
315
316 * mh-comp.el (mh-insert-signature): Ditto.
317
56128d97 318 * mh-customize.el (mh-fetch-x-image-url): Change default from 'ask
13fe29bd 319 to nil. Remove t option. Sync docstring with manual (closes SF
56128d97
BW
320 #831278).
321 (mh-invisible-header-fields-internal): Remove X-Image-URL so that
322 users can see it, look it up in the manual's index, and discover
323 mh-fetch-x-image-url (closes SF #831278).
a932ce45 324
a8a47814
BW
325 * mh-customize.el (mh-new-messages-folders): Rename from
326 mh-index-new-messages-folders.
327 (mh-ticked-messages-folders): Rename from
328 mh-index-ticked-messages-folders.
2bd87afb 329
a8a47814
BW
330 * mh-index.el (mh-index-sequenced-messages)
331 (mh-index-new-messages): Ditto.
332
2be362c2 333 * mh-comp.el (mh-forward): Went over all uses of the word "RANGE"
13fe29bd 334 in the docstrings and made usage consistent. Generally speaking,
2be362c2 335 "messages in range" and "range of messages" is redundant and just
13fe29bd 336 "range" can be used in most circumstances. Also ensured that
2be362c2 337 mh-interactive-range was mentioned in all interactive functions
f15ced66
BW
338 that use a range which describes the range argument for both users
339 and programmers.
2be362c2
BW
340
341 * mh-e.el (mh-delete-msg-no-motion, mh-refile-msg)
342 (mh-refile-or-write-again, mh-rescan-folder, mh-undo)
343 (mh-visit-folder, mh-scan-folder, mh-regenerate-headers)
13fe29bd
BW
344 (mh-notate-user-sequences, mh-delete-msg-from-seq, mh-catchup):
345 Ditto.
2be362c2 346
13fe29bd
BW
347 * mh-funcs.el (mh-copy-msg, mh-pack-folder, mh-pack-folder-1):
348 Ditto.
2be362c2
BW
349
350 * mh-junk.el (mh-junk-blacklist, mh-junk-whitelist): Ditto.
351
352 * mh-print.el (mh-ps-print-range, mh-ps-print-msg)
353 (mh-ps-print-msg-file, mh-print-msg): Ditto.
354
355 * mh-seq.el (mh-put-msg-in-seq, mh-range-to-msg-list)
356 (mh-narrow-to-range, mh-toggle-tick): Ditto.
357
553fb735
BW
3582005-12-01 Bill Wohler <wohler@newt.com>
359
360 Rewrote Reading Mail chapter in manual which affected mh-show
361 customization group and related functions.
2bd87afb 362
553fb735
BW
363 * mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style
364 instead of mh-highlight-citation-p.
365 (mh-letter-toggle-header-field-display): "Ellipsed" isn't a word,
366 I think, so use "truncated".
367
368 * mh-customize.el (mh-folder, mh-folder-faces): Group's manual
13fe29bd 369 section is Folders, not Organizing. Parent of mh-folder-faces is
553fb735
BW
370 mh-folder, not mh-show.
371 (mh-speed): Rename to mh-speedbar for consistency with mh-toolbar.
372 (mh-thread): New group that corresponds with manual's Threading
373 chapter.
374 (mh-letter-faces): Group's manual section is Editing Drafts, not
375 Sending Mail.
13fe29bd
BW
376 (mh-sortm-args): New customization variable that used to be a
377 defvar.
553fb735
BW
378 (mh-index-new-messages-folders, mh-index-ticked-messages-folders):
379 Move from mh-index group to mh-folders group.
380 (mh-alias-local-users-prefix, mh-large-folder)
381 (mh-recursive-folders-flag, mh-before-quit-hook)
382 (mh-folder-mode-hook, mh-kill-folder-suppress-prompt-hook)
383 (mh-quit-hook, mh-refile-msg-hook): Move from mh-show group to
384 mh-folder group.
385 (mh-highlight-citation-style): Rename from
13fe29bd
BW
386 mh-highlight-citation-p. Sync docstrings with manual.
387 (mh-mhl-format-file): Rename from mhl-formfile. Sync docstrings
553fb735 388 with manual.
13fe29bd
BW
389 (mh-show-threads-flag): Move from mh-show group to mh-thread
390 group.
553fb735
BW
391 (mh-find-path-hook): Move from mh-show group to mh-e group.
392 (mh-folder-updated-hook): Add to mh-folder group.
393 (mh-forward-hook): Move from mh-folder to mh-sending-mail group.
394 (mh-unseen-updated-hook): Move from mh-show to mh-sequences group.
395 (mh-bury-show-buffer-flag, mh-clean-message-header-flag)
396 (mh-decode-mime-flag, mh-display-buttons-for-alternatives-flag)
397 (mh-display-buttons-for-inline-parts-flag)
398 (mh-do-not-confirm-flag, mh-fetch-x-image-url)
399 (mh-graphical-smileys-flag, mh-graphical-emphasis-flag)
400 (mh-invisible-header-fields-default, mh-invisible-header-fields)
401 (mh-lpr-command-format, mh-max-inline-image-height)
402 (mh-max-inline-image-width)
403 (mh-mime-save-parts-default-directory, mh-print-background-flag)
404 (mh-show-maximum-size, mh-show-use-goto-addr-flag)
405 (mh-show-use-xface-flag, mh-store-default-directory)
406 (mh-summary-height, mh-delete-msg-hook
407 (mh-show-hook, mh-show-mode-hook): Sync docstrings with manual.
2bd87afb 408
553fb735
BW
409 * mh-e.el
410 (mh-scan-format-mh, mh-scan-good-msg-regexp)
411 (mh-scan-deleted-msg-regexp, mh-scan-refiled-msg-regexp)
13fe29bd
BW
412 (mh-scan-cur-msg-number-regexp, mh-scan-subject-regexp): Use
413 non-fontification instead of non-fontifying.
553fb735 414 (mh-header-display): Use mh-mhl-format-file instead of
13fe29bd 415 mhl-formfile. Sync docstrings with manual.
553fb735 416 (mh-next-undeleted-msg, mh-previous-undeleted-msg): Rename arg to
13fe29bd 417 count. Sync docstrings with manual.
553fb735 418 (mh-refile-or-write-again): Use output from mh-write-msg-to-file
13fe29bd
BW
419 so that message doesn't change when using this command. Sync
420 docstrings with manual.
421 (mh-page-msg, mh-previous-page): Rename arg to lines. Sync
422 docstrings with manual.
423 (mh-write-msg-to-file): Rename msg to message. Rename no-headers
424 to no-header. Sync docstrings with manual.
553fb735
BW
425 (mh-ps-print-map): Delete keybindings for deleted commands
426 mh-ps-print-toggle-mime and mh-ps-print-msg-show.
2bd87afb 427 (mh-help-messages): Update printing help.
553fb735
BW
428 (mh-delete-msg, mh-delete-msg-no-motion, mh-first-msg)
429 (mh-last-msg, mh-previous-unread-msg, mh-next-button)
430 (mh-prev-button, mh-folder-toggle-mime-part)
431 (mh-folder-inline-mime-part, mh-folder-save-mime-part)
432 (mh-next-unread-msg, mh-toggle-mime-buttons): Sync docstrings with
433 manual.
434
13fe29bd
BW
435 * mh-funcs.el (mh-sortm-args): Now a customization option and in
436 mh-customize.el.
437 (mh-pipe-msg): Rename include-headers to include-header. Sync
438 docstrings with manual.
553fb735
BW
439 (mh-burst-digest, mh-page-digest, mh-page-digest-backwards)
440 (mh-store-msg): Sync docstrings with manual.
441
13fe29bd
BW
442 * mh-mime.el (mh-mime-save-parts): Rename arg to prompt. Sync
443 docstrings with manual.
553fb735
BW
444 (mh-toggle-mh-decode-mime-flag): Use English in message, not Lisp.
445 Sync docstrings with manual.
13fe29bd
BW
446 (mh-mm-display-part, mh-mm-inline-message): Use
447 mh-highlight-citation-style instead of mh-highlight-citation-p.
553fb735
BW
448 (mh-press-button): Sync docstrings with manual.
449 (mh-display-with-external-viewer): Fix default output in
13fe29bd 450 minibuffer. Sync docstrings with manual.
553fb735 451
13fe29bd
BW
452 * mh-print.el: (mh-ps-print-mime, mh-ps-print-toggle-mime):
453 Delete.
553fb735
BW
454 (mh-ps-print-color-option): Incorporate docstring from
455 ps-print-color-p.
13fe29bd
BW
456 (mh-ps-spool-buffer): Remove unused code. Fix indent. Slimline
457 docstring.
458 (mh-ps-spool-msg): Slimline docstring. Rename from
459 mh-ps-spool-a-msg. Rewrite to use existing show buffer when
460 available.
553fb735
BW
461 (mh-ps-print-range): Extract method from common code in
462 mh-ps-print-msg and mh-ps-print-msg-file.
13fe29bd
BW
463 (mh-ps-print-preprint): Clean docstring. Use filename "mh-%s".
464 (mh-ps-print-msg-show): Delete. Can use either
553fb735
BW
465 mh-ps-print-msg-show or mh-ps-print-msg-show to same effect with
466 new code in mh-ps-spool-msg.
467 (mh-print-msg): Use mh-mhl-format-file instead of mhl-formfile.
468 Sync docstrings with manual.
469 (mh-ps-print-msg, mh-ps-print-msg-file)
13fe29bd
BW
470 (mh-ps-print-toggle-faces, mh-ps-print-toggle-color): Sync
471 docstrings with manual.
553fb735 472
2bd87afb 473 * mh-utils.el (mh-show-ps-print-msg-show)
553fb735 474 mh-show-ps-print-toggle-mime): Delete.
2bd87afb 475 (mh-show-ps-print-map): Update accordingly.
553fb735
BW
476 (mh-show-mode): Use mh-highlight-citation-style instead of
477 mh-highlight-citation-p.
478 (mh-show-xface, mh-display-msg): Use mh-mhl-format-file instead of
479 mhl-formfile.
13fe29bd
BW
480 (mh-show): Use mh-mhl-format-file instead of mhl-formfile. Sync
481 docstrings with manual.
482 (mh-show-font-lock-fontify-region, mh-modify, mh-goto-msg): Sync
483 docstrings with manual.
553fb735
BW
484
4852005-12-01 Bill Wohler <wohler@newt.com>
486
487 * mh-init.el (mh-defface-compat): Checkdoc fix.
488
489 * mh-junk.el (mh-bogofilter-blacklist, mh-bogofilter-whitelist):
13fe29bd
BW
490 Bogofilter is lowercase except at beginning of sentence and in
491 titles.
553fb735 492
94abd6b7
BW
4932005-11-04 Bill Wohler <wohler@newt.com>
494
6b19bd82
BW
495 * mh-customize.el (mh-min-colors-defined-flag, mh-defface-compat):
496 Move to mh-init.el to minimize bulk of mh-customize.el.
497
498 * mh-init.el: Modify commentary since file is used for load and
499 initialization as well as setting and getting the variant.
13fe29bd
BW
500 (mh-min-colors-defined-flag, mh-defface-compat): Move here from
501 mh-customize.el.
6b19bd82 502
13fe29bd
BW
503 * mh-customize.el: Refactor faces. Move grayscale requirements
504 last before t. Use uniform line breaks.
3d2efec2 505 (mh-min-colors-defined-flag): New variable.
13fe29bd 506 (mh-defface-compat): New function. Provides backward compatibility
3d2efec2 507 for face specs.
2bd87afb
SM
508 (mh-show-header, mh-show-date, mh-show-cc, mh-folder-to)
509 (mh-folder-refiled, mh-folder-cur-msg-number, mh-folder-cur-msg)
3d2efec2 510 (mh-folder-body): Use mh-defface-compat.
94abd6b7 511
b07e0686
DN
5122005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
513
514 * mh-customize.el (mh-folder-body-face, mh-folder-cur-msg-face)
515 (mh-folder-cur-msg-number-face, mh-folder-refiled-face)
516 (mh-folder-to-face): Use the min-colors attribute instead of the
517 type attribute.
518
be33fce4
BW
5192005-11-03 Bill Wohler <wohler@newt.com>
520
521 * mh-customize.el (mh-refile-preserves-sequences-flag)
13fe29bd
BW
522 (mh-tick-seq, mh-update-sequences-after-mh-show-flag): Sync
523 docstrings with manual.
be33fce4
BW
524
525 * mh-e.el (mh-update-sequences): Sync docstrings with manual.
526
2bd87afb 527 * mh-seq.el (mh-delete-seq, mh-list-sequences, mh-narrow-to-seq)
be33fce4
BW
528 (mh-widen, mh-toggle-tick, mh-narrow-to-tick): Sync docstrings
529 with manual.
530
93eece98
BW
5312005-11-01 Bill Wohler <wohler@newt.com>
532
13fe29bd
BW
533 * mh-comp.el (mh-redist-full-contents) Convert defvar to
534 defcustom.
b2064e08
BW
535 (mh-smail, mh-extract-rejected-mail, mh-forward, mh-redistribute)
536 (mh-reply, mh-send, mh-send-other-window)
537 (mh-fill-paragraph-function): Sync docstrings with manual.
13fe29bd
BW
538 (mh-edit-again, mh-extract-rejected-mail, mh-redistribute): Rename
539 msg argument to message (to make for a better docstring).
b2064e08
BW
540
541 * mh-customize.el (mh-redist-full-contents-flag): Convert defvar
13fe29bd 542 to defcustom. Rename by adding -flag.
b2064e08
BW
543 (mh-compose-forward-as-mime-flag)
544 (mh-compose-letter-function, mh-forward-subject-format)
545 (mh-insert-x-mailer-flag, mh-reply-default-reply-to)
546 (mh-reply-show-message-flag, mh-letter-mode-hook): Sync docstrings
547 with manual.
548
2bd87afb 549 * mh-print.el (mh-ps-spool-buffer, mh-ps-spool-a-msg)
93eece98 550 (mh-ps-print-msg): Remove debugging messages.
2bd87afb 551 (mh-ps-print-msg-show, mh-ps-print-msg-show)
93eece98
BW
552 (mh-ps-print-toggle-color, mh-ps-print-toggle-mime): Remove period
553 after message per conventions.
554
fefc5079
BW
5552005-10-30 Bill Wohler <wohler@newt.com>
556
2bd87afb 557 * mh-e.el (mh-scan-good-msg-regexp, mh-scan-deleted-msg-regexp)
13fe29bd
BW
558 (mh-scan-refiled-msg-regexp, mh-scan-cur-msg-number-regexp): Sync
559 docstrings with manual.
ece9cbf7 560
fefc5079
BW
561 * mh-customize.el (mh-compose-space-does-completion-flag)
562 (mh-signature-separator-flag, mh-interpret-number-as-range-flag)
563 (mh-adaptive-cmd-note-flag): Use "Non-nil means" instead of "On
13fe29bd
BW
564 means" to remain checkdoc clean and consistent with Emacs. I
565 raised this issue with the Emacs developers and Stallman agrees
fefc5079
BW
566 that "On means" should be allowed in custom docstrings but that
567 this change requires thought and should wait until after the Emacs
568 22 release.
569
ec397a34
BW
5702005-10-28 Bill Wohler <wohler@newt.com>
571
50df64d6
BW
572 * mh-comp.el (mh-annotate-msg): Use new variable
573 mh-scan-field-destination-offset rather than hard-coding 1.
574
575 * mh-customize.el (mh-interpret-number-as-range-flag): Add * to
576 docstring.
13fe29bd
BW
577 (mh-adaptive-cmd-note-flag-check, mh-scan-format-file-check): New
578 functions to check input for mh-adaptive-cmd-note-flag and
50df64d6
BW
579 mh-scan-format-file respectively.
580 (mh-adaptive-cmd-note-flag, mh-scan-format-file): Docstring fixes,
581 add :set.
582
13fe29bd
BW
583 * mh-e.el: (mh-scan-field-destination-offset): New variable. The
584 destination is the -, t, b, c, or n character for Replied, To, cc,
50df64d6
BW
585 Bcc, or Newsgroups respectively.
586 (mh-make-folder, mh-regenerate-headers, mh-generate-new-cmd-note)
587 Call new function mh-msg-num-width-to-column to make leap between
588 width and column more explicit.
589 (mh-msg-num-width-to-column): New function that steals logic from
13fe29bd 590 old mh-set-cmd-note. Also, throw error if mh-scan-format-file
50df64d6
BW
591 isn't t since we can't adapt the scan lines in this case.
592 (mh-set-cmd-note): Now just simply sets mh-cmd-note which will
593 make the documentation more clear.
594 (mh-generate-new-cmd-note): Docstring fix--mh-cmd-note is a
595 column, not a width.
596 (mh-add-sequence-notation, mh-remove-sequence-notation): Use new
13fe29bd
BW
597 variable mh-scan-field-destination-offset rather than hard-coding
598 1.
50df64d6
BW
599
600 * mh-utils.el (mh-cmd-note) Synced docstring with manual.
601 (mh-notate): Use new variable mh-scan-field-destination-offset
602 rather than hard-coding 1.
603 (mh-message-number-width): Rename to mh-msg-num-width to be
604 consistent with mh-get-msg-num and mh-msg-num-width-to-column.
605
ec397a34
BW
606 * mh-customize.el (mh-x-face-file, mh-show-use-xface-flag)
607 (mail-citation-hook): Quote URLs in docstrings and precede with
13fe29bd
BW
608 `URL'. The former will suppress checkdoc warnings, the latter will
609 turn them into hyperlinks in Emacs 22 (I just added the code to do
610 that today).
ec397a34
BW
611 (mh-scan-format-file): Checkdoc fix.
612
169a3241
BW
6132005-10-27 Bill Wohler <wohler@newt.com>
614
e069fa61
BW
615 * mh-customize.el (mh-adaptive-cmd-note-flag)
616 (mh-scan-format-file, mh-scan-prog): Sync docstrings with manual.
617
618 * mh-e.el (mh-scan-format-mh, mh-note-deleted, mh-note-refiled)
619 (mh-note-cur, mh-scan-good-msg-regexp)
620 (mh-scan-deleted-msg-regexp, mh-scan-refiled-msg-regexp)
621 (mh-scan-valid-regexp, mh-scan-cur-msg-number-regexp)
622 (mh-scan-date-regexp, mh-scan-rcpt-regexp, mh-scan-body-regexp)
623 (mh-scan-subject-regexp, mh-scan-format-regexp)
624 (mh-folder-font-lock-keywords, mh-set-cmd-note): Sync docstrings
625 with manual.
626
627 * mh-funcs.el (mh-note-copied): Sync docstrings with manual.
628
629 * mh-utils.el (mh-goto-msg): Use mh-scan-msg-search-regexp instead
630 of hard-coded string.
13fe29bd
BW
631 (mh-mail-header-separator, mh-signature-separator-regexp): Use
632 "regular expression" in docstring instead of regexp.
e069fa61
BW
633 (mh-scan-msg-number-regexp)
634 (mh-scan-msg-overflow-regexp, mh-scan-msg-format-regexp)
635 (mh-scan-msg-format-string, mh-scan-msg-search-regexp)
636 (mh-cmd-note): Sync docstrings with manual.
637
3b463df0
BW
638 * mh-comp.el (mh-insert-signature, mh-insert-auto-fields):
639 Checkdoc fixes.
640
641 * mh-customize.el (mh-compose-insertion, mh-x-face-file): Ditto.
2bd87afb
SM
642
643 * mh-mime.el (mh-mh-to-mime, mh-mml-attach-file)
644 (mh-mml-secure-message-sign, mh-mml-secure-message-encrypt)
645 (mh-mml-secure-message-signencrypt): Ditto.
169a3241 646
4a263988
BW
6472005-10-24 Bill Wohler <wohler@newt.com>
648
649 * mh-gnus.el: Load mml.el in order to see if
650 mml-minibuffer-read-disposition is defined or not.
651
652 * mh-mime.el: Now that mh-gnus.el loads mml, we shouldn't need the
653 mml autoloads.
654
97c60a38
MB
6552005-10-23 Miles Bader <miles@gnu.org>
656
657 * .arch-inventory: New file.
658
9a51cf9e
BW
6592005-10-23 Bill Wohler <wohler@newt.com>
660
13fe29bd
BW
661 * mh-customize.el (mh-interpret-number-as-range-flag): Sync
662 docstring with manual.
136e0283 663
9a51cf9e
BW
664 * mh-identity.el (mh-assoc-ignore-case): Merge with version in
665 mh-alias.el and move to mh-acros.el
666
667 * mh-alias.el (mh-assoc-ignore-case): Merge with version in
668 mh-identity.el and move to mh-acros.el
669
670 * mh-acros.el (mh-assoc-ignore-case): Merge of function from
671 mh-identity.el and mh-alias.el.
672
673 * mh-mime.el: Autoload mm-uu for mm-uu-dissect to avoid compiler
674 warning in Emacs 22.
675
1dd9796d
SD
6762005-10-23 Satyaki Das <satyaki@theforce.stanford.edu>
677
678 * mh-identity.el (mh-assoc-ignore-case): New macro that uses
679 assoc-string (if the function is available) and falls back on
680 assoc-ignore-case if assoc-string is not found.
681 (mh-identity-field-handler): Use mh-assoc-ignore-case since
682 assoc-ignore-case is a obsolete function in Emacs 22.
683
684 * mh-e.el (mh-folder-buttons-init-flag): New variable that keeps
685 track of whether the tool-bar in mh-folder-mode has been
686 initialized yet.
687 (mh-folder-mode): Initialize the tool-bar for folders the first
688 time we get into mh-letter-mode.
689
690 * mh-customize.el (mh-buffer-exists-p): New function which tests
691 presence of buffers of a given mode.
692 (mh-tool-bar-define): New functions
693 mh-tool-bar-folder-buttons-init and
13fe29bd 694 mh-tool-bar-letter-buttons-init are defined. These functions are
1dd9796d
SD
695 used to create the tool-bar from the corresponding customizable
696 variables.
697
698 * mh-comp.el (mh-letter-buttons-init-flag): New variable that
699 keeps track of whether the tool-bar in mh-letter-mode has been
700 initialized yet.
701 (mh-letter-mode): Initialize the tool-bar for drafts the first
702 time we get into mh-letter-mode.
703
0c47b17c
BW
7042005-10-23 Bill Wohler <wohler@newt.com>
705
13fe29bd
BW
706 * mh-comp.el (mh-letter-menu): Rename
707 mh-mhn-compose-external-compressed-tar to
708 mh-mh-compose-external-compressed-tar. Rename
709 mh-mhn-compose-anon-ftp to mh-mh-compose-anon-ftp. Rename
710 mh-edit-mhn to mh-mh-to-mime. Rename mh-mhn-directive-present-p to
711 mh-mh-directive-present-p. Rename mh-revert-mhn-edit to
712 mh-mh-to-mime-undo. Rename mh-gnus-pgp-support-flag to
713 mh-pgp-support-flag. Rename mh-compose-insertion value from 'mhn
0c47b17c
BW
714 to 'mh.
715 (mh-insert-signature): Rename mh-mhn-directive-present-p to
716 mh-mh-directive-present-p.
717 (mh-send-letter): Rename mh-mhn-directive-present-p to
13fe29bd
BW
718 mh-mh-directive-present-p. Rename mh-edit-mhn to mh-mh-to-mime.
719 (mh-letter-mode-map): Rename mh-edit-mhn to mh-mh-to-mime. Rename
720 mh-mhn-compose-anon-ftp to mh-mh-compose-anon-ftp. Rename
721 mh-mhn-compose-external-compressed-tar to
722 mh-mh-compose-external-compressed-tar. Rename mh-revert-mhn-edit
723 to mh-mh-to-mime-undo. Rename mh-mhn-compose-external-type to
724 mh-mh-compose-external-type. Rename mh-mhn-compose-anon-ftp to
725 mh-mh-compose-anon-ftp. Rename
726 mh-mhn-compose-external-compressed-tar to
727 mh-mh-compose-external-compressed-tar. Rename mh-revert-mhn-edit
728 to mh-mh-to-mime-undo. Rename mh-mhn-compose-external-type to
0c47b17c
BW
729 mh-mh-compose-external-type.
730 (mh-send-letter, mh-letter-mode-map): Rename mh-edit-mhn to
731 mh-mh-to-mime, mh-revert-mhn-edit to mh-mh-to-mime-undo.
13fe29bd
BW
732 (mh-reply, mh-yank-cur-msg, mh-insert-prefix-string): Rename
733 mh-yank-from-start-of-msg to mh-yank-behavior.
0c47b17c
BW
734 (mh-letter-mode, mh-to-field, mh-to-fcc, mh-insert-signature)
735 (mh-check-whom, mh-insert-auto-fields, mh-send-letter)
736 (mh-insert-letter, mh-yank-cur-msg, mh-insert-prefix-string)
737 (mh-fully-kill-draft, mh-open-line, mh-letter-complete)
738 (mh-letter-complete-or-space, mh-letter-confirm-address)
739 (mh-letter-next-header-field-or-indent)
740 (mh-letter-previous-header-field)
13fe29bd
BW
741 (mh-letter-toggle-header-field-display): Sync docstrings with
742 manual.
0c47b17c 743
13fe29bd
BW
744 * mh-customize.el (mh-edit-mhn-hook): Rename to
745 mh-mh-to-mime-hook.
0c47b17c
BW
746 (mh-yank-from-start-of-msg): Rename to mh-yank-behavior.
747 (mh-compose-insertion): Rename values from 'gnus and 'mhn to 'mh
748 and user-visible values from mhn and Gnus to MH and MML.
2bd87afb 749 (mh-before-send-letter-hook): Add 'ispell-message option.
0c47b17c
BW
750 (mh-mml-method-default): Rename mh-gnus-pgp-support-flag to
751 mh-pgp-support-flag.
752 (mh-compose-insertion, mh-compose-space-does-completion-flag)
753 (mh-delete-yanked-msg-window-flag)
754 (mh-extract-from-attribution-verb, mh-ins-buf-prefix)
755 (mh-letter-complete-function, mh-letter-fill-column)
756 (mh-mml-method-default, mh-signature-file-name)
757 (mh-signature-separator-flag, mh-x-face-file)
758 (mh-yank-behavior, mail-citation-hook)
759 (mh-before-send-letter-hook, mh-mh-to-mime-hook): Sync docstrings
760 with manual.
761
762 * mh-gnus.el (mml-minibuffer-read-disposition): New function
763 provided for Emacs 21 environments that lack it.
764
765 * mh-mime.el (mh-mml-query-cryptographic-method): Use default
766 prompt convention.
767 (mh-compose-forward): mh-mh-forward-message requires string arg.
768 (mh-minibuffer-read-type): New function.
769 (mh-mhn-args): Rename to mh-mh-to-mime-args.
770 (mh-mhn-compose-insertion): Rename to mh-mh-attach-file.
771 (mh-mhn-compose-forw): Rename to mh-mh-forward-message.
772 (mh-mhn-compose-type): Rename to mh-mh-compose-type.
773 (mh-mhn-compose-anon-ftp): Rename to mh-mh-compose-anon-ftp.
13fe29bd
BW
774 Rename mh-mhn-compose-external-type to
775 mh-mh-compose-external-type.
0c47b17c 776 (mh-mhn-compose-external-compressed-tar): Rename to
13fe29bd
BW
777 mh-mh-compose-external-compressed-tar. Rename
778 mh-mhn-compose-external-type to mh-mh-compose-external-type.
779 (mh-mhn-compose-external-type): Rename to
780 mh-mh-compose-external-type.
781 (mh-edit-mhn): Rename to mh-mh-to-mime. Rename mh-mhn-args to
782 mh-mh-to-mime-args. Rename mh-edit-mhn-hook to mh-mh-to-mime-hook.
0c47b17c
BW
783 Use correct program in message.
784 (mh-mhn-directive-present-p): Rename to mh-mh-directive-present-p.
785 (mh-mml-directive-present-p): Rename to mh-mml-tag-present-p.
786 (mh-compose-forward, mh-mh-attach-file)
787 (mh-mh-compose-anon-ftp, mh-mh-compose-external-compressed-tar)
788 (mh-mh-compose-external-type, mh-mh-forward-message)
789 (mh-mml-attach-file): Use mml-minibuffer-read-description,
790 mh-minibuffer-read-type.
2bd87afb 791 (mh-mime-content-types): Move comment about only being used in
0c47b17c
BW
792 Emacs 20 to docstring.
793 (mh-mh-compose-external-type): Rename extra-param argument to
794 parameters.
2bd87afb 795 (mh-mml-to-mime, mh-secure-message, mh-mml-unsecure-message)
13fe29bd
BW
796 (mh-mime-display-part, mh-mime-display-single): Rename
797 mh-gnus-pgp-support-flag to mh-pgp-support-flag.
0c47b17c
BW
798 (mh-compose-insertion): Rename mh-mhn-compose-insertion to
799 mh-mh-attach-file.
800 (mh-compose-forward): Rename mh-mhn-compose-forw to
801 mh-mh-forward-message.
802 (mh-mhn-compose-insertion): Rename mh-mhn-compose-type to
803 mh-mh-compose-type.
804 (mh-compose-insertion, mh-compose-forward, mh-mh-to-mime-args)
805 (mh-mh-attach-file, mh-mh-compose-type)
806 (mh-mh-compose-anon-ftp, mh-mh-compose-external-compressed-tar)
807 (mh-mh-compose-external-compressed-tar)
808 (mh-mh-compose-external-type, mh-mh-forward-message)
2bd87afb 809 (mh-mh-to-mime, mh-mh-quote-unescaped-sharp)
0c47b17c
BW
810 (mh-mh-to-mime-undo, mh-mh-directive-present-p, mh-mml-to-mime)
811 (mh-mml-attach-file, mh-secure-message, mh-mml-unsecure-message)
812 (mh-mml-secure-message-sign, mh-mml-secure-message-encrypt)
813 (mh-mml-directive-present-p, mh-destroy-postponed-handles)
814 (mh-display-smileys, mh-display-emphasis, mh-mime-save-parts):
815 Sync docstrings with manual.
816
13fe29bd
BW
817 * mh-utils.el (mh-gnus-pgp-support-flag): Rename to
818 mh-pgp-support-flag.
0c47b17c 819
fba3b4d8
PG
8202005-10-17 Peter S Galbraith <psg@debian.org>
821
13fe29bd
BW
822 * mh-identity.el (mh-identity-field-handler): Use
823 `assoc-ignore-case' to compare against header field for mixed-case
fba3b4d8
PG
824 "From:".
825
ffda926c
BW
8262005-10-17 Bill Wohler <wohler@newt.com>
827
2bd87afb 828 * mh-customize.el (mh-folder-tool-bar-map): Rename image file
ffda926c
BW
829 left_arrow to left-arrow, right_arrow to right-arrow, mail_compose
830 to mail/compose, fld_open to fld-open.
13fe29bd
BW
831 (mh-letter-tool-bar-map): Rename image file mail_send to
832 mail/send.
ffda926c 833
8f552dc8
BW
8342005-10-16 Bill Wohler <wohler@newt.com>
835
79af55a7
BW
836 * mh-comp.el (mh-display-completion-list-compat): New macro which
837 calls `display-completion-list' correctly in older environments.
838 Versions of Emacs prior to version 22 lacked a COMMON-SUBSTRING
839 argument.
840 (mh-complete-word): Use it.
841
8f552dc8 842 * mh-init.el (mh-image-load-path): Use locate-library to find
13fe29bd 843 MH-E. This simplified the code a lot. Flattened out nested
8f552dc8
BW
844 statements even more.
845
7c164e0c
SD
8462005-10-16 Satyaki Das <satyaki@theforce.stanford.edu>
847
848 * mh-init.el (mh-image-load-path): Remove use of pushnew since it
849 causes a compiler warning.
850
851 * mh-utils.el (mh-display-msg): Do MIME cleanup before inserting
852 the message to be viewed (closes SF #1306141).
853
f5fab556
MY
8542005-10-16 Masatake YAMATO <jet@gyve.org>
855
13fe29bd
BW
856 * mh-comp.el (mh-complete-word): Pass the common prefix substring
857 of completion to `display-completion-list'.
f5fab556 858
2416ec64
SD
8592005-10-15 Satyaki Das <satyaki@theforce.stanford.edu>
860
861 * mh-init.el (mh-image-load-path-called-flag): New variable which
862 is used by mh-image-load-path so that it runs only once.
13fe29bd
BW
863 (mh-image-load-path): Modify so that it gets run only once. Also
864 flatten out heavily nested if statements to make it clearer.
2416ec64
SD
865
866 * mh-e.el (mh-folder-mode): Call mh-image-load-path to allow Emacs
867 to find images used in the toolbar.
868
869 * mh-customize.el (:folder): Remove call to mh-image-load-path.
870
a9954630
BW
8712005-10-14 Bill Wohler <wohler@newt.com>
872
2bd87afb 873 * mh-e.el (Version, mh-version): Add +cvs to version.
a9954630 874
5b004a34
BW
8752005-10-14 Bill Wohler <wohler@newt.com>
876
877 Released MH-E version 7.85.
2bd87afb
SM
878
879 * mh-e.el (Version, mh-version): Update for release 7.85.
880
a10f4ace
BW
8812005-10-14 Bill Wohler <wohler@newt.com>
882
13fe29bd
BW
883 * mh-e.el, mh-funcs.el, mh-init.el, mh-mime.el, mh-pick.el: *
884 mh-seq.el, mh-utils.el: Ran mh-unit. Continued copyright lines
2bd87afb
SM
885 need to be indented.
886
5b004a34 887 * mh-e.el: mh-folder-tick-face had been renamed to mh-folder-tick
13fe29bd
BW
888 but the code that invoked the face had not been updated. Tick
889 highlighting working again.
5b004a34 890
13fe29bd
BW
891 * mh-seq.el (mh-non-seq-mode-line-annotation): Move
892 make-variable-buffer-local call to top level to avoid warnings in
a10f4ace
BW
893 CVS Emacs.
894
2bd87afb 895 * mh-comp.el (mh-insert-letter): Replace deprecated read-input
a10f4ace
BW
896 with read-string.
897
a05fcb7d 8982005-10-09 Bill Wohler <wohler@newt.com>
c727526b 899
a05fcb7d
BW
900 * mh-init.el (mh-image-load-path): New function that adds the path
901 to the MH-E images to the image-load-path or load-path depending
902 on the version of Emacs.
c727526b 903
a05fcb7d
BW
904 * mh-customize.el: Call mh-image-load-path just before
905 mh-tool-bar-define so that the toolbar images can be found.
d88a70a0 906
a05fcb7d 9072005-10-04 Bill Wohler <wohler@newt.com>
d88a70a0 908
2bd87afb
SM
909 * ChangeLog: Move contents into ChangeLog.1 and trim.
910
13fe29bd 911 * ChangeLog.1: New file. Contains old ChangeLog.
900d1698 912
47570699 913
a05fcb7d 914 Copyright (C) 2005 Free Software Foundation, Inc.
e9be14aa 915
e495eaec
BW
916 Copying and distribution of this file, with or without modification,
917 are permitted in any medium without royalty provided the copyright
918 notice and this notice are preserved.
ab5796a9 919
13fe29bd
BW
920;; Local Variables:
921;; sentence-end-double-space: nil
922;; End:
923
ab5796a9 924;;; arch-tag: 87324964-69b6-4925-a3c2-9c1df53d7d51