aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorBill Wohler2012-11-25 13:45:59 -0800
committerBill Wohler2012-11-25 13:45:59 -0800
commite3751dce51ef423d722298cf5494d27d40bced05 (patch)
treefdf0f4b55dcd6da7f426ff5ef9e0ce5588a759ba /lisp
parentbc669216cc66125df77609c572e05c2b901b2405 (diff)
parent551aaa664fcc94c80a7cb4f34bdc12c7dfe18fb2 (diff)
downloademacs-e3751dce51ef423d722298cf5494d27d40bced05.tar.gz
emacs-e3751dce51ef423d722298cf5494d27d40bced05.zip
Merge from trunk; up to 2012-11-25T20:14:53Z!wohler@newt.com.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/mh-e/ChangeLog49
1 files changed, 24 insertions, 25 deletions
diff --git a/lisp/mh-e/ChangeLog b/lisp/mh-e/ChangeLog
index b2fbee187f1..72c11db1c37 100644
--- a/lisp/mh-e/ChangeLog
+++ b/lisp/mh-e/ChangeLog
@@ -29,14 +29,15 @@
29 * mh-thread.el (mh-thread-set-tables): Replace flet with new alias 29 * mh-thread.el (mh-thread-set-tables): Replace flet with new alias
30 mh-cl-flet. 30 mh-cl-flet.
31 31
32 * mh-show.el (mh-gnus-article-highlight-citation): Replace flet with new alias 32 * mh-show.el (mh-gnus-article-highlight-citation):
33 mh-cl-flet. 33 Replace flet with new alias mh-cl-flet.
34 34
35 * mh-mime.el (mh-display-with-external-viewer, mh-mime-display) 35 * mh-mime.el (mh-display-with-external-viewer, mh-mime-display)
36 (mh-press-button, mh-push-button, mh-display-emphasis): Replace 36 (mh-press-button, mh-push-button, mh-display-emphasis): Replace
37 flet with new alias mh-cl-flet. 37 flet with new alias mh-cl-flet.
38 38
39 * mh-e.el (mh-invisible-header-fields-internal): Remove trailing whitespace. 39 * mh-e.el (mh-invisible-header-fields-internal):
40 Remove trailing whitespace.
40 41
412012-11-25 Jeffrey C Honig <jch@honig.net> 422012-11-25 Jeffrey C Honig <jch@honig.net>
42 43
@@ -52,31 +53,15 @@
52 (mh-insert-auto-fields, mh-modify-header-field): New syntax for 53 (mh-insert-auto-fields, mh-modify-header-field): New syntax for
53 calling mh-regexp-in-field-p (closes SF #1708292). 54 calling mh-regexp-in-field-p (closes SF #1708292).
54 55
552012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
56
57 * mh-letter.el (mh-yank-hooks): Use make-obsolete-variable.
58
592012-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
60
61 * mh-utils.el (minibuffer-completing-file-name): Don't declare, unused.
62
632012-04-21 Juanma Barranquero <lekktu@gmail.com>
64
65 * mh-folder.el (top): Check whether which-func-modes is t before
66 adding mh-folder-mode.
67
682012-01-07 Jeffrey C Honig <jch@honig.net>
69
70 * mh-e.el (mh-invisible-header-fields-internal): Added: X-xsi. 56 * mh-e.el (mh-invisible-header-fields-internal): Added: X-xsi.
71 (addresses SF #1916032). 57 (addresses SF #1916032).
72 58
732011-12-28 Jeffrey C Honig <jch@honig.net>
74
75 * mh-folder.el (mh-inc-folder): Call mh-process-or-undo-commands 59 * mh-folder.el (mh-inc-folder): Call mh-process-or-undo-commands
76 before running to insure we do not lose any pending changes. 60 before running to insure we do not lose any pending changes.
77 (closes SF #2321115). 61 (closes SF #2321115).
78 62
792011-12-27 Ted Phelps <phelps@gnusto.com> 632012-11-25 Ted Phelps <phelps@gnusto.com>
64
80 Postpone junk processing (closes SF #2945712). Patch submitted by 65 Postpone junk processing (closes SF #2945712). Patch submitted by
81 Ted Phelps and refined by Bill Wohler. 66 Ted Phelps and refined by Bill Wohler.
82 67
@@ -112,7 +97,8 @@
112 * mh-search.el (mh-index-execute-commands): Handle blacklisted and 97 * mh-search.el (mh-index-execute-commands): Handle blacklisted and
113 whitelisted messages. 98 whitelisted messages.
114 99
1152011-12-27 Jeffrey C Honig <jch@honig.net> 1002012-11-25 Jeffrey C Honig <jch@honig.net>
101
116 * mh-e.el (mh-invisible-header-fields-internal): Added: 102 * mh-e.el (mh-invisible-header-fields-internal): Added:
117 Bounces-To:, Bounces_to:, X-ACL-Warn:, X-BFI:, X-BPS1:, X-BPS2:, 103 Bounces-To:, Bounces_to:, X-ACL-Warn:, X-BFI:, X-BPS1:, X-BPS2:,
118 X-Campaign-Id:, X-Campaign:, X-Cloudmark-SP-, X-Destination-ID:, 104 X-Campaign-Id:, X-Campaign:, X-Cloudmark-SP-, X-Destination-ID:,
@@ -125,7 +111,7 @@
125 X-XWALL-, X-ZixNet:. Changed X-Habeas-SWE- to X-Habeas-. Updated 111 X-XWALL-, X-ZixNet:. Changed X-Habeas-SWE- to X-Habeas-. Updated
126 the comment. (addresses SF #1916032). 112 the comment. (addresses SF #1916032).
127 113
1282011-12-27 Bill Wohler <wohler@newt.com> 1142012-11-25 Bill Wohler <wohler@newt.com>
129 115
130 * mh-e.el (mh-invisible-header-fields-internal): Add 116 * mh-e.el (mh-invisible-header-fields-internal): Add
131 X-AnalysisOut, X-Authentication-Info, X-Auto-Response-Suppress, 117 X-AnalysisOut, X-Authentication-Info, X-Auto-Response-Suppress,
@@ -135,7 +121,7 @@
135 X-Notification-, X-Notifications, X-Oracle-Calendar. Replace 121 X-Notification-, X-Notifications, X-Oracle-Calendar. Replace
136 X-DCC-Usenix-Metrics with X-DCC- (addresses SF #1916032). 122 X-DCC-Usenix-Metrics with X-DCC- (addresses SF #1916032).
137 123
1382011-12-27 Jeffrey C Honig <jch@honig.net> 1242012-11-25 Jeffrey C Honig <jch@honig.net>
139 125
140 * mh-letter.el (mh-yank-cur-msg): Replace usage of set-buffer with 126 * mh-letter.el (mh-yank-cur-msg): Replace usage of set-buffer with
141 with-current-buffer in mh-yang-cur-msg, semantics changed in emacs 127 with-current-buffer in mh-yang-cur-msg, semantics changed in emacs
@@ -145,10 +131,23 @@
145 * mh-show.el (mh-show-folder-map): Add missing key binding for 131 * mh-show.el (mh-show-folder-map): Add missing key binding for
146 mh-show-pack-folder (closes SF #3466086). 132 mh-show-pack-folder (closes SF #3466086).
147 133
1482011-12-25 Bill Wohler <wohler@newt.com> 1342012-11-25 Bill Wohler <wohler@newt.com>
149 135
150 * mh-e.el (Version, mh-version): Add +bzr to version. 136 * mh-e.el (Version, mh-version): Add +bzr to version.
151 137
1382012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
139
140 * mh-letter.el (mh-yank-hooks): Use make-obsolete-variable.
141
1422012-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
143
144 * mh-utils.el (minibuffer-completing-file-name): Don't declare, unused.
145
1462012-04-21 Juanma Barranquero <lekktu@gmail.com>
147
148 * mh-folder.el (top): Check whether which-func-modes is t before
149 adding mh-folder-mode.
150
1522011-11-20 Bill Wohler <wohler@newt.com> 1512011-11-20 Bill Wohler <wohler@newt.com>
153 152
154 * Release MH-E version 8.3.1. 153 * Release MH-E version 8.3.1.