From: yamaoka Date: Mon, 11 Jan 1999 08:18:58 +0000 (+0000) Subject: * lisp/pop3.el (pop3-munge-message-separator): Use `parse-time-string'. X-Git-Tag: gnus-6_10-199901111900~2 X-Git-Url: http://git.chise.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e41acb38f70e68b11810a0721d3d4920e692d7a0;p=elisp%2Fgnus.git- * lisp/pop3.el (pop3-munge-message-separator): Use `parse-time-string'. * lisp/parse-time.el (parse-time-rules): Accept dates far into the past and the future, and parse single-digit numbers as years. (parse-time-string): One too many nils. (parse-time-rules): Parse "Wed, 29 Apr 98 0:26:01 EDT" times. (parse-time-rules): Accept times that look like "h:mm". (parse-time-string): Downcase before handling. (parse-time-rules): Times without seconds have 0 seconds. (parse-time-syntax): Use vectors. --- diff --git a/ChangeLog b/ChangeLog index 29e11b9..2a9226c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,38 @@ 1999-01-11 Katsumi Yamaoka + * lisp/pop3.el (pop3-munge-message-separator): Use + `parse-time-string'. + +1998-10-03 15:04:27 Lars Magne Ingebrigtsen + + * lisp/parse-time.el (parse-time-rules): Accept dates far into the + past and the future, and parse single-digit numbers as years. + +1998-09-11 08:19:22 Katsumi Yamaoka + + * lisp/parse-time.el (parse-time-string): One too many nils. + +1998-09-10 06:20:52 Lars Magne Ingebrigtsen + + * lisp/parse-time.el (parse-time-rules): Parse + "Wed, 29 Apr 98 0:26:01 EDT" times. + +1998-09-10 01:58:24 Lars Magne Ingebrigtsen + + * lisp/parse-time.el (parse-time-rules): Accept times that look + like "h:mm". + +1998-09-08 00:38:39 Lars Magne Ingebrigtsen + + * lisp/parse-time.el (parse-time-string): Downcase before handling. + (parse-time-rules): Times without seconds have 0 seconds. + +1998-09-06 23:23:06 Lars Magne Ingebrigtsen + + * lisp/parse-time.el (parse-time-syntax): Use vectors. + +1999-01-11 Katsumi Yamaoka + * lisp/gnus-vm.el (gnus-summary-save-in-vm): Save window config, select the article before saving.