From: teranisi Date: Mon, 21 Mar 2005 04:34:07 +0000 (+0000) Subject: Update. X-Git-Tag: wl-2_14_0pre X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=5319b7ed2232cce725ed8fa19809aed07f757d97;p=elisp%2Fwanderlust.git Update. --- diff --git a/NEWS b/NEWS index 9f77725..4cfef7b 100644 --- a/NEWS +++ b/NEWS @@ -1,11 +1,31 @@ Wanderlust NEWS -- User-visible changes in Wanderlust. -* Changes in 2.14.0 from 2.12.x +* Changes in 2.14.0 from 2.12.2 ** New folder type `access' is added. + In `access' folder, sub-folders of the specified folder can be treated + as one folder. -* Changes in 2.12.1 from 2.12.0 - Version 2.12.1 is a bug fix version of 2.12.0. +** Synchronization speed of the folder is improved. + The function which calculates list diff is re-wrote and is faster + than previous implementation, especially in the folders with large + number of the messages. + +** New event handling mechanism is incorporated. + +** Improved the disconnected operations for IMAP draft saving. + There was a bug of message numbering in the disconnected imap draft. + It is fixed using new event handling mechanism. + +** `Shimbun' summary buffers are updated dynamically. + Some shimbun folder does not have correct information. + In this version, they are corrected using the message body after retrieval. + It is implemented with new event handling mechanism. + +** Many bug fixes. + +* Changes in 2.12.2 from 2.12.0 + Version 2.12.2 is a bug fix version of 2.12.0. ** Now Maildir is usable on Windows systems. Note that it does not conform to the Maildir standard. diff --git a/NEWS.ja b/NEWS.ja index ba5ac1a..5c8cc8c 100644 --- a/NEWS.ja +++ b/NEWS.ja @@ -1,11 +1,31 @@ Wanderlust NEWS (日本語版) -- User-visible changes in Wanderlust. -* 2.12.x から 2.14.0 への変更点 +* 2.12.2 から 2.14.0 への変更点 ** 新しいフォルダ型 access フォルダが追加されました。 + 指定されたフォルダの配下のサブフォルダを仮想的に一つのフォルダとして扱え + るようにするフォルダです。 -* 2.12.0 から 2.12.1 への変更点 - 2.12.1 は、2.12.0 のバグ修正版です。 +** フォルダのアップデートが高速化されました。 + リストの差分を計算する関数が書き直され、特に多くのメッセージを含むフォ + ルダでの動作が高速になりました。 + +** 新しいイベントハンドリング機能が追加されました。 + +** ドラフトフォルダに IMAP フォルダを指定している場合の不具合が改善されました。 + オフライン状態でドラフトを保存するときの挙動にバグがありましたが、新しい + イベントハンドリング機能を用いて修正されました。 + +** `Shimbun' のサマリが動的に更新されます。 + いくつかの shimbun フォルダは、サマリの情報が正しくありません。 + このバージョンから、メッセージを取りよせたときの情報を用いてサマリが + 自動的に修正されるようになりました。この実装には、新しいイベントハンド + リング機能が用いられています。 + +** その他多くのバグ修正。 + +* 2.12.0 から 2.12.2 への変更点 + 2.12.2 は、2.12.0 のバグ修正版です。 ** Windows で Maildir が使えるようになりました。 ただし、規格に則っていませんので、UNIX 上の Maildir と互換性がありません。