[gnus git] branch master updated: m0-11-80-ga8f42e3 =2= Don't query about discarding changes in ephemeral groups ; ietf-drums.el (ietf-drums-parse-address): Don't issue warnings about

Katsumi <[email protected]> Fri, 14 Nov 2014 05:17:56 +0100
Newsgroups gmane.emacs.gnus.cvs
Message-ID <[email protected]>
       via  a8f42e3c16adaf6edbea1a52ba61dfd0d0501005 (commit)
       via  99c67308a231255b94a4a28106bb4985f172e0d4 (commit)
      from  6693c681058b8f8d26af210a31b32f66108deafa (commit)


- Log -----------------------------------------------------------------
commit a8f42e3c16adaf6edbea1a52ba61dfd0d0501005
Author: Lars Magne Ingebrigtsen <[email protected]>
Date:   Fri Nov 14 04:17:19 2014 +0000

    Don't query about discarding changes in ephemeral groups

diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 5629abd..dc38ee8 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,8 @@
 2014-11-14  Lars Magne Ingebrigtsen  <[email protected]>
 
+	* gnus-sum.el (gnus-summary-exit-no-update): Don't query about
+	discarding changes in ephemeral groups.
+
 	* ietf-drums.el (ietf-drums-parse-address): Don't issue warnings about
 	things the user isn't interested in.
 
diff --git a/lisp/gnus-sum.el b/lisp/gnus-sum.el
index 55a263d..69bb106 100644
--- a/lisp/gnus-sum.el
+++ b/lisp/gnus-sum.el
@@ -7334,6 +7334,7 @@ If FORCE (the prefix), also save the .newsrc file(s)."
 	 (gnus-group-is-exiting-without-update-p t)
 	 (quit-config (gnus-group-quit-config group)))
     (when (or no-questions
+	      (gnus-ephemeral-group-p group)
 	      gnus-expert-user
 	      (gnus-y-or-n-p "Discard changes to this group and exit? "))
       (gnus-async-halt-prefetch)

commit 99c67308a231255b94a4a28106bb4985f172e0d4
Author: Lars Magne Ingebrigtsen <[email protected]>
Date:   Fri Nov 14 04:16:25 2014 +0000

    ietf-drums.el (ietf-drums-parse-address): Don't issue warnings about

diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index a9a5f61..5629abd 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
+2014-11-14  Lars Magne Ingebrigtsen  <[email protected]>
+
+	* ietf-drums.el (ietf-drums-parse-address): Don't issue warnings about
+	things the user isn't interested in.
+
 2014-11-13  Julien Danjou  <jd@abydos>
 
 	* gnus-notifications.el (gnus-notifications-notify): Provide both
diff --git a/lisp/ietf-drums.el b/lisp/ietf-drums.el
index 1121368..4fe8f18 100644
--- a/lisp/ietf-drums.el
+++ b/lisp/ietf-drums.el
@@ -206,7 +206,6 @@ backslash and doublequote.")
 		   (1+ (point))
 		   (progn (forward-sexp 1) (1- (point))))))))
 	 (t
-	  (message "Unknown symbol: %c" c)
 	  (forward-char 1))))
       ;; If we found no display-name, then we look for comments.
       (if display-name

-----------------------------------------------------------------------
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     |    8 ++++++++
 lisp/gnus-sum.el   |    1 +
 lisp/ietf-drums.el |    1 -
 3 files changed, 9 insertions(+), 1 deletion(-)

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