Mercurial > emacs
comparison lisp/mh-e/ChangeLog @ 90188:01137c1fdbe9
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-57
Merge from emacs--cvs-trunk--0
Patches applied:
* emacs--cvs-trunk--0 (patch 324-352)
- Merge from gnus--rel--5.10
- Update from CVS
- etc/emacs-buffer.gdb: Remove RCS keywords
* gnus--rel--5.10 (patch 70-79)
- Update from CVS
- Merge from emacs--cvs-trunk--0
author | Miles Bader <miles@gnu.org> |
---|---|
date | Mon, 06 Jun 2005 02:39:45 +0000 |
parents | 02f1dbc4a199 aa8c2e12ee24 |
children | a1b34dec1104 |
comparison
equal
deleted
inserted
replaced
90187:587ea1490d70 | 90188:01137c1fdbe9 |
---|---|
1 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu> | 1 2005-05-28 Bill Wohler <wohler@newt.com> |
2 | |
3 Released MH-E version 7.84. | |
4 | |
5 * MH-E-NEWS, README: Updated for release 7.84. | |
6 | |
7 * mh-e.el (Version, mh-version): Updated for release 7.84. | |
8 | |
9 2005-05-28 Bill Wohler <wohler@newt.com> | |
10 | |
11 * mh-e.el, mh-comp.el: Don't autoload Info-goto-node. It's not | |
12 used, and if it were, the code should use the info function | |
13 instead. | |
14 | |
15 Use full year in copyright notices (for example, 2005, not 05). | |
16 | |
17 * Makefile (mh-loaddefs.el, mh-e-autoloads.el): Added 2005 to | |
18 copyright notice. | |
19 | |
20 * mh-inc.el: Use three ;;; to precede Local Variables to be | |
21 consistent with other files. Will have to ask Stefan Monnier why | |
22 he changed it. | |
23 | |
24 * README: This version of MH-E to appear in GNU Emacs 22.1, not | |
25 21.5. | |
26 | |
27 * ChangeLog: The * in a ChangeLog entry must only be used before a | |
28 filename. | |
29 | |
30 Fixed compilation warnings in CVS Emacs. This included using | |
31 "public" functions instead of "private" ones (info instead of | |
32 Info-goto-node, view-mode-enter instead of view-mode), and | |
33 removing a customization group that didn't have a parent group. In | |
34 addition, string-to-int was recently deprecated; use | |
35 string-to-number instead. | |
36 | |
37 * mh-customize.el (Info-goto-node): Deleted autoload. | |
38 (mh-e): Deleted mh group. Use single mh-e group instead. | |
39 (mh-tool-bar-folder-help, mh-tool-bar-letter-help): Use info | |
40 instead of Info-goto-node. | |
41 | |
42 * mh-e.el (mh-read-msg-list): string-to-int deprecated; use | |
43 string-to-number. | |
44 | |
45 * mh-funcs.el (mh-list-folders): Use view-mode-enter instead of | |
46 view-mode. | |
47 | |
48 * mh-seq.el (mh-list-sequences): Use view-mode-enter instead of | |
49 view-mode. | |
50 | |
51 * mh-utils.el (mh-get-msg-num): string-to-int deprecated; use | |
52 string-to-number. | |
53 | |
54 Merged in changes from CVS Emacs including: | |
55 | |
56 * mh-utils.el (mh-show-mode): | |
57 * mh-pick.el (mh-pick-mode): Remove spurious run-hooks. Lute | |
58 Kamstra <lute@gnu.org> 2005-05-26. | |
59 | |
60 2005-05-25 Bill Wohler <wohler@newt.com> | |
61 | |
62 Merged in changes from CVS Emacs including: | |
2 | 63 |
3 * mh-customize.el (mh-speedbar-selected-folder-face): Special case | 64 * mh-customize.el (mh-speedbar-selected-folder-face): Special case |
4 high number of colors displays. | 65 high number of colors displays. Dan Nicolaescu <dann@ics.uci.edu> |
5 | 66 2005-04-08. |
6 2005-03-25 Werner Lemberg <wl@gnu.org> | 67 |
7 | 68 * mh-e.el, mh-identity.el, mh-mime.el: Replace `legal' with |
8 * mh-e.el, mh-identity.el, mh-mime.el: Replace `legal' with `valid'. | 69 `valid'. Replace `illegal' with `invalid'. Werner Lemberg |
9 | 70 <wl@gnu.org> 2005-03-25. |
10 2005-03-25 Werner Lemberg <wl@gnu.org> | 71 |
11 | 72 * mh-inc.el (mh-inc-spool-list): Correctly declare the external |
12 * mh-e.el: Replace `illegal' with `invalid'. | 73 var. Stefan <monnier@iro.umontreal.ca> 2004-09-07. |
13 | 74 |
14 2004-09-07 Stefan <monnier@iro.umontreal.ca> | 75 2005-05-18 Bill Wohler <wohler@newt.com> |
15 | 76 |
16 * mh-inc.el (mh-inc-spool-list): Correctly declare the external var. | 77 * mh-comp.el (mh-reply): Mention use of mh-repl-group-formfile in |
17 | 78 docstring. |
18 2004-08-21 Bill Wohler <wohler@newt.com> | 79 |
19 | 80 2005-05-05 Bill Wohler <wohler@newt.com> |
20 * Released MH-E version 7.82. | 81 |
82 * mh-e.el (Version, mh-version): Added +cvs to release number. | |
83 | |
84 2005-05-05 Bill Wohler <wohler@newt.com> | |
85 | |
86 Released MH-E version 7.83. | |
87 | |
88 * MH-E-NEWS, README: Updated for release 7.83. | |
89 | |
90 * mh-e.el (Version, mh-version): Updated for release 7.83. | |
91 | |
92 2005-05-05 Bill Wohler <wohler@newt.com> | |
93 | |
94 * README: To appear in Emacs 21.5, since 21.4 was released (but | |
95 without the latest MH-E). | |
96 | |
97 * release-utils (usage): Added --variable-changes. | |
98 | |
99 2005-05-04 Bill Wohler <wohler@newt.com> | |
100 | |
101 * mh-customize.el (*-face): Made docstrings consistent. | |
102 | |
103 * mh-seq.el (mh-pick-args-list): Extracted function for turning | |
104 string of pick arguments to list. Fixed list so that multi-word | |
105 arguments were put in a single string (closes SF #1122655). | |
106 (mh-edit-pick-expr): Use it. | |
107 | |
108 * mh-unit.el (mh-unit): Since 21.4 snuck out but didn't contain | |
109 updated lm-verify, don't run lm-verify on versions before 21.5. | |
110 (mh-unit-test-pick-args-list): Added. | |
111 | |
112 * mh-customize.el (mh-yank-from-start-of-msg): Use headline | |
113 capitalization. Changed wording of some choices to be more consistent. | |
114 (mh-invisible-header-fields-internal): Added fields from usa.net. | |
115 | |
116 2005-04-24 Satyaki Das <satyaki@theforce.stanford.edu> | |
117 | |
118 * mh-mime.el (mh-mime-security-button-face): New function which | |
119 determines the face to use to colorize encrypted or signed emails. | |
120 (mh-insert-mime-security-button): Modified to colorize the button | |
121 differently based on whether the signature was valid or not, | |
122 whether the decryption was successful or not, etc. | |
123 | |
124 * mh-customize.el (mh-show-pgg-good-face) | |
125 (mh-show-pgg-unknown-face, mh-show-pgg-bad-face): Faces added to | |
126 highlight buttons introduced for encrpted or signed MIME parts. | |
127 | |
128 2005-03-19 Bill Wohler <wohler@newt.com> | |
129 | |
130 * mh-customize.el (mh-mml-method-default): Sorted alphabetically. | |
131 (mh-insert-x-mailer-flag, mh-reply-show-message-flag): Moved from | |
132 mh-letter group to mh-sending-mail group. The writing of the | |
133 documentation revealed that these options were misplaced. | |
134 | |
135 2005-03-17 Bill Wohler <wohler@newt.com> | |
136 | |
137 * mh-customize.el (mh-junk-background): Put in alphabetical order. | |
138 Synced with manual. | |
139 (mh-junk-program): Use double-quotes on non-symbols. | |
140 | |
141 * mh-pick.el: (mh-search-folder): Synced docstrings with manual. | |
142 | |
143 * mh-index.el: (mh-index-search, mh-pick-execute-search) | |
144 (mh-grep-execute-search, mh-mairix-execute-search) | |
145 (mh-swish-execute-search, mh-swish++-execute-search) | |
146 (mh-namazu-execute-search): Synced docstrings with manual. Note | |
147 that I'm now grabbing the output of an Info buffer which is why | |
148 the indents on the examples has changed a bit. If we all use that | |
149 methodology in the future, we shouldn't produce as many gratuitous | |
150 diffs. I also noticed that `grep' and `search' became links to | |
151 unrelated things, so let's use double-quotes for quoting | |
152 non-symbols in the docstrings. | |
153 | |
154 * mh-customize.el (mh-index-new-messages-folders) | |
155 (mh-index-ticked-messages-folders): Synced docstrings with manual. | |
156 | |
157 2005-02-16 Satyaki Das <satyaki@theforce.stanford.edu> | |
158 | |
159 * mh-index.el (mh-swish-execute-search): Simplify the indexing | |
160 recipe for swish. Thanks to Eric Jensen for the suggestion. | |
161 | |
162 2005-02-11 Satyaki Das <satyaki@theforce.stanford.edu> | |
163 | |
164 * mh-index.el (mh-swish-execute-search) | |
165 (mh-swish++-execute-search): Make the indexing recipes better. | |
166 (mh-swish-next-result): The indexer might find matches in files | |
167 that aren't messages. Make the function handle that case | |
168 gracefully. | |
169 | |
170 2005-02-07 Bill Wohler <wohler@newt.com> | |
171 | |
172 * mh-customize.el (mh-inc-prog, mh-inc-spool-list): Synced | |
173 docstrings with manual. | |
174 | |
175 2005-02-06 Bill Wohler <wohler@newt.com> | |
176 | |
177 * mh-junk.el (mh-spamassassin-blacklist): Removed trailing | |
178 whitespace. | |
179 | |
180 * mh-e.el (mh-refile-or-write-again): Checkdoc fix. | |
181 | |
182 * mh-identity.el (mh-identity-list-set) | |
183 (mh-identity-field-handler, mh-identity-handler-gpg-identity) | |
184 (mh-identity-handler-signature) | |
185 (mh-identity-handler-attribution-verb) | |
186 (mh-identity-handler-default, mh-identity-handler-top): Docstring | |
187 editing. | |
188 | |
189 * mh-customize.el (mh-identity-list, mh-auto-fields-list) | |
190 (mh-identity-default, mh-identity-handlers): Synced docstrings | |
191 with manual. | |
192 | |
193 2005-02-03 Bill Wohler <wohler@newt.com> | |
194 | |
195 * mh-xemacs.el (define-behavior 'mh): Moved Ben's code here from | |
196 mh-e.el and added standard documentation. | |
197 | |
198 * mh-e.el: Received patch from Ben Wing <ben@666.com> to add | |
199 define-behavior on XEmacs. | |
200 | |
201 2005-01-28 Jeffrey C Honig <jch@honig.net> | |
202 | |
203 * mh-customize.el (mh-invisible-header-fields-internal): Added | |
204 X-Evolution header added by Evolution mai client. | |
205 | |
206 2005-01-18 Bill Wohler <wohler@newt.com> | |
207 | |
208 * mh-customize.el (mh-invisible-header-fields-internal): Added | |
209 DomainKey-Signature (http://antispam.yahoo.com/domainkeys/). | |
210 There's a Comment field that goes with it, but I thought it was | |
211 too general to add. | |
212 | |
213 2005-01-06 Bill Wohler <wohler@newt.com> | |
214 | |
215 * mh-junk.el (mh-spamassassin-blacklist): Fixed typo to fix an | |
216 error when junking spamassassin mail when mh-junk-background is | |
217 turned on. | |
218 | |
219 2004-12-25 Satyaki Das <satyaki@theforce.stanford.edu> | |
220 | |
221 * mh-utils.el (mh-show-unquote-From): Make the buffer writable | |
222 before trying to change it (closes SF #1089870). | |
223 | |
224 * mh-comp.el (mh-complete-word): Fix a typo in a variable | |
225 name (closes SF #1089870) | |
226 | |
227 2004-11-28 Jeffrey C Honig <jch@honig.net> | |
228 | |
229 * mh-comp.el (mh-complete-word): Kill the *Completions* buffer in | |
230 any cases where we belive we are done with it. Not perfect, but | |
231 better than just leaving it around. | |
232 | |
233 2004-11-08 Satyaki Das <satyaki@theforce.stanford.edu> | |
234 | |
235 * mh-acros.el (mh-funcall-if-exists): In XEmacs, presence of a | |
236 function at compile time doesn't guarantee it's existence at run | |
237 time. So make the macro handle that situation better. | |
238 | |
239 2004-11-05 Satyaki Das <satyaki@theforce.stanford.edu> | |
240 | |
241 * mh-acros.el (advice): Load advice, since it isn't loaded in | |
242 XEmacs causing compilation problems. | |
243 | |
244 2004-10-24 Satyaki Das <satyaki@theforce.stanford.edu> | |
245 | |
246 * mh-index.el (mh-mairix-execute-search) | |
247 (mh-mairix-regexp-builder): Update the interface to mairix so that | |
248 it will work with versions of mairix 0.12 and later. | |
249 | |
250 * mh-funcs.el (mh-rmf-daemon): Avoid using | |
251 beginning-of-buffer since it clobbers the mark and it was pointed | |
252 out on the Emacs developers list to be the wrong thing to do. | |
253 | |
254 * mh-e.el (mh-inc-folder): Only remove the window on the show | |
255 buffer. This means if the user has BBDB enabled then the window | |
256 displaying BBDB information isn't clobbered. | |
257 (mh-refile-or-write-again): Don't use the function | |
258 interactive-p. There was a long thread on the Emacs developers | |
259 list where it was pointed out that it is incorrect to use this | |
260 function most of the time. | |
261 | |
262 * mh-comp.el (autoload): Don't set auto-mode-alist. This could | |
263 screw things up for users that don't use MH-E (closes SF #1032353). | |
264 | |
265 2004-10-13 Satyaki Das <satyaki@theforce.stanford.edu> | |
266 | |
267 * mh-e.el (mh-refile-or-write-again): Generalize the function to | |
268 work on a range of messages (closes SF #1046330). | |
269 | |
270 2004-09-02 Satyaki Das <satyaki@theforce.stanford.edu> | |
271 | |
272 * mh-e.el (mh-process-commands): The concurrent execution of mark | |
273 and refile can cause problems since both the commands change the | |
274 current folder. This change avoids that by getting rid of the | |
275 concurrency. Another change covers the corner case where we refile | |
276 messages to a previously empty folder. Before the modification | |
277 sequences weren't preserved even if the appropriate flag was | |
278 set. That is no longer the case. | |
279 | |
280 2004-08-26 Satyaki Das <satyaki@theforce.stanford.edu> | |
281 | |
282 * mh-e.el (mh-get-new-mail): Also, update the unseen sequence from | |
283 disk. Otherwise, the new messages aren't highlighted. | |
284 | |
285 * mh-seq.el (mh-thread-inc): Fix a bug which appears when inc is | |
286 run in a narrowed folder. The user sequence notation was getting | |
287 lost. The change fixes that. | |
288 | |
289 * mh-e.el (mh-get-new-mail): Make inc more efficient by reusing | |
290 the existing user sequence notation and deleted/refiled notation. | |
291 | |
292 2004-08-24 Bill Wohler <wohler@newt.com> | |
293 | |
294 * mh-e.el (Version, mh-version): Added +cvs to release number. | |
295 | |
296 2004-08-24 Bill Wohler <wohler@newt.com> | |
297 | |
298 Released MH-E version 7.82. | |
21 | 299 |
22 * MH-E-NEWS, README: Updated for release 7.82. | 300 * MH-E-NEWS, README: Updated for release 7.82. |
23 | 301 |
24 * mh-e.el (Version, mh-version): Update for release 7.82. | 302 * mh-e.el (Version, mh-version): Updated for release 7.82. |
25 | 303 |
26 2004-08-24 Bill Wohler <wohler@newt.com> | 304 2004-08-24 Bill Wohler <wohler@newt.com> |
27 | 305 |
28 * mh-init.el (mh-variant-set): Change MH to mh as that's what is | 306 * mh-init.el (mh-variant-set): Change MH to mh as that's what is |
29 emitted by `mh-variant-mh-info' (closes SF #1014781). | 307 emitted by `mh-variant-mh-info' (closes SF #1014781). |
50 | 328 |
51 * mh-e.el (Version, mh-version): Add +cvs to release number. | 329 * mh-e.el (Version, mh-version): Add +cvs to release number. |
52 | 330 |
53 2004-08-21 Bill Wohler <wohler@newt.com> | 331 2004-08-21 Bill Wohler <wohler@newt.com> |
54 | 332 |
55 * Released MH-E version 7.81. | 333 Released MH-E version 7.81. |
56 | 334 |
57 * MH-E-NEWS, README: Updated for release 7.81. | 335 * MH-E-NEWS, README: Updated for release 7.81. |
58 | 336 |
59 * mh-e.el (Version, mh-version): Update for release 7.81. | 337 * mh-e.el (Version, mh-version): Updated for release 7.81. |
60 | 338 |
61 2004-08-21 Bill Wohler <wohler@newt.com> | 339 2004-08-21 Bill Wohler <wohler@newt.com> |
62 | 340 |
63 * release-utils (variable_changes): Check for checked-out | 341 * release-utils (variable_changes): Check for checked-out |
64 directory before proceeding. Remove temporary files. | 342 directory before proceeding. Remove temporary files. |
87 | 365 |
88 * mh-e.el (Version, mh-version): Added +cvs to release number. | 366 * mh-e.el (Version, mh-version): Added +cvs to release number. |
89 | 367 |
90 2004-08-15 Bill Wohler <wohler@newt.com> | 368 2004-08-15 Bill Wohler <wohler@newt.com> |
91 | 369 |
92 * Released MH-E version 7.4.80. | 370 Released MH-E version 7.4.80. |
93 | 371 |
94 * MH-E-NEWS, README: Updated for release 7.4.80. | 372 * MH-E-NEWS, README: Updated for release 7.4.80. |
95 | 373 |
96 * mh-e.el (Version, mh-version): Updated for release 7.4.80. | 374 * mh-e.el (Version, mh-version): Updated for release 7.4.80. |
97 | 375 |
317 (mh-smail-other-window, mh-reply, mh-send, mh-send-other-window): | 595 (mh-smail-other-window, mh-reply, mh-send, mh-send-other-window): |
318 Use `mh-send' instead of \\[mh-send]] since links in the docstring | 596 Use `mh-send' instead of \\[mh-send]] since links in the docstring |
319 are more useful than a key sequence in these cases. Use "See also" | 597 are more useful than a key sequence in these cases. Use "See also" |
320 instead of "See also documentation for". | 598 instead of "See also documentation for". |
321 | 599 |
322 * Merged in 7.4.4 changes, described below. | 600 Merged in 7.4.4 changes, described below. |
323 | 601 |
324 * mh-e.el (Version, mh-version): Set to 7.4.4+cvs. | 602 * mh-e.el (Version, mh-version): Set to 7.4.4+cvs. |
325 | 603 |
326 2004-07-10 Bill Wohler <wohler@newt.com> | 604 2004-07-10 Bill Wohler <wohler@newt.com> |
327 | 605 |
328 * Released MH-E version 7.4.4. | 606 Released MH-E version 7.4.4. |
329 | 607 |
330 * MH-E-NEWS, README: Updated for release 7.4.4. | 608 * MH-E-NEWS, README: Updated for release 7.4.4. |
331 | 609 |
332 * mh-e.el (Version, mh-version): Updated for release 7.4.4. | 610 * mh-e.el (Version, mh-version): Updated for release 7.4.4. |
333 | 611 |
392 the cl package in versions of Emacs prior to 21.4 left cl routines | 670 the cl package in versions of Emacs prior to 21.4 left cl routines |
393 in their macro expansions. Use mh-require-cl to provide the cl | 671 in their macro expansions. Use mh-require-cl to provide the cl |
394 routines in the best way possible (closes SF #930012). | 672 routines in the best way possible (closes SF #930012). |
395 (require 'mouse): To shush compiler. | 673 (require 'mouse): To shush compiler. |
396 | 674 |
397 * Use new function mh-require-cl throughout. | 675 Use new function mh-require-cl throughout. |
398 | 676 |
399 * Add arch taglines (courtesy Miles Bader). | 677 Add arch taglines (courtesy Miles Bader). |
400 | 678 |
401 * mh-unit.el (mh-unit-files): Replaced mh-xemacs-compat.el and | 679 * mh-unit.el (mh-unit-files): Replaced mh-xemacs-compat.el and |
402 mh-xemacs-icons.el with mh-xemacs.el. | 680 mh-xemacs-icons.el with mh-xemacs.el. |
403 | 681 |
404 * import-emacs: Also grab the ChangeLog. | 682 * import-emacs: Also grab the ChangeLog. |
534 | 812 |
535 * .cvsignore: Added mh-e-autoloads.el | 813 * .cvsignore: Added mh-e-autoloads.el |
536 | 814 |
537 2003-11-18 Bill Wohler <wohler@newt.com> | 815 2003-11-18 Bill Wohler <wohler@newt.com> |
538 | 816 |
539 * Released MH-E version 7.4.3. | 817 Released MH-E version 7.4.3. |
540 | 818 |
541 * MH-E-NEWS, README: Updated for release 7.4.3. | 819 * MH-E-NEWS, README: Updated for release 7.4.3. |
542 | 820 |
543 * mh-e.el (Version, mh-version): Updated for release 7.4.3. | 821 * mh-e.el (Version, mh-version): Updated for release 7.4.3. |
544 | 822 |
677 display of MIME buttons. | 955 display of MIME buttons. |
678 (mh-mime-map): Modified to add bindings for "K t" and "K e". | 956 (mh-mime-map): Modified to add bindings for "K t" and "K e". |
679 | 957 |
680 2003-11-04 Steve Youngs <sryoungs@bigpond.net.au> | 958 2003-11-04 Steve Youngs <sryoungs@bigpond.net.au> |
681 | 959 |
682 * Makefile (XEMACS_LOADDEFS_FILE): New. Used to generate mh-loaddefs.el | 960 * Makefile (XEMACS_LOADDEFS_FILE): New. Used to generate |
683 in XEmacs. | 961 mh-loaddefs.el in XEmacs. |
684 (XEMACS_LOADDEFS_COOKIE): Ditto. | 962 (XEMACS_LOADDEFS_COOKIE): Ditto. |
685 (XEMACS_LOADDEFS_PKG_NAME): Ditto. | 963 (XEMACS_LOADDEFS_PKG_NAME): Ditto. |
686 (xemacs): Add target to build mh-loaddefs.el in XEmacs | 964 (xemacs): Add target to build mh-loaddefs.el in XEmacs |
687 (clean-xemacs): Remove `mh-loaddefs.el*' | 965 (clean-xemacs): Remove `mh-loaddefs.el*' |
688 (loaddefs-xemacs): New rule to build mh-loaddefs.el in XEmacs. | 966 (loaddefs-xemacs): New rule to build mh-loaddefs.el in XEmacs. |
1356 (mh-widen, mh-narrow-to-from, mh-narrow-to-cc, mh-narrow-to-to): | 1634 (mh-widen, mh-narrow-to-from, mh-narrow-to-cc, mh-narrow-to-to): |
1357 Synced docstrings with manual | 1635 Synced docstrings with manual |
1358 | 1636 |
1359 2003-08-19 Bill Wohler <wohler@newt.com> | 1637 2003-08-19 Bill Wohler <wohler@newt.com> |
1360 | 1638 |
1361 * Released MH-E version 7.4.2. | 1639 Released MH-E version 7.4.2. |
1362 | 1640 |
1363 * MH-E-NEWS, README: Updated for release 7.4.2. | 1641 * MH-E-NEWS, README: Updated for release 7.4.2. |
1364 | 1642 |
1365 * mh-e.el (Version, mh-version): Updated for release 7.4.2. | 1643 * mh-e.el (Version, mh-version): Updated for release 7.4.2. |
1366 | 1644 |
2226 | 2504 |
2227 * mh-e.el (Version, mh-version): Set to 7.4.1+cvs. | 2505 * mh-e.el (Version, mh-version): Set to 7.4.1+cvs. |
2228 | 2506 |
2229 2003-06-25 Bill Wohler <wohler@newt.com> | 2507 2003-06-25 Bill Wohler <wohler@newt.com> |
2230 | 2508 |
2231 * Released MH-E version 7.4.1. | 2509 Released MH-E version 7.4.1. |
2232 | 2510 |
2233 * MH-E-NEWS, README: Updated for release 7.4.1. | 2511 * MH-E-NEWS, README: Updated for release 7.4.1. |
2234 | 2512 |
2235 * mh-e.el (Version, mh-version): Updated for release 7.4.1. | 2513 * mh-e.el (Version, mh-version): Updated for release 7.4.1. |
2236 | 2514 |
2248 | 2526 |
2249 * mh-e.el (Version, mh-version): Set to 7.4+cvs. | 2527 * mh-e.el (Version, mh-version): Set to 7.4+cvs. |
2250 | 2528 |
2251 2003-06-24 Bill Wohler <wohler@newt.com> | 2529 2003-06-24 Bill Wohler <wohler@newt.com> |
2252 | 2530 |
2253 * Released MH-E version 7.4. | 2531 Released MH-E version 7.4. |
2254 | 2532 |
2255 * MH-E-NEWS, README: Updated for release 7.4. | 2533 * MH-E-NEWS, README: Updated for release 7.4. |
2256 | 2534 |
2257 * mh-e.el (Version, mh-version): Updated for release 7.4. | 2535 * mh-e.el (Version, mh-version): Updated for release 7.4. |
2258 | 2536 |
3355 | 3633 |
3356 * mh-e.el (mh-version): Set to 7.3+cvs. | 3634 * mh-e.el (mh-version): Set to 7.3+cvs. |
3357 | 3635 |
3358 2003-04-24 Bill Wohler <wohler@newt.com> | 3636 2003-04-24 Bill Wohler <wohler@newt.com> |
3359 | 3637 |
3360 * Released MH-E version 7.3. | 3638 Released MH-E version 7.3. |
3361 | 3639 |
3362 * MH-E-NEWS, README: Updated for release 7.3. | 3640 * MH-E-NEWS, README: Updated for release 7.3. |
3363 | 3641 |
3364 * mh-e.el (Version, mh-version): Updated for release 7.3. | 3642 * mh-e.el (Version, mh-version): Updated for release 7.3. |
3365 | 3643 |
4913 | 5191 |
4914 * mh-e.el: (mh-version): Set to 7.2+cvs. | 5192 * mh-e.el: (mh-version): Set to 7.2+cvs. |
4915 | 5193 |
4916 2003-02-03 Bill Wohler <wohler@newt.com> | 5194 2003-02-03 Bill Wohler <wohler@newt.com> |
4917 | 5195 |
4918 * Released MH-E version 7.2. | 5196 Released MH-E version 7.2. |
4919 | 5197 |
4920 * MH-E-NEWS, README: Updated for release 7.2. | 5198 * MH-E-NEWS, README: Updated for release 7.2. |
4921 | 5199 |
4922 * mh-e.el (Version, mh-version): Updated for release 7.2. | 5200 * mh-e.el (Version, mh-version): Updated for release 7.2. |
4923 | 5201 |
5577 | 5855 |
5578 * mh-e.el (Version, mh-version): Set to 7.1+cvs. | 5856 * mh-e.el (Version, mh-version): Set to 7.1+cvs. |
5579 | 5857 |
5580 2003-01-07 Bill Wohler <wohler@newt.com> | 5858 2003-01-07 Bill Wohler <wohler@newt.com> |
5581 | 5859 |
5582 * Released MH-E version 7.1. | 5860 Released MH-E version 7.1. |
5583 | 5861 |
5584 * MH-E-NEWS, README: Updated for release 7.1. | 5862 * MH-E-NEWS, README: Updated for release 7.1. |
5585 | 5863 |
5586 * mh-e.el (Version, mh-version): Updated for release 7.1. | 5864 * mh-e.el (Version, mh-version): Updated for release 7.1. |
5587 | 5865 |
6671 Ran indent-region, reformatted long lines, ran untabify. | 6949 Ran indent-region, reformatted long lines, ran untabify. |
6672 (indent-tabs-mode): Set file local variable to nil. | 6950 (indent-tabs-mode): Set file local variable to nil. |
6673 | 6951 |
6674 2002-11-29 Bill Wohler <wohler@newt.com> | 6952 2002-11-29 Bill Wohler <wohler@newt.com> |
6675 | 6953 |
6676 * Released MH-E version 7.0. | 6954 Released MH-E version 7.0. |
6677 | 6955 |
6678 * mh-e.el (Version, mh-version): Updated for release 7.0. | 6956 * mh-e.el (Version, mh-version): Updated for release 7.0. |
6679 | 6957 |
6680 * mh-comp.el (subseq, search): Require cl instead of autoloading | 6958 * mh-comp.el (subseq, search): Require cl instead of autoloading |
6681 these due to compilation warnings in CVS Emacs. | 6959 these due to compilation warnings in CVS Emacs. |
6696 (mh-insert-mime-button): Change comment to reflect change in | 6974 (mh-insert-mime-button): Change comment to reflect change in |
6697 button key map. | 6975 button key map. |
6698 | 6976 |
6699 2002-11-21 Bill Wohler <wohler@newt.com> | 6977 2002-11-21 Bill Wohler <wohler@newt.com> |
6700 | 6978 |
6701 * Released MH-E version 6.1.91. | 6979 Released MH-E version 6.1.91. |
6702 | 6980 |
6703 * mh-e.el (Version, mh-version): Updated for release 6.1.91. | 6981 * mh-e.el (Version, mh-version): Updated for release 6.1.91. |
6704 | 6982 |
6705 * MH-E-NEWS: Inline HTML parts supported with Gnus 5.10, not 5.9. | 6983 * MH-E-NEWS: Inline HTML parts supported with Gnus 5.10, not 5.9. |
6706 | 6984 |
6720 * mh-mime.el (load): Remove the load of mm-view here since it | 6998 * mh-mime.el (load): Remove the load of mm-view here since it |
6721 happens in mh-utils.el now. | 6999 happens in mh-utils.el now. |
6722 | 7000 |
6723 2002-11-15 Bill Wohler <wohler@newt.com> | 7001 2002-11-15 Bill Wohler <wohler@newt.com> |
6724 | 7002 |
6725 * Released MH-E version 6.1.90. | 7003 Released MH-E version 6.1.90. |
6726 | 7004 |
6727 * README (Compile): New section. Users must now compile MH-E due | 7005 * README (Compile): New section. Users must now compile MH-E due |
6728 to the vagaries of the various versions of gnus. | 7006 to the vagaries of the various versions of gnus. |
6729 | 7007 |
6730 * Makefile (MH-E-IMG): Added reply-all.pbm, reply-all.xpm, | 7008 * Makefile (MH-E-IMG): Added reply-all.pbm, reply-all.xpm, |
9681 fix gets around a problem in Mandrake only. It wasn't a problem | 9959 fix gets around a problem in Mandrake only. It wasn't a problem |
9682 on XEmacs generally. Fixes SF #541915. | 9960 on XEmacs generally. Fixes SF #541915. |
9683 | 9961 |
9684 2002-04-08 Bill Wohler <wohler@newt.com> | 9962 2002-04-08 Bill Wohler <wohler@newt.com> |
9685 | 9963 |
9686 * Released mh-e version 6.1. | 9964 Released mh-e version 6.1. |
9687 | 9965 |
9688 * mh-e.el (mh-folder-unseen-seq-name): Use "mhparam -component | 9966 * mh-e.el (mh-folder-unseen-seq-name): Use "mhparam -component |
9689 Unseen-Sequence" command and "Unseen-Sequence: \\(.*\\)$" regexp | 9967 Unseen-Sequence" command and "Unseen-Sequence: \\(.*\\)$" regexp |
9690 to increase robustness. | 9968 to increase robustness. |
9691 (mh-folder-unseen-seq-list): Use `expand-file-name' as | 9969 (mh-folder-unseen-seq-list): Use `expand-file-name' as |
9785 Put into view mode and set it up to kill the buffer when exiting | 10063 Put into view mode and set it up to kill the buffer when exiting |
9786 view mode. | 10064 view mode. |
9787 | 10065 |
9788 2001-12-16 Bill Wohler <wohler@newt.com> | 10066 2001-12-16 Bill Wohler <wohler@newt.com> |
9789 | 10067 |
9790 * Released mh-e version 6.0. | 10068 Released mh-e version 6.0. |
9791 | 10069 |
9792 * MH-E-NEWS: Be a little more specific about incompatible changes. | 10070 * MH-E-NEWS: Be a little more specific about incompatible changes. |
9793 Added info about outdated manual. | 10071 Added info about outdated manual. |
9794 Removed variables in mh-scan regexp table that did not exist in | 10072 Removed variables in mh-scan regexp table that did not exist in |
9795 5.0.2. | 10073 5.0.2. |
9808 * Makefile (clean, dist, install-emacs): Replaced $(RM) with rm | 10086 * Makefile (clean, dist, install-emacs): Replaced $(RM) with rm |
9809 -rf (closes SF #488661). | 10087 -rf (closes SF #488661). |
9810 | 10088 |
9811 2001-12-14 Bill Wohler <wohler@newt.com> | 10089 2001-12-14 Bill Wohler <wohler@newt.com> |
9812 | 10090 |
9813 * Released mh-e version 5.0.93. | 10091 Released mh-e version 5.0.93. |
9814 | 10092 |
9815 * Makefile (MH-E-SRC): Added mh-xemacs-compat.el. | 10093 * Makefile (MH-E-SRC): Added mh-xemacs-compat.el. |
9816 (MH-E-IMG): Added .pbm images for all. Removed mail_ prefix from | 10094 (MH-E-IMG): Added .pbm images for all. Removed mail_ prefix from |
9817 all. | 10095 all. |
9818 (MH-E-IMG2): New variable to hold images in mail sub-directory. | 10096 (MH-E-IMG2): New variable to hold images in mail sub-directory. |
9993 (mh-folder-date-face): change to snow3. | 10271 (mh-folder-date-face): change to snow3. |
9994 (mh-folder-msg-number-face): change to snow4. | 10272 (mh-folder-msg-number-face): change to snow4. |
9995 | 10273 |
9996 2001-12-04 Bill Wohler <wohler@newt.com> | 10274 2001-12-04 Bill Wohler <wohler@newt.com> |
9997 | 10275 |
9998 * Released mh-e version 5.0.92. | 10276 Released mh-e version 5.0.92. |
9999 | 10277 |
10000 * mh-utils.el (gnus-cite-face-list) | 10278 * mh-utils.el (gnus-cite-face-list) |
10001 (mh-gnus-article-highlight-citation): Don't autoload. Revert to | 10279 (mh-gnus-article-highlight-citation): Don't autoload. Revert to |
10002 requiring in `mh-gnus-article-highlight-citation' as before. With | 10280 requiring in `mh-gnus-article-highlight-citation' as before. With |
10003 the autoloads, if you ran mh-e before gnus, you'd get an undefined | 10281 the autoloads, if you ran mh-e before gnus, you'd get an undefined |
10004 gnus variable when viewing an article in gnus. Go figure. | 10282 gnus variable when viewing an article in gnus. Go figure. |
10005 | 10283 |
10006 2001-12-03 Bill Wohler <wohler@newt.com> | 10284 2001-12-03 Bill Wohler <wohler@newt.com> |
10007 | 10285 |
10008 * Released mh-e version 5.0.91. | 10286 Released mh-e version 5.0.91. |
10009 | 10287 |
10010 * MH-E-NEWS: Removed info about bumping up `max-specpdl-size' now | 10288 * MH-E-NEWS: Removed info about bumping up `max-specpdl-size' now |
10011 that workaround has been implemented. | 10289 that workaround has been implemented. |
10012 | 10290 |
10013 * Makefile (MH-E-OBJ): New variable to hold .elc files. | 10291 * Makefile (MH-E-OBJ): New variable to hold .elc files. |
10909 * mh-comp.el (mh-letter-mode): Add font-lock support as in | 11187 * mh-comp.el (mh-letter-mode): Add font-lock support as in |
10910 mh-show-mode. | 11188 mh-show-mode. |
10911 | 11189 |
10912 2001-04-14 chad brown <y@mit.edu> | 11190 2001-04-14 chad brown <y@mit.edu> |
10913 | 11191 |
10914 * rearrange the font-lock keywords a bit | 11192 Rearrange the font-lock keywords a bit. |
10915 | 11193 |
10916 2001-04-12 chad brown <y@mit.edu> | 11194 2001-04-12 chad brown <y@mit.edu> |
10917 | 11195 |
10918 * preliminary (somewhat boring) font-lock support for mh-e. More | 11196 Preliminary (somewhat boring) font-lock support for mh-e. More |
10919 interesting font-lock support probably wants to have better | 11197 interesting font-lock support probably wants to have better |
10920 support for multiple format files | 11198 support for multiple format files |
10921 | 11199 |
10922 2001-02-24 chad brown <y@mit.edu> | 11200 2001-02-24 chad brown <y@mit.edu> |
10923 | 11201 |
10924 * add default nmh paths to mh-find-prog in mh-utils.el. | 11202 Add default nmh paths to mh-find-prog in mh-utils.el. |
10925 change to mh-kill-folder in mh-funcs.el to make it more general. | 11203 change to mh-kill-folder in mh-funcs.el to make it more general. |
10926 | 11204 |
10927 2001-02-19 Bill Wohler <wohler@newt.com> | 11205 2001-02-19 Bill Wohler <wohler@newt.com> |
10928 | 11206 |
10929 * Makefile (EMACS): Renamed to EMACS_HOME. Also, don't define if | 11207 * Makefile (EMACS): Renamed to EMACS_HOME. Also, don't define if |
10932 (install): $MH-E-SRC is copied to $(EMACS_HOME)/lisp/mail, not | 11210 (install): $MH-E-SRC is copied to $(EMACS_HOME)/lisp/mail, not |
10933 $(EMACS_HOME)/src. | 11211 $(EMACS_HOME)/src. |
10934 (dist): Leave release in current directory. | 11212 (dist): Leave release in current directory. |
10935 | 11213 |
10936 | 11214 |
10937 Copyright (C) 2003, 2004, 2005 Free Software Foundation, Inc. | 11215 Copyright (C) 2003, 2004, 2005 Free Software Foundation, Inc. |
10938 | 11216 |
10939 Copying and distribution of this file, with or without modification, | 11217 Copying and distribution of this file, with or without modification, |
10940 are permitted in any medium without royalty provided the copyright | 11218 are permitted in any medium without royalty provided the copyright |
10941 notice and this notice are preserved. | 11219 notice and this notice are preserved. |
10942 | 11220 |
10943 ;;; arch-tag: 87324964-69b6-4925-a3c2-9c1df53d7d51 | 11221 ;;; arch-tag: 87324964-69b6-4925-a3c2-9c1df53d7d51 |