X-Git-Url: http://git.hcoop.net/bpt/emacs.git/blobdiff_plain/bb65542c44d6c03da5837b944e398117356d9d85..bb7dce392f6d9d5fc4b9d7de09ff920a52f07669:/etc/MH-E-NEWS diff --git a/etc/MH-E-NEWS b/etc/MH-E-NEWS index 4eba974ba2..aca5781fe3 100644 --- a/etc/MH-E-NEWS +++ b/etc/MH-E-NEWS @@ -1,9 +1,81 @@ * COPYRIGHT -Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 - Free Software Foundation, Inc. +Copyright (C) 2001-2012 Free Software Foundation, Inc. See the end of the file for license conditions. +* Changes in MH-E 8.3.1 + +This version of MH-E fixes typos in the documentation and is packaged +with GNU Emacs 24.1 + +* Changes in MH-E 8.3 + +In 2010, the version control system (VCS) of Emacs was upgraded from +CVS to Bazaar. In 2011, the MH-E team followed suit and upgraded the +MH-E repository at SourceForge from CVS to Bazaar as well. The result +is version 8.3 of MH-E, which includes needed changes to the build +scripts. + +Otherwise, this is a small release that includes mostly internal +changes from the Emacs team. One of these changes manifests itself in +the user interface--you can now complete folders with abbreviations, +meaning that `+f/b/b TAB' can complete to `+foo/bar/baz'. + +Also, RFC 2047-encoded Subject header fields in replies are now +decoded. + +It also fixes compilation warnings in XEmacs 21.5.31, as +well as an error when running XEmacs 21.5.31 in a terminal. + +Another implication of the VCS change is that users who download MH-E +from SourceForge and explicitly load MH-E will have to be change their +`load-path' to "/path/to/mh-e/emacs/trunk/lisp/mh-e" instead. Note the +addition of "trunk." + +** Bug Fixes in MH-E 8.3 + +*** Make mh-showing a legitimate minor mode + +The `mh-showing-mode' variable is now defined with `define-minor-mode' +(closes SF #482666). + +*** Desktop fails to restore MH-Folder buffers + +When restoring MH folders from ".emacs.desktop", Emacs now opens them in +the expected `mh-folder' mode instead of `dired-mode' (closes SF #1510145) + +*** *MH-E Log* buffer can point to removed directory +This was caused by using `set-buffer' instead of +`with-current-buffer.' This has been fixed thanks to Stefan Monnier +(closes SF #1903293). + + + +* Changes in MH-E 8.2 + +Version 8.2 of MH-E appeared in GNU Emacs 23.1. This is a small +release that includes internal changes from the Emacs team. A new +hook, `mh-pack-folder-hook', has been added. + +There is a known bug where you can't attach attachments in Emacs 21. +This will be fixed in 8.2.1. + +** New Variables in MH-E 8.2 + +*** mh-pack-folder-hook + +The `mh-pack-folder-hook' is run by `F p' (`mh-pack-folder') after +renumbering the messages. Hook functions can access the current folder +name with `mh-current-folder'. + +** Bug Fixes in MH-E 8.2 + +*** New version of mh-mm-save-part + +Several functions have been updated with code from Gnus 5.11 (closes +SF #2235022). + + * Changes in MH-E 8.1 @@ -205,7 +277,7 @@ gatewayed at gmane.org (closes SF #979308). If you want to see the release notes for the alpha and beta releases leading up this release, please see: - http://cvs.savannah.gnu.org/viewcvs/emacs/etc/MH-E-NEWS?rev=1.25&root=emacs&view=markup + http://cvs.savannah.gnu.org/viewvc/emacs/emacs/etc/MH-E-NEWS?revision=1.25&view=markup @@ -295,7 +367,7 @@ changes for MH-E functions are listed here. Most of the changes have to do with the renaming of the functions with "mhn" in them to "mh" because nmh doesn't use `mhn'. The names were -also made consistent with the the family of "mml" functions. +also made consistent with the family of "mml" functions. The type of signing or encryption has been generalized so the method is now an option rather than a part of the function's name. The option @@ -1522,7 +1594,7 @@ message (closes SF #701756). MH-E now supports several spam filters including Bogofilter, SpamProbe, and SpamAssassin. Spam that is mistakenly considered to be good mail can be reclassified as spam with "J b (mh-junk-blacklist)". -Conversely, good mail that is accidently considered to be spam can be +Conversely, good mail that is accidentally considered to be spam can be reclassified with "J w (mh-junk-whitelist)" (closes SF #669518). If a message is blacklisted, and `mh-junk-mail-folder' is a string, @@ -2607,7 +2679,7 @@ consistent mnemonics were realized that should make it easier to remember key bindings. Added new sub-keymaps for folder commands, sequence commands, -extraction commands, and digest commands which begin with with F, S, +extraction commands, and digest commands which begin with F, S, X, and D, respectively. These sub-keymaps allowed some consistency (e.g., especially with l(ist) and k(ill)). @@ -3227,4 +3299,3 @@ mode: outline paragraph-separate: "[ ]*$" end: -arch-tag: f6696cad-eb1b-4c5f-8057-4e3954a98d18