Merge changes made in Gnus trunk.
authorLars Ingebrigtsen <larsi@gnus.org>
Mon, 21 Feb 2011 13:29:15 +0000 (13:29 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Mon, 21 Feb 2011 13:29:15 +0000 (13:29 +0000)
commit06b840e0d96538cfa879eb524c9b030988f8e7c5
tree71af63198d576f40695701f8b2f88f52170459fb
parent6d7132563c23774dddcd825797a29ce7ae94253a
Merge changes made in Gnus trunk.

gnus.texi (Window Layout): Document layout names.
nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the given method as in the group name if we're using an extended method.
 (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE command, if we're using that, instead of waiting for the beginning.
gnus-start.el (gnus-get-unread-articles): Extend the methods so that we're sure to get unique server names, and we don't output two async commands in the same buffer.  This fixes an NNTP hang for some users.
netrc.el (netrc-parse): Comment fix.
gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the summary buffer before reading going to the next buffer.  This avoids putting the point in the group buffer if you `C-g' the command.
auth-source.el (auth-source-netrc-parse): Add an in-memory netrc cache (for now) to make ~/.authinfo.gpg files usable.
nnfolder.el (copyright-update): Define for the compiler.
auth-source.el (auth-source-search): Fix unbound variable.
doc/misc/ChangeLog
doc/misc/gnus.texi
lisp/ChangeLog
lisp/gnus/ChangeLog
lisp/gnus/auth-source.el
lisp/gnus/gnus-start.el
lisp/gnus/gnus-sum.el
lisp/gnus/nnfolder.el
lisp/gnus/nntp.el
lisp/net/netrc.el