* NEWS, MH-E-NEWS: Update for MH-E release 8.2.92.

This commit is contained in:
Bill Wohler 2011-07-16 09:15:43 -07:00
parent 0794775d0d
commit 8020905afe
3 changed files with 21 additions and 3 deletions

View file

@ -1,3 +1,9 @@
2011-07-16 Bill Wohler <wohler@newt.com>
Release MH-E version 8.2.92.
* NEWS, MH-E-NEWS: Update for MH-E release 8.2.92.
2011-07-12 Bill Wohler <wohler@newt.com>
Release MH-E version 8.2.91.

View file

@ -3,6 +3,11 @@
Copyright (C) 2001-2011 Free Software Foundation, Inc.
See the end of the file for license conditions.
* Changes in MH-E 8.2.92
Version 8.2.92 actually corrects the error in the modeline glyph when
running XEmacs 21.5.31 in a terminal.
* Changes in MH-E 8.2.91
Version 8.2.91 fixes the folder window problem that was introduced
@ -14,8 +19,6 @@ 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."
This version of MH-E is packaged with GNU Emacs 24.1
* Changes in MH-E 8.2.90
In 2010, the version control system (VCS) of Emacs was upgraded from
@ -32,6 +35,15 @@ meaning that `+f/b/b TAB' can complete to `+foo/bar/baz'.
Also, RFC 2047-encoded Subject header fields in replies are now
decoded.
This version of MH-E is packaged with GNU Emacs 24.1
** Bug Fixes in MH-E 8.2.90
*** Make mh-showing a legitimate minor mode
The `mh-showing-mode' variable is now defined with `define-minor-mode'
(closes SF #482666).
* Changes in MH-E 8.2

View file

@ -488,7 +488,7 @@ $ESHELL nor variable `explicit-shell-file-name' is set.
** MH-E
*** Upgraded to MH-E version 8.2.91. See MH-E-NEWS for details.
*** Upgraded to MH-E version 8.2.92. See MH-E-NEWS for details.
** comint and modes derived from it use the generic completion code.