From 35c8f0368479cc6228fb685c7b16b809ff52f272 Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Sat, 1 Mar 2008 01:31:08 +0000 Subject: [PATCH] Merge from gnus--rel--5.10 Patches applied: * gnus--rel--5.10 (patch 279) - Update from CVS 2008-02-29 Andreas Seltenreich * lisp/nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with empty author. Revision: emacs@sv.gnu.org/gnus--devo--0--patch-464 --- lisp/ChangeLog | 13 +++++++++---- lisp/nnweb.el | 2 +- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 9826de485..de8780557 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,10 +1,15 @@ +2008-02-29 Andreas Seltenreich + + * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with + empty author. + 2008-02-29 Teodor Zlatanov - * gnus-registry.el (gnus-registry-marks): Add variable for customization of marks and - their appearance. + * gnus-registry.el (gnus-registry-marks): Add variable for + customization of marks and their appearance. (gnus-registry-read-mark): Use it. - (gnus-registry-do-marks): Add utility function to - loop through `gnus-registry-marks'. + (gnus-registry-do-marks): Add utility function to loop through + `gnus-registry-marks'. (gnus-registry-install-shortcuts-and-menus): Add function to install shortcuts and menus. (gnus-registry-initialize): Use it. diff --git a/lisp/nnweb.el b/lisp/nnweb.el index f472aeacb..56a287ef5 100644 --- a/lisp/nnweb.el +++ b/lisp/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" -- 2.25.1