[gnus git] branch master updated: m0-7-271-g0e5ff05 =1= * gnus-sum.el (gnus-summary-exit): Stop animations.
Lars Ingebrigtsen <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via 0e5ff0576e476bca5def0a28865b5211bde637c1 (commit)
from f21a93e9600fd28eb2be625480665a40be488e35 (commit)
- Log -----------------------------------------------------------------
commit 0e5ff0576e476bca5def0a28865b5211bde637c1
Author: Lars Ingebrigtsen <[email protected]>
Date: Wed Dec 25 18:14:12 2013 +0100
* gnus-sum.el (gnus-summary-exit): Stop animations.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 18223a6..33e034b 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
+2013-12-25 Lars Ingebrigtsen <[email protected]>
+
+ * gnus-sum.el (gnus-summary-exit): Stop animations.
+
2013-12-19 Juri Linkov <[email protected]>
* gnus.el (gnus-suppress-keymap):
diff --git a/lisp/gnus-sum.el b/lisp/gnus-sum.el
index 6873db7..6dbe7bf 100644
--- a/lisp/gnus-sum.el
+++ b/lisp/gnus-sum.el
@@ -7278,6 +7278,7 @@ If FORCE (the prefix), also save the .newsrc file(s)."
(not (string= group (gnus-group-group-name))))
(gnus-group-next-unread-group 1))
(setq group-point (point))
+ (gnus-article-stop-animations)
(if temporary
nil ;Nothing to do.
(set-buffer buf)
@@ -7368,6 +7369,7 @@ If FORCE (the prefix), also save the .newsrc file(s)."
(gnus-group-update-group group nil t))
(when (equal (gnus-group-group-name) group)
(gnus-group-next-unread-group 1))
+ (gnus-article-stop-animations)
(when quit-config
(gnus-handle-ephemeral-exit quit-config)))))
-----------------------------------------------------------------------
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 | 2 ++
2 files changed, 6 insertions(+)
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