diff options
| author | Stefan Monnier | 2014-10-20 21:17:06 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2014-10-20 21:17:06 -0400 |
| commit | eed18bf1fd1162872e196091ab795a773f277e8e (patch) | |
| tree | f3fee81f1e7fdf23b57138740437e07ce244ede8 /lisp/mh-e/ChangeLog | |
| parent | 8a85c254de2528be0f3ff154fa24df65e6557c1a (diff) | |
| parent | 1fc82d89a8a603754d17a35be1ce78e66d0b6fd6 (diff) | |
| download | emacs-eed18bf1fd1162872e196091ab795a773f277e8e.tar.gz emacs-eed18bf1fd1162872e196091ab795a773f277e8e.zip | |
Merge from emacs-24
Diffstat (limited to 'lisp/mh-e/ChangeLog')
| -rw-r--r-- | lisp/mh-e/ChangeLog | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/lisp/mh-e/ChangeLog b/lisp/mh-e/ChangeLog index 0e8665c6c0d..242c8f0e071 100644 --- a/lisp/mh-e/ChangeLog +++ b/lisp/mh-e/ChangeLog | |||
| @@ -14,8 +14,8 @@ | |||
| 14 | string before trying to use it (closes SF #474). | 14 | string before trying to use it (closes SF #474). |
| 15 | (mh-bare-components): New function to create a temporary initial | 15 | (mh-bare-components): New function to create a temporary initial |
| 16 | components file; replaces mh-find-components. Improve the temp | 16 | components file; replaces mh-find-components. Improve the temp |
| 17 | folder and file names as per a suggestion from Bill Wohler. Also | 17 | folder and file names as per a suggestion from Bill Wohler. |
| 18 | address XEmacs compatibility issues: use mm-make-temp-file instead | 18 | Also address XEmacs compatibility issues: use mm-make-temp-file instead |
| 19 | of make-temp-file, and only pass one argument to delete-directory. | 19 | of make-temp-file, and only pass one argument to delete-directory. |
| 20 | (mh-edit-again, mh-send-sub): Use mh-bare-components instead of | 20 | (mh-edit-again, mh-send-sub): Use mh-bare-components instead of |
| 21 | mh-find-components (partially closes SF #468). | 21 | mh-find-components (partially closes SF #468). |
| @@ -103,8 +103,8 @@ | |||
| 103 | * mh-letter.el (mh-yank-hooks): Use new mh-make-obsolete-variable | 103 | * mh-letter.el (mh-yank-hooks): Use new mh-make-obsolete-variable |
| 104 | macro. | 104 | macro. |
| 105 | 105 | ||
| 106 | * mh-e.el (mh-kill-folder-suppress-prompt-hooks): Use | 106 | * mh-e.el (mh-kill-folder-suppress-prompt-hooks): |
| 107 | new mh-define-obsolete-variable-alias macro. | 107 | Use new mh-define-obsolete-variable-alias macro. |
| 108 | 108 | ||
| 109 | * mh-compat.el (mh-cl-flet): New alias for cl-flet on Emacs 24 and | 109 | * mh-compat.el (mh-cl-flet): New alias for cl-flet on Emacs 24 and |
| 110 | flet elsewhere. | 110 | flet elsewhere. |
| @@ -116,8 +116,8 @@ | |||
| 116 | Replace flet with new alias mh-cl-flet. | 116 | Replace flet with new alias mh-cl-flet. |
| 117 | 117 | ||
| 118 | * mh-mime.el (mh-display-with-external-viewer, mh-mime-display) | 118 | * mh-mime.el (mh-display-with-external-viewer, mh-mime-display) |
| 119 | (mh-press-button, mh-push-button, mh-display-emphasis): Replace | 119 | (mh-press-button, mh-push-button, mh-display-emphasis): |
| 120 | flet with new alias mh-cl-flet. | 120 | Replace flet with new alias mh-cl-flet. |
| 121 | 121 | ||
| 122 | * mh-e.el (mh-invisible-header-fields-internal): | 122 | * mh-e.el (mh-invisible-header-fields-internal): |
| 123 | Remove trailing whitespace. | 123 | Remove trailing whitespace. |
| @@ -159,16 +159,16 @@ | |||
| 159 | (mh-folder-mode): Add mh-blacklist and mh-whitelist variables. | 159 | (mh-folder-mode): Add mh-blacklist and mh-whitelist variables. |
| 160 | (mh-execute-commands): Update documentation. | 160 | (mh-execute-commands): Update documentation. |
| 161 | (mh-undo, mh-outstanding-commands-p, mh-process-commands) | 161 | (mh-undo, mh-outstanding-commands-p, mh-process-commands) |
| 162 | (mh-delete-a-msg, mh-refile-a-msg, mh-undo-msg): Handle | 162 | (mh-delete-a-msg, mh-refile-a-msg, mh-undo-msg): |
| 163 | blacklisted and whitelisted messages. | 163 | Handle blacklisted and whitelisted messages. |
| 164 | * mh-junk.el (mh-junk-blacklist, mh-junk-whitelist): Update to put | 164 | * mh-junk.el (mh-junk-blacklist, mh-junk-whitelist): Update to put |
| 165 | messages in blacklist and whitelist respectively for latter | 165 | messages in blacklist and whitelist respectively for latter |
| 166 | processing. | 166 | processing. |
| 167 | (mh-blacklist-a-msg, mh-junk-whitelist-a-msg): New function to | 167 | (mh-blacklist-a-msg, mh-junk-whitelist-a-msg): New function to |
| 168 | support previous functions. | 168 | support previous functions. |
| 169 | (mh-junk-blacklist-disposition): New function. | 169 | (mh-junk-blacklist-disposition): New function. |
| 170 | (mh-junk-process-blacklist, mh-junk-process-whitelist): New | 170 | (mh-junk-process-blacklist, mh-junk-process-whitelist): |
| 171 | functions that perform the blacklisting and whitelisting | 171 | New functions that perform the blacklisting and whitelisting |
| 172 | respectively that used to be performed by mh-junk-blacklist and | 172 | respectively that used to be performed by mh-junk-blacklist and |
| 173 | mh-junk-whitelist. | 173 | mh-junk-whitelist. |
| 174 | * mh-scan.el (mh-scan-blacklisted-msg-regexp) | 174 | * mh-scan.el (mh-scan-blacklisted-msg-regexp) |
| @@ -191,18 +191,18 @@ | |||
| 191 | X-MaxCode-Template:, X-ME-Bayesian:, X-Sendergroup:, X-SFDC-, | 191 | X-MaxCode-Template:, X-ME-Bayesian:, X-Sendergroup:, X-SFDC-, |
| 192 | X-SMFBL:, X-SMHeaderMap:, X-VGI-OESCD:, X-VirtualServer:, | 192 | X-SMFBL:, X-SMHeaderMap:, X-VGI-OESCD:, X-VirtualServer:, |
| 193 | X-VirtualServerGroup:, X-XPT-XSL-Name:, X-Y-GMX-Trusted:, | 193 | X-VirtualServerGroup:, X-XPT-XSL-Name:, X-Y-GMX-Trusted:, |
| 194 | X-XWALL-, X-ZixNet:. Changed X-Habeas-SWE- to X-Habeas-. Updated | 194 | X-XWALL-, X-ZixNet:. Changed X-Habeas-SWE- to X-Habeas-. |
| 195 | the comment. (addresses SF #1916032). | 195 | Updated the comment. (addresses SF #1916032). |
| 196 | 196 | ||
| 197 | 2012-11-25 Bill Wohler <wohler@newt.com> | 197 | 2012-11-25 Bill Wohler <wohler@newt.com> |
| 198 | 198 | ||
| 199 | * mh-e.el (mh-invisible-header-fields-internal): Add | 199 | * mh-e.el (mh-invisible-header-fields-internal): |
| 200 | X-AnalysisOut, X-Authentication-Info, X-Auto-Response-Suppress, | 200 | Add X-AnalysisOut, X-Authentication-Info, X-Auto-Response-Suppress, |
| 201 | X-Bayes-Prob, X-Cam-, X-CanIt-Geo, X-Completed, X-Facebook, | 201 | X-Bayes-Prob, X-Cam-, X-CanIt-Geo, X-Completed, X-Facebook, |
| 202 | X-Forwarded-, X-Generated-By, X-Headers-End, X-IEEE-UCE, | 202 | X-Forwarded-, X-Generated-By, X-Headers-End, X-IEEE-UCE, |
| 203 | X-Jira-Fingerprint, X-Junkmail-, X-Launchpad-, X-MXL-Hash, | 203 | X-Jira-Fingerprint, X-Junkmail-, X-Launchpad-, X-MXL-Hash, |
| 204 | X-Notification-, X-Notifications, X-Oracle-Calendar. Replace | 204 | X-Notification-, X-Notifications, X-Oracle-Calendar. |
| 205 | X-DCC-Usenix-Metrics with X-DCC- (addresses SF #1916032). | 205 | Replace X-DCC-Usenix-Metrics with X-DCC- (addresses SF #1916032). |
| 206 | 206 | ||
| 207 | 2012-11-25 Jeffrey C Honig <jch@honig.net> | 207 | 2012-11-25 Jeffrey C Honig <jch@honig.net> |
| 208 | 208 | ||
| @@ -1260,8 +1260,8 @@ | |||
| 1260 | (mh-show-subject, mh-show-to, mh-show-xface) | 1260 | (mh-show-subject, mh-show-to, mh-show-xface) |
| 1261 | (mh-speedbar-folder, mh-speedbar-folder-with-unseen-messages) | 1261 | (mh-speedbar-folder, mh-speedbar-folder-with-unseen-messages) |
| 1262 | (mh-speedbar-selected-folder) | 1262 | (mh-speedbar-selected-folder) |
| 1263 | (mh-speedbar-selected-folder-with-unseen-messages): Add | 1263 | (mh-speedbar-selected-folder-with-unseen-messages): |
| 1264 | :package-version keyword to these faces (closes SF #1452724). | 1264 | Add :package-version keyword to these faces (closes SF #1452724). |
| 1265 | 1265 | ||
| 1266 | * mh-tool-bar.el (mh-tool-bar-define): Add commented-out | 1266 | * mh-tool-bar.el (mh-tool-bar-define): Add commented-out |
| 1267 | :package-version keywords (closes SF #1452724). | 1267 | :package-version keywords (closes SF #1452724). |