From: Glenn Adams Date: Sun, 22 Apr 2012 20:09:52 +0000 (+0000) Subject: Improve property function argument parsing, specifically, better separate required... X-Git-Tag: fop-1_1rc1old~36 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=2c03c092334152e4d4277fb1c0696defb38868c9;p=xmlgraphics-fop.git Improve property function argument parsing, specifically, better separate required, optional, and variable arguments and the handling of optional argument defaults. Regularize property function class names. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1328965 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/status.xml b/status.xml index ff2782c38..05c8e8ab5 100644 --- a/status.xml +++ b/status.xml @@ -62,6 +62,10 @@ documents. Example: the fix of marks layering will be such a case when it's done. --> + + Improve property function argument parsing, specifically, better separate required, optional, and variable arguments and the handling of optional argument defaults. + Regularize property function class names. + Don't restart layout unless abs(ipd difference) > 1 in order to prevent rounding issues from triggering false restart.