diff options
Diffstat (limited to 'lisp/mh-e/ChangeLog')
| -rw-r--r-- | lisp/mh-e/ChangeLog | 109 |
1 files changed, 109 insertions, 0 deletions
diff --git a/lisp/mh-e/ChangeLog b/lisp/mh-e/ChangeLog index 7a6cf778bbe..64876717392 100644 --- a/lisp/mh-e/ChangeLog +++ b/lisp/mh-e/ChangeLog | |||
| @@ -1,3 +1,112 @@ | |||
| 1 | 2006-03-30 Bill Wohler <wohler@newt.com> | ||
| 2 | |||
| 3 | * mh-e.el (mh-defcustom, mh-defface, mh-defgroup): Macros to | ||
| 4 | remove new :package-version keyword in older settings. | ||
| 5 | (customize-package-emacs-version-alist): Add MH-E version to Emacs | ||
| 6 | version mappings. | ||
| 7 | (mh-e, mh-alias, mh-folder, mh-folder-selection) | ||
| 8 | (mh-identity, mh-inc, mh-junk, mh-letter, mh-ranges) | ||
| 9 | (mh-scan-line-formats, mh-search, mh-sending-mail) | ||
| 10 | (mh-sequences, mh-show, mh-speedbar, mh-thread, mh-tool-bar) | ||
| 11 | (mh-hooks, mh-faces): Add :package-version keyword to these | ||
| 12 | groups. | ||
| 13 | (mh-alias-completion-ignore-case-flag) | ||
| 14 | (mh-alias-expand-aliases-flag, mh-alias-flash-on-comma) | ||
| 15 | (mh-alias-insert-file, mh-alias-insertion-location) | ||
| 16 | (mh-alias-local-users, mh-alias-local-users-prefix) | ||
| 17 | (mh-alias-passwd-gecos-comma-separator-flag) | ||
| 18 | (mh-new-messages-folders, mh-ticked-messages-folders) | ||
| 19 | (mh-large-folder, mh-recenter-summary-flag) | ||
| 20 | (mh-recursive-folders-flag, mh-sortm-args) | ||
| 21 | (mh-default-folder-for-message-function) | ||
| 22 | (mh-default-folder-list, mh-default-folder-must-exist-flag) | ||
| 23 | (mh-default-folder-prefix, mh-identity-list) | ||
| 24 | (mh-auto-fields-list, mh-auto-fields-prompt-flag) | ||
| 25 | (mh-identity-default, mh-identity-handlers, mh-inc-prog) | ||
| 26 | (mh-inc-spool-list, mh-junk-background, mh-junk-disposition) | ||
| 27 | (mh-junk-program, mh-compose-insertion) | ||
| 28 | (mh-compose-skipped-header-fields) | ||
| 29 | (mh-compose-space-does-completion-flag) | ||
| 30 | (mh-delete-yanked-msg-window-flag) | ||
| 31 | (mh-extract-from-attribution-verb, mh-ins-buf-prefix) | ||
| 32 | (mh-letter-complete-function, mh-letter-fill-column) | ||
| 33 | (mh-mml-method-default, mh-signature-file-name) | ||
| 34 | (mh-signature-separator-flag, mh-x-face-file) | ||
| 35 | (mh-yank-behavior, mh-interpret-number-as-range-flag) | ||
| 36 | (mh-adaptive-cmd-note-flag, mh-scan-format-file, mh-scan-prog) | ||
| 37 | (mh-search-program, mh-compose-forward-as-mime-flag) | ||
| 38 | (mh-compose-letter-function, mh-compose-prompt-flag) | ||
| 39 | (mh-forward-subject-format, mh-insert-x-mailer-flag) | ||
| 40 | (mh-redist-full-contents-flag, mh-reply-default-reply-to) | ||
| 41 | (mh-reply-show-message-flag) | ||
| 42 | (mh-refile-preserves-sequences-flag, mh-tick-seq) | ||
| 43 | (mh-update-sequences-after-mh-show-flag) | ||
| 44 | (mh-bury-show-buffer-flag, mh-clean-message-header-flag) | ||
| 45 | (mh-decode-mime-flag) | ||
| 46 | (mh-display-buttons-for-alternatives-flag) | ||
| 47 | (mh-display-buttons-for-inline-parts-flag) | ||
| 48 | (mh-do-not-confirm-flag, mh-fetch-x-image-url) | ||
| 49 | (mh-graphical-smileys-flag, mh-graphical-emphasis-flag) | ||
| 50 | (mh-highlight-citation-style, mh-invisible-header-fields) | ||
| 51 | (mh-invisible-header-fields-default, mh-lpr-command-format) | ||
| 52 | (mh-max-inline-image-height, mh-max-inline-image-width) | ||
| 53 | (mh-mhl-format-file, mh-mime-save-parts-default-directory) | ||
| 54 | (mh-print-background-flag, mh-show-maximum-size) | ||
| 55 | (mh-show-use-xface-flag, mh-store-default-directory) | ||
| 56 | (mh-summary-height, mh-speed-update-interval) | ||
| 57 | (mh-show-threads-flag, mh-tool-bar-search-function): Add | ||
| 58 | :package-version keyword to these options. | ||
| 59 | (mh-after-commands-processed-hook) | ||
| 60 | (mh-alias-reloaded-hook, mh-before-commands-processed-hook) | ||
| 61 | (mh-before-quit-hook, mh-before-send-letter-hook) | ||
| 62 | (mh-delete-msg-hook, mh-find-path-hook, mh-folder-mode-hook) | ||
| 63 | (mh-forward-hook, mh-inc-folder-hook) | ||
| 64 | (mh-insert-signature-hook) | ||
| 65 | (mh-kill-folder-suppress-prompt-hooks, mh-letter-mode-hook) | ||
| 66 | (mh-mh-to-mime-hook, mh-search-mode-hook, mh-quit-hook) | ||
| 67 | (mh-refile-msg-hook, mh-show-hook, mh-show-mode-hook) | ||
| 68 | (mh-unseen-updated-hook): Add :package-version keyword to these | ||
| 69 | hooks. | ||
| 70 | (mh-min-colors-defined-flag) | ||
| 71 | (mh-folder-address, mh-folder-body, mh-folder-cur-msg-number) | ||
| 72 | (mh-folder-date, mh-folder-deleted, mh-folder-followup) | ||
| 73 | (mh-folder-msg-number, mh-folder-refiled) | ||
| 74 | (mh-folder-sent-to-me-hint, mh-folder-sent-to-me-sender) | ||
| 75 | (mh-folder-subject, mh-folder-tick, mh-folder-to) | ||
| 76 | (mh-letter-header-field, mh-search-folder, mh-show-cc) | ||
| 77 | (mh-show-date, mh-show-from, mh-show-header, mh-show-pgg-bad) | ||
| 78 | (mh-show-pgg-good, mh-show-pgg-unknown, mh-show-signature) | ||
| 79 | (mh-show-subject, mh-show-to, mh-show-xface) | ||
| 80 | (mh-speedbar-folder, mh-speedbar-folder-with-unseen-messages) | ||
| 81 | (mh-speedbar-selected-folder) | ||
| 82 | (mh-speedbar-selected-folder-with-unseen-messages): : Add | ||
| 83 | :package-version keyword to these faces. | ||
| 84 | |||
| 85 | * mh-tool-bar.el (mh-tool-bar-define): Added commented-out | ||
| 86 | :package-version keywords. | ||
| 87 | |||
| 88 | 2006-03-28 Bill Wohler <wohler@newt.com> | ||
| 89 | |||
| 90 | * mh-tool-bar.el: Use clipboard-kill-region, | ||
| 91 | clipboard-kill-ring-save, and clipboard-yank instead of undo, | ||
| 92 | kill-region, and menu-bar-kill-ring-save respectively. In | ||
| 93 | MH-Letter mode, move save-buffer and mh-fully-kill-draft icons in | ||
| 94 | front of mh-compose-insertion to be consistent with other mailers, | ||
| 95 | such as Evolution. In MH-Folder mode, move vanilla reply icon to | ||
| 96 | the left of the other reply icons. Use mail/inbox icon instead of | ||
| 97 | mail, next-page instead of page-down, delete instead of close, | ||
| 98 | mail/move instead of mail/refile, data-save instead of execute, | ||
| 99 | mail/flag-for-followup instead of highlight, contact instead of | ||
| 100 | mail/alias, open instead of fld-open, zoom-out instead of widen. | ||
| 101 | |||
| 102 | * mh-folder.el (mh-execute-commands, mh-rescan-folder): | ||
| 103 | * mh-funcs.el (mh-pack-folder): Sync docstrings with manual. | ||
| 104 | |||
| 105 | 2006-03-27 Eric Ding <ericding@alum.mit.edu> | ||
| 106 | |||
| 107 | * mh-e.el (mh-invisible-header-fields-internal): Add entries | ||
| 108 | "X-AOL-IP:" and "X-MB-Message-" (AOL WebMail) | ||
| 109 | |||
| 1 | 2006-03-19 Bill Wohler <wohler@newt.com> | 110 | 2006-03-19 Bill Wohler <wohler@newt.com> |
| 2 | 111 | ||
| 3 | * mh-comp.el (mh-reply): Sync docstring with manual. | 112 | * mh-comp.el (mh-reply): Sync docstring with manual. |