From 2c03c092334152e4d4277fb1c0696defb38868c9 Mon Sep 17 00:00:00 2001 From: Glenn Adams Date: Sun, 22 Apr 2012 20:09:52 +0000 Subject: [PATCH] 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 --- status.xml | 4 ++++ 1 file changed, 4 insertions(+) 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. -- 2.39.5