[gnus git] branch master updated: n0-17-297-gbd6155a =1= * gnus-sum.el (gnus-summary-read-group-1): Bump the "Retrieving" message level.
Lars Magne Ingebrigtsen <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via bd6155afa395f1c8879128367ea0d7eb8c7d110c (commit)
from ad9fa1e0fa62f0757171074c54c239880721d2ae (commit)
- Log -----------------------------------------------------------------
commit bd6155afa395f1c8879128367ea0d7eb8c7d110c
Author: Lars Magne Ingebrigtsen <[email protected]>
Date: Thu Sep 15 06:56:40 2011 +0200
* gnus-sum.el (gnus-summary-read-group-1): Bump the "Retrieving" message level.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index fd510f7..5f89d42 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
+2011-09-15 Lars Magne Ingebrigtsen <[email protected]>
+
+ * gnus-sum.el (gnus-summary-read-group-1): Bump the "Retrieving"
+ message level.
+
2011-09-15 Katsumi Yamaoka <[email protected]>
* message.el (message-read-from-minibuffer): Make abbrev expansion work.
diff --git a/lisp/gnus-sum.el b/lisp/gnus-sum.el
index 8651b58..423de35 100644
--- a/lisp/gnus-sum.el
+++ b/lisp/gnus-sum.el
@@ -3961,7 +3961,7 @@ If NO-DISPLAY, don't generate a summary buffer."
;; (when (and (not (gnus-group-native-p group))
;; (not (gnus-gethash group gnus-newsrc-hashtb)))
;; (error "Dead non-native groups can't be entered"))
- (gnus-message 5 "Retrieving newsgroup: %s..."
+ (gnus-message 7 "Retrieving newsgroup: %s..."
(gnus-group-decoded-name group))
(let* ((new-group (gnus-summary-setup-buffer group))
(quit-config (gnus-group-quit-config 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/gnus-sum.el | 2 +-
2 files changed, 6 insertions(+), 1 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