X-Git-Url: https://git.hcoop.net/bpt/emacs.git/blobdiff_plain/4f187c9d6842afe394fe04d38bde8f96f66d1324..a1da069fbd5a34b5fa3ec862e8f8b9203132cbb4:/etc/MH-E-NEWS diff --git a/etc/MH-E-NEWS b/etc/MH-E-NEWS index 5bd265bf55..65ccc76007 100644 --- a/etc/MH-E-NEWS +++ b/etc/MH-E-NEWS @@ -1,10 +1,60 @@ * COPYRIGHT -Copyright (C) 2003, 2004, 2005, 2006 Free Software Foundation, Inc. - -Copying and distribution of this file, with or without modification, -are permitted in any medium without royalty provided the copyright -notice and this notice are preserved. +Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007 + Free Software Foundation, Inc. +See the end of the file for license conditions. + + +* Changes in MH-E 8.0.3 + +Version 8.0.3 fixes errors in sending messages and in running spam +filter commands in certain circumstances. + +** Bug Fixes in MH-E 8.0.3 + +*** mh-send-args Cannot Be nil + +If `mh-send-uses-spost-flag' was set, an error would prevent the +sending of messages. This has been fixed (closes SF #1564742). + +*** Missing Quotes in sa-learn Command Line + +This has been fixed (closes SF #1565460). + +*** Errors Associated with mh-junk-background + +The Spamassassin filter commands were used inconsistently and +incorrectly; if `mh-junk-background' were nil, not all of the updating +would happen correctly. In the other back-ends such as bogofilter and +SpamProbe, a value of t for `mh-junk-background' would cause the +commands associated with these filters to fail. These problems have +been fixed (closes SF #1594802). + + + +* Changes in MH-E 8.0.2 + +Version 8.0.2 fixes the tool bar and `F n' on XEmacs, and `K a' on GNU +mailutils. + +** Bug Fixes in MH-E 8.0.2 + +*** Tool Bar Not Displayed in XEmacs + +The MH-E tool bar didn't show up in XEmacs; now it does. Thanks to Ted +Phelps (closes SF #1506846). + +*** mh-mime-save-parts Assumes -store Default + +It was assumed that -store was the default for both mhn and mhstore. +This has been fixed by using -store except when using nmh. Thanks to +Sergey Poznyakoff (closes SF #1513140). + +*** F-n Doesn't Work + +The fix for SF #1499712 broke `F n' (`mh-index-new-messages') on +XEmacs since a regular expression that XEmacs could not handle was +added. This regexp has been fixed (closes SF #1514424). * Changes in MH-E 8.0.1 @@ -3068,6 +3118,24 @@ doesn't find `in-reply-to:'. *** `mh-clean-message-header': find end of headers even if no body. +This file is part of GNU Emacs. + +GNU Emacs is free software; you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation; either version 3, or (at your option) +any later version. + +GNU Emacs is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with GNU Emacs; see the file COPYING. If not, write to the +Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, +Boston, MA 02110-1301, USA. + + Local variables: mode: outline paragraph-separate: "[ ]*$"