From: teranisi Date: Mon, 7 Feb 2005 01:22:10 +0000 (+0000) Subject: Updated. X-Git-Tag: wl-2_14-root~61 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=8bb090ba7398007d5c55fbd6cc506cc3e4410f73;p=elisp%2Fwanderlust.git Updated. --- diff --git a/NEWS b/NEWS index 28f5c43..e4c6983 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,45 @@ Wanderlust NEWS -- User-visible changes in Wanderlust. +* Changes in 2.14.0 from 2.12.x + +** New folder type `access' is added. + +* Changes in 2.12.1 from 2.12.0 + Version 2.12.1 is a bug fix version of 2.12.0. + +** Fixed the problem in display module for partially fetched IMAP messages. + Now partially fetched messages are displayed accurately. + If a message includes child messages, their headers were not displayed. + +** Fixed the problem that %INBOX is not appeared as a subfolder of %INBOX. + In cyrus-imapd, this problem occured. + +** Now user defined flags are appeared in the completions for search conditions. + +** Fixed the problem that a wrong flag folders are created by some flag names. + If a flag contains a character other than [a-z], the problem occured. + +** Now expansion of the access group "@/" works correctly. + +** Fixed the problem to cause an error on automatical draft saving. + +** Fixed the problem to cause an error on invoking address manager. + A message which includes a string "To:" etc. caused an error. + +** Fixed the problem in the flag inheritance function of the filter folder. + +** New option `wl-summary-resend-use-cache'. + You can resend messages using cache in the offline status. + +** New option `elmo-network-session-idle-timeout'. + Network sessions which are not used longer than this value (in seconds) + are thrown away and new session is created. + +** Improved redisplay functions for "H" and "M" key. + MIME structure and buffer is reused for redisplay. + +** Now attributes for netnews are displayed in the draft preview. + * Changes in 2.12.0 from 2.10.1 ** The structure of the message database is improved. diff --git a/NEWS.ja b/NEWS.ja index a5b4d6b..8418209 100644 --- a/NEWS.ja +++ b/NEWS.ja @@ -1,5 +1,44 @@ Wanderlust NEWS (日本語版) -- User-visible changes in Wanderlust. +* 2.12.x から 2.14.0 への変更点 + +** 新しいフォルダ型 access フォルダが追加されました。 + +* 2.12.0 から 2.12.1 への変更点 + 2.12.1 は、2.12.0 のバグ修正版です。 + +** 入れ子になったメッセージの IMAP による表示時の不具合が解消されました。 + 入れ子になったメッセージをパートフェッチした場合、ヘッダが表示されない + 場合がありましたが、正しく表示されるようになりました。 + +** %INBOX のサブフォルダに %INBOX 自体が含まれない場合がある問題に対処しました。 + cyrus-imapd で、当該の問題が出ていましたが修正されました。 + +** フラグが、検索時等の補完候補として現れるようになりました。 + +** Folder mode でアクセスグループ "@/" の展開が正しく動作します。 + +** フラグ名によっては間違ったフラグフォルダが作成される問題が修正されました。 + フラグに [a-z]以外の文字を使ったときの問題に対処しました。 + +** ドラフトの自動保存時にエラーになってしまう問題が修正されました。 + +** アドレスマネージャを起動した際にエラーになる問題が修正されました。 + 本文に To: 等の文字列があるとエラーが発生していましたが、修正されました。 + +** フィルタフォルダからのコピー等でフラグが保存されない問題が修正されました。 + +** 新規オプション wl-summary-resend-use-cache が追加されました。 + オフライン状態でもキャッシュを用いた再送(resend)ができます。 + +** 新規オプション elmo-network-session-idle-timeout が追加されました。 + 指定した時間以上アイドル状態となったセッションを再利用しません。 + +** 'H' や 'M' でのメッセージ再表示が効率化されました。 + 再表示時に MIME の構造、バッファを再利用するようになりました。 + +** ドラフトのプレビュー時に表示される属性表示が netnews に対応しました。 + * 2.10.1 から 2.12.0 への変更点 ** メッセージデータベースの構造が改善されました。