From e41acb38f70e68b11810a0721d3d4920e692d7a0 Mon Sep 17 00:00:00 2001 From: yamaoka Date: Mon, 11 Jan 1999 08:18:58 +0000 Subject: [PATCH] * 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. --- ChangeLog | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) 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. -- 1.7.10.4