Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
fbfa898c
Commit
fbfa898c
authored
Dec 27, 2011
by
Bill Wohler
Browse files
Update release notes to reflect a fixed, reported bug.
parent
27f03d6c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletion
+7
-1
etc/MH-E-NEWS
etc/MH-E-NEWS
+5
-0
lisp/mh-e/ChangeLog
lisp/mh-e/ChangeLog
+2
-1
No files found.
etc/MH-E-NEWS
View file @
fbfa898c
...
...
@@ -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
...
...
lisp/mh-e/ChangeLog
View file @
fbfa898c
...
...
@@ -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 <monnier@iro.umontreal.ca>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment