From: Miles Bader Date: Sat, 1 Mar 2008 01:29:58 +0000 (+0000) Subject: Merge from gnus--rel--5.10 X-Git-Tag: emacs-pretest-22.1.92~35 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6a3a129c14a3e1c105341f03d9128ba88583f4c8;p=emacs.git Merge from gnus--rel--5.10 Revision: emacs@sv.gnu.org/emacs--rel--22--patch-239 --- diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index 870b598ff74..f5c7a68a715 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog @@ -1,3 +1,8 @@ +2008-02-29 Andreas Seltenreich + + * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with + empty author. + 2008-02-16 Reiner Steib * mail-source.el (mail-source-delete-incoming): Change default. diff --git a/lisp/gnus/nnweb.el b/lisp/gnus/nnweb.el index 38cb5f9e746..30f2e5ea8da 100644 --- a/lisp/gnus/nnweb.el +++ b/lisp/gnus/nnweb.el @@ -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"