Changes committed gnus/lisp (ChangeLog nnweb.el)
"Miles Bader" <[email protected]>
| Newsgroups | gmane.emacs.gnus.commits |
|---|---|
| Message-ID | <[email protected]> |
Modified: ChangeLog nnweb.el Merge from gnus--rel--5.10 Patches applied: * gnus--rel--5.10 (patch 279) - Update from CVS 2008-02-29 Andreas Seltenreich <[email protected]> * lisp/nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with empty author. Revision: [email protected]/gnus--devo--0--patch-464 Index: ChangeLog diff -u gnus/lisp/ChangeLog:7.1764 gnus/lisp/ChangeLog:7.1765 --- ChangeLog:7.1764 Sat Mar 1 00:12:57 2008 +++ ChangeLog Sat Mar 1 02:31:08 2008 @@ -1,10 +1,15 @@ +2008-02-29 Andreas Seltenreich <[email protected]> + + * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with + empty author. + 2008-02-29 Teodor Zlatanov <[email protected]> - * 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: nnweb.el diff -u gnus/lisp/nnweb.el:7.36 gnus/lisp/nnweb.el:7.37 --- nnweb.el:7.36 Sun Jan 20 06:23:57 2008 +++ nnweb.el Sat Mar 1 02:31:08 2008 @@ -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"