[gnus git] branch master updated: =2= * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect group window, because it does the wrong thing when a separate frame displays the group buffer. ; (gnus-summary-next-article): Remove hack to reselect group window.
Lars Magne Ingebrigtsen <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via 52a457a8462d2932558d484f4378b533676dfaab (commit)
via ac6c6763a527b8f5ba34b471208d93ed4a7a9ea7 (commit)
from 68bab3816a03f315ca498b3174a4803e09f63c55 (commit)
- Log -----------------------------------------------------------------
commit 52a457a8462d2932558d484f4378b533676dfaab
Author: Lars Magne Ingebrigtsen <[email protected]>
Date: Tue Jan 11 19:42:07 2011 +0100
* gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
group window, because it does the wrong thing when a separate frame
displays the group buffer.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 9e71dd6..5cc1419 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,7 +1,8 @@
2011-01-11 Lars Magne Ingebrigtsen <[email protected]>
* gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
- group window.
+ group window, because it does the wrong thing when a separate frame
+ displays the group buffer.
* proto-stream.el (open-protocol-stream): Protect against the low-level
transport functions returning nil.
commit ac6c6763a527b8f5ba34b471208d93ed4a7a9ea7
Author: Lars Magne Ingebrigtsen <[email protected]>
Date: Tue Jan 11 19:40:04 2011 +0100
(gnus-summary-next-article): Remove hack to reselect group window.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index e56e923..9e71dd6 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,8 @@
2011-01-11 Lars Magne Ingebrigtsen <[email protected]>
+ * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
+ group window.
+
* proto-stream.el (open-protocol-stream): Protect against the low-level
transport functions returning nil.
diff --git a/lisp/gnus-sum.el b/lisp/gnus-sum.el
index 9a21a9c..20a1141 100644
--- a/lisp/gnus-sum.el
+++ b/lisp/gnus-sum.el
@@ -7687,9 +7687,6 @@ If BACKWARD, the previous article is selected instead of the next."
(if (eq gnus-keep-same-level 'best)
(gnus-summary-best-group gnus-newsgroup-name)
(gnus-summary-search-group backward gnus-keep-same-level))))
- ;; For some reason, the group window gets selected. We change
- ;; it back.
- (select-window (get-buffer-window (current-buffer)))
;; Select next unread newsgroup automagically.
(cond
((or (not gnus-auto-select-next)
-----------------------------------------------------------------------
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-sum.el | 3 ---
2 files changed, 4 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