[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] /srv/bzr/emacs/trunk r101638: Update ChangeLogs.
From: |
Katsumi Yamaoka |
Subject: |
[Emacs-diffs] /srv/bzr/emacs/trunk r101638: Update ChangeLogs. |
Date: |
Sun, 26 Sep 2010 23:15:50 +0000 |
User-agent: |
Bazaar (2.0.3) |
------------------------------------------------------------
revno: 101638
committer: Katsumi Yamaoka <address@hidden>
branch nick: trunk
timestamp: Sun 2010-09-26 23:15:50 +0000
message:
Update ChangeLogs.
modified:
doc/misc/ChangeLog
lisp/gnus/ChangeLog
=== modified file 'doc/misc/ChangeLog'
--- a/doc/misc/ChangeLog 2010-09-25 21:42:48 +0000
+++ b/doc/misc/ChangeLog 2010-09-26 23:15:50 +0000
@@ -1,7 +1,43 @@
+2010-09-26 Lars Magne Ingebrigtsen <address@hidden>
+
+ * gnus-news.texi: Mention nnimap-inbox.
+
+ * gnus.texi (Picons): Document gnus-picon-inhibit-top-level-domains.
+
+2010-09-26 Julien Danjou <address@hidden>
+
+ * gnus.texi (Oort Gnus): Remove mention of ssl.el
+
+2010-09-26 Lars Magne Ingebrigtsen <address@hidden>
+
+ * gnus.texi (Security): Remove gpg.el mention.
+
+2010-09-26 Andreas Seltenreich <address@hidden>
+
+ * gnus.texi (Browse Foreign Server): New variable
+ gnus-browse-subscribe-newsgroup-method.
+
+ * gnus-news.texi: Mention it.
+
+2010-09-26 Lars Magne Ingebrigtsen <address@hidden>
+
+ * gnus.texi (NoCeM): Removed.
+ (Startup Variables): No jingle.
+
2010-09-25 Ulrich Mueller <address@hidden>
* woman.texi (Interface Options): xz compression is now supported.
+2010-09-25 Lars Magne Ingebrigtsen <address@hidden>
+
+ * 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 <address@hidden>
+
+ * gnus.texi (Customizing Articles): Remove gnus-treat-translate
+
2010-09-24 Glenn Morris <address@hidden>
* 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 <address@hidden>
+
+ * gnus.texi: Add Gravatars.
+
+2010-09-23 Lars Magne Ingebrigtsen <address@hidden>
+
+ * gnus.texi (Startup Variables): Mention gnus-use-backend-marks.
+
2010-09-21 Lars Magne Ingebrigtsen <address@hidden>
* gnus.texi (Expunging mailboxes): Update name of the expunging
=== modified file 'lisp/gnus/ChangeLog'
--- a/lisp/gnus/ChangeLog 2010-09-26 14:35:50 +0000
+++ b/lisp/gnus/ChangeLog 2010-09-26 23:15:50 +0000
@@ -1,5 +1,51 @@
2010-09-26 Lars Magne Ingebrigtsen <address@hidden>
+ * 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 <address@hidden>
+
+ * 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 <address@hidden>
+
+ * 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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] /srv/bzr/emacs/trunk r101638: Update ChangeLogs.,
Katsumi Yamaoka <=