* lisp/pop3.el (pop3-munge-message-separator): Use `parse-time-string'.
authoryamaoka <yamaoka>
Mon, 11 Jan 1999 08:18:58 +0000 (08:18 +0000)
committeryamaoka <yamaoka>
Mon, 11 Jan 1999 08:18:58 +0000 (08:18 +0000)
* 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

index 29e11b9..2a9226c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,38 @@
 1999-01-11  Katsumi Yamaoka   <yamaoka@jpl.org>
 
+       * lisp/pop3.el (pop3-munge-message-separator): Use
+       `parse-time-string'.
+
+1998-10-03 15:04:27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * 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  <yamaoka@jpl.org>
+
+       * lisp/parse-time.el (parse-time-string): One too many nils.
+
+1998-09-10 06:20:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * 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  <larsi@gnus.org>
+
+       * lisp/parse-time.el (parse-time-rules): Accept times that look
+       like "h:mm".
+
+1998-09-08 00:38:39  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * 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  <larsi@gnus.org>
+
+       * lisp/parse-time.el (parse-time-syntax): Use vectors.
+
+1999-01-11  Katsumi Yamaoka   <yamaoka@jpl.org>
+
        * lisp/gnus-vm.el (gnus-summary-save-in-vm): Save window config,
        select the article before saving.