# HG changeset patch # User Miles Bader # Date 1204334998 0 # Node ID 557185708a7ca78ebd112ae2db29c1c1ebd8bf11 # Parent 116e3de853049a63e973a55ddccb7c60c9b7438f Merge from gnus--rel--5.10 Revision: emacs@sv.gnu.org/emacs--rel--22--patch-239 diff -r 116e3de85304 -r 557185708a7c lisp/gnus/ChangeLog --- a/lisp/gnus/ChangeLog Fri Feb 29 21:16:31 2008 +0000 +++ b/lisp/gnus/ChangeLog Sat Mar 01 01:29:58 2008 +0000 @@ -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 -r 116e3de85304 -r 557185708a7c lisp/gnus/nnweb.el --- a/lisp/gnus/nnweb.el Fri Feb 29 21:16:31 2008 +0000 +++ b/lisp/gnus/nnweb.el Sat Mar 01 01:29:58 2008 +0000 @@ -367,7 +367,7 @@ (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"