* WL-ELS (UTILS-MODULES): Add im-wl.
authorkaoru <kaoru>
Sun, 18 Jan 2004 15:11:45 +0000 (15:11 +0000)
committerkaoru <kaoru>
Sun, 18 Jan 2004 15:11:45 +0000 (15:11 +0000)
(modules-alist): Remove im-wl conditional.

ChangeLog
WL-ELS
doc/wl-ja.texi
doc/wl.texi

index dd2abc8..33035ec 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-01-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
+
+       * WL-ELS (UTILS-MODULES): Add im-wl.
+       (modules-alist): Remove im-wl conditional.
+
 2004-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
 
        * WL-ELS (ELMO-MODULES): Added elsp-bsfilter.
diff --git a/WL-ELS b/WL-ELS
index e334285..c365e7d 100644 (file)
--- a/WL-ELS
+++ b/WL-ELS
@@ -65,7 +65,7 @@
 
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 ;;; Utils
-(defvar UTILS-MODULES '(rfc2368 wl-mailto wl-addrbook wl-complete))
+(defvar UTILS-MODULES '(rfc2368 im-wl wl-mailto wl-addrbook wl-complete))
 
 ;; OpenSSL/SSLeay package is also needed.
 (if (module-installed-p 'base64)
@@ -77,7 +77,5 @@
    (cons WLDIR WL-MODULES)
    (if (module-installed-p 'bbdb)
        (cons UTILSDIR (list 'bbdb-wl)))
-   (if (exec-installed-p "imput")
-       (cons UTILSDIR (list 'im-wl)))
    (if wl-install-utils
        (cons UTILSDIR UTILS-MODULES))))
index f3dfd54..eddcb35 100644 (file)
@@ -6991,9 +6991,6 @@ Emacs Lisp \e$B$G<BAu$5$l$?\e(B spam \e$B%U%#%k%?%j%s%0%i%$%V%i%j$G$9!#\e(B
 @file{util/im-wl.el} \e$B$r\e(B @code{load-path} \e$B$K$*$$$F0J2<$N$h$&$K@_Dj$9$l$P\e(B 
 OK \e$B$G$9!#\e(B
 
-\e$B%$%s%9%H!<%k;~$K\e(B @code{exec-path} \e$B>e$K\e(B @command{imput} \e$B$,$"$l$P!"\e(B
-@file{im-wl.el}\e$B$O%$%s%9%H!<%k$5$l$^$9!#\e(B@xref{Install}.
-
 @lisp
 @group
 (autoload 'wl-draft-send-with-imput-async "im-wl")
index 6e94469..5f70cb1 100644 (file)
@@ -6729,9 +6729,6 @@ Examples with other packages.
 Place @file{util/im-wl.el} on the @code{load-path} and do the following
 settings.
 
-If @command{imput} is on the @code{exec-path} at the installation,
-@file{im-wl.el} is byte-compiled and installed.  @xref{Install}.
-
 @lisp
 @group
 (autoload 'wl-draft-send-with-imput-async "im-wl")