Merge from gnus--rel--5.10
authorMiles Bader <miles@gnu.org>
Sat, 1 Mar 2008 01:31:08 +0000 (01:31 +0000)
committerMiles Bader <miles@gnu.org>
Sat, 1 Mar 2008 01:31:08 +0000 (01:31 +0000)
Patches applied:

 * gnus--rel--5.10  (patch 279)

   - Update from CVS

2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>

   * 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
lisp/nnweb.el

index 9826de4..de87805 100644 (file)
@@ -1,10 +1,15 @@
+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-29  Teodor Zlatanov  <tzz@lifelogs.com>
 
-       * 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.
index f472aea..56a287e 100644 (file)
@@ -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"