]> git.eshelyaron.com Git - emacs.git/commitdiff
* NEWS, MH-E-NEWS: Update for MH-E release 8.2.92.
authorBill Wohler <wohler@newt.com>
Sat, 16 Jul 2011 16:15:43 +0000 (09:15 -0700)
committerBill Wohler <wohler@newt.com>
Sat, 16 Jul 2011 16:15:43 +0000 (09:15 -0700)
etc/ChangeLog
etc/MH-E-NEWS
etc/NEWS

index bfe584c69a104a1876a954fa0d298b649e8bc560..cf856429f01f6b92286b98bdb1a4333c952917e4 100644 (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.
index a46354d7b7bc63ecfcdc925568ec9c7f3cb5056f..b5b2a8b5867530e99e89ce588576dd4e98e478ee 100644 (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).
+
 \f
 
 * Changes in MH-E 8.2
index 11acbd8c42db3ea633aef961ed63e919e7d14f86..70793c7c1d678d495f4aa3e15300d50c0f71d033 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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.