From 70d70d813d38d4dffd13ecf6c2240b8f24c6a7a7 Mon Sep 17 00:00:00 2001 From: yamaoka Date: Mon, 19 Aug 2002 00:51:07 +0000 Subject: [PATCH] Synch with Oort Gnus. --- lisp/ChangeLog | 4 ++++ lisp/gnus.el | 2 ++ texi/ChangeLog | 4 ++++ texi/gnus-ja.texi | 3 +++ texi/gnus.texi | 3 +++ 5 files changed, 16 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 044cc73..90b00e8 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2002-08-18 Kai Gro,b_(Bjohann + + * gnus.el (gnus-summary-line-format): Document %k specifier. + 2002-08-17 Kai Gro,b_(Bjohann * gnus-sum.el (gnus-summary-line-message-size): New function. diff --git a/lisp/gnus.el b/lisp/gnus.el index b12d258..1a725aa 100644 --- a/lisp/gnus.el +++ b/lisp/gnus.el @@ -2328,6 +2328,8 @@ with some simple extensions. %M Message-id of the article (string) %r References of the article (string) %c Number of characters in the article (integer) +%k Pretty-printed version of the above (string) + For example, \"1.2k\" or \"0.4M\". %L Number of lines in the article (integer) %I Indentation based on thread level (a string of spaces) %B A complex trn-style thread tree (string) diff --git a/texi/ChangeLog b/texi/ChangeLog index 943cc13..729afd4 100644 --- a/texi/ChangeLog +++ b/texi/ChangeLog @@ -1,3 +1,7 @@ +2002-08-18 Kai Gro,b_(Bjohann + + * gnus.texi (Summary Buffer Lines): Document the %k specifier. + 2002-08-15 Jesper harder * gnus.texi (Group Line Specification): Add %C. diff --git a/texi/gnus-ja.texi b/texi/gnus-ja.texi index 4c9b4fc..e52a818 100644 --- a/texi/gnus-ja.texi +++ b/texi/gnus-ja.texi @@ -4466,6 +4466,9 @@ Gnus $B$OJQ?t(B @code{gnus-extract-address-components} $B$NCM$r(B @code{From @item c $B5-;v$NJ8;z?t!#$3$NL>A0;XDj;R$O(B (nnfolder $B$N$h$&$J(B) $B$$$/$D$+$NA*BrJ}K!$r(B $B%5%]!<%H$7$^$;$s!#(B +@item k +$B@07A$5$l$?(B (Pretty-printed) $B5-;v$NJ8;z?t(B; $BNc$((B +$B$P(B @samp{1.2k} $B$d(B @samp{0.4M}$B!#(B @item I $B%9%l%C%I$N%l%Y%k$K$h$k;z2<$2(B (@pxref{Customizing Threading})$B!#(B @item B diff --git a/texi/gnus.texi b/texi/gnus.texi index 1501c48..b927a84 100644 --- a/texi/gnus.texi +++ b/texi/gnus.texi @@ -4416,6 +4416,9 @@ Number of lines in the article. @item c Number of characters in the article. This specifier is not supported in some methods (like nnfolder). +@item k +Pretty-printed version of the number of characters in the article; +for example, @samp{1.2k} or @samp{0.4M}. @item I Indentation based on thread level (@pxref{Customizing Threading}). @item B -- 1.7.10.4