You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

status.xml 14KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290
  1. <?xml version="1.0" encoding="UTF-8" ?>
  2. <!--
  3. Copyright 2005-2006 The Apache Software Foundation
  4. Licensed under the Apache License, Version 2.0 (the "License");
  5. you may not use this file except in compliance with the License.
  6. You may obtain a copy of the License at
  7. http://www.apache.org/licenses/LICENSE-2.0
  8. Unless required by applicable law or agreed to in writing, software
  9. distributed under the License is distributed on an "AS IS" BASIS,
  10. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  11. See the License for the specific language governing permissions and
  12. limitations under the License.
  13. -->
  14. <!-- $Id$ -->
  15. <status>
  16. <developers>
  17. <!-- Maintained in src/documentation/content/xdocs/team.xml -->
  18. </developers>
  19. <todo>
  20. <!-- See Bugzilla and http://wiki.apache.org/xmlgraphics-fop/FOPProjectTasks -->
  21. </todo>
  22. <changes>
  23. <release version="FOP Trunk">
  24. <action context="Code" dev="JM" type="fix" fixes-bug="38453">
  25. Bugfix: Text-decoration was not promoted if no text-decoration attribute was
  26. specified on a nested element.
  27. </action>
  28. <action context="Code" dev="AD" type="add">
  29. Added support for the from-table-column() function.
  30. (Thanks to gerhard.oettl.at.oesoft.at for the inspiration.)
  31. </action>
  32. <action context="Code" dev="JM" type="fix" fixes-bug="38397">
  33. Bugfix: Spanned cells could lead to an false error message about overlapping
  34. cells and ultimately a NullPointerException.
  35. </action>
  36. <action context="Code" dev="JM" type="fix">
  37. Bugfix: Regions with non-standard names got ignored in RTF output leading to
  38. missing headers and footers.
  39. </action>
  40. <action context="Code" dev="JM" type="fix">
  41. The RTF output now properly generates the "\landscape" flag for documents in
  42. landscape orientation.
  43. </action>
  44. <action context="Code" dev="JM" type="fix">
  45. Following a clarification by the XSL FO SG, space traits are only set on the
  46. first and last area generated by an FO, and not on every area anymore.
  47. </action>
  48. <action context="Code" dev="JM" type="add">
  49. New feature: "Intermediate format" (IF). The IF is basically the XML dialect
  50. written by the area tree renderer (XMLRenderer). A new parser for this format
  51. allows reparsing a serialized and possibly modified area tree and rendering it
  52. to the final target format.
  53. </action>
  54. <action context="Code" dev="JM" type="fix">
  55. Bugfix: Floating point numbers were not properly formatted in the PDF renderer
  56. which could lead to error messages while opening a PDF in Acrobat Reader.
  57. </action>
  58. <action context="Code" dev="SP" type="update" fixes-bug="38098"
  59. due-to="Gerhard Oettl">
  60. Implement property name as default argument on some xsl-function calls.
  61. </action>
  62. <action context="Code" dev="SP" type="update" fixes-bug="38087"
  63. due-to="Gerhard Oettl">
  64. Implement force-page-count property of page-sequence.
  65. </action>
  66. <action context="Code" dev="JM" type="fix" fixes-bug="38054">
  67. Bugfix: Spans that end up with a negative height don't get swallowed anymore.
  68. </action>
  69. <action context="Code" dev="MM" type="add" fixes-bug="36729">
  70. Relative URLs for the font configuration attributes metrics-url and embed-url
  71. are now supported. A new configuration property font-base has been added. It
  72. sets the base URL against which relative font URLs are resolved. If font-base is
  73. not set base is used.
  74. </action>
  75. <action context="Code" dev="JM" type="add" fixes-bug="38132" due-to="Richard Wheeldon">
  76. Added support for RFC2397 "data" URLs.
  77. </action>
  78. <action context="Code" dev="JM" type="fix" fixes-bug="38132">
  79. Bugfix: Certain border styles could lead to a NullPointerException.
  80. </action>
  81. <action context="Code" dev="JM" type="fix" fixes-bug="38102">
  82. Bugfix: Space was not adjusted if the space was on a nested block. This could
  83. lead to content overflowing the bottom of a page.
  84. </action>
  85. <action context="Code" dev="JM" type="fix">
  86. Bugfix: TableCell did not properly report that it generates reference-areas
  87. which could lead to wrong inherited values for start-indent and end-indent.
  88. </action>
  89. <action context="Code" dev="JM" type="add">
  90. The font loading code now reads the encoding value from the XML font metrics file
  91. so that fonts like Symbol and ZapfDingbats can be embedded explicitely (Required by PDF/A).
  92. </action>
  93. <action context="Code" dev="SP" type="update">
  94. Improvements to the code for inline block content.
  95. </action>
  96. <action context="Code" dev="MM" type="fix" fixes-bug="38089">
  97. Bugfix: Image height for BMP images was incorrectly calculated
  98. </action>
  99. <action context="Code" dev="AD" type="update">
  100. Revision of refinement white-space handling.
  101. </action>
  102. <action context="Code" dev="AD" type="add">
  103. Added feature: support for white-space shorthand
  104. </action>
  105. <action context="Code" dev="AD" type="add">
  106. Added feature: support for page-break-* shorthands
  107. </action>
  108. <action context="Code" dev="MM" type="fix" fixes-bug="38053">
  109. Bugfix: NullPointerException on certain fo:inline within lists.
  110. </action>
  111. <action context="Code" dev="MM" type="fix" fixes-bug="37743">
  112. Bugfix: ClassCastException on certain fo:inline with border combinations.
  113. </action>
  114. <action context="Code" dev="MM" type="fix">
  115. Changed a method name in LineArea from finalize to finalise because it was
  116. never intended for the method to be an override of the Java Object finalize
  117. method. If invoked by the Java garbage collector it may cause a NPE.
  118. </action>
  119. </release>
  120. <release version="0.91beta" date="23 Dec 2005">
  121. <action context="Code" dev="JM" type="update">
  122. Deprecated Fop constructors that use integer constants to select the
  123. output format have been removed in favor or the constructors that use
  124. MIME types.
  125. </action>
  126. <action context="Code" dev="MM" type="fix">
  127. Fixed a bug where the linefeed-treatment property value "preserve" was not
  128. honoured when used in conjunction with text-align="center".
  129. </action>
  130. <action context="Code" dev="JM" type="fix" fixes-bug="37964">
  131. Bugfix: hard breaks with even-page or odd-page were not handled correctly
  132. when spaces were surrounding the break.
  133. </action>
  134. <action context="Code" dev="JM" type="update">
  135. Changed the XMLHandler interface so it doesn't report the MIME type it
  136. supports but instead can report whether it supports a particular Renderer
  137. implementation. XMLHandlers are now configurable.
  138. </action>
  139. <action context="Code" dev="JM" type="fix">
  140. Fixed a bug where SVG content could be clipped when rendered to PostScript.
  141. </action>
  142. <action context="Code" dev="JM" type="fix">
  143. Changed the way resolutions are handled. The single resolution in the user
  144. agent got split up into source and target resolutions. For more info, see
  145. the updated documentation. Note: backwards-incompatible change!
  146. </action>
  147. <action context="Code" dev="JM" type="fix" fixes-bug="37875">
  148. Bugfix: Some content inside a table-header may not have been renderered on
  149. pages n &gt; 1 in certain conditions.
  150. </action>
  151. <action context="Code" dev="MM" type="fix">
  152. Fixed a bug where an empty line, i.e. a block containing only a &amp;nbsp;,
  153. was not rendered at all.
  154. </action>
  155. <action context="Code" dev="JM" type="fix">
  156. Fixed a bug where the area for a finished cell that is broken over pages was
  157. created once for each row it was spanned over instead of only once.
  158. </action>
  159. <action context="Code" dev="JM" type="add">
  160. Added checks that warn about tables and block-containers that are wider than
  161. the available content area.
  162. </action>
  163. <action context="Code" dev="JM" type="fix" fixes-bug="37880">
  164. Bugfix: Footnotes were lost if the footnote appeared in centered text.
  165. </action>
  166. <action context="Code" dev="JM" type="update">
  167. Improved log and error messages in a number of places by adding additional
  168. context information that should make it easier to find the location in the
  169. source files.
  170. </action>
  171. <action context="Code" dev="JM" type="fix">
  172. Fix to correct image sizes in RTF output.
  173. </action>
  174. <action context="Code" dev="JM" type="add">
  175. First attempt at SVG support in RTF output. SVG images are converted to 300dpi JPEG
  176. images internally.
  177. </action>
  178. <action context="Code" dev="JM" type="update">
  179. Additional checks to detect text overflows. The overflow property is now properly
  180. handled where applicable.
  181. </action>
  182. <action context="Code" dev="JM" type="update">
  183. Source location information improved. If location information is not available,
  184. the context information is provided based on text content.
  185. </action>
  186. <action context="Code" dev="JM" type="add">
  187. The command-line now automatically sets two parameters for any XSLT transformation:
  188. "fop-output-format" contains the MIME type of the currently selected output format,
  189. "fop-version" contains FOP's version number.
  190. </action>
  191. <action context="Code" dev="JM" type="fix">
  192. The output file is now deleted when an exception occurs when calling FOP from
  193. the command-line.
  194. </action>
  195. <action context="Code" dev="JM" type="fix">
  196. Bugfix: Areas for table-cells that are broken over more than one page are now
  197. generated even if all its content is already painted on a previous page. This
  198. fixes strange effects like a table grid that is not completely painted.
  199. </action>
  200. <action context="Code" dev="JM" type="fix" fixes-bug="37828">
  201. Bugfix: Column balancing produced strange break decisions in certain multi-column
  202. documents with large amounts of text.
  203. </action>
  204. <action context="Code" dev="JM" type="add">
  205. Added an alternative set of rules for calculating text indents which tries to mimic
  206. the behaviour of many commercial FO implementations that chose to break the rules
  207. in the FO specification in order to better meet the natural expectations of
  208. inexperienced FO users.
  209. </action>
  210. <action context="Code" dev="JM" type="fix" fixes-bug="37815" due-to="Tom Craddock">
  211. Bugfix: The combination of content-width="scale-to-fit" and content-height="100%"
  212. did not work as expected due to a datatype conversion bug.
  213. </action>
  214. <action context="Code" dev="JM" type="fix" fixes-bug="37813">
  215. Bugfix: A span="all" on the first block cause a subsequent page break and the first block
  216. didn't span all columns.
  217. </action>
  218. <action context="Code" dev="JM" type="fix">
  219. Bugfix: Self-created OutputStreams in PNG Renderer were not properly closed.
  220. </action>
  221. <action context="Code" dev="JM" type="update">
  222. The border-collapse property on fo:table is now forced to the value "separate" until the collapsing
  223. border has been implemented.
  224. </action>
  225. <action context="Code" dev="JM" type="add">
  226. font-family list still not fully supported but a comma-separated list is now properly tokenized.
  227. FOP will now go through all fonts in the list to find one that is available, but it doesn't
  228. do so per character, yet.
  229. </action>
  230. <action context="Code" dev="JM" type="add">
  231. Implemented "Overconstrained Geometry" rules (5.3.4, XSL 1.0) for the most important cases.
  232. </action>
  233. <action context="Code" dev="JM" type="fix">
  234. Bugfix: Relatively positioned BlockViewports (from block-containers) caused the paint
  235. cursor not be be properly advanced when space-before or space-after were present.
  236. </action>
  237. <action context="Code" dev="JM" type="fix">
  238. Bugfix: Space resolution was incomplete for content in table-cells. Conditional elements
  239. didn't get removed.
  240. </action>
  241. <action context="Code" dev="JM" type="fix">
  242. The validation check for non-zero borders and padding on a region-* and for empty static-content
  243. elements is now turned off when relaxed validation is active to improve compatibility with
  244. FO documents written for other FO implementations.
  245. </action>
  246. <action context="Code" dev="JM" type="fix">
  247. Bugfix for "/ by zero" ArithmeticExceptions when an URL to a non-existing image is used
  248. and content-width and/or content-height is used.
  249. </action>
  250. <action context="Code" dev="JM" type="fix">
  251. Bugfix for a multi-threading problem:
  252. propertyListTable initialization moved from the constructor to a static block in FONode.
  253. This fixes NullPointerExceptions in PropertyList.
  254. </action>
  255. <action context="Code" dev="JM" type="fix">
  256. Bugfix for placement of text inside a text area when borders are present in PostScript output.
  257. </action>
  258. <action context="Code" dev="JM" type="update">
  259. Improvements on leader painting in PDF output.
  260. </action>
  261. <action context="Code" dev="JM" type="add">
  262. Support for leader painting in PostScript output.
  263. </action>
  264. <action context="Code" dev="LF, MM" type="add">
  265. Support for hyphenation-ladder-count.
  266. </action>
  267. </release>
  268. <release version="0.90alpha1" date="22 Nov 2005">
  269. <action context="Code" dev="all" type="update">
  270. <strong>Complete redesign of the FOP codebase</strong> in the period between Dec 2001 and Nov 2005.
  271. There are just too many changes to list here. If you like to know details, run
  272. <code>"svn log --verbose http://svn.apache.org/repos/asf/xmlgraphics/fop/trunk/"</code>.
  273. </action>
  274. </release>
  275. <release version="0.20.5" date="18 July 2003">
  276. <action context="Code" dev="all" type="update">
  277. For the change log for the maintenance branch
  278. (where FOP 0.20.5 came from), please see the "CHANGES" file in the distribution, or
  279. <a href="http://svn.apache.org/viewcvs.cgi/xmlgraphics/fop/branches/fop-0_20_2-maintain/CHANGES?view=markup">the CHANGES file in the SVN repository</a>.
  280. </action>
  281. </release>
  282. </changes>
  283. </status>