Mercurial > emacs
diff lisp/gnus/ChangeLog @ 92431:f154591879d5
(mm-decode-content-transfer-encoding): Simplify.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Mon, 03 Mar 2008 04:07:51 +0000 |
parents | a7debc43cf9a |
children | 4fe0858e4c31 |
line wrap: on
line diff
--- a/lisp/gnus/ChangeLog Mon Mar 03 04:06:03 2008 +0000 +++ b/lisp/gnus/ChangeLog Mon Mar 03 04:07:51 2008 +0000 @@ -1,5 +1,7 @@ 2008-03-03 Stefan Monnier <monnier@iro.umontreal.ca> + * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify. + * gnus-sum.el: Use inhibit-read-only and with-current-buffer. (gnus-summary-jump-to-group): Consider windows on other displayed frames as well. Similar changes might be needed elsewhere, but that's the one I've