[gnus git] branch master updated: n0-17-287-g7f7c2db =1= * gnus-sum.el (gnus-fetch-headers): Bump message level.
Lars Magne Ingebrigtsen <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via 7f7c2dbc8535976fca271bb8c60716cbe2ba2db2 (commit)
from 4c6971f472a6b59a82db35eece482173b2809055 (commit)
- Log -----------------------------------------------------------------
commit 7f7c2dbc8535976fca271bb8c60716cbe2ba2db2
Author: Lars Magne Ingebrigtsen <[email protected]>
Date: Sun Sep 11 18:17:12 2011 +0200
* gnus-sum.el (gnus-fetch-headers): Bump message level.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 4d4047d..a98a339 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
+2011-09-11 Lars Magne Ingebrigtsen <[email protected]>
+
+ * gnus-sum.el (gnus-fetch-headers): Bump message level.
+
2011-09-10 Lars Magne Ingebrigtsen <[email protected]>
* gnus-msg.el (gnus-summary-mail-forward): Minuscule doc fix.
diff --git a/lisp/gnus-agent.el b/lisp/gnus-agent.el
index 2622211..669f967 100644
--- a/lisp/gnus-agent.el
+++ b/lisp/gnus-agent.el
@@ -1933,7 +1933,7 @@ article numbers will be returned."
(with-current-buffer nntp-server-buffer
(if articles
(progn
- (gnus-message 7 "Fetching headers for %s..."
+ (gnus-message 8 "Fetching headers for %s..."
(gnus-agent-decoded-group-name group))
;; Fetch them.
diff --git a/lisp/gnus-sum.el b/lisp/gnus-sum.el
index 7e63237..8651b58 100644
--- a/lisp/gnus-sum.el
+++ b/lisp/gnus-sum.el
@@ -5543,7 +5543,7 @@ or a straight list of headers."
(defun gnus-fetch-headers (articles &optional limit force-new dependencies)
"Fetch headers of ARTICLES."
(let ((name (gnus-group-decoded-name gnus-newsgroup-name)))
- (gnus-message 5 "Fetching headers for %s..." name)
+ (gnus-message 7 "Fetching headers for %s..." name)
(prog1
(if (eq 'nov
(setq gnus-headers-retrieved-by
@@ -5560,7 +5560,7 @@ or a straight list of headers."
(gnus-get-newsgroup-headers-xover
articles force-new dependencies gnus-newsgroup-name t)
(gnus-get-newsgroup-headers dependencies force-new))
- (gnus-message 5 "Fetching headers for %s...done" name))))
+ (gnus-message 7 "Fetching headers for %s...done" name))))
(defun gnus-select-newsgroup (group &optional read-all select-articles)
"Select newsgroup 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 | 4 ++++
lisp/gnus-agent.el | 2 +-
lisp/gnus-sum.el | 4 ++--
3 files changed, 7 insertions(+), 3 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