Update ChangeLogs.
This commit is contained in:
parent
4478e07488
commit
82bccbfa12
2 changed files with 90 additions and 0 deletions
|
@ -1,7 +1,43 @@
|
|||
2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
|
||||
|
||||
* gnus-news.texi: Mention nnimap-inbox.
|
||||
|
||||
* gnus.texi (Picons): Document gnus-picon-inhibit-top-level-domains.
|
||||
|
||||
2010-09-26 Julien Danjou <julien@danjou.info>
|
||||
|
||||
* gnus.texi (Oort Gnus): Remove mention of ssl.el
|
||||
|
||||
2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
|
||||
|
||||
* gnus.texi (Security): Remove gpg.el mention.
|
||||
|
||||
2010-09-26 Andreas Seltenreich <seltenreich@gmx.de>
|
||||
|
||||
* gnus.texi (Browse Foreign Server): New variable
|
||||
gnus-browse-subscribe-newsgroup-method.
|
||||
|
||||
* gnus-news.texi: Mention it.
|
||||
|
||||
2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
|
||||
|
||||
* gnus.texi (NoCeM): Removed.
|
||||
(Startup Variables): No jingle.
|
||||
|
||||
2010-09-25 Ulrich Mueller <ulm@gentoo.org>
|
||||
|
||||
* woman.texi (Interface Options): xz compression is now supported.
|
||||
|
||||
2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
|
||||
|
||||
* gnus.texi (Article Commands): Document gnus-fetch-partial-articles.
|
||||
(Unavailable Servers): Document gnus-server-copy-server.
|
||||
(Using IMAP): Document the new nnimap.
|
||||
|
||||
2010-09-25 Julien Danjou <julien@danjou.info>
|
||||
|
||||
* gnus.texi (Customizing Articles): Remove gnus-treat-translate
|
||||
|
||||
2010-09-24 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* url.texi (Disk Caching): Tweak previous change.
|
||||
|
@ -11,6 +47,14 @@
|
|||
* url.texi (Disk Caching): Mention url-cache-expire-time,
|
||||
url-cache-expired, and url-fetch-from-cache.
|
||||
|
||||
2010-09-24 Julien Danjou <julien@danjou.info>
|
||||
|
||||
* gnus.texi: Add Gravatars.
|
||||
|
||||
2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
|
||||
|
||||
* gnus.texi (Startup Variables): Mention gnus-use-backend-marks.
|
||||
|
||||
2010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
|
||||
|
||||
* gnus.texi (Expunging mailboxes): Update name of the expunging
|
||||
|
|
|
@ -1,5 +1,51 @@
|
|||
2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
|
||||
|
||||
* nndoc.el (nndoc-request-list): Return success always.
|
||||
|
||||
* gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
|
||||
`fetch-old' -- we only want to fetch the articles we've requested. The
|
||||
rest are in the agent, probably.
|
||||
(gnus-agent-read-servers-validate): Change the level for the "Ignoring
|
||||
disappeared server" to something low. It's not important.
|
||||
|
||||
* nnimap.el (nnimap-get-whole-article): Remove the data that may have
|
||||
arrived before the FETCH data.
|
||||
|
||||
* nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
|
||||
target here, because we don't know the Gnus name of the group.
|
||||
|
||||
* nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
|
||||
for the correct group.
|
||||
|
||||
* gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
|
||||
|
||||
* gnus.el (gnus): Give a final warning after startup.
|
||||
|
||||
* gnus-util.el (gnus-action-message-log): New variable.
|
||||
(gnus-message): Use it.
|
||||
(gnus-final-warning): New function.
|
||||
|
||||
* nnimap.el (nnimap-open-connection): Record the greeting.
|
||||
(nnimap): Add greeting.
|
||||
|
||||
2010-09-26 Julien Danjou <julien@danjou.info>
|
||||
|
||||
* gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
|
||||
arguments.
|
||||
(gnus-html-wash-images): Fix spec computing to include start/end.
|
||||
|
||||
* gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
|
||||
|
||||
2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
|
||||
|
||||
* nnimap.el (nnimap-request-expire-articles): Compress ranges before
|
||||
deletion.
|
||||
(nnimap-retrieve-headers): Don't select the group, because that's
|
||||
already done by nnimap-possibly-change-group.
|
||||
|
||||
* gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
|
||||
(gnus-picon-transform-address): Use it.
|
||||
|
||||
* mail-source.el (mail-source-value): Revert previous patch.
|
||||
|
||||
* nnimap.el (nnimap-credentials): Allow inhibiting the password query
|
||||
|
|
Loading…
Add table
Reference in a new issue