[gnus git] branch master updated: m0-3-124-g283929b =2= Mark last change as tiny. ; Don't be overzealous when hiding cited text

Lars Magne Ingebrigtsen <[email protected]>
Newsgroups gmane.emacs.gnus.cvs
Message-ID <[email protected]>
       via  283929b8054386cff3ec0edd16893668ed5c86bf (commit)
       via  6e4f98a98e2862562c75d42b6f3217e9d91aa504 (commit)
      from  4c8ac1de702070b297937180455caaefab483e13 (commit)


- Log -----------------------------------------------------------------
commit 283929b8054386cff3ec0edd16893668ed5c86bf
Author: Lars Magne Ingebrigtsen <[email protected]>
Date:   Tue Apr 10 21:27:18 2012 +0200

    Mark last change as tiny.

diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 3bd68f2..81d6498 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,4 +1,4 @@
-2012-04-10  Elias Oltmanns  <[email protected]>
+2012-04-10  Elias Oltmanns  <[email protected]>  (tiny change)
 
 	* gnus-cite.el (gnus-dissect-cited-text): A single line without
 	citation prefix within a block of cited text should be considered part

commit 6e4f98a98e2862562c75d42b6f3217e9d91aa504
Author: Elias Oltmanns <[email protected]>
Date:   Tue Apr 10 21:16:30 2012 +0200

    Don't be overzealous when hiding cited text
    
    * gnus-cite.el (gnus-dissect-cited-text): A single line without
    citation prefix within a block of cited text should be considered part
    of that block *only* if it is a blank line.

diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index b02af02..3bd68f2 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,9 @@
+2012-04-10  Elias Oltmanns  <[email protected]>
+
+	* gnus-cite.el (gnus-dissect-cited-text): A single line without
+	citation prefix within a block of cited text should be considered part
+	of that block *only* if it is a blank line.
+
 2012-04-09  Chong Yidong  <[email protected]>
 
 	* binhex.el, hashcash.el, uudecode.el:
diff --git a/lisp/gnus-cite.el b/lisp/gnus-cite.el
index c744344..6bcba71 100644
--- a/lisp/gnus-cite.el
+++ b/lisp/gnus-cite.el
@@ -509,6 +509,7 @@ Lines matching `gnus-cite-attribution-suffix' and perhaps
 	  (if (and (equal (cdadr m) "")
 		   (equal (cdar m) (cdaddr m))
 		   (goto-char (caadr m))
+		   (looking-at "[ \t]*$")
 		   (forward-line 1)
 		   (= (point) (caaddr m)))
 	      (setcdr m (cdddr m))

-----------------------------------------------------------------------
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    |    6 ++++++
 lisp/gnus-cite.el |    1 +
 2 files changed, 7 insertions(+), 0 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.