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