&gt; I don&#39;t really care about the individual changes - what interests me<br>
&gt; is the most recent new pages created.<br><br>Hi,<br>I guess this is not the best solution, but you may be interested in listing pages that have only one revision :<br>(:pagelist group=Group $RevCount=1 list=normal fmt=#title:)<br>
<br>Here it is the code Petko and Rogutès write for me to extract revision number :<br>
<br>$FmtPV[&#39;$RevCount&#39;] = &#39;$page[&quot;rev&quot;]&#39;;<br># sorting pages by numerical integer pagetextvar data<br>function intcmp($x, $y)<br>{ return (($x == $y) ? 0 : ($x &gt; $y ? 1 : -1)); }<br><br>$PageListSortCmp[&#39;revcount&#39;] =<br>

 &#39;intcmp($PCache[$x][&quot;rev&quot;], $PCache[$y][&quot;rev&quot;])&#39;;<br><br>Gilles.<br clear="all"><br><br>