Merge from gnus--rel--5.10
authorMiles Bader <miles@gnu.org>
Sat, 1 Mar 2008 01:29:58 +0000 (01:29 +0000)
committerMiles Bader <miles@gnu.org>
Sat, 1 Mar 2008 01:29:58 +0000 (01:29 +0000)
Revision: emacs@sv.gnu.org/emacs--rel--22--patch-239

lisp/gnus/ChangeLog
lisp/gnus/nnweb.el

index 870b598..f5c7a68 100644 (file)
@@ -1,3 +1,8 @@
+2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
+
+       * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
+       empty author.
+
 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
 
        * mail-source.el (mail-source-delete-incoming): Change default.
index 38cb5f9..30f2e5e 100644 (file)
@@ -367,7 +367,7 @@ Valid types include `google', `dejanews', and `gmane'.")
       (goto-char (point-max))
       (when
          (re-search-backward
-          "^\\(?:\\(\\w+\\) \\([0-9]+\\)\\|\\S-+\\)\\(?: \\([0-9]\\{4\\}\\)\\)? by \\(.*\\)"
+          "^\\(?:\\(\\w+\\) \\([0-9]+\\)\\|\\S-+\\)\\(?: \\([0-9]\\{4\\}\\)\\)? by ?\\(.*\\)"
           nil t)
        (setq Date (if (match-string 1)
                       (format "%s %s 00:00:00 %s"