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