Merge changes made in Gnus trunk.
authorGnus developers <ding@gnus.org>
Sun, 2 Jan 2011 11:23:02 +0000 (11:23 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Sun, 2 Jan 2011 11:23:02 +0000 (11:23 +0000)
commitbb7f5cbcda931661c8dc3311603ac764fa87a639
tree311c07278ad7497e54b3f7cafb50fbf6185b026f
parent7927f48d454f33668f9dcef6b2d9476d24fe54bb
Merge changes made in Gnus trunk.

mm-view.el (mml-smime): Require.
mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg, use EPG to decrypt S/MIME messages instead of openssl.
nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
gnus-group.el (gnus-group-kill-group): Don't try to update the group status is the group clearly is unreachable.
auth-source.el (auth-source-create): Add the optional second parameter to `local-variable-p' to be compatible with XEmacs.
nnml.el (nnml-request-article): Allow requesting by Message-ID to work when using a compressed nnml folder.
gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to backends after sanitising on entry, because this never makes sense: If the articles have gone missing, then the data no longer exists on the backend, and if they haven't, then Gnus is wrong, and shouldn't overwrite anything anyway.
shr.el (shr-insert-document): Bind shr-width dynamically to window-width if it's nil.
shr.el (shr-width, shr-insert-document): Allow nil as shr-width value with the meaning of using the full emacs window width for rendering.
lisp/gnus/ChangeLog
lisp/gnus/auth-source.el
lisp/gnus/gnus-group.el
lisp/gnus/gnus-sum.el
lisp/gnus/mm-view.el
lisp/gnus/nnimap.el
lisp/gnus/nnml.el
lisp/gnus/shr.el