]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Merge changes from trunk through revision 1364036.
authorGlenn Adams <gadams@apache.org>
Sun, 21 Oct 2012 18:05:50 +0000 (18:05 +0000)
committerGlenn Adams <gadams@apache.org>
Sun, 21 Oct 2012 18:05:50 +0000 (18:05 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/fop-1_1@1400689 13f79535-47bb-0310-9956-ffa450edef68

1  2 
build.xml
src/java/org/apache/fop/afp/AFPGraphics2D.java
status.xml

diff --cc build.xml
Simple merge
index 7172b0ee3f4656aaa9b6add37a47428f8a9dd71b,937cf68b0aed0994d3128fab8444f1e1207c21a1..d0a959ad09788479e3e6f3c9af1e47885e786f81
@@@ -26,6 -26,6 +26,7 @@@ import java.awt.Dimension
  import java.awt.Font;
  import java.awt.FontMetrics;
  import java.awt.Graphics;
++import java.awt.Graphics2D;
  import java.awt.GraphicsConfiguration;
  import java.awt.Image;
  import java.awt.Paint;
diff --cc status.xml
index af2fb66ea72fedd7d9e1c9a5310c05af645e2fc0,ff374e9053273e663ff88776c7da27d9e9455de4..1939cf64cd06435644575b1f6b4190296fc3bc1e
        users, i.e. when the behaviour changes and could affect the layout of existing
        documents. Example: the fix of marks layering will be such a case when it's done.
      -->
 -    <release version="FOP Trunk" date="TBD">
 +    <release version="1.1" date="20 October 2012">
+       <action context="Renderers" dev="MH" type="add" fixes-bug="53563" importance="low">
+         Removed a method call to the java.awt.GraphicsEnvironment.getLocalGraphicsEnvironment().getDefaultScreenDevice()
+         that could (in a headless environment) throw a java.awt.HeadlessException
+       </action>
+       <action context="Renderers" dev="VH" type="add" importance="high">
+         When PDF accessibility is enabled, treat repeated table headings as artifacts. This allows 
+         screen readers to read the header only once at the beginning of the table and the footer 
+         once at the end of a table. Reading the headings at every column or page break is likely to 
+         disturb the user. This follows Section 508 recommendations.
+       </action>
+       <action context="Layout" dev="VH" type="fix">
+         An IllegalArgumentException was thrown when break-before was used inside a list.
+       </action>
+       <action context="Layout" dev="VH" type="fix">
+         When restarting layout for the last page, discard glues and penalties at the beginning of 
+         the restarted Knuth sequence.
+       </action>
 -    </release>
 -    <release version="1.1rc1" date="02 July 2012">
        <action context="Test" dev="GA" type="fix">
          Fix errors and warnings in example files. Add build.xml for documentation examples.
        </action>