From 0c6bc896ce87a189d5d84aed542863b705ef2678 Mon Sep 17 00:00:00 2001 From: kaoru Date: Tue, 10 Oct 2000 05:31:00 +0000 Subject: [PATCH] * WL-ELS (WL-MODULES): Add wl-version. (ELMO-MODULES): Add elmo-version. --- ChangeLog | 5 +++++ WL-ELS | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index b348ede..d3218ec 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2000-10-10 TAKAHASHI Kaoru + + * WL-ELS (WL-MODULES): Add wl-version. + (ELMO-MODULES): Add elmo-version. + 2000-10-03 Katsumi Yamaoka * WL-MK: Set `recursive-load-depth-limit' to nil. It is currently diff --git a/WL-ELS b/WL-ELS index 5bca727..dc5eb06 100644 --- a/WL-ELS +++ b/WL-ELS @@ -8,13 +8,13 @@ ;;; generic modules (defconst WL-MODULES '( wl wl-folder wl-summary wl-message - wl-vars wl-draft wl-util wl-address + wl-vars wl-draft wl-util wl-version wl-address wl-highlight wl-demo wl-refile wl-thread wl-fldmgr wl-expire wl-template wl-score )) (defconst ELMO-MODULES '( - elmo-util elmo-net elmo-imap4 elmo-nntp elmo-archive + elmo-util elmo-version elmo-net elmo-imap4 elmo-nntp elmo-archive elmo-localdir elmo-msgdb elmo-vars elmo2 elmo-cache elmo-multi elmo-filter elmo-pipe elmo-dop elmo-pop3 elmo-localnews elmo-maildir -- 1.7.10.4