]> code.delx.au - gnu-emacs/commit
Merge changes made in Gnus trunk.
authorGnus developers <ding@gnus.org>
Tue, 25 Jan 2011 23:51:40 +0000 (23:51 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Tue, 25 Jan 2011 23:51:40 +0000 (23:51 +0000)
commit008cad902f3434dc8c490dd0488ae93df4f16d9c
treeec9c6c6a60efbb66ceef6b2f21a4e174d2185807
parent7e6e2304f863f898e812b53f03b83f16e7f798c4
Merge changes made in Gnus trunk.

mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
 (mm-display-javascript-inline): New function.
mm-decode.el (mm-inline-media-tests): Add application/javascript viewing function.
nnimap.el (nnimap-open-connection-1): Store the actual stream type used.
 (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires fewer round trips than CRAM-MD5, and it's less likely to be buggy), and we're using an encrypted connection.
proto-stream.el: Alter the interface functions to also return the actual stream type used: network or tls.
lisp/gnus/ChangeLog
lisp/gnus/mm-decode.el
lisp/gnus/mm-view.el
lisp/gnus/nnimap.el
lisp/gnus/proto-stream.el