From 19725899ea136208f1f6744d3fc6aaab825f818c Mon Sep 17 00:00:00 2001 From: yamaoka Date: Mon, 26 Mar 2001 03:54:01 +0000 Subject: [PATCH] ;; Applied patch from Yuuichi Teranishi . * EMU-ELS: Add checking whether the native timezone.el has an old date string parser. --- ChangeLog | 5 +++++ EMU-ELS | 6 ++++++ 2 files changed, 11 insertions(+) diff --git a/ChangeLog b/ChangeLog index 25d6610..6117aea 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2001-03-26 Yuuichi Teranishi + + * EMU-ELS: Add checking whether the native timezone.el has an old + date string parser. + 2001-03-23 TSUCHIYA Masatoshi * timezone.el (timezone-parse-date): Import from Emacs-20.7. diff --git a/EMU-ELS b/EMU-ELS index 43ddc3b..20cb837 100644 --- a/EMU-ELS +++ b/EMU-ELS @@ -173,6 +173,12 @@ 0) "2000") (error "timezone.el has Y2K problem. Install fixed version.")) + ;; Old parser test. + (if (string= + (aref (timezone-parse-date "Wednesday, 31-Jan-01 09:00:00 GMT") + 0) + "0") + (error "timezone.el has old date parser. Install fixed version.")) ;; no problem. '()) (error -- 1.7.10.4