From 7c16814da39f06656ab525b88d5104d4349c1b58 Mon Sep 17 00:00:00 2001 From: "Andreas L. Delmelle" Date: Mon, 7 Jul 2008 17:31:12 +0000 Subject: [PATCH] Added the change to the FONode interface committed in r670341 git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@674561 13f79535-47bb-0310-9956-ffa450edef68 --- status.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/status.xml b/status.xml index 4dc8b9d05..54c3d7f8e 100644 --- a/status.xml +++ b/status.xml @@ -69,6 +69,13 @@ empty areas in pages whose last normal line contains footnotes when the page bpd is not the same for all pages. + + Changed FONode.characters() parameter to closer match the signature of + the standard SAX characters() event (reduces confusion and computations). + !! Implementors of extensions that subclass FONode directly, and + offer an implementation for addCharacters() should take care to make + similar modifications in their code !! +