From b5534710bb293745c93a242b568d90ca136cd4e3 Mon Sep 17 00:00:00 2001 From: teranisi Date: Wed, 31 Jan 2001 14:49:06 +0000 Subject: [PATCH] Update. --- ChangeLog | 7 +++++++ NEWS | 19 +++++++++++++++++++ NEWS.ja | 17 +++++++++++++++++ 3 files changed, 43 insertions(+) diff --git a/ChangeLog b/ChangeLog index 1aa2b4d..a7ec923 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +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..97184f8 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 for IMAP4 authentication method with 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