Mercurial > emacs
changeset 80254:557185708a7c
Merge from gnus--rel--5.10
Revision: emacs@sv.gnu.org/emacs--rel--22--patch-239
author | Miles Bader <miles@gnu.org> |
---|---|
date | Sat, 01 Mar 2008 01:29:58 +0000 |
parents | 116e3de85304 |
children | b0a0110a813a |
files | lisp/gnus/ChangeLog lisp/gnus/nnweb.el |
diffstat | 2 files changed, 6 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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 <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.
--- 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"