comparison lisp/ChangeLog @ 111952:db63bc492d85

Merge changes made in Gnus trunk. nnir.el (nnir-run-imap): Return article list in UID order. gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list of automatically subscribed groups. (gnus-auto-subscribed-categories): New variable. (gnus-matches-options-n): Use it. (gnus-default-subscribed-newsgroups): Remove unused variable. (gnus-start-draft-setup): Message a bit less. gnus-agent.el (gnus-agentize): Don't create the queue group automatically on startup. It'll be created later, if needed. gnus-start.el (gnus-1): Clarify comment. (gnus-matches-options-n): Fix typo in last change. (gnus-1): Don't create the nndrafts group twice. (gnus-setup-news): There's no need to read the active file here, since that's done again later on a per-backend basis. (gnus-start-draft-setup): Make sure that the new group is started out empty. netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old and netrc-bound-and-true-p bindings. (netrc-parse): Cache the netrc contents.
author Katsumi Yamaoka <yamaoka@jpl.org>
date Mon, 13 Dec 2010 22:29:12 +0000
parents 027c7b917c8a
children e3c25cc05c38
comparison
equal deleted inserted replaced
111951:027c7b917c8a 111952:db63bc492d85
1 2010-12-13 Romain Francoise <romain@orebokech.com> 1 2010-12-13 Romain Francoise <romain@orebokech.com>
2 2
3 * net/gnutls.el (gnutls-negotiate): Fix setting of default trustfiles. 3 * net/gnutls.el (gnutls-negotiate): Fix setting of default trustfiles.
4
5 2010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
6
7 * net/netrc.el (netrc-point-at-eol): Remove the unused
8 netrc-point-at-old and netrc-bound-and-true-p bindings.
9 (netrc-parse): Cache the netrc contents.
4 10
5 2010-12-13 Eli Zaretskii <eliz@gnu.org> 11 2010-12-13 Eli Zaretskii <eliz@gnu.org>
6 12
7 * subr.el (posn-col-row): Evaluate header-line-format in the 13 * subr.el (posn-col-row): Evaluate header-line-format in the
8 context of the POSITION window's buffer. 14 context of the POSITION window's buffer.