diff options
| author | Bill Wohler | 2006-06-21 05:13:28 +0000 |
|---|---|---|
| committer | Bill Wohler | 2006-06-21 05:13:28 +0000 |
| commit | 4f187c9d6842afe394fe04d38bde8f96f66d1324 (patch) | |
| tree | 43e6e44206bdcf2f20400e8146221eebfa244dfb | |
| parent | 737abde8f65d8caecfa1f5a620b28d8ae1de58c7 (diff) | |
| download | emacs-4f187c9d6842afe394fe04d38bde8f96f66d1324.tar.gz emacs-4f187c9d6842afe394fe04d38bde8f96f66d1324.zip | |
Update for MH-E release 8.0.1.mh-e-8.0.1
| -rw-r--r-- | etc/ChangeLog | 6 | ||||
| -rw-r--r-- | etc/MH-E-NEWS | 29 | ||||
| -rw-r--r-- | etc/NEWS | 2 |
3 files changed, 36 insertions, 1 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog index b07d428efd9..9575444526a 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2006-06-20 Bill Wohler <wohler@newt.com> | ||
| 2 | |||
| 3 | Release MH-E version 8.0.1. | ||
| 4 | |||
| 5 | * NEWS, MH-E-NEWS: Update for MH-E release 8.0.1. | ||
| 6 | |||
| 1 | 2006-06-19 Carsten Dominik <dominik@science.uva.nl> | 7 | 2006-06-19 Carsten Dominik <dominik@science.uva.nl> |
| 2 | 8 | ||
| 3 | * orgcard.tex (section{Clocking Time}): Add new clocking | 9 | * orgcard.tex (section{Clocking Time}): Add new clocking |
diff --git a/etc/MH-E-NEWS b/etc/MH-E-NEWS index 18744a67008..5bd265bf55d 100644 --- a/etc/MH-E-NEWS +++ b/etc/MH-E-NEWS | |||
| @@ -6,6 +6,35 @@ 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 8.0.1 | ||
| 10 | |||
| 11 | Version 8.0.1 works around a couple of bugs in GNU mailutils, spost, | ||
| 12 | and Windows. MH-E now requires the use of version 1.0 of mailutils due | ||
| 13 | to a bug in the folder command. | ||
| 14 | |||
| 15 | ** Bug Fixes in MH-E 8.0.1 | ||
| 16 | |||
| 17 | *** Infinite Loop When Searching (mailutils) | ||
| 18 | |||
| 19 | The GNU mailutils folder command displays output when a folder doesn't | ||
| 20 | exist. MH-E didn't expect this and responded with an infinite loop | ||
| 21 | during searches. While this bug has since been fixed in mailutils, | ||
| 22 | MH-E has been modified to work anyway (closes SF #1499712). | ||
| 23 | |||
| 24 | *** spost Doesn't Have -msgid or -mime Flags | ||
| 25 | |||
| 26 | The post replacement spost does not support the -msgid or -mime flags. | ||
| 27 | A new variable `mh-send-uses-spost-flag' was added to control the use | ||
| 28 | of these flags (closes SF #1486726). | ||
| 29 | |||
| 30 | *** <2> in Search Folders Illegal in Windows | ||
| 31 | |||
| 32 | The <2> suffix to the search folder names contain illegal filename | ||
| 33 | characters in Windows. These cause searches to fail on Windows. This | ||
| 34 | has been fixed by changing the suffix to -2 (closes SF #1507002). | ||
| 35 | |||
| 36 | |||
| 37 | |||
| 9 | * Changes in MH-E 8.0 | 38 | * Changes in MH-E 8.0 |
| 10 | 39 | ||
| 11 | Version 8.0 supports GNU mailutils, S/MIME, picons, which-func-mode, | 40 | Version 8.0 supports GNU mailutils, S/MIME, picons, which-func-mode, |
| @@ -3151,7 +3151,7 @@ See the file GNUS-NEWS or the node "Oort Gnus" in the Gnus manual for details. | |||
| 3151 | --- | 3151 | --- |
| 3152 | ** MH-E changes. | 3152 | ** MH-E changes. |
| 3153 | 3153 | ||
| 3154 | Upgraded to MH-E version 8.0. There have been major changes since | 3154 | Upgraded to MH-E version 8.0.1. There have been major changes since |
| 3155 | version 5.0.2; see MH-E-NEWS for details. | 3155 | version 5.0.2; see MH-E-NEWS for details. |
| 3156 | 3156 | ||
| 3157 | ** Calendar changes: | 3157 | ** Calendar changes: |