[gnus git] branch master updated: =1= Disable the async code for now, since it doesn't work for all users.
Lars Magne Ingebrigtsen <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via 8eb5f1cde674860ba1a05c8754e45dbadc137ca5 (commit)
from d7f2cb176d4c7dfad075e3914bdde41553ef5a9f (commit)
- Log -----------------------------------------------------------------
commit 8eb5f1cde674860ba1a05c8754e45dbadc137ca5
Author: Lars Magne Ingebrigtsen <[email protected]>
Date: Wed Feb 9 10:04:52 2011 -0800
Disable the async code for now, since it doesn't work for all users.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 47df2e0..0a90892 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
+2011-02-09 Lars Ingebrigtsen <[email protected]>
+
+ * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
+ code for now, since it doesn't work for all users.
+
2011-02-09 Julien Danjou <[email protected]>
* message.el (message-options): Make message-options really buffer
diff --git a/lisp/nntp.el b/lisp/nntp.el
index 0e009b2..eb2dd00 100644
--- a/lisp/nntp.el
+++ b/lisp/nntp.el
@@ -774,7 +774,7 @@ command whose response triggered the error."
(nntp-copy-to-buffer nntp-server-buffer (point-min) (point-max))
'headers)))))
-(deffoo nntp-retrieve-group-data-early (server infos)
+(deffoo nntp-retrieve-group-data-early-disabled (server infos)
"Retrieve group info on INFOS."
(nntp-with-open-group nil server
(when (nntp-find-connection-buffer nntp-server-buffer)
@@ -793,7 +793,7 @@ command whose response triggered the error."
nil command (gnus-group-real-name (gnus-info-group info)))))
(length infos)))))
-(deffoo nntp-finish-retrieve-group-infos (server infos count)
+(deffoo nntp-finish-retrieve-group-infos-disabled (server infos count)
(nntp-with-open-group nil server
(let ((buf (nntp-find-connection-buffer nntp-server-buffer))
(method (gnus-find-method-for-group
-----------------------------------------------------------------------
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we listed those
revisions in full, above.
Summary of changes:
lisp/ChangeLog | 5 +++++
lisp/nntp.el | 4 ++--
2 files changed, 7 insertions(+), 2 deletions(-)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnus Project".
The branch, master has been updated
hooks/post-receive
--
Gnus Project