aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorBill Wohler2004-08-22 05:11:27 +0000
committerBill Wohler2004-08-22 05:11:27 +0000
commitd103d8b3885c6f32aae4abc6604b5fa9b14e33b7 (patch)
treed505d2375054932178b5154383edd7e569461c04 /etc
parent44feddcfb1ce96226b9942dda5ff1bfcbbe8ec89 (diff)
downloademacs-d103d8b3885c6f32aae4abc6604b5fa9b14e33b7.tar.gz
emacs-d103d8b3885c6f32aae4abc6604b5fa9b14e33b7.zip
Upgraded to MH-E version 7.81.
See etc/MH-E-NEWS and lisp/mh-e/ChangeLog for details.
Diffstat (limited to 'etc')
-rw-r--r--etc/ChangeLog4
-rw-r--r--etc/MH-E-NEWS11
-rw-r--r--etc/NEWS2
3 files changed, 16 insertions, 1 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog
index f764ae908d5..4f7395fba57 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,3 +1,7 @@
12004-08-21 Bill Wohler <wohler@newt.com>
2
3 * NEWS, MH-E-NEWS: Upgraded to MH-E version 7.81.
4
12004-08-21 Eric S. Raymond <esr@thyrsus.com> 52004-08-21 Eric S. Raymond <esr@thyrsus.com>
2 6
3 * PROBLEMS: Massively rearranged by category, to make environment 7 * PROBLEMS: Massively rearranged by category, to make environment
diff --git a/etc/MH-E-NEWS b/etc/MH-E-NEWS
index 264acf8ead1..32b71b1d98c 100644
--- a/etc/MH-E-NEWS
+++ b/etc/MH-E-NEWS
@@ -6,6 +6,17 @@ Copying and distribution of this file, with or without modification,
6are permitted in any medium without royalty provided the copyright 6are permitted in any medium without royalty provided the copyright
7notice and this notice are preserved. 7notice and this notice are preserved.
8 8
9* Changes in MH-E 7.81
10
11Version 7.81 fixes a `wrong-type-argument' argument error that
12sometimes occurred when processing the Message-ID, adds the ";
13(mh-toggle-mh-decode-mime-flag)" command, and uses ":default" instead
14of "default" in `mh-identity-handlers' to avoid problems with
15"Default:" as a user defined field. If you have modified
16`mh-identity-handlers' in your .emacs, you'll need to rename "default"
17to ":default". This release also corrects the release numbering; the
18previous version number was intended to be 7.80.
19
9* Changes in MH-E 7.4.80 20* Changes in MH-E 7.4.80
10 21
11Version 7.4.80 now supports GNU mailutils, S/MIME, picons, 22Version 7.4.80 now supports GNU mailutils, S/MIME, picons,
diff --git a/etc/NEWS b/etc/NEWS
index e966270f4bb..feccd6589a5 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -658,7 +658,7 @@ You can now put the init files .emacs and .emacs_SHELL under
658 658
659** MH-E changes. 659** MH-E changes.
660 660
661Upgraded to MH-E version 7.4.80. There have been major changes since 661Upgraded to MH-E version 7.81. There have been major changes since
662version 5.0.2; see MH-E-NEWS for details. 662version 5.0.2; see MH-E-NEWS for details.
663 663
664+++ 664+++