* gnus.texi (Summary Buffer Lines): Document the %k specifier.
authorKai Grossjohann <kgrossjo@eu.uu.net>
Sun, 18 Aug 2002 20:27:53 +0000 (20:27 +0000)
committerKai Grossjohann <kgrossjo@eu.uu.net>
Sun, 18 Aug 2002 20:27:53 +0000 (20:27 +0000)
* gnus.el (gnus-summary-line-format): Document %k specifier.

lisp/ChangeLog
lisp/gnus.el
texi/ChangeLog
texi/gnus.texi

index 044cc73..90b00e8 100644 (file)
@@ -1,3 +1,7 @@
+2002-08-18  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
+
+       * gnus.el (gnus-summary-line-format): Document %k specifier.
+
 2002-08-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
 
        * gnus-sum.el (gnus-summary-line-message-size): New function.
index 116ff90..508a8ae 100644 (file)
@@ -2209,6 +2209,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)
index 943cc13..729afd4 100644 (file)
@@ -1,3 +1,7 @@
+2002-08-18  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
+
+       * gnus.texi (Summary Buffer Lines): Document the %k specifier.
+
 2002-08-15  Jesper harder  <harder@ifa.au.dk>
 
        * gnus.texi (Group Line Specification): Add %C.
index 48e7d44..31fbda7 100644 (file)
@@ -4407,6 +4407,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