* wl-summary.el (wl-summary-prefetch-region-no-mark): Update
[elisp/wanderlust.git] / WL-ELS
diff --git a/WL-ELS b/WL-ELS
index c482a33..99f3a1b 100644 (file)
--- a/WL-ELS
+++ b/WL-ELS
@@ -7,10 +7,10 @@
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 ;;; generic modules
 (defconst WL-MODULES '(
-   wl wl-folder wl-summary wl-message
+   wl wl-folder wl-summary wl-action wl-message
    wl-vars wl-draft wl-util wl-version wl-address wl-addrmgr
    wl-highlight wl-demo wl-refile wl-thread
-   wl-fldmgr wl-expire wl-template wl-score wl-acap
+   wl-fldmgr wl-expire wl-template wl-score wl-acap wl-news
    ))
 
 (defconst ELMO-MODULES '(
@@ -20,8 +20,8 @@
    elmo-localdir elmo-localnews elmo-map elmo-maildir
    elmo-multi elmo-filter
    elmo-archive elmo-pipe elmo-cache
-   elmo-internal elmo-mark
-   elmo-dop elmo-nmz
+   elmo-internal elmo-mark elmo-sendlog
+   elmo-dop elmo-nmz elmo-split
    ))
 
 \f
 (setq WL-MODULES (append WL-MODULES (list 'wl-mime)))
 (setq ELMO-MODULES (append ELMO-MODULES (list 'elmo-mime)))
 (if (not (module-installed-p 'luna))
-    (error "Use FLIM-1.13.2 or later and SEMI 1.13.7 or later."))
+    (error "Use new FLIM & SEMI.  See INSTALL or INSTALL.ja"))
 
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 ;;; Utils
-(defvar UTILS-MODULES '(rfc2368 wl-mailto))
+(defvar UTILS-MODULES '(rfc2368 wl-mailto wl-addrbook wl-complete))
 
 ;; OpenSSL/SSLeay package is also needed.
 (if (module-installed-p 'base64)