aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorMiles Bader <[email protected]>2008-03-01 01:29:58 +0000
committerMiles Bader <[email protected]>2008-03-01 01:29:58 +0000
commit6a3a129c14a3e1c105341f03d9128ba88583f4c8 (patch)
treeb9ea373674be233ba7343f0c2963ec52e9bbb88c /lisp
parent613f60eeb171e5ad881f52d9e7c0ffce2e182fcb (diff)
Merge from gnus--rel--5.10
Revision: [email protected]/emacs--rel--22--patch-239
Diffstat (limited to 'lisp')
-rw-r--r--lisp/gnus/ChangeLog5
-rw-r--r--lisp/gnus/nnweb.el2
2 files changed, 6 insertions, 1 deletions
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog
index 870b598ff7..f5c7a68a71 100644
--- a/lisp/gnus/ChangeLog
+++ b/lisp/gnus/ChangeLog
@@ -1,3 +1,8 @@
+2008-02-29 Andreas Seltenreich <[email protected]>
+
+ * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
+ empty author.
+
2008-02-16 Reiner Steib <[email protected]>
* mail-source.el (mail-source-delete-incoming): Change default.
diff --git a/lisp/gnus/nnweb.el b/lisp/gnus/nnweb.el
index 38cb5f9e74..30f2e5ea8d 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"