aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Wohler2011-12-27 14:10:34 -0800
committerBill Wohler2011-12-27 14:10:34 -0800
commitfbfa898c40875c8bba361de88f31230b816ff801 (patch)
tree5bf86daab1d47808d818c4ae034f9c1be2704a15
parent27f03d6c1531ba4515023614b0938284d125fcc3 (diff)
downloademacs-fbfa898c40875c8bba361de88f31230b816ff801.tar.gz
emacs-fbfa898c40875c8bba361de88f31230b816ff801.zip
Update release notes to reflect a fixed, reported bug.
-rw-r--r--etc/MH-E-NEWS5
-rw-r--r--lisp/mh-e/ChangeLog3
2 files changed, 7 insertions, 1 deletions
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'
44When restoring MH folders from ".emacs.desktop", Emacs now opens them in 44When restoring MH folders from ".emacs.desktop", Emacs now opens them in
45the expected `mh-folder' mode instead of `dired-mode' (closes SF #1510145) 45the expected `mh-folder' mode instead of `dired-mode' (closes SF #1510145)
46 46
47*** *MH-E Log* buffer can point to removed directory
48This was caused by using `set-buffer' instead of
49`with-current-buffer.' This has been fixed thanks to Stefan Monnier
50(closes SF #1903293).
51
47 52
48 53
49* Changes in MH-E 8.2 54* 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 @@
232 (mh-handle-process-error, mh-variant-info): 232 (mh-handle-process-error, mh-variant-info):
233 * mh-comp.el (mh-forward): 233 * mh-comp.el (mh-forward):
234 * mh-alias.el (mh-alias-local-users, mh-alias-which-file-has-alias): 234 * mh-alias.el (mh-alias-local-users, mh-alias-which-file-has-alias):
235 (mh-alias-add-alias-to-file): Use with-current-buffer. 235 (mh-alias-add-alias-to-file): Use with-current-buffer (closes SF
236 #1903293).
236 237
2372009-11-04 Stefan Monnier <monnier@iro.umontreal.ca> 2382009-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
238 239