]> git.eshelyaron.com Git - emacs.git/commitdiff
Update release notes to reflect a fixed, reported bug.
authorBill Wohler <wohler@newt.com>
Tue, 27 Dec 2011 04:56:26 +0000 (20:56 -0800)
committerBill Wohler <wohler@newt.com>
Tue, 27 Dec 2011 04:56:26 +0000 (20:56 -0800)
etc/MH-E-NEWS
lisp/mh-e/ChangeLog

index f02b795a6b9c7ea0ec7350ff036f7edb913dec59..92c75ffb6cf9e1a5e5e303bf8f43e81899a33981 100644 (file)
@@ -39,6 +39,11 @@ addition of "trunk."
 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)
+
 \f
 
 * Changes in MH-E 8.2
index 02e531120be426647bddb51eed9540b67b6f5cf9..48e93ecdb72511b4ca2daf1c975f3d233b088261 100644 (file)
        * mh-mime.el: Shush XEmacs compiler in mh-do-in-xemacs block.
 
        * mh-folder.el: Use boundp instead of fboundp when testing
-       existence of desktop-buffer-mode-handlers.
+       existence of desktop-buffer-mode-handlers (closes SF #1510145).
 
 2011-05-10  Jim Meyering  <meyering@redhat.com>