[gnus git] branch master updated: n0-17-321-gc88fde1 =3= * nnimap.el (nnimap-parse-flags): Make regexp less prone to overflows. ; * pop3.el (pop3-open-server): Fix +OK end-of-command regexp. ; * gnus-art.el (gnus-treat-hide-citation): Add doc.

Lars Magne Ingebrigtsen <[email protected]>
Newsgroups gmane.emacs.gnus.cvs
Message-ID <[email protected]>
       via  c88fde1f419d4eff2a4215329df7eb76311e8166 (commit)
       via  feac194f83409722dc23c4080191aecb5a76f43e (commit)
       via  9081cad5c5ad832fd8f1aeb2cf2a0f088f020e19 (commit)
      from  4ac43ebfeac8f6d9481b2e504f7de0c304fdd260 (commit)


- Log -----------------------------------------------------------------
commit c88fde1f419d4eff2a4215329df7eb76311e8166
Author: Lars Magne Ingebrigtsen <[email protected]>
Date:   Wed Sep 21 20:24:04 2011 +0200

    * nnimap.el (nnimap-parse-flags): Make regexp less prone to overflows.
    
    Fix suggested by John Wiegley.

diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index a31d1e4..732e2ca 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,8 @@
 2011-09-21  Lars Magne Ingebrigtsen  <[email protected]>
 
+	* nnimap.el (nnimap-parse-flags): Make regexp less prone to overflows.
+	Fix suggested by John Wiegley.
+
 	* pop3.el (pop3-open-server): Fix +OK end-of-command regexp.
 
 	* gnus-art.el (gnus-treat-hide-citation): Add doc.
diff --git a/lisp/nnimap.el b/lisp/nnimap.el
index 16cc904..f0d3e9f 100644
--- a/lisp/nnimap.el
+++ b/lisp/nnimap.el
@@ -1557,7 +1557,7 @@ textual parts.")
 		 (goto-char start)
 		 (setq vanished
 		       (and (eq flag-sequence 'qresync)
-			    (re-search-forward "^\\* VANISHED .* \\([0-9:,]+\\)"
+			    (re-search-forward "^\\* VANISHED .*? \\([0-9:,]+\\)"
 					       (or end (point-min)) t)
 			    (match-string 1)))
 		 (goto-char start)

commit feac194f83409722dc23c4080191aecb5a76f43e
Author: Lars Magne Ingebrigtsen <[email protected]>
Date:   Wed Sep 21 20:23:00 2011 +0200

    * pop3.el (pop3-open-server): Fix +OK end-of-command regexp.

diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 8842853..a31d1e4 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,7 @@
 2011-09-21  Lars Magne Ingebrigtsen  <[email protected]>
 
+	* pop3.el (pop3-open-server): Fix +OK end-of-command regexp.
+
 	* gnus-art.el (gnus-treat-hide-citation): Add doc.
 
 	* message.el (message-default-send-rename-function): Break out into its
diff --git a/lisp/pop3.el b/lisp/pop3.el
index 54c2170..8fd5382 100644
--- a/lisp/pop3.el
+++ b/lisp/pop3.el
@@ -308,7 +308,7 @@ Returns the process associated with the connection."
 		    (t
 		     (or pop3-stream-type 'network)))
 	     :capability-command "CAPA\r\n"
-	     :end-of-command "^\\(-ERR\\|+OK \\).*\n"
+	     :end-of-command "^\\(-ERR\\|+OK\\).*\n"
 	     :end-of-capability "^\\.\r?\n\\|^-ERR"
 	     :success "^\\+OK.*\n"
 	     :return-list t

commit 9081cad5c5ad832fd8f1aeb2cf2a0f088f020e19
Author: Lars Magne Ingebrigtsen <[email protected]>
Date:   Wed Sep 21 20:20:51 2011 +0200

    * gnus-art.el (gnus-treat-hide-citation): Add doc.

diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 0853db3..8842853 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,7 @@
 2011-09-21  Lars Magne Ingebrigtsen  <[email protected]>
 
+	* gnus-art.el (gnus-treat-hide-citation): Add doc.
+
 	* message.el (message-default-send-rename-function): Break out into its
 	own function.
 
diff --git a/lisp/gnus-art.el b/lisp/gnus-art.el
index 8149e55..0068fba 100644
--- a/lisp/gnus-art.el
+++ b/lisp/gnus-art.el
@@ -1231,7 +1231,10 @@ predicate.  See Info node `(gnus)Customizing Articles'."
 (defcustom gnus-treat-hide-citation nil
   "Hide cited text.
 Valid values are nil, t, `head', `first', `last', an integer or a
-predicate.  See Info node `(gnus)Customizing Articles'."
+predicate.  See Info node `(gnus)Customizing Articles'.
+
+See `gnus-article-highlight-citation' for variables used to
+control what it hides."
   :group 'gnus-article-treat
   :link '(custom-manual "(gnus)Customizing Articles")
   :type gnus-article-treat-custom)

-----------------------------------------------------------------------
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-art.el |    5 ++++-
 lisp/nnimap.el   |    2 +-
 lisp/pop3.el     |    2 +-
 4 files changed, 13 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
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.