]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Merge changes from trunk through revision 1400690; update XGC lib with new post 1... fop-1_1 fop-1_1
authorGlenn Adams <gadams@apache.org>
Sun, 21 Oct 2012 18:57:27 +0000 (18:57 +0000)
committerGlenn Adams <gadams@apache.org>
Sun, 21 Oct 2012 18:57:27 +0000 (18:57 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/fop-1_1@1400697 13f79535-47bb-0310-9956-ffa450edef68

1  2 
lib/xmlgraphics-commons-svn-trunk.jar
src/documentation/content/xdocs/maillist.xml
src/documentation/content/xdocs/team.xml
status.xml

index 0000000000000000000000000000000000000000,0000000000000000000000000000000000000000..bca45d57834dfbe7925ea4d54f621dca14edbc69
new file mode 100644 (file)
Binary files differ
index aa969a84f51a3ae79bd3ede29ba032a4d4d17a21,2b1ef281bc0093384f12c8c2a2ae1da1f5338ea2..8a3a867c604e7b23088c6552a89d1dfc1074ba2c
      </section>
    </body>
  </document>
--
diff --cc status.xml
index 1939cf64cd06435644575b1f6b4190296fc3bc1e,78cf4efc2412afbc30e5479f9c835e2a8863b907..e8c55720180710c2c0e12ee260f54a80b6a19593
        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="VH" type="add" fixes-bug="53980">
+         PDF accessibility: Store language information coming from fo:block or fo:character in the 
+         structure tree.
+       </action>
+       <action context="Layout" dev="MH" type="add" fixes-bug="53924" due-to="Luis Bernardo">
+         Support for retrieve-table-markers
+       </action>
+       <action context="Renderers" dev="VH" type="add" fixes-bug="53902">
+         Added possibility to define â€˜header’ table columns (the same way as fo:table-header allows 
+         to define header rows). When accessibility is enabled, this allows to set the appropriate 
+         Scope attribute on the corresponding TH cells.
+       </action>
+       <action context="Fonts" dev="MH" type="add" fixes-bug="53868" importance="low" due-to="Luis Bernardo">
+         Full font embedding in PDF
+       </action>
+       <action context="Renderers" dev="PH" type="add" fixes-bug="53865" importance="low">
+         Added configuration for RowPerStrip configuration in the Tiff renderer.
+         RowsPerStrip can be configured to 1 or to the total # of rows.
+         See docs for fop.xconf configuration details.
+       </action>
+       <action context="Layout" dev="VH" type="fix" fixes-bug="53598" due-to="Robert Meyer">
+         Always set the breakClass field to a legal value in BreakElement, so as to avoid 
+         IllegalArgumentExceptions in other parts of the code.
+       </action>
+       <action context="Layout" dev="VH" type="fix" fixes-bug="45715" due-to="Luis Bernardo">
+         Restored support for break-before on fo:table.
+       </action>
+       <action context="Layout" dev="VH" type="fix" fixes-bug="53827">
+         When an fo:block has a non-zero value for its text-indent property and is broken over two 
+         pages of different widths, then the first line on the second page is missing one word and 
+         appears indented.
+       </action>
+       <action context="Renderers" dev="MH" type="fix" fixes-bug="53790">
+          Prevented the TIFF configurator from overriding the Bitmap configurator unless CCITT
+          compression is enabled.
+       </action>
+       <action context="Renderers" dev="MH" type="fix" fixes-bug="53786">
+          Removed the Attribute Qualifier on TLEs as they aren't used.
+       </action>
+       <action context="Renderers" dev="MH" type="fix" fixes-bug="48954" due-to="PH">
+          Support for character encoding of TLEs in AFP output
+       </action>
+       <action context="Renderers" dev="VH" type="fix" fixes-bug="53778">
+         When PDF accessibility is enabled, the contents for the different regions must appear in the 
+         proper order in the structure tree.
+       </action>
+       <action context="Renderers" dev="MH" type="fix" fixes-bug="53766" due-to="Robert Meyer">
+         Remove StandardEncoding as the encoding type from fonts used in the PDF renderer
+       </action>
+       <action context="Fonts" dev="MH" type="fix" fixes-bug="53685">
+         Cached AFP charactersets have more unique keys preventing the two characters with
+         but different binaries conflicting.
+       </action>
+       <action context="Fonts" dev="MH" type="fix" fixes-bug="53657" due-to="Robert Meyer">
+         AFP fonts default to the nominal character increment to font metrics when glyph info
+         is missing from the characterset.
+       </action>
+       <action context="Layout" dev="VH" type="fix" fixes-bug="53688">
+         Wrong page number reported when a column overflows the region-body in a multi-column 
+         document.
+       </action>
+       <action context="Renderers" dev="VH" type="add" fixes-bug="53639">
+         When PDF accessibility is enabled, the Scope attribute must be present in the structure tree 
+         for table header elements.
+       </action>
+       <action context="Fonts" dev="MH" type="add" fixes-bug="53600" due-to="Robert Meyer">
+         Added an event if a glyph and its metric information does not exist in the character set
+       </action>
+       <action context="Renderers" dev="VH" type="add" fixes-bug="53596">
+         When PDF accessibility is enabled, the structure tree must contain information about the 
+         number of columns or rows spanned by a table cell.
+       </action>
        <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