From: okada Date: Thu, 19 Dec 2002 17:47:41 +0000 (+0000) Subject: * WL-CFG (wl-news-lang): New variable. X-Git-Tag: merged-trunk-to-elmo-mark-14~91 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=32983d9f65c6d914d6295ac4737efdaaf373f2ce;p=elisp%2Fwanderlust.git * WL-CFG (wl-news-lang): New variable. --- diff --git a/ChangeLog b/ChangeLog index 81ce08f..5fac93b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2002-12-20 Kenichi OKADA + * WL-CFG (wl-news-lang): New variable. + +2002-12-20 Kenichi OKADA + * WL-MK (make-wl-news): New function. (wl-news-parse-news): New function. (wl-news-parse-news-ja): New function. diff --git a/WL-CFG b/WL-CFG index e3e1dc4..937a9ed 100644 --- a/WL-CFG +++ b/WL-CFG @@ -15,6 +15,9 @@ ;; If you only need manual in English, uncomment following line. ;(setq wl-info-lang "en") +;; Set language for news file ("ja" or "en", both in default). +;(setq wl-news-lang '("ja" "en")) + ;; if you want to install wl modules to the subdirectory other than "wl" ;; under LISPDIR, set following variables. ;(setq WL_PREFIX "your-path") ; default is "wl"