From: teranisi Date: Wed, 27 Jun 2001 07:08:02 +0000 (+0000) Subject: Updated NEWS, NEWS.ja (Fix them please). X-Git-Tag: wl-2_6_0~3 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=05c26db8fbb5e0599617c4fa6e59ae0c2c1345a4;p=elisp%2Fwanderlust.git Updated NEWS, NEWS.ja (Fix them please). * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil; Fixed docstring. * doc/wl-ja.texi, doc/wl.texi: Updated description about `wl-summary-fix-timezone'. --- diff --git a/NEWS b/NEWS index 9146344..3c39008 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,28 @@ Wanderlust NEWS -- User-visible changes in Wanderlust. 10 May 2000 +* Changes in 2.6.0 from 2.4.1. + +** FLIM 1.13.x is not supported any longer. + Please install FLIM 1.14.1 or later. + +** Now folder and summary buffer can be opened in a separate frame. + If `wl-folder-use-frame' is set as t, `M-x wl' creates a new frame + for folder mode. If `wl-summary-use-frame' is set as t, new frames + are created for each summary window. + +** Cursor moving speed ('N' or 'P' in summary) is greatly improved. + +** Folder checking speed for filter folder of localdir + folder using `last' or `first' (Ex. /last:100/+inbox) is improved. + +** Retrieval progress of each message is displayed in POP and IMAP folder. + +** Coloring of summary buffer is processed on demand (only on Emacs). + If `wl-summary-lazy-highlight' is non-nil, + only visible portion of the buffer is colored. + +** Many bug fixes. + * 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. diff --git a/NEWS.ja b/NEWS.ja index 4031abb..bddd6ce 100644 --- a/NEWS.ja +++ b/NEWS.ja @@ -1,5 +1,28 @@ Wanderlust NEWS (日本語版) -- User-visible changes in Wanderlust. 10 May 2000 +* 2.4.1 から 2.6.0 への変更点 + +** FLIM 1.13.x はサポートされなくなりました。 + FLIM 1.14.1 以降をインストールしてください。 + +** フォルダ、サマリを別フレームで起動できるようになりました。 + 新規変数 wl-folder-use-frame、wl-summary-use-frame が non-nil なら + それぞれフォルダ、サマリを別フレームに開きます(デフォルトは nil)。 + +** サマリでの 'N' や 'P' によるカーソル移動が高速化されました。 + +** ローカルフォルダを対象とした、last および first 条件のフィルタフォルダ + (例えば、/last:100/+inbox のようなフォルダ) のチェックが高速化されました。 + +** POP, IMAP で大きなメッセージを取り寄せるときに、 + 進捗が表示されるようになりました。 + +** サマリの色づけがオンデマンドになりました(Emacs のみ)。 + 新規変数 wl-summary-lazy-highlight + non-nil ならサマリの表示部分のみを自動的に色付けします (Emacs のみ)。 + +** 多くのバグフィックス + * 2.4.1 は 2.4.0 の修正版です。 ** FLIM 1.14.x 上でも動作するようになりました。 diff --git a/doc/wl-ja.texi b/doc/wl-ja.texi index 2bd9d54..6e61d5c 100644 --- a/doc/wl-ja.texi +++ b/doc/wl-ja.texi @@ -3442,9 +3442,11 @@ Non-nil ならフォルダに移動した時に最初のメッセージを自動的に表示します。 英語、@samp{fr} ならフランス語、@samp{de} ならドイツ語となります。 @item wl-summary-fix-timezone -@vindex wl-summary-fix-timezone -初期設定は @samp{JST}。サマリの日時表示を指定したタイムゾーンに直します。 -@code{nil} なら GMT に直します。 +@vindex wl-summary-fix-timezone +初期設定は @samp{nil}。サマリの日時表示を指定したタイムゾーンに直します。 +@code{nil} ならば、デフォルトのタイムゾーンを参照して直します。 +デフォルトのタイムゾーンとは、システムにあらかじめ設定されたタイムゾーンか、 +環境変数 @samp{TZ} の値です。 @item wl-use-petname @vindex wl-use-petname diff --git a/doc/wl.texi b/doc/wl.texi index db32ea5..dd1d81b 100644 --- a/doc/wl.texi +++ b/doc/wl.texi @@ -3443,8 +3443,10 @@ displays Deutsch. @item wl-summary-fix-timezone @vindex wl-summary-fix-timezone -The initial setting is @samp{JST}. Timezone to adjust summary's -timezone. If @code{nil}, adjust to GMT. +The initial setting is @samp{nil}. +Time zone of the date string in summary mode is adjusted using this value. +If @code{nil}, it is adjust to the default time zone information +(system's default time zone or environment variable @samp{TZ}). @item wl-use-petname @vindex wl-use-petname diff --git a/wl/ChangeLog b/wl/ChangeLog index fff4c1d..3eb231a 100644 --- a/wl/ChangeLog +++ b/wl/ChangeLog @@ -1,3 +1,8 @@ +2001-06-27 Yuuichi Teranishi + + * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil; + Fixed docstring. + 2001-06-25 Yuuichi Teranishi * wl-folder.el (wl-folder-sync-entity): Bind wl-summary-use-frame diff --git a/wl/wl-vars.el b/wl/wl-vars.el index 2eb4c5e..dd8ceb2 100644 --- a/wl/wl-vars.el +++ b/wl/wl-vars.el @@ -728,9 +728,12 @@ Default is for 'followup-to-me'." :type '(repeat string) :group 'wl-summary) -(defcustom wl-summary-fix-timezone "JST" - "Non-nil forces to fix timezone of summary date." - :type 'string +(defcustom wl-summary-fix-timezone nil + "*Time zone of the date string in summary mode. +If nil, it is adjust to the default time zone information +\(system's default time zone or environment variable TZ\)." + :type '(choice (const :tag "Default time zone" nil) + string) :group 'wl-summary) (defcustom wl-summary-default-score 0