From fbfa898c40875c8bba361de88f31230b816ff801 Mon Sep 17 00:00:00 2001 From: Bill Wohler Date: Tue, 27 Dec 2011 14:10:34 -0800 Subject: [PATCH] Update release notes to reflect a fixed, reported bug. --- etc/MH-E-NEWS | 5 +++++ lisp/mh-e/ChangeLog | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/etc/MH-E-NEWS b/etc/MH-E-NEWS index 92c75ffb6cf..8b96d08c17a 100644 --- a/etc/MH-E-NEWS +++ b/etc/MH-E-NEWS @@ -44,6 +44,11 @@ The `mh-showing-mode' variable is now defined with `define-minor-mode' 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 diff --git a/lisp/mh-e/ChangeLog b/lisp/mh-e/ChangeLog index 48e93ecdb72..ce8a7e56d60 100644 --- a/lisp/mh-e/ChangeLog +++ b/lisp/mh-e/ChangeLog @@ -232,7 +232,8 @@ (mh-handle-process-error, mh-variant-info): * mh-comp.el (mh-forward): * mh-alias.el (mh-alias-local-users, mh-alias-which-file-has-alias): - (mh-alias-add-alias-to-file): Use with-current-buffer. + (mh-alias-add-alias-to-file): Use with-current-buffer (closes SF + #1903293). 2009-11-04 Stefan Monnier -- 2.39.2