]> code.delx.au - gnu-emacs/commit
Merge changes made in Gnus trunk.
authorGnus developers <ding@gnus.org>
Fri, 25 Feb 2011 12:53:00 +0000 (12:53 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Fri, 25 Feb 2011 12:53:00 +0000 (12:53 +0000)
commit003522ceb63964998728415caaa9e328aeb74bce
treefc39e524b7c613839ea741f40269f3c33d0969c0
parentd3af8a57b48a04293be40bb39316f2ec59b28dc6
Merge changes made in Gnus trunk.

auth-source.el (auth-source-save-behavior): New variable to replace `auth-source-never-create'.
 (auth-source-netrc-create): Use it.
 (auth-source-never-save): Remove.
nnimap.el (nnimap-stream): Doc fix.
 (nnimap-open-connection-1): Reverse the order of the ports to that the prompted-for port is first.
gnus-start.el (gnus-get-unread-articles): Don't clobber the async retrieval by the no-group selection.
gnus-demon.el (gnus-demon-init): run-with-timer should be called with numerical parameters.
auth-source.el (auth-source-creation-prompts): New variable to manage creation-time prompts.
 (auth-source-search): Document it.
 (auth-source-format-prompt): Add utility function.
 (auth-source-netrc-create): Don't default the user name to user-login-name.  Use `auth-source-creation-prompts' and some default prompts for user, host, port, and password (the default generic prompt remains ugly).
 (auth-source-never-save): Add customizable option to never save info.
 (auth-source-netrc-create): Use it and improve save prompts.  Fix help mode excursion.
lisp/gnus/ChangeLog
lisp/gnus/auth-source.el
lisp/gnus/gnus-demon.el
lisp/gnus/gnus-start.el
lisp/gnus/nnimap.el