diff options
| author | Bill Wohler | 2004-08-22 05:11:27 +0000 |
|---|---|---|
| committer | Bill Wohler | 2004-08-22 05:11:27 +0000 |
| commit | d103d8b3885c6f32aae4abc6604b5fa9b14e33b7 (patch) | |
| tree | d505d2375054932178b5154383edd7e569461c04 /etc | |
| parent | 44feddcfb1ce96226b9942dda5ff1bfcbbe8ec89 (diff) | |
| download | emacs-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/ChangeLog | 4 | ||||
| -rw-r--r-- | etc/MH-E-NEWS | 11 | ||||
| -rw-r--r-- | etc/NEWS | 2 |
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 @@ | |||
| 1 | 2004-08-21 Bill Wohler <wohler@newt.com> | ||
| 2 | |||
| 3 | * NEWS, MH-E-NEWS: Upgraded to MH-E version 7.81. | ||
| 4 | |||
| 1 | 2004-08-21 Eric S. Raymond <esr@thyrsus.com> | 5 | 2004-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, | |||
| 6 | are permitted in any medium without royalty provided the copyright | 6 | are permitted in any medium without royalty provided the copyright |
| 7 | notice and this notice are preserved. | 7 | notice and this notice are preserved. |
| 8 | 8 | ||
| 9 | * Changes in MH-E 7.81 | ||
| 10 | |||
| 11 | Version 7.81 fixes a `wrong-type-argument' argument error that | ||
| 12 | sometimes occurred when processing the Message-ID, adds the "; | ||
| 13 | (mh-toggle-mh-decode-mime-flag)" command, and uses ":default" instead | ||
| 14 | of "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" | ||
| 17 | to ":default". This release also corrects the release numbering; the | ||
| 18 | previous 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 | ||
| 11 | Version 7.4.80 now supports GNU mailutils, S/MIME, picons, | 22 | Version 7.4.80 now supports GNU mailutils, S/MIME, picons, |
| @@ -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 | ||
| 661 | Upgraded to MH-E version 7.4.80. There have been major changes since | 661 | Upgraded to MH-E version 7.81. There have been major changes since |
| 662 | version 5.0.2; see MH-E-NEWS for details. | 662 | version 5.0.2; see MH-E-NEWS for details. |
| 663 | 663 | ||
| 664 | +++ | 664 | +++ |