Synch to No Gnus 200604111206.
authoryamaoka <yamaoka>
Tue, 11 Apr 2006 12:16:41 +0000 (12:16 +0000)
committeryamaoka <yamaoka>
Tue, 11 Apr 2006 12:16:41 +0000 (12:16 +0000)
lisp/ChangeLog
lisp/nnslashdot.el

index 73a0150..7fd3f45 100644 (file)
@@ -1,5 +1,8 @@
 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
+       * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
+       layout. 
+
        * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
        unknown charset.  
 
index 3745f44..f52172d 100644 (file)
          (setq article (if (and article (< start article)) article start))
          (goto-char point)
          (while (re-search-forward
-                 "<a name=\"\\([0-9]+\\)\">\\([^<]+\\)</a>.*\n.*score:\\([^)]+\\))"
+                 "<a name=\"\\([0-9]+\\)\">\\([^<]+\\)</a>.*\n.*\n.*score:\\([^)]+\\))"
                  nil t)
            (setq cid (match-string 1)
                  subject (match-string 2)