From 41ed6b6872cc9d83e06aab918051d240d6c146c8 Mon Sep 17 00:00:00 2001 From: yamaoka Date: Thu, 9 Mar 2006 00:55:33 +0000 Subject: [PATCH] Synch to No Gnus 200603090055. --- texi/ChangeLog | 5 +++++ texi/gnus-ja.texi | 6 +++--- texi/gnus.texi | 21 +++++++++++---------- 3 files changed, 19 insertions(+), 13 deletions(-) diff --git a/texi/ChangeLog b/texi/ChangeLog index 8cfde7d..5ad83f3 100644 --- a/texi/ChangeLog +++ b/texi/ChangeLog @@ -1,3 +1,8 @@ +2006-03-09 Katsumi Yamaoka + + * gnus.texi: Markup fix. + (Fancy Mail Splitting): Specify new feature. + 2006-03-08 Katsumi Yamaoka * gnus.texi (Fancy Mail Splitting): Improve descriptions about diff --git a/texi/gnus-ja.texi b/texi/gnus-ja.texi index f67aef2..503f454 100644 --- a/texi/gnus-ja.texi +++ b/texi/gnus-ja.texi @@ -13678,7 +13678,7 @@ UNDELETED} はおそらくたいていの人には最良の選択でしょうが、ときど いなくて、しかも値が @code{nil} でなければ、語 (word) の境界をまたいで正 規表現の合致を行なうかどうかの振る舞 い (@code{nnmail-split-fancy-match-partial-words} 変数によって制御されま -す) が反転します (下記参照)。 +す; 下記参照) が反転します。(Gnus 5.10.7 の新機能) @item (| @var{split} @dots{}) 分割がリストで、最初の要素が @code{|} (垂直棒) だったら、それぞれ @@ -13772,7 +13772,7 @@ mode) 構文テーブル (syntax table) に従って、完全に @emph{語} ( @code{nnmail-split-fancy-match-partial-words} が @code{nil} であっても、 語の両側にある語の境界は無視されます。逆に、このフラグが設定されていると、 @code{nnmail-split-fancy-match-partial-words} が @code{nil} ではない値で -あっても、語の境界は無視されません。 +あっても、語の境界は無視されません。(Gnus 5.10.7 の新機能) @end enumerate @vindex nnmail-split-abbrev-alist @@ -22284,7 +22284,7 @@ Picon のファイル名として試してみる順に並べられた拡張子のリストです。ディ @code{top}, @code{bottom}, @code{right} または @code{left} の中の一つの シンボルでなければなりません。@code{default} だったらディフォルトのツー ルバーを使い、他のものだったらその名前が示す場所にツールバーを表示します。 -デゥフォルトは @code{default} です。 +ディフォルトは @code{default} です。 @item gnus-toolbar-thickness @vindex gnus-toolbar-thickness diff --git a/texi/gnus.texi b/texi/gnus.texi index d223a7b..d588cba 100644 --- a/texi/gnus.texi +++ b/texi/gnus.texi @@ -14258,9 +14258,9 @@ the end of the matched @var{value}, the @var{split} is ignored. If none of the @var{restrict} clauses match, @var{split} is processed. The last element @var{invert-match-partial-words} is optional. If it is -not omitted and the value is non-nil, the match-partial-words behavior -controlled by the @code{nnmail-split-fancy-match-partial-words} variable -(see below) will be inverted. +not omitted and the value is non-@code{nil}, the match-partial-words +behavior controlled by the @code{nnmail-split-fancy-match-partial-words} +variable (see below) will be inverted. (New in Gnus 5.10.7) @item (| @var{split} @dots{}) If the split is a list, and the first element is @code{|} (vertical @@ -14356,7 +14356,8 @@ aforementioned in this section. If the flag is set, word boundaries on both sides of a word are ignored even if @code{nnmail-split-fancy-match-partial-words} is @code{nil}. Contrarily, if the flag is set, word boundaries are not ignored even if -@code{nnmail-split-fancy-match-partial-words} is non-@code{nil}. +@code{nnmail-split-fancy-match-partial-words} is non-@code{nil}. (New +in Gnus 5.10.7) @end enumerate @vindex nnmail-split-abbrev-alist @@ -15211,7 +15212,7 @@ equivalent to @samp{.gz}. @vindex nnml-compressed-files-size-threshold Default size threshold for compressed message files. Message files with bodies larger than that many characters will be automatically compressed -if @code{nnml-use-compressed-files} is non-nil. +if @code{nnml-use-compressed-files} is non-@code{nil}. @end table @@ -22860,11 +22861,11 @@ default. @item gnus-use-toolbar @vindex gnus-use-toolbar This variable specifies the position to display the toolbar. If -@code{nil}, don't display toolbars. If it is non-nil, it should be one -of the symbols @code{default}, @code{top}, @code{bottom}, @code{right}, -and @code{left}. @code{default} means to use the default toolbar, the -rest mean to display the toolbar on the place which those names show. -The default is @code{default}. +@code{nil}, don't display toolbars. If it is non-@code{nil}, it should +be one of the symbols @code{default}, @code{top}, @code{bottom}, +@code{right}, and @code{left}. @code{default} means to use the default +toolbar, the rest mean to display the toolbar on the place which those +names show. The default is @code{default}. @item gnus-toolbar-thickness @vindex gnus-toolbar-thickness -- 1.7.10.4