From: kaoru Date: Sun, 18 Jan 2004 15:11:45 +0000 (+0000) Subject: * WL-ELS (UTILS-MODULES): Add im-wl. X-Git-Tag: wl-2_11_24~29 X-Git-Url: http://git.chise.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f81dc6b972cd8ea63e56b282ab8d2e8d38a6e6cd;p=elisp%2Fwanderlust.git * WL-ELS (UTILS-MODULES): Add im-wl. (modules-alist): Remove im-wl conditional. --- diff --git a/ChangeLog b/ChangeLog index dd2abc8..33035ec 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-01-18 TAKAHASHI Kaoru + + * WL-ELS (UTILS-MODULES): Add im-wl. + (modules-alist): Remove im-wl conditional. + 2004-01-11 Hiroya Murata * WL-ELS (ELMO-MODULES): Added elsp-bsfilter. diff --git a/WL-ELS b/WL-ELS index e334285..c365e7d 100644 --- 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)))) diff --git a/doc/wl-ja.texi b/doc/wl-ja.texi index f3dfd54..eddcb35 100644 --- a/doc/wl-ja.texi +++ b/doc/wl-ja.texi @@ -6991,9 +6991,6 @@ Emacs Lisp で実装された spam フィルタリングライブラリです。 @file{util/im-wl.el} を @code{load-path} において以下のように設定すれば OK です。 -インストール時に @code{exec-path} 上に @command{imput} があれば、 -@file{im-wl.el}はインストールされます。@xref{Install}. - @lisp @group (autoload 'wl-draft-send-with-imput-async "im-wl") diff --git a/doc/wl.texi b/doc/wl.texi index 6e94469..5f70cb1 100644 --- a/doc/wl.texi +++ b/doc/wl.texi @@ -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")