[gnus git] branch master updated: n0-15-58-g1b1d297 =2= * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix. ; (gnus-registry-remake-db): Put the warning on a "warning" level.
Lars Magne Ingebrigtsen <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via 1b1d297e18d2f272861a05cfff5060284b00ea95 (commit)
via d1145777bdc96967fbddf38edfb87dacdc3c6be1 (commit)
from d2c69c9ecc6b40ecfa98a53b9165bef1ad513400 (commit)
- Log -----------------------------------------------------------------
commit 1b1d297e18d2f272861a05cfff5060284b00ea95
Author: Stig Sandbeck Mathisen <[email protected]>
Date: Tue Apr 12 17:53:17 2011 +0200
* gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 61208f8..b7ba4b9 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
+2011-04-12 Stig Sandbeck Mathisen <[email protected]> (tiny change)
+
+ * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
+
2011-04-12 Lars Magne Ingebrigtsen <[email protected]>
* gnus-registry.el (gnus-registry-remake-db): Put the warning on a
diff --git a/lisp/gnus-sum.el b/lisp/gnus-sum.el
index e3ae1d7..d023bc5 100644
--- a/lisp/gnus-sum.el
+++ b/lisp/gnus-sum.el
@@ -7035,7 +7035,7 @@ displayed, no centering will be performed."
(defun gnus-summary-select-article-buffer ()
"Reconfigure windows to show the article buffer.
-If `gnus-widen-article-buffer' is set, show only the article
+If `gnus-widen-article-window' is set, show only the article
buffer."
(interactive)
(if (not (gnus-buffer-live-p gnus-article-buffer))
commit d1145777bdc96967fbddf38edfb87dacdc3c6be1
Author: Lars Magne Ingebrigtsen <[email protected]>
Date: Tue Apr 12 17:50:04 2011 +0200
(gnus-registry-remake-db): Put the warning on a "warning" level.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 88dec74..61208f8 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,8 @@
2011-04-12 Lars Magne Ingebrigtsen <[email protected]>
+ * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
+ "warning" level.
+
* mm-url.el (mm-url-package-name): Removed to ease third-party reuse.
(mm-url-insert-file-contents): Don't set the package names.
diff --git a/lisp/gnus-registry.el b/lisp/gnus-registry.el
index 8847dac..ce76f7f 100644
--- a/lisp/gnus-registry.el
+++ b/lisp/gnus-registry.el
@@ -258,7 +258,7 @@ the Bit Bucket."
This is not required after changing `gnus-registry-cache-file'."
(interactive (list (y-or-n-p "Remake and CLEAR the Gnus registry? ")))
(when forsure
- (gnus-message 1 "Remaking the Gnus registry")
+ (gnus-message 4 "Remaking the Gnus registry")
(setq gnus-registry-db (gnus-registry-make-db))))
(defun gnus-registry-read ()
-----------------------------------------------------------------------
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 | 7 +++++++
lisp/gnus-registry.el | 2 +-
lisp/gnus-sum.el | 2 +-
3 files changed, 9 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