From f3cb8cdb0666087f35b98026a39dd31b20c1443b Mon Sep 17 00:00:00 2001 From: teranisi Date: Thu, 1 Feb 2001 01:50:11 +0000 Subject: [PATCH] Update. --- ChangeLog | 11 +++++++++++ NEWS | 19 +++++++++++++++++++ NEWS.ja | 17 +++++++++++++++++ 3 files changed, 47 insertions(+) diff --git a/ChangeLog b/ChangeLog index 8836533..1c032c0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2001-02-01 Yuuichi Teranishi + + * 2.4.1 - "Stand By Me" + 2001-01-30 Yuuichi Teranishi * utils/bbdb-wl.el (toplevel): Require 'bbdb at toplevel. @@ -14,6 +18,13 @@ * utils/bbdb-wl.el (bbdb-wl-get-petname): New function. +2001-01-16 Yuuichi Teranishi + + * samples/en/dot.wl (wl-template-alist): file-bottom -> bottom-file. + (Pointed out by Tsuyoshi Kitamoto ) + + * samples/ja/dot.wl (wl-template-alist): Ditto. + 2001-01-23 TAKAHASHI Kaoru * utils/ptexinfmt.el: Support @letterpaper and @afivepaper. diff --git a/NEWS b/NEWS index 639e262..9146344 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,23 @@ Wanderlust NEWS -- User-visible changes in Wanderlust. 10 May 2000 + +* Version 2.4.1 is basically a bug fix version of 2.4.0. + +** Wanderlust 2.4.1 now works on FLIM 1.14.x. + +** Fixed a problem that POP connection remains after POP before SMTP. + +** The specification of IMAP4 authentication method for clear password + is changed. + +In 2.4.0, To use clear password authentication method in IMAP4 +(Logging in with LOGIN command), you have to set the variable +`elmo-default-imap4-authenticate-type' as 'plain (or nil). +But in 2.4.1, it is changed to 'clear (or nil). +Example: +(setq elmo-default-imap4-authenticate-type 'plain) +should be changed to +(setq elmo-default-imap4-authenticate-type 'clear) + * Changes in 2.4.0 from 1.1.1. ** Version Number diff --git a/NEWS.ja b/NEWS.ja index bdd0352..4031abb 100644 --- a/NEWS.ja +++ b/NEWS.ja @@ -1,5 +1,22 @@ Wanderlust NEWS (日本語版) -- User-visible changes in Wanderlust. 10 May 2000 +* 2.4.1 は 2.4.0 の修正版です。 + +** FLIM 1.14.x 上でも動作するようになりました。 + +** POP before SMTP で POP コネクションが切れない不具合が修正されました。 + +** IMAP4 での生パスワードによる認証の指定方法が変更になりました。 + +これまで、IMAP4 で生パスワードの認証(LOGIN コマンドによるログイン)をするには、 +変数 elmo-default-imap4-authenticate-type に 'plain (または nil) +を設定することになっていましたが、'clear (または nil)に変更されました。 +例えば、 +(setq elmo-default-imap4-authenticate-type 'plain) +という設定は +(setq elmo-default-imap4-authenticate-type 'clear) +に変更する必要があります。 + * 1.1.1 から version 2.4.0 への変更点 ** バージョン番号 -- 1.7.10.4