Changes committed gnus/lisp (5 files)
"Miles Bader" <[email protected]>
| Newsgroups | gmane.emacs.gnus.commits |
|---|---|
| Message-ID | <[email protected]> |
Modified: ChangeLog ChangeLog.2 html2text.el parse-time.el pop3.el Merge from emacs--devo--0, emacs--rel--22 Patches applied: * emacs--devo--0 (patch 1172, 1175-1176, 1178, 1186, 1192, 1199, 1212) - Merge from gnus--devo--0 - Update from CVS * emacs--rel--22 (patch 272) - Merge from gnus--rel--5.10 2008-06-03 Glenn Morris <[email protected]> * lisp/pop3.el (nnheader-accept-process-output): Autoload it. 2008-05-27 Chong Yidong <[email protected]> * lisp/parse-time.el (parse-time-months, parse-time-weekdays): Add long-form month and day names. Revision: [email protected]/gnus--devo--0--patch-506 Index: ChangeLog diff -u gnus/lisp/ChangeLog:7.1870 gnus/lisp/ChangeLog:7.1871 --- ChangeLog:7.1870 Thu Jun 5 02:46:37 2008 +++ ChangeLog Thu Jun 5 08:23:11 2008 @@ -2,6 +2,10 @@ * message.el (message-disassociate-draft): Revert 2008-03-18 change. +2008-06-03 Glenn Morris <[email protected]> + + * pop3.el (nnheader-accept-process-output): Autoload it. + 2008-05-30 Katsumi Yamaoka <[email protected]> * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that @@ -14,6 +18,11 @@ (message-bogus-addresses): Rename from message-bogus-address-regexp. Improve custom options. (message-bogus-recipient-p): Adjust accordingly. + +2008-05-27 Chong Yidong <[email protected]> + + * parse-time.el (parse-time-months, parse-time-weekdays): Add + long-form month and day names. 2008-05-26 Katsumi Yamaoka <[email protected]> Index: ChangeLog.2 diff -u gnus/lisp/ChangeLog.2:7.22 gnus/lisp/ChangeLog.2:7.23 --- ChangeLog.2:7.22 Mon May 19 10:47:42 2008 +++ ChangeLog.2 Thu Jun 5 08:23:11 2008 @@ -348,7 +348,7 @@ the last successful check; this was seen as a cleaner approach than returning a cell like '(spam spam-use-bogofilter). (spam-list-of-checks): Documentation appended. - (spam-split): Accomodate the spam-split-symbolic-return and + (spam-split): Accommodate the spam-split-symbolic-return and spam-split-symbolic-return-positive variables. (spam-find-spam): New function called when the summary is built. (spam-log-registered-p): Checks if a ham or spam registration has @@ -1527,7 +1527,7 @@ data. (gnus-registry-minimum-subject-length): Minimum subject length before it's considered when tracing subjects. - (gnus-registry-save): Accomodate extra data entry caching. + (gnus-registry-save): Accommodate extra data entry caching. (gnus-registry-action): Change function name, add the subject and pass it to gnus-registry-add-group. (gnus-registry-spool-action): Change function name, add the @@ -7168,7 +7168,7 @@ (gnus-agent-read-agentview): New function, used by gnus-agent-load-alist. (gnus-agent-load-fetched-headers): Remove. - (gnus-agent-save-alist): Rewrite to accomodate new format. + (gnus-agent-save-alist): Rewrite to accommodate new format. (gnus-agent-fetch-group-1): Make sure list of articles is in the same order as in gnus-newsgroup-headers. (gnus-agent-expire): Document and implement extra args ARTICLES, Index: html2text.el diff -u gnus/lisp/html2text.el:7.23 gnus/lisp/html2text.el:7.24 --- html2text.el:7.23 Mon May 19 10:47:42 2008 +++ html2text.el Thu Jun 5 08:23:11 2008 @@ -386,7 +386,7 @@ (forward-line 1) (end-of-line) ;; refill-stop should ideally be adjusted to - ;; accomodate the "<br>" strings which are removed + ;; accommodate the "<br>" strings which are removed ;; between refill-start and refill-stop. Can simply ;; be returned from my-replace-string (setq refill-stop (+ (point) Index: parse-time.el diff -u gnus/lisp/parse-time.el:7.12 gnus/lisp/parse-time.el:7.13 --- parse-time.el:7.12 Mon May 19 10:47:42 2008 +++ parse-time.el Thu Jun 5 08:23:11 2008 @@ -116,9 +116,18 @@ (defvar parse-time-months '(("jan" . 1) ("feb" . 2) ("mar" . 3) ("apr" . 4) ("may" . 5) ("jun" . 6) ("jul" . 7) ("aug" . 8) ("sep" . 9) - ("oct" . 10) ("nov" . 11) ("dec" . 12))) + ("oct" . 10) ("nov" . 11) ("dec" . 12) + ("january" . 1) ("february" . 2) + ("march" . 3) ("april" . 4) ("june" . 6) + ("july" . 7) ("august" . 8) + ("september" . 9) ("october" . 10) + ("november" . 11) ("december" . 12))) (defvar parse-time-weekdays '(("sun" . 0) ("mon" . 1) ("tue" . 2) - ("wed" . 3) ("thu" . 4) ("fri" . 5) ("sat" . 6))) + ("wed" . 3) ("thu" . 4) ("fri" . 5) + ("sat" . 6) ("sunday" . 0) ("monday" . 1) + ("tuesday" . 2) ("wednesday" . 3) + ("thursday" . 4) ("friday" . 5) + ("saturday" . 6))) (defvar parse-time-zoneinfo `(("z" 0) ("ut" 0) ("gmt" 0) ("pst" ,(* -8 3600)) ("pdt" ,(* -7 3600) t) ("mst" ,(* -7 3600)) ("mdt" ,(* -6 3600) t) Index: pop3.el diff -u gnus/lisp/pop3.el:7.36 gnus/lisp/pop3.el:7.37 --- pop3.el:7.36 Mon May 19 17:34:44 2008 +++ pop3.el Thu Jun 5 08:23:11 2008 @@ -131,6 +131,8 @@ (truncate pop3-read-timeout)) 1000)))) +(autoload 'nnheader-accept-process-output "nnheader") + (defun pop3-movemail (&optional crashbox) "Transfer contents of a maildrop to the specified CRASHBOX." (or crashbox (setq crashbox (expand-file-name "~/.crashbox")))