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.

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560
  1. <?xml version="1.0" encoding="UTF-8" ?>
  2. <!--
  3. Licensed to the Apache Software Foundation (ASF) under one or more
  4. contributor license agreements. See the NOTICE file distributed with
  5. this work for additional information regarding copyright ownership.
  6. The ASF licenses this file to You under the Apache License, Version 2.0
  7. (the "License"); you may not use this file except in compliance with
  8. the License. You may obtain a copy of the License at
  9. http://www.apache.org/licenses/LICENSE-2.0
  10. Unless required by applicable law or agreed to in writing, software
  11. distributed under the License is distributed on an "AS IS" BASIS,
  12. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  13. See the License for the specific language governing permissions and
  14. limitations under the License.
  15. -->
  16. <!-- $Id$ -->
  17. <!DOCTYPE status PUBLIC "-//APACHE//DTD Status V1.3//EN"
  18. "http://forrest.apache.org/dtd/status-v13.dtd">
  19. <status>
  20. <developers>
  21. <!-- In alphabetical order (last name) -->
  22. <person name="Max Berger" email="mayberger@apache.org" id="MB"/>
  23. <person name="Chris Bowditch" email="cbowditch@apache.org" id="CB"/>
  24. <person name="Jay Bryant" email="jbryant@apache.org" id="JB"/>
  25. <person name="Adrian Cumiskey" email="acumiskey@apache.org" id="AC"/>
  26. <person name="Bertrand Delacrétaz" email="bdelacretaz@apache.org" id="BD"/>
  27. <person name="Andreas Delmelle" email="adelmelle@apache.org" id="AD"/>
  28. <person name="Luca Furini" email="lfurini@apache.org" id="LF"/>
  29. <person name="Christian Geisert" email="chrisg@apache.org" id="CG"/>
  30. <person name="Vincent Hennebert" email="vhennebert@apache.org" id="VH"/>
  31. <person name="Clay Leeds" email="clay@apache.org" id="CL"/>
  32. <person name="Manuel Mall" email="manuel@apache.org" id="MM"/>
  33. <person name="Jeremias Märki" email="jeremias@apache.org" id="JM"/>
  34. <person name="Simon Pepping" email="spepping@apache.org" id="SP"/>
  35. <person name="the FOP committers" email="fop-dev@xmlgraphics.apache.org" id="all"/>
  36. <person name="Volunteer needed" email="general@xmlgraphics.apache.org" id="open"/>
  37. <!-- See also src/documentation/content/xdocs/team.xml -->
  38. </developers>
  39. <contexts>
  40. <context id="Docs" title="Changes to Documentation"/>
  41. <context id="Code" title="Changes to the Code Base"/>
  42. <context id="Layout" title="Changes to the Layout Engine"/>
  43. <context id="Renderers" title="Changes to Renderers (Output Formats)"/>
  44. <context id="Fonts" title="Changes to the Font Subsystem"/>
  45. <context id="API" title="Changes to the End-User API"/>
  46. <context id="Extensions" title="Changes to the Bundled Extensions"/>
  47. <context id="Images" title="Changes to the Image Support"/>
  48. </contexts>
  49. <changes>
  50. <!--
  51. When adding changes, please try to highlight those which might affect upgrading
  52. users, i.e. when the behaviour changes and could affect the layout of existing
  53. documents. Example: the fix of marks layering will be such a case when it's done.
  54. -->
  55. <release version="FOP Trunk" date="TBD">
  56. <action context="Renderers" dev="JM" type="add">
  57. AFP Output: Added a configuration option to override the resource level defaults in the
  58. code.
  59. </action>
  60. <action context="Code" dev="VH" type="fix" fixes-bug="46638">
  61. MinOptMaxUtil.toMinOptMax was converting LengthRangeProperty objects into illegal MinOptMax
  62. objects (in some cases opt could be inferior to min).
  63. </action>
  64. <action context="Layout" dev="VH" type="add" fixes-bug="46315" due-to="Georg Datterl">
  65. Added extension to disable column balancing before blocks spanning the whole page, in
  66. multiple-column documents.
  67. </action>
  68. <action context="Renderers" dev="JM" type="add">
  69. AFP Output: Bilevel images in resource groups as generated as hard page segments
  70. (instead of image objects) for better interoperability with older IPDS environments
  71. and for better printing performance.
  72. </action>
  73. <action context="Fonts" dev="JM" type="add">
  74. FOP now creates ToUnicode CMaps for single-byte fonts that don't use built-in
  75. encodings to help PDF text extractors interpreting characters.
  76. </action>
  77. <action context="Fonts" dev="JM" type="add">
  78. Added support for forcing single-byte encodings for TrueType fonts without
  79. creating an XML font metric file (see "encoding-mode" attribute on "font" element)
  80. </action>
  81. <action context="Layout" dev="JM" type="fix" fixes-bug="45306">
  82. Fixed fo:instream-foreign-object inside fo:marker.
  83. </action>
  84. <action context="Renderers" dev="JM" type="fix">
  85. Fixed black backgrounds occurring for transparent images in PCL output.
  86. </action>
  87. <action context="Renderers" dev="CB" type="fix" fixes-bug="46369">
  88. Fixed bug that caused AFP Renderer Extensions to be ignored.
  89. </action>
  90. <action context="Code" dev="AD" type="fix" fixes-bug="46319">
  91. Fixed a memory-leak in Marker.MarkerAttribute, where an instance was used both as key and value in
  92. a WeakHashMap, effectively neutralizing the benefit of using WeakReferences. Solved by extending
  93. PropertyCache to work for MarkerAttributes as well.
  94. </action>
  95. <action context="Renderers" dev="JM" type="fix" fixed-bug="46360">
  96. Fixed a multi-threading issue when rendering SVG.
  97. </action>
  98. <action context="Renderers" dev="AC" importance="high" type="add">
  99. AFP Output: An AFPGraphics2D implementation which provides the ability to use Batik to drive the production of AFP Graphics (GOCA) output from SVG.
  100. </action>
  101. <action context="Renderers" dev="AC" importance="high" type="add">
  102. AFP Output: Resource group leveling, external streaming, and de-duplication of images and graphics using IncludeObject and ResourceGroup.
  103. </action>
  104. <action context="Renderers" dev="AC" importance="high" type="add">
  105. AFP Output: Native image embedding support (e.g. JPEG, GIF, TIFF) using ObjectContainer and a MOD:CA Registry implementation.
  106. </action>
  107. <action context="Fonts" dev="AC" type="fix">
  108. More robust AFP font parsing, although it is still in need of some rework in the future.
  109. </action>
  110. <action context="Images" dev="JM" type="add" fixes-bug="41657">
  111. Added support for SVG 1.2 functionality inside fo:instream-foreign-object.
  112. </action>
  113. <action context="Layout" dev="AD" type="fix" fixes-bug="46240">
  114. Fixed a bug when combining break-before with a span change.
  115. </action>
  116. <action context="Code" dev="AD" type="fix" fixes-bug="46211" due-to="rogov.AT.devexperts.com">
  117. Fixed some multi-threading issues in FontCache.java:
  118. <ul>
  119. <li>remove the unused private readObject()</li>
  120. <li>make the changeLock member final (initialization-safety + impossible to reassign)</li>
  121. <li>perform the HashMap check for a failed font inside the synchronized block to avoid a race condition</li>
  122. </ul>
  123. </action>
  124. <action context="Renderers" dev="AD" type="add" fixes-bug="45113" due-to="Alexander Stamenov">
  125. Added PDF /Launch action: references to URIs using the file:// protocol will now generate
  126. a /Launch action as opposed to a more general /URI (which doesn't yield the expected result
  127. for this protocol).
  128. </action>
  129. <action context="Layout" dev="JM" type="fix">
  130. Fixed a problem where the BPD or a block area could be wrong if there is a nested,
  131. absolutely positioned area (for example a block-container).
  132. </action>
  133. <action context="Layout" dev="AD" type="fix" fixes-bug="40798">
  134. Bugzilla 40798: A conditional-page-master-reference with page-position="last" qualifies
  135. for a first page, if it is also the last. Additionally: also added support for
  136. page-position="only".
  137. </action>
  138. <action context="Code" dev="AD" type="fix" fixes-bug="45842" due-to="Carsten Siedentop">
  139. Make fop.bat and fop.cmd use the %FOP_OPTS% environment variable.
  140. </action>
  141. <action context="Renderers" dev="JM" type="add" fixes-bug="45795">
  142. PDF Output: Added support for handling 16-bit alpha channel. They are currently
  143. converted to 8 bits.
  144. </action>
  145. <action context="Renderers" dev="JM" type="fix">
  146. PDF Output: Made sure the XMP Metadata stream is never compressed.
  147. </action>
  148. <action context="Fonts" dev="JM" type="fix" fixes-bug="45734" due-to="J. Frantzius">
  149. Fix for PFMReader after bug #43089 changed the behavior of PFMFile. Fixes baseline
  150. problems when Type 1 fonts are used in conjunction with XML font metric files.
  151. </action>
  152. <action context="Renderers" dev="JM" type="fix" fixes-bug="45616" due-to="Pavel Kysilka">
  153. Fix for table handling in RTF output, so the output works with OpenOffice and AbiWord, too.
  154. </action>
  155. <action context="Code" dev="AD" type="fix" fixes-bug="45667">
  156. Quick-fix to avoid a possible NullPointerException when using
  157. empty inlines and hyphenation.
  158. </action>
  159. <action context="Layout" dev="JM" type="add">
  160. Added missing generation of areas for empty grid units in tables with collapsing border
  161. model.
  162. </action>
  163. <action context="Code" dev="JM" type="fix" importance="high">
  164. Fixed memory leak in property cache (not cleaning stale PropertyCache$CacheEntry instances).
  165. </action>
  166. <action context="Renderers" dev="JM" type="fix">
  167. Fixed text stroking in SVG when the stroke-width is zero.
  168. </action>
  169. <action context="Layout" dev="JM" type="fix">
  170. Fixed the source for a division by zero when the content of an fo:leader with
  171. leader-pattern="use-content" collapses to zero width during layout.
  172. </action>
  173. <action context="Renderers" dev="JM" type="fix">
  174. Fixed border trait parsing for the area tree XML when CMYK or ICC colors were used.
  175. </action>
  176. <action context="Renderers" dev="JM" type="fix" fixes-bug="45606" due-to="Pavel Kysilka">
  177. Fixed generation of "fonttbl" for RTF output to fix loading problem with AbiWord.
  178. </action>
  179. <action context="Layout" dev="JM" type="fix">
  180. Fixed ID resolution for nested bookmarks with duplicated IDs.
  181. </action>
  182. <action context="Code" dev="AD" type="fix" fixes-bug="45490" due-to="Thomas Stieler">
  183. Fixed a slight error when resolving non-file URLs: avoid
  184. altering the original 'href' if the protocol is other than 'file:'
  185. </action>
  186. <action context="Layout" dev="JM" type="fix" fixes-bug="45470">
  187. Added LayoutManagerMapping.registerMaker() to make registration of custom
  188. layout managers easier.
  189. </action>
  190. <action context="Layout" dev="LF" type="fix">
  191. Fixed absolute positioning of block-containers when specified
  192. using right and bottom instead of left and top.
  193. </action>
  194. <action context="Renderers" dev="AC" type="add">
  195. Added PDF encryption parameter support in configuration.
  196. </action>
  197. <action context="Layout" dev="LF" type="add">
  198. Allowing non-zero borders and padding on page regions when
  199. relaxed validation is turned on.
  200. </action>
  201. <action context="Layout" dev="LF" type="fix">
  202. Fixed an inconsistency in footnote handling that led to unnecessary
  203. empty areas in pages whose last normal line contains footnotes
  204. when the page bpd is not the same for all pages.
  205. </action>
  206. <action context="Code" dev="AD" type="update" importance="high">
  207. Changed FONode.addCharacters() parameter to closer match the signature of
  208. the standard SAX characters() event (reduces confusion and computations).
  209. <em>!! Implementors of extensions that subclass FONode directly, and
  210. offer an implementation for addCharacters() should take care to make
  211. similar modifications in their code !!</em>
  212. </action>
  213. <action context="Renderers" dev="JM" type="add" fixes-bug="45115" due-to="Martin Edge">
  214. Added a PCL-specific extension attribute on simple-page-master for controlling
  215. the simplex/duplex mode.
  216. </action>
  217. <action context="Code" dev="AD" type="fix" fixes-bug="45097">
  218. Corrected white-space-treatment for situations where an inline-node is the first/last
  219. child node of an fo:block, without preceding/following text.
  220. </action>
  221. <action context="Layout" dev="MB" type="add">
  222. Implemented word-by-ford font-selection strategy on text.
  223. </action>
  224. <action context="Layout" dev="MB" type="add">
  225. Support character-by-character font-selection strategy on fo:character element.
  226. </action>
  227. <action context="Layout" dev="AD" type="fix" fixes-bug="44794">
  228. Added support for page-number-citation and page-number-citation-last
  229. of fo:inline. Corrected behavior for page-number-citation-last
  230. of fo:block: forward references now properly resolved.
  231. </action>
  232. <action context="Fonts" dev="JM" type="add">
  233. For auto-detected fonts it is now possible to specify that a font needs to be referenced
  234. rather than embedded (for the output formats that support this distinction).
  235. </action>
  236. <action context="Layout" dev="AD" type="fix" fixes-bug="42423">
  237. Added support for the "id" attribute on fo:wrappers when used
  238. as a child of the fo:flow.
  239. </action>
  240. <action context="Layout" dev="AD" type="fix" fixes-bug="41500">
  241. Fixed a ClassCastException when using an fo:wrapper as a child
  242. of an fo:block-container.
  243. </action>
  244. <action context="Fonts" dev="AC" type="add" importance="high">
  245. Add support for font substitution.
  246. </action>
  247. <action context="Renderers" dev="JM" type="fix" fixes-bug="43650">
  248. PCL Renderer: Improved page format selection so it doesn't interfere with
  249. duplex printing.
  250. </action>
  251. <action context="Layout" dev="AD" type="fix" fixes-bug="42703">
  252. Fixed a regression introduced by the fix for
  253. <link href="https://issues.apache.org/bugzilla/show_bug.cgi?id=44286">Bugzilla 44286</link>.
  254. </action>
  255. <action context="Layout" dev="AD" type="fix" fixes-bug="43591">
  256. Activated min-height/max-height and min-width/max-width properties.
  257. </action>
  258. <action context="Code" dev="AD" type="fix" fixes-bug="44203">
  259. Fixed a logic error in Hyphenator.java:
  260. If the source had an associated InputStream, an UnsupportedOperationException was
  261. triggered.
  262. </action>
  263. <action context="Renderers" dev="AD" type="add" fixes-bug="44634">
  264. Add partial support for the "show-destination" property on fo:basic-link
  265. (PDF output only; see limitations on the compliance page)
  266. </action>
  267. <action context="Layout" dev="JM" type="add" importance="high">
  268. Added minimal support for integer keep values on the various keep properties on block-level
  269. FOs. For now, all integer values are treated the same (i.e. without strength distinction).
  270. Using integers allows to avoid overflows that can happen when "always" is used extensively.
  271. </action>
  272. <action context="Renderers" dev="JM" type="add">
  273. Added support for rendering pages using JPS (Java Printing System). See new example:
  274. examples/embedding/java/ExamplesFO2JPSPrint.java
  275. </action>
  276. <action context="Renderers" dev="JM" type="add" fixes-bug="41687">
  277. Restored ability to specify from/to and odd/even pages as well as the number of copies
  278. for printing from the command-line.
  279. </action>
  280. <action context="Renderers" dev="JM" type="add" fixes-bug="44678" due-to="Antti Karanta">
  281. Added ability to pass a preconfigured PrinterJob instance to the PrintRenderer via
  282. the rendering options map.
  283. </action>
  284. <action context="Renderers" dev="JM" type="add" fixes-bug="44743" due-to="Yegor Kozlov">
  285. Added a public accessor for reference to the current page to PDFGraphics2D.
  286. </action>
  287. <action context="Fonts" dev="JM" type="add" fixes-bug="44737" due-to="Jason Harrop">
  288. Added support for auto-configuring TrueType Collections. XML font metrics files for
  289. *.ttc fonts are not required anymore.
  290. </action>
  291. <action context="Renderers" dev="JM" type="update">
  292. When a JPEG image is embedded, an optionally embedded color profile is filtered out
  293. as it's already embedded separately in the PDF file.
  294. </action>
  295. <action context="Fonts" dev="JM" type="add" importance="high">
  296. Added support for addressing all glyphs available in a Type 1 font, not just the ones
  297. in the font's primary encoding.
  298. </action>
  299. </release>
  300. <release version="0.95" date="05 August 2008">
  301. <notes>
  302. <section>
  303. <title>Notes</title>
  304. <p>
  305. Besides the important changes listed below, the most important areas with
  306. improvements in this release are:
  307. </p>
  308. <ul>
  309. <li>
  310. Many bugfixes in tables, plus some new features (full support for keeps and
  311. breaks, border conditionality, background on columns and header/footer/body)
  312. </li>
  313. <li>
  314. Improvements and bugfixes for font handling and font
  315. auto-detection/-registration.
  316. </li>
  317. <li>
  318. Performance improvements and memory optimizations for the property handling
  319. in the FO tree.
  320. </li>
  321. </ul>
  322. <p>
  323. Please note that with this release, we've dropped support for Java 1.3.
  324. FOP will, from now on, <strong>require at least Java 1.4</strong>.
  325. </p>
  326. <p>
  327. There have been a few changes in tables that make FOP both more strict and more
  328. compliant to the Recommendation:
  329. <ul>
  330. <li>XSL-FO 1.1 explicitly states that a row-spanning fo:table-cell element is not
  331. allowed to span further than its enclosing fo:table-header/footer/body element
  332. (see bottom of <link href="http://www.w3.org/TR/xsl11/#fo_table">section
  333. 6.7.3</link>). From now on FOP will give a validation error if a document
  334. contains such an erroneous cell.
  335. </li>
  336. <li>
  337. <p>If an fo:table element contains explicit fo:table-column children, then those
  338. elements set the total number of columns in the table. This means that a
  339. validation error will now occur if a row contains more cells than available
  340. columns. This change allows to improve performance, since the rendering of the
  341. table may start as soon as the table-column elements have been parsed.</p>
  342. <p>If more flexibility is needed, then the fo:table-column elements may be just
  343. omitted. The final number of columns will then be set by the row that has the
  344. most cells.</p>
  345. </li>
  346. </ul>
  347. </p>
  348. <p>
  349. The image libraries Jimi and JAI are no longer needed (and used) for image loading.
  350. Instead we rely completely on the Image I/O API that has been introduced with
  351. Java 1.4. If you still need support for bitmap image formats that do not work
  352. out-of-the-box, we recommend adding
  353. <link href="http://jai-imageio.dev.java.net/">JAI Image I/O Tools</link>
  354. (an Image I/O compatible image codec package) to the classpath. JAI is still required
  355. for building the FOP distribution but it is optional for normal builds and at run-time.
  356. </p>
  357. <note>
  358. This final 0.95 release also includes all of the
  359. <a href="changes_0.95beta.html">changes made for Apache FOP 0.95beta</a>.
  360. </note>
  361. </section>
  362. </notes>
  363. <action context="Renderers" dev="JM" type="fix">
  364. Fixed a color selection problem which occurred after an image has been painted
  365. through the Graphics2DAdapter in PDF output.
  366. </action>
  367. <action context="Renderers" dev="JM" type="fix" fixes-bug="41306">
  368. Fixed page ordering problem with AWTRenderer.
  369. </action>
  370. <action context="Renderers" dev="JM" type="fix" fixes-bug="39980">
  371. Fixed image scaling for RTF output.
  372. </action>
  373. <action context="API" dev="JM" type="fix">
  374. Fixed the -imagein command-line option.
  375. </action>
  376. <action context="Renderers" dev="JM" type="add" fixes-bug="43825" due-to="Maximilian Aster">
  377. Added support for fo:leader for RTF output (no full support!). Fixes problems with empty leaders
  378. being used to force empty lines among other issues.
  379. </action>
  380. <action context="Renderers" dev="JM" type="add" fixes-bug="43824" due-to="Maximilian Aster">
  381. Added support for page-number-citation for RTF output.
  382. </action>
  383. <action context="Renderers" dev="JM" type="fix" fixes-bug="43606" due-to="Maximilian Aster">
  384. Fixed handling of proportional-column-width() and percentages for table column in RTF
  385. output.
  386. </action>
  387. <action context="Layout" dev="AD" type="fix" fixes-bug="45295">
  388. Fixed NullPointerException when page-number-citations are used inside a marker.
  389. </action>
  390. <action context="Images" dev="JM" type="fix">
  391. Fixed two bugs concerning resolution handling with SVG images and their
  392. conversion to bitmaps for RTF output.
  393. </action>
  394. <action context="Code" dev="JM" type="fix" fixes-bug="44887" importance="high">
  395. Fixed potential multi-threading problem concerning the use of DecimalFormat.
  396. </action>
  397. <action context="Layout" dev="JM" type="fix" fixes-bug="44412">
  398. Regression bugfix: Multiple collapsible breaks don't cause empty pages anymore.
  399. </action>
  400. <action context="Renderers" dev="JM" type="fix">
  401. Fixed resolution handling inside AWT preview dialog.
  402. </action>
  403. <action context="Renderers" dev="JM" type="fix" importance="high">
  404. Fixed positioning of absolutely positioned block-containers in multi-column documents.
  405. </action>
  406. <action context="Renderers" dev="JM" type="fix" importance="high">
  407. Fixed rendering of fixed block-containers in AFP output.
  408. </action>
  409. <action context="Layout" dev="VH" type="fix" fixes-bug="44621" importance="high">
  410. Various bugfixes for table layout.
  411. </action>
  412. <action context="Renderers" dev="JM" type="fix">
  413. Fixed regression causing bad positioning of block-containers if used as descendant
  414. of a table-cell.
  415. </action>
  416. <action context="Fonts" dev="JM" type="fix">
  417. Fixed text extraction problem with ZapfDingbats and Symbol font in PDF output.
  418. </action>
  419. <action context="Images" dev="JM" type="fix">
  420. Fixed a performance problem concerning image serialization.
  421. </action>
  422. <action context="Fonts" dev="JM" type="fix">
  423. Fixed NullPointerException when loading a TrueType font using XML font metric files.
  424. </action>
  425. </release>
  426. <release version="0.95beta" date="26 March 2008">
  427. <notes>
  428. <section>
  429. <title>Notes</title>
  430. <p>
  431. Besides the important changes listed below, the most important areas with
  432. improvements in this release are:
  433. </p>
  434. <ul>
  435. <li>
  436. Many bugfixes in tables, plus some new features (full support for keeps and
  437. breaks, border conditionality, background on columns and header/footer/body)
  438. </li>
  439. <li>
  440. Improvements and bugfixes for font handling and font
  441. auto-detection/-registration.
  442. </li>
  443. <li>
  444. Performance improvements and memory optimizations for the property handling
  445. in the FO tree.
  446. </li>
  447. </ul>
  448. <p>
  449. Please note that with this release, we've dropped support for Java 1.3.
  450. FOP will, from now on, <strong>require at least Java 1.4</strong>.
  451. </p>
  452. <p>
  453. There have been a few changes in tables that make FOP both more strict and more
  454. compliant to the Recommendation:
  455. <ul>
  456. <li>XSL-FO 1.1 explicitly states that a row-spanning fo:table-cell element is not
  457. allowed to span further than its enclosing fo:table-header/footer/body element
  458. (see bottom of <link href="http://www.w3.org/TR/xsl11/#fo_table">section
  459. 6.7.3</link>). From now on FOP will give a validation error if a document
  460. contains such an erroneous cell.
  461. </li>
  462. <li>
  463. <p>If an fo:table element contains explicit fo:table-column children, then those
  464. elements set the total number of columns in the table. This means that a
  465. validation error will now occur if a row contains more cells than available
  466. columns. This change allows to improve performance, since the rendering of the
  467. table may start as soon as the table-column elements have been parsed.</p>
  468. <p>If more flexibility is needed, then the fo:table-column elements may be just
  469. omitted. The final number of columns will then be set by the row that has the
  470. most cells.</p>
  471. </li>
  472. </ul>
  473. </p>
  474. <p>
  475. The image libraries Jimi and JAI are no longer needed (and used) for image loading.
  476. Instead we rely completely on the Image I/O API that has been introduced with
  477. Java 1.4. If you still need support for bitmap image formats that do not work
  478. out-of-the-box, we recommend adding
  479. <link href="http://jai-imageio.dev.java.net/">JAI Image I/O Tools</link>
  480. (an Image I/O compatible image codec package) to the classpath. JAI is still required
  481. for building the FOP distribution but it is optional for normal builds and at run-time.
  482. </p>
  483. </section>
  484. </notes>
  485. <action context="Layout" dev="JM" type="fix" fixes-bug="44412">
  486. Bugfix: The before border of a block is no longer swallowed if its first child issues
  487. a break-before.
  488. </action>
  489. <action context="Layout" dev="JM" type="fix" fixes-bug="44412">
  490. Bugfix: When there was a forced break after a block with (conditional) borders the
  491. border-after wasn't painted.
  492. </action>
  493. <action context="Layout" dev="VH" type="fix">
  494. Bugfix: a forced break inside a cell was ignored when occurring before the minimum height
  495. set on the enclosing row was set.
  496. </action>
  497. <action context="Layout" dev="JM" type="fix">
  498. Fixed exceptions when lists, tables or block-container are children of an inline-level
  499. FO.
  500. </action>
  501. <action context="Layout" dev="VH" type="add" importance="high">
  502. Added support for background on fo:table-column and fo:table-header/footer/body elements.
  503. </action>
  504. <action context="Layout" dev="VH" type="fix">
  505. Fixed the rendering of the area of a table corresponding to border-separation, which must
  506. be filled with the background of the table, and not the rows.
  507. </action>
  508. <action context="Layout" dev="VH" type="fix">
  509. Improved conformance: even if a table-cell spans several rows its background must
  510. correspond to the first row spanned.
  511. </action>
  512. <action context="Renderers" dev="JM" type="fix" due-to="Gordon Cooke">
  513. Slight improvement for thin lines in Java2D/AWT output.
  514. </action>
  515. <action context="Layout" dev="VH" type="add">
  516. Added full support for keep-with-previous on fo:table-row and in fo:table-cell elements.
  517. </action>
  518. <action context="Code" dev="MB" type="add">
  519. Turned on XInclude processing for the main source given on the command line.
  520. </action>
  521. <action context="Fonts" dev="JM" type="fix" fixes-bug="44451" due-to="Justus Piater">
  522. Improved the font auto-detection so fonts accessed using the font-family name are
  523. selected with higher accuracy.
  524. </action>
  525. <action context="API" dev="JM" type="remove">
  526. Removed deprecated methods in the "apps" package that were left-overs from the API
  527. discussions.
  528. </action>
  529. <action context="Fonts" dev="JM" type="add">
  530. Added support for unusual font encodings (like for Symbol or Cyrillic fonts) of Type 1
  531. fonts in PDF and PostScript output.
  532. </action>
  533. <action context="Layout" dev="VH" type="fix" fixes-bug="44321">
  534. Moved to the FO tree stage the check for break-before/after on table-row while spanning in
  535. progress.
  536. </action>
  537. <action context="Layout" dev="VH" type="add">
  538. Added full support for breaks before and after table cells (that is, break-before/after set
  539. on the first/last child of a cell).
  540. </action>
  541. <action context="Layout" dev="VH" type="add">
  542. Added full support for breaks inside the cells of a table.
  543. </action>
  544. <action context="Code" dev="AD" type="fix" fixes-bug="41631">
  545. Added correct percentage resolution for arguments to the proportional-column-width() function.
  546. </action>
  547. <action context="Fonts" dev="JM" type="fix">
  548. Bugfix for date formatting with negative time zones in the PDF's Info object.
  549. This affected PDF/A compliance.
  550. </action>
  551. <action context="Renderers" dev="JM" type="add">
  552. Added an option to disable the default sRGB profile in PDF output for those who
  553. don't care about color fidelity, but care about PDF file size.
  554. </action>
  555. <action context="Code" dev="AD" type="fix" fixes-bug="43705">
  556. Fixed a bug when the rgb-icc() function was used either before the fo:declarations,
  557. or in documents without a fo:declarations node. In such cases, the sRGB fallback
  558. is now used to avoid an ugly NullPointerException.
  559. </action>
  560. <action context="Code" dev="AD" type="add">
  561. Added very basic parsing for the xml:lang shorthand.
  562. </action>
  563. <action context="Code" dev="AD" type="fix" fixes-bug="44343">
  564. Fixed a bug when using relative font-size (smaller/larger) in combination
  565. with percentages.
  566. </action>
  567. <action context="Fonts" dev="JM" type="fix">
  568. Bugfix for handling of optional tables in subset TrueType fonts. This bug caused errors
  569. in various PDF viewers.
  570. </action>
  571. <action context="Renderers" dev="JM" type="add">
  572. Added support for the natural language indentifier ("Lang" in the document catalog)
  573. for PDF documents based on the language/country values on fo:page-sequence.
  574. </action>
  575. <action context="Code" dev="AD" type="fix" fixes-bug="44286" due-to="Stefan Ziel">
  576. Fixed a memory-leak in XMLWhiteSpaceHandler.
  577. </action>
  578. <action context="Layout" dev="VH" type="fix" fixes-bug="44289">
  579. Fixed the resolution of borders when header/footer is omitted at page breaks.
  580. </action>
  581. <action context="Layout" dev="VH" type="add" importance="high" fixes-bug="43934">
  582. Added support for conditional borders in tables, for both the separate and the collapsing
  583. border model.
  584. </action>
  585. <action context="Layout" dev="JM" type="fix" fixes-bug="44160">
  586. Fixed a possible IndexOutOfBoundsException that could happen with certain constellations
  587. when footnotes are used.
  588. </action>
  589. <action context="Layout" dev="JM" type="fix">
  590. Compliance fix: for absolutely positioned block-containers, "top" wasn't
  591. interpreted correctly.
  592. </action>
  593. <action context="Extensions" dev="JM" type="add">
  594. New extension attribute fox:transform on fo:block-container allows free-form transformation
  595. (rotation, scaling etc.) of absolute and fixed block-containers. Supported only
  596. for PDF, PS and Java2D-based renderers.
  597. </action>
  598. <action context="Renderers" dev="JM" type="fix">
  599. Fixed logic error setting the transformation matrix for block-container viewports
  600. (applies to absolute and fixed block-containers only).
  601. Important: External renderer implementations need to adjust for the change and implement
  602. the new method concatenateTransformationMatrix(AffineTransform) if the renderer is
  603. derived from AbstractPathOrientedRenderer.
  604. </action>
  605. <action context="Images" dev="JM" importance="high" type="fix">
  606. A new image loading framework has been introduced to fix various problems with external
  607. graphics and improve performance.
  608. </action>
  609. <action context="Renderers" dev="JM" type="fix">
  610. Fixed generation of named destinations so it works when the PDF document is encrypted.
  611. </action>
  612. <action context="Renderers" dev="JM" type="add">
  613. PostScript output now generates the bounding box DSC comments for the whole document.
  614. </action>
  615. <action context="Renderers" dev="JM" type="add">
  616. Added support for PDF page labels.
  617. </action>
  618. <action context="Renderers" dev="JM" type="add" fixes-bug="44176" due-to="Patrick Jaromin">
  619. Added support for custom fonts in Java2DRenderer and derived renderers.
  620. </action>
  621. <action context="Extensions" dev="JM" type="add" importance="high">
  622. Added new extension element: fox:external-document. It allows to add whole documents
  623. such as multi-page TIFF images to be inserted as peers to a page-sequence. Each image
  624. will make up an entire page. See the documentation for details.
  625. </action>
  626. <action context="Layout" dev="JM" type="add">
  627. Added minimal support for the .minimum/.maximum components of block/inline-progression-dimension
  628. on fo:external-graphic and fo:instream-foreign-object.
  629. </action>
  630. <action context="Layout" dev="JM" type="add" importance="high">
  631. Added support for scale-down-to-fit and scale-up-to-fit (introduced in XSL 1.1).
  632. </action>
  633. <action context="Layout" dev="VH" type="fix" fixes-bug="43633">
  634. Bugfix: content of a row with zero height overriding the previous row
  635. </action>
  636. <action context="Renderers" dev="JM" type="fix" fixes-bug="37993">
  637. Bugfix: allow multiple bookmarks to point at the same destination.
  638. </action>
  639. <action context="Layout" dev="JM" type="fix" fixes-bug="43917">
  640. Bugfix for border-after painting and element list generation when a
  641. forced break is involved.
  642. </action>
  643. <action context="Layout" dev="JM" type="fix" fixes-bug="40230">
  644. Bugfix: no empty page is generated anymore if there's no content
  645. after a break-after.
  646. </action>
  647. <action context="Layout" dev="VH" type="fix" fixes-bug="43803">
  648. Restored proper handling of fo:table-cell having no children, which is allowed in relaxed
  649. validation mode.
  650. </action>
  651. <action context="Layout" dev="JM" type="fix">
  652. Memory Leak fixed in the Property Cache. Fixed by Jeremias Maerki. Reported and Tested By
  653. Chris Bowditch.
  654. </action>
  655. <action context="Layout" dev="VH" type="fix" fixes-bug="43712">
  656. Bugfix in tables: wrong element generation by the merging algorithm when glues must be
  657. produced to cope with conditional spaces. The corresponding length was added twice: one in
  658. the glue itself and one in the following box.
  659. </action>
  660. <action context="Code" dev="JM" type="fix">
  661. Bugfix for URI resolution: Make StreamSources without system identifier work again.
  662. </action>
  663. <action context="Code" dev="JM" type="fix" fixes-bug="43910" due-to="David Delbecq">
  664. Avoid a NullPointerException in AreaTreeHandler.endDocument().
  665. </action>
  666. <action context="Layout" dev="VH" type="fix" fixes-bug="43766">
  667. Bugfix: breaks generated by the merging algorithm for a table-row containing empty cells
  668. had always a penalty of 900.
  669. </action>
  670. <action context="Layout" dev="JM" type="add" fixes-bug="43605" due-to="V. Schappert">
  671. Added methods for fo:page-number-citation(-last) in FOEventHandler.
  672. </action>
  673. <action context="Layout" dev="VH" type="add">
  674. Step towards performance: the collapsing-border resolution algorithm no longer triggers the
  675. retrieving of the whole table, when possible.
  676. </action>
  677. <action context="Layout" dev="VH" type="fix">
  678. In case of missing cells the border-end of the table was applied to an inner cell, instead
  679. of the (empty) cell in the last column.
  680. </action>
  681. <action context="Layout" dev="VH" type="fix">
  682. Fixed the resolution of borders with table-columns (border-before/after was wrongly applied
  683. to every cell of the column).
  684. </action>
  685. <action context="Layout" dev="VH" type="fix" fixes-bug="42768">
  686. Fixed the resolution of border-end on cells spanning several rows.
  687. </action>
  688. <action context="Fonts" dev="JM" type="fix" fixes-bug="43835" due-to="David Churavy">
  689. Bugfix: Use Font.getName() (logical font name) instead of Font.getFontName()
  690. (localized) when registering fonts from AWT.
  691. </action>
  692. <action context="Fonts" dev="JM" type="fix">
  693. Made the way TrueType fonts are embedded in PDF compliant to the
  694. specification so viewers correctly identify subset fonts.
  695. </action>
  696. <action context="Fonts" dev="JM" type="fix">
  697. Fixed font-autodetection so fonts with uppercase extensions are
  698. detected, too.
  699. </action>
  700. <action context="Fonts" dev="JM" type="update">
  701. Improved font auto-detection and handling of AWT-supplied fonts in order
  702. to achieve better results when using multiple output formats. Whenever
  703. possible, the font names appearing in the operating system can also
  704. be used in XSL-FO.
  705. </action>
  706. <action context="Renderers" dev="JM" type="fix">
  707. Fixed regression: transparent-page-background was not recognized for PNG output.
  708. </action>
  709. <action context="Layout" dev="VH" type="add">
  710. Added check for table-cells which span more rows than available in their parent element
  711. (table-header/footer/body).
  712. </action>
  713. <action context="Layout" dev="AD" type="add">
  714. Added support for fo:markers in fo:inline and fo:basic-link.
  715. </action>
  716. <action context="Renderers" dev="JM" type="update" importance="high">
  717. PDF Transcoder (SVG) text painting has been completely rewritten.
  718. Except for some special cases (with filters for example), all text
  719. (including flow text) is now painted using PDF text operators.
  720. </action>
  721. <action context="Layout" dev="AD" type="add" fixes-bug="42748">
  722. Added support for ids on empty fo:inlines.
  723. </action>
  724. <action context="Fonts" dev="AC" type="add" fixes-bug="42982" due-to="Max Berger">
  725. Add Font support in jar files.
  726. </action>
  727. <action context="Renderers" dev="AC" type="fix" fixes-bug="43042" due-to="Andrejus Chaliapinas">
  728. Postscript extension cleanup.
  729. </action>
  730. <action context="Renderers" dev="AC" type="fix" fixes-bug="43587">
  731. Fix to avoid ClassCastException where multiple ps:ps-comments are declared within fo:declarations.
  732. </action>
  733. <action context="Fonts" dev="AC" type="fix" fixes-bug="43143">
  734. Fix to avoid NullPointerException when parsing ExpertEncoded and ExpertSubsetEncoded Type 1 fonts.
  735. </action>
  736. <action context="Renderers" dev="AC" type="fix" fixes-bug="43439">
  737. Fixes missing TLE value attribute when using AreaTree input with the AFP renderer.
  738. </action>
  739. <action context="Renderers" dev="JM" type="add">
  740. Added generic structures to the PDF library in order to support PDF
  741. file in fo:external-graphic later.
  742. </action>
  743. <action context="Code" dev="JM" type="add" fixes-bug="43597" due-to="Max Berger">
  744. Added support for SVGZ.
  745. </action>
  746. <action context="Layout" dev="JM" type="fix">
  747. Bugfix for NPE with empty table-row (regression from 0.93).
  748. </action>
  749. <action context="Renderers" dev="JM" type="add">
  750. Added a configuration setting to the PCL renderer to disable PJL commands.
  751. </action>
  752. <action context="Renderers" dev="JM" type="fix" fixes-bug="43464" due-to="Bruno Feurer">
  753. Fix to avoid a ClassCastException in renderer configuration.
  754. </action>
  755. <action context="Renderers" dev="JM" type="fix" fixes-bug="43439" due-to="Adrian Cumiskey">
  756. Fixed the restoration of the TLE values from the intermediate format
  757. for the AFP extension elements.
  758. </action>
  759. <action context="Renderers" dev="JM" type="add" fixes-bug="43041" due-to="Adrian Cumiskey">
  760. Added a configuration setting for the renderer/device resolution to the AFP renderer.
  761. </action>
  762. <action context="Layout" dev="AD" type="update">
  763. Facilitate the implementation for font-selection-strategy:<br/>
  764. • Changed FontInfo.fontLookup to always return an array of FontTriplet.<br/>
  765. • Changed CommonFont.getFontState to return an array of FontTriplet.<br/>
  766. • Initial modifications to the related LMs: initialized with
  767. the font corresponding to the first of the triplets.<br/>
  768. </action>
  769. <action context="Layout" dev="AD" type="update">
  770. PropertyCache phase 2:<br/>
  771. • improvement of the PropertyCache itself should now guarantee acceptable
  772. performance of the static caches in multi-session environments, which is
  773. a possible problem with synchronizedMap.<br/>
  774. • changed CommonFont to use the cache:
  775. added CachedCommonFont to contain the properties that are always cacheable
  776. CommonFont itself is only cached if the remaining properties are absolutes.<br/>
  777. • changed CommonHyphenation, KeepProperty, ColorProperty and FontFamilyProperty to use the cache.<br/>
  778. </action>
  779. <action context="Layout" dev="AD" type="fix" fixes-bug="42705">
  780. Fixed swallowing PCDATA in text-node children of
  781. retrieved markers.
  782. </action>
  783. <action context="Layout" dev="AD" type="fix" fixes-bug="42703">
  784. Fixed erroneous white-space removal in retrieved markers.
  785. </action>
  786. <action context="Layout" dev="AD" type="fix" fixes-bug="43274" due-to="ckohrn.at.tng.de">
  787. Fixed erroneous usage of inherited color-values in SVG.
  788. </action>
  789. </release>
  790. <release version="0.94" date="24th August 2007">
  791. <action context="Code" dev="JM" type="fix">
  792. AFP Renderer: Bugfix for 1 bit images where the width is not a multiple of 8.
  793. </action>
  794. <action context="Code" dev="MM" type="add" importance="high">
  795. Support for keep-together.within-line="always".
  796. </action>
  797. <action context="Code" dev="MM" type="fix">
  798. Fixed incomplete support for Unicode Word Joiner characters (U+2060 and U+FEFF).
  799. </action>
  800. <action context="Code" dev="VH" type="add">
  801. Add support for conditional spaces in table-cells.
  802. </action>
  803. <action context="Code" dev="AD" type="add" fixes-bug="42785" due-to="Max Berger">
  804. Support alignment-adjust for images.
  805. </action>
  806. <action context="Code" dev="AD" type="add" fixes-bug="41044" due-to="Richard Wheeldon">
  807. Partial application of the patch in Bugzilla 41044:
  808. * addition of a generic PropertyCache to be used by all Property
  809. types that can be safely canonicalized
  810. * modified EnumProperty, StringProperty, NumberProperty, EnumNumber
  811. and FixedLength to make use of the cache infrastructure
  812. </action>
  813. <action context="Code" dev="AD" type="update" fixes-bug="41656">
  814. Refactoring in the fo package:
  815. -> removal of the childNodes instance member in fop.fo.FObj
  816. -> addition of a firstChild instance member in fop.fo.FObj
  817. -> addition of a siblings instance member in fop.fo.FONode
  818. -> addition of a FONodeIterator interface in FONode + corresponding implementation in FObj
  819. -> changed implementations of FObj.addChildNode(), .removeChild() and .getChildNodes()
  820. </action>
  821. <action context="Code" dev="AD" type="update" fixes-bug="42089" due-to="Adrian Cumiskey">
  822. Code cleanup and restructuring:
  823. Refactoring of PageSequenceLayoutManager and provide common FObj id property use
  824. </action>
  825. <action context="Code" dev="AD" type="add">
  826. Slight improvement of relative font-weight handling in the properties
  827. package.
  828. </action>
  829. <action context="Code" dev="JM" type="update">
  830. Updated PDF/A-1b support according to ISO-19005-1:2005/Cor.1:2007.
  831. </action>
  832. <action context="Code" dev="JM" type="add" importance="high" fixes-bug="41831" due-to="Adrian Cumiskey">
  833. Add support for font auto-detection (easier font configuration).
  834. </action>
  835. <action context="Code" dev="JM" type="update" fixes-bug="42406" due-to="Hussein Shafie">
  836. Use source resolution setting for bitmap images which don't provide their own
  837. resolution.
  838. </action>
  839. <action context="Code" dev="JM" type="fix" fixes-bug="42109" due-to="Paul Vinkenoog">
  840. Fixed the rendering of zero-width spaces for certain fonts by not generating them into
  841. the area tree.
  842. </action>
  843. <action context="Code" dev="LF" type="fix">
  844. Fixed a problem with disappearing footnotes inside hyphenated inlines (and footnotes with hyphenated inline child).
  845. </action>
  846. <action context="Code" dev="JM" type="add" fixes-bug="42067" due-to="Paul Vinkenoog">
  847. Add support for exact positioning of internal PDF links.
  848. </action>
  849. <action context="Code" dev="JM" type="fix" fixes-bug="41434" due-to="Martin Kögler">
  850. Fix PDF Genaration for non-ASCII compatible locales.
  851. </action>
  852. <action context="Code" dev="VH" type="fix">
  853. Fix several exceptions when break-before/after is set on the first/last row of a table.
  854. </action>
  855. <action context="Code" dev="VH" type="fix">
  856. Fix extra page break when break-before is set on both a table and its first row.
  857. </action>
  858. <action context="Code" dev="VH" type="fix">
  859. Make keep-with-next and keep-with-previous work on fo:table.
  860. </action>
  861. <action context="Code" dev="VH, JM" type="add" importance="high" fixes-bug="36934">
  862. Add support for the collapsing-border model in tables.
  863. </action>
  864. <action context="Code" dev="JB" type="add" importance="high">
  865. Add support for named destinations in PDF.
  866. </action>
  867. <action context="Code" dev="JM" type="fix">
  868. Fixed a problem with keep-with-next on table-rows. Once a keep-with-next was set
  869. inside a table, the FO following the table would always be glued to the previous table.
  870. </action>
  871. <action context="Code" dev="JM" type="fix">
  872. Fixed a problem with the auto-rotate-landscape setting in the PostScript renderer.
  873. It didn't generate the right setpagedevice command.
  874. </action>
  875. <action context="Code" dev="JM" type="fix">
  876. Fixed an IllegalArgumentException for absolutely positioned block-containers with a
  877. border and no height/bpd set.
  878. </action>
  879. <action context="Code" dev="JM" type="add">
  880. Add support for a two-pass production for PostScript output to minimize file size. This
  881. adds images only once and adds only the fonts that are really used.
  882. </action>
  883. <action context="Code" dev="AD" type="fix" fixes-bug="41652">
  884. If a line contained nothing but a linefeed, this didn't produce empty lines.
  885. Replaced the auxiliary zero-width box with a glue the width of a line,
  886. and shrinkable to zero-width.
  887. </action>
  888. <action context="Code" dev="VH" type="fix" fixes-bug="40120" due-to="Adrian Cumiskey">
  889. Stricter FOP user configuration checking
  890. </action>
  891. <action context="Code" dev="AD" type="fix" fixes-bug="41572" due-to="Erwin Tratar">
  892. Fix parsing 'url(...)' when the URL itself contains a bracketed part.
  893. </action>
  894. <action context="Code" dev="JM" type="add">
  895. Support for GIF images in RTF output (RTF handler, only. Does not affect the RTF library.)
  896. </action>
  897. <action context="Code" dev="JM" type="fix">
  898. Fix for NPE with PNG images for RTF output.
  899. </action>
  900. <action context="Code" dev="AD" type="fix">
  901. Fix for properly parsing font-family names containing spaces.
  902. </action>
  903. <action context="Code" dev="JM" type="add">
  904. Support for soft masks (transparency) with ImageIO image adapter.
  905. </action>
  906. <action context="Code" dev="LF" type="fix" fixes-bug="41019">
  907. Fix incorrect behaviour of the BreakingAlgorithm when some inline content is wider than
  908. the available ipd, causing a restart.
  909. </action>
  910. <action context="Code" dev="JM" type="fix">
  911. Fix for PDF corruption when a TrueType font with spaces in its name is embedded and no
  912. XML font metrics file for that font is used.
  913. </action>
  914. <action context="Code" dev="JM" type="fix" fixes-bug="41426" due-to="Adrian Cumiskey">
  915. Fix for ClassCastException when fo:wrapper was used as direct child of fo:flow.
  916. Note: "id" attributes are still not handled properly on fo:wrapper!
  917. </action>
  918. <action context="Code" dev="MM" type="add">
  919. Added support for the soft hyphen (SHY) character.
  920. </action>
  921. <action context="Code" dev="MM" type="add">
  922. Added support for line-height-shift-adjustment property.
  923. </action>
  924. <action context="Code" dev="SP" type="add">
  925. Added support for the system property fop.home to
  926. cli.Main.getJARList().
  927. </action>
  928. <action context="Code" dev="JM" type="add" fixes-bug="40930">
  929. Added support for display-align for table-cell in RTF output.
  930. </action>
  931. <action context="Code" dev="MM" type="add" importance="high">
  932. Added support for UAX#14 type line breaking. Support does not extend across nested fo:inline elements.
  933. </action>
  934. </release>
  935. <release version="0.93" date="9 January 2007">
  936. <notes>
  937. <section>
  938. <title>Notes</title>
  939. <p>This is the first production grade release of the new FOP
  940. codebase.</p>
  941. <ul>
  942. <li>It contains the new API first introduced in release 0.92
  943. beta. The preceding API has been removed.
  944. </li>
  945. <li>
  946. See the <link href="../compliance.html">compliance page</link> for an
  947. overview of the compliance of this release with the XSL 1.0 and
  948. 1.1 recommendations.
  949. </li>
  950. <li>
  951. This release again contains many bug fixes and new features. See
  952. below for details.
  953. </li>
  954. <li>
  955. See the <link href="../knownissues.html">known issues page</link>
  956. for an overview of the known issues with this release.
  957. </li>
  958. </ul>
  959. <p>Caveats:</p>
  960. <ul>
  961. <li>
  962. You may experience different behaviour compared to version 0.20.5.
  963. Please consult the <link href="upgrading.html">"Upgrading"</link> page for details.
  964. </li>
  965. </ul>
  966. </section>
  967. </notes>
  968. <action context="Code" dev="BD" type="add" importance="high">
  969. Added support for the use of Open Type fonts
  970. </action>
  971. <action context="Code" dev="BD" type="update" fixes-bug="5535" due-to="Adam Strzelecki, Victor Mote" importance="high">
  972. Enabled Copy/Paste from PDF content in Acrobat Reader for text using embedded TrueType fonts.
  973. </action>
  974. <action context="Code" dev="SP" type="update" fixes-bug="41044" due-to="Richard Wheeldon">
  975. Commented out unused properties, in order to minimize memory usage.
  976. </action>
  977. <action context="Code" dev="SP" type="update" fixes-bug="41009" due-to="Richard Wheeldon">
  978. Removed unused attributes from TableCell.
  979. </action>
  980. <action context="Code" dev="JM" type="add">
  981. Added initial support for loading fonts without a pre-created XML font metric
  982. file.
  983. </action>
  984. <action context="Code" dev="JM" type="add" fixes-bug="40729" due-to="Peter Coppens" importance="high">
  985. Support for the rgb-icc() function and for a proprietary cmyk() function (for device CMYK
  986. colors only through the PDF renderer so far).
  987. </action>
  988. <action context="Code" dev="JM" type="update" fixes-bug="40813" due-to="Richard Wheeldon">
  989. Minor fixes and improvements for the AWT Preview (keyboard shortcuts, scrolling, windows
  990. setup).
  991. </action>
  992. <action context="Code" dev="JM" type="add" fixes-bug="40849" due-to="Dominic Brügger">
  993. Added support for SVG in fo:instream-foreign objects for RTF output.
  994. </action>
  995. <action context="Code" dev="JM" type="fix">
  996. Bugfix: Fixed bug when the sum of column widths of a table is larger than the
  997. specified widths. The table width was not adjusted.
  998. </action>
  999. <action context="Code" dev="JM" type="fix">
  1000. Bugfix: Nested tables with headers and footers were not handled correctly and could
  1001. overlap with the region-after.
  1002. </action>
  1003. <action context="Code" dev="JM" type="add" fixes-bug="40519" due-to="Oliver Hernàndez Valls">
  1004. Added support for CCITT compression in the TIFFRenderer by switching to the ImageWriter
  1005. abstraction from XML Graphics Commons.
  1006. </action>
  1007. <action context="Code" dev="JM" type="add">
  1008. Extension properties fox:orphan-content-limit and fox:widow-content-limit which
  1009. help with list-block and table layout. See the documentation for details.
  1010. </action>
  1011. <action context="Code" dev="JM" type="add">
  1012. Configuration option in the Java2D-based renderers that allows to disable the default
  1013. white background in order to produce bitmap output with transparency.
  1014. </action>
  1015. <action context="Code" dev="AD" type="fix" fixes-bug="39414">
  1016. Split up FOText instances larger than 32K characters to avoid
  1017. integer overflow during layout.
  1018. </action>
  1019. <action context="Code" dev="JM" type="fix">
  1020. Bugfix: Corrected painting of shading patterns and position of links for SVG images
  1021. inside FO documents.
  1022. </action>
  1023. <action context="Code" dev="AD" type="update">
  1024. Minor fix: correctly set negative values for ipd/bpd to zero.
  1025. </action>
  1026. <action context="Code" dev="AD" type="update" fixes-bug="35656">
  1027. Rework of default column-creation / column-width setting from
  1028. cells in the first row.
  1029. </action>
  1030. <action context="Code" dev="AD" type="update" fixes-bug="40270" due-to="Gary Reed">
  1031. Added relaxed validation for empty list-item-*, as suggested by Gary Reed.
  1032. </action>
  1033. <action context="Code" dev="AD" type="update">
  1034. Modified proportional-column-width() function to log an error if used
  1035. with table-layout=auto
  1036. </action>
  1037. <action context="Code" dev="AD" type="fix">
  1038. Deferred property resolution for markers until they are actually retrieved,
  1039. which leads to percentages and relative font-sizes now getting the correct
  1040. values. Also deferred white-space-handling for markers.
  1041. </action>
  1042. <action context="Code" dev="JM" type="update">
  1043. Changed the way overflowing pages are handled. The overflow property on region-body
  1044. is now used to define the behaviour.
  1045. </action>
  1046. <action context="Code" dev="JM" type="fix">
  1047. Fixed a memory-leak: The FO tree part of a page-sequence was not released when a
  1048. page-sequence was finished.
  1049. </action>
  1050. <action context="Code" dev="JM" type="fix">
  1051. Bugfix: Table headers and footers were swallowed when a table was nested in a list-block.
  1052. </action>
  1053. <action context="Code" dev="JM" type="fix">
  1054. Fixed a bug with indent handling when margins are used on a surrounding block and
  1055. not start/end-indent.
  1056. </action>
  1057. <action context="Code" dev="JM" type="fix" fixes-bug="40106" due-to="Jeroen Meijer">
  1058. Compatibility fix for GCJ (GNU Classpath): Using "UTF-16BE" instead of "UnicodeBigUnmarked"
  1059. encoding.
  1060. </action>
  1061. <action context="Code" dev="JM" type="fix" fixes-bug="40062" due-to="Gilles Beaugeais">
  1062. Fixed handling for CCITT Group 4 TIFF images with fill order 2.
  1063. </action>
  1064. <action context="Code" dev="JM" type="fix" fixes-bug="40048" due-to="Igor Istomin">
  1065. Fixed setting of page margins in AWT Renderer like it was done in the print renderer.
  1066. </action>
  1067. <action context="Code" dev="JM" type="fix">
  1068. Fixed two memory-leaks in image handling. The image cache is finally working
  1069. properly.
  1070. </action>
  1071. <action context="Code" dev="JM" type="fix" fixes-bug="39608">
  1072. Let numeric property values without a unit be treated as pixels like in HTML.
  1073. This fixes certain NullPointerException when no units are specified.
  1074. (Note: the use of pixels in XSL-FO is discouraged!)
  1075. </action>
  1076. <action context="Code" dev="JM" type="fix">
  1077. Bugfix: Potential multi-threading issue (ConcurrentModificationException)
  1078. eliminated for ElementMapping classes.
  1079. </action>
  1080. <action context="Code" dev="JM" type="fix">
  1081. No more System.exit() and look &amp; feel setting calls inside the reusable
  1082. parts of the AWT viewer.
  1083. </action>
  1084. <action context="Code" dev="JM" type="fix">
  1085. Proper escaping of characters in list-items labels for RTF output.
  1086. </action>
  1087. <action context="Code" dev="MM" type="fix">
  1088. Bugfix: FOUserAgent specific configuration parameters specified in config file
  1089. were not set when FOP was invoked from command line.
  1090. </action>
  1091. <action context="Code" dev="JM" type="add" importance="high">
  1092. Added support for PDF/A-1b and PDF/X-3:2003. (Note: this may still be a bit
  1093. incomplete. Feedback is welcome!)
  1094. </action>
  1095. <action context="Code" dev="JM" type="add">
  1096. The CIDSet object is now generated for CID fonts which are embedded in PDFs.
  1097. (Required by PDF/A).
  1098. </action>
  1099. <action context="Code" dev="JM" type="update" importance="high">
  1100. The Java2DRenderer (and therefore the print and bitmap renderers) is now
  1101. offering the same quality as the PDF and PS renderers. Note: There can still
  1102. be little differences between PDF and Print/PNG/TIFF because the latter uses
  1103. a different font metrics source.
  1104. </action>
  1105. <action context="Code" dev="AD" type="fix" fixes-bug="39712">
  1106. Bugfix: components of the border-separation property weren't set when
  1107. in shorthand-mode, leading to a NPE being thrown.
  1108. </action>
  1109. <action context="Code" dev="JM" type="fix">
  1110. Bugfix: Table headers were omitted when a table is a child of a block-container.
  1111. </action>
  1112. <action context="Code" dev="JM" type="fix">
  1113. Bugfix: Bookmarks in PDF will be generated even if some bookmarks cannot be
  1114. resolved.
  1115. </action>
  1116. <action context="Code" dev="AD" type="fix" fixes-bug="39560">
  1117. Bugfix: the interaction between the table FOs and properties package in
  1118. determining initial values for column-number should be a one-time process,
  1119. not repeated when the table is in a marker that is retrieved.
  1120. </action>
  1121. <action context="Code" dev="JM" type="fix">
  1122. Bugfix: All fonts names were converted unnecessarily to lower case in RTF output.
  1123. </action>
  1124. <action context="Code" dev="JM" type="fix">
  1125. Bugfix: The combination of hyphenation and kerning resulted in slightly ragged
  1126. right ends for right-aligned and justified text.
  1127. </action>
  1128. <action context="Code" dev="JM" type="fix">
  1129. Bugfix: NullPointerException in AreaAdditionUtil in a table-cell spanning
  1130. multiple pages and with a marker.
  1131. </action>
  1132. <action context="Code" dev="JM" type="fix" fixes-bug="39533">
  1133. Bugfix: NullPointerException in RTF output when a table does not contain
  1134. table-columns.
  1135. </action>
  1136. <action context="Code" dev="JM" type="fix" fixes-bug="39607" due-to="Julien Aymé">
  1137. Bugfix: NullPointerException in RTF library when there are no borders on
  1138. the parent table.
  1139. </action>
  1140. <action context="Code" dev="JM" type="add" importance="high">
  1141. Automatic support for all fonts available to the Java2D subsystem for all
  1142. Java2D-descendant renderers (TIFF, PNG, print, AWT).
  1143. </action>
  1144. <action context="Code" dev="JM" type="fix">
  1145. Bugfix: Improved baseline detection in TTFReader for TrueType fonts.
  1146. </action>
  1147. <action context="Code" dev="JM" type="fix" fixes-bug="39443">
  1148. Bugfix: tables nested in inline elements caused a NullPointerException.
  1149. </action>
  1150. <action context="Code" dev="JM" type="update">
  1151. The default sRGB color profile provided by the Java class library is no longer
  1152. embedded if it is encountered. This should reduce the PDF size considerably.
  1153. </action>
  1154. <action context="Code" dev="JM" type="fix" fixes-bug="39443">
  1155. Bugfix: Sections with span="all" lead to overlapping text if spanning multiple pages.
  1156. </action>
  1157. <action context="Code" dev="MM" type="fix">
  1158. Bugfix: Percentages in vertical-align property values were not correctly handled.
  1159. </action>
  1160. <action context="Code" dev="JM" type="fix" fixes-bug="38243" due-to="Gerhard Oettl">
  1161. Bugfix: Gaps in table-columns cause a NullPointerException.
  1162. </action>
  1163. <action context="Code" dev="JM" type="update" fixes-bug="38946" due-to="Max Berger">
  1164. Changed the internal representation of colors to use Java's own color infrastructure
  1165. instead of FOP's home-grown classes.
  1166. </action>
  1167. <action context="Code" dev="MM" type="fix">
  1168. Bugfix: TABs were not correctly replaced by spaces in some circumstances.
  1169. </action>
  1170. <action context="Code" dev="JM" type="update">
  1171. Content in block-containers makes better use of shrink to fit content vertically
  1172. into the available area. This can be used indirectly to justify content vertically
  1173. in a block-container.
  1174. </action>
  1175. <action context="Code" dev="JM" type="fix">
  1176. Bugfix: basic-links with internal destinations in documents with multiple
  1177. page-sequences sometimes pointed at the wrong page.
  1178. </action>
  1179. <action context="Code" dev="JM" type="fix">
  1180. Bugfix: Fixed ClassCastException when retrieve-marker is used as a direct child
  1181. if static-content in which case leading and trailing white space is not properly
  1182. removed.
  1183. </action>
  1184. <action context="Code" dev="JM" type="fix" fixes-bug="39285">
  1185. Bugfix: Fixed OutOfMemoryException with long data URLs (RFC 2397).
  1186. </action>
  1187. <action context="Code" dev="JM" type="add" fixes-bug="39118" due-to="Pierre-Henri Kraus">
  1188. Initial support for page-number-citation-last (XSL 1.1). Works without problems
  1189. only for page-sequence so far.
  1190. </action>
  1191. </release>
  1192. <release version="0.92beta" date="18 Apr 2006">
  1193. <action context="Code" dev="JM" type="fix">
  1194. Bugfix: The generation of the PDF "d" (setdash) command was assuming that
  1195. only integer values can be used but that isn't the case. Dash patterns
  1196. PDFGraphics2D would be wrong in the process.
  1197. </action>
  1198. <action context="Code" dev="JM" type="fix">
  1199. Bugfix: Fixed a division by zero problem in TTFReader and improved the detection
  1200. of the capHeight and xHeight font metric values for TrueType fonts.
  1201. </action>
  1202. <action context="Code" dev="JM" type="fix">
  1203. Bugfix: Allow URLs in basic-link's external-destination to be wrapped in "url()".
  1204. </action>
  1205. <action context="Code" dev="MM" type="fix">
  1206. Bugfix: Corrected enumerated property value for white-space property
  1207. from "no-wrap" to "nowrap".
  1208. </action>
  1209. <action context="Code" dev="MM" type="fix" fixes-bug="38457">
  1210. Bugfix: Added support for white-space-treatment="preserve" in particular to
  1211. support the white-space="pre" short hand property.
  1212. </action>
  1213. <action context="Code" dev="JM" type="fix">
  1214. Corrected expectation and behaviour for the text-indent property to only apply
  1215. to the first line area generated by a block.
  1216. </action>
  1217. <action context="Code" dev="JM" type="fix">
  1218. Bugfix for invalid handling of ICC color profiles in JPEG images and for
  1219. dealing with CMYK JPEG images with the Adobe APPE marker.
  1220. </action>
  1221. <action context="Code" dev="JM" type="add">
  1222. Initial support for page-position="last" added.
  1223. </action>
  1224. <action context="Code" dev="JM" type="add">
  1225. Reenabled loading of user-supplied hyphenation patterns that was available in
  1226. FOP 0.20.5. (See "hyphenation-base" option in the user configuration)
  1227. </action>
  1228. <action context="Code" dev="JM" type="fix">
  1229. Bugfix: Certain filter combinations in PDF could lead to invalid PDFs.
  1230. DecodeParams were not properly handled.
  1231. </action>
  1232. <action context="Code" dev="JM" type="fix">
  1233. Bugfix: CCITT Group 4 encoded TIFF images with multiple strips are now properly
  1234. embedded in PDF files.
  1235. </action>
  1236. <action context="Code" dev="JM" type="add">
  1237. Added support for fixed-width spaces.
  1238. </action>
  1239. <action context="Code" dev="JM" type="add">
  1240. Added support for kerning.
  1241. </action>
  1242. <action context="Code" dev="JM" type="fix">
  1243. Bugfix: Fixed a copy/paste error in the table layout code that caused wrong page
  1244. break decisions when table-headers and/or table-footers are used.
  1245. </action>
  1246. <action context="Code" dev="JM" type="fix">
  1247. Bugfix: Fixed an NPE that was thrown when a table was used inside a footnote-body.
  1248. </action>
  1249. <action context="Code" dev="JM" type="fix">
  1250. Bugfix: Fixed a problem with certain TrueType fonts which are missing the "PCLT"
  1251. table, where a baseline-shift="sub" had no effect due to a missing x-height value.
  1252. (Note: This only affects TTFReader, so the font metric file has to be regenerated.)
  1253. </action>
  1254. <action context="Code" dev="JM" type="fix">
  1255. Bugfix: When the base URL was specified as a file system path, the constructed
  1256. URL was wrong.
  1257. </action>
  1258. <action context="Code" dev="JM" type="add" due-to="Jirí Mareš">
  1259. Support for "userconfig" attribute in FOP Ant Task.
  1260. </action>
  1261. <action context="Code" dev="JM" type="add">
  1262. Initial support for XMP metadata (PDF 1.4) under fo:declarations.
  1263. </action>
  1264. <action context="Code" dev="AD" type="add">
  1265. Added support for the background-position shorthand property.
  1266. </action>
  1267. <action context="Code" dev="AD" type="add">
  1268. Added support for the font shorthand property.
  1269. </action>
  1270. <action context="Code" dev="JM" type="add" fixes-bug="38618" due-to="Max Berger">
  1271. Added support for system-color() function.
  1272. </action>
  1273. <action context="Code" dev="JM" type="fix">
  1274. Bugfix: Fixed two causes for ClassCastExceptions in BlockContainerLayoutManager.
  1275. </action>
  1276. <action context="Code" dev="JM" type="fix">
  1277. Bugfix: padding-top and padding-bottom on list-items could lead to wrong page
  1278. break decisions and thus to overlapping text.
  1279. </action>
  1280. <action context="Code" dev="JM" type="fix">
  1281. Bugfix: break-before and break-after were ignored on list-items.
  1282. </action>
  1283. <action context="Code" dev="LF" type="fix" fixes-bug="38507">
  1284. Bugfix: The elements representing a non-breaking space weren't always correct.
  1285. </action>
  1286. <action context="Code" dev="JM" type="fix" fixes-bug="38453">
  1287. Bugfix: Text-decoration was not promoted if no text-decoration attribute was
  1288. specified on a nested element.
  1289. </action>
  1290. <action context="Code" dev="AD" type="add" fixes-bug="38282"
  1291. due-to="Gerhard Oettl (gerhard.oettl.at.oesoft.at)">
  1292. Added support for the from-table-column() function.
  1293. </action>
  1294. <action context="Code" dev="JM" type="fix" fixes-bug="38397">
  1295. Bugfix: Spanned cells could lead to an false error message about overlapping
  1296. cells and ultimately a NullPointerException.
  1297. </action>
  1298. <action context="Code" dev="JM" type="fix">
  1299. Bugfix: Regions with non-standard names got ignored in RTF output leading to
  1300. missing headers and footers.
  1301. </action>
  1302. <action context="Code" dev="JM" type="fix">
  1303. The RTF output now properly generates the "\landscape" flag for documents in
  1304. landscape orientation.
  1305. </action>
  1306. <action context="Code" dev="JM" type="fix">
  1307. Following a clarification by the XSL FO SG, space traits are only set on the
  1308. first and last area generated by an FO, and not on every area anymore.
  1309. </action>
  1310. <action context="Code" dev="JM" type="add">
  1311. New feature: "Intermediate format" (IF). The IF is basically the XML dialect
  1312. written by the area tree renderer (XMLRenderer). A new parser for this format
  1313. allows reparsing a serialized and possibly modified area tree and rendering it
  1314. to the final target format.
  1315. </action>
  1316. <action context="Code" dev="JM" type="fix">
  1317. Bugfix: Floating point numbers were not properly formatted in the PDF renderer
  1318. which could lead to error messages while opening a PDF in Acrobat Reader.
  1319. </action>
  1320. <action context="Code" dev="SP" type="update" fixes-bug="38098"
  1321. due-to="Gerhard Oettl">
  1322. Implement property name as default argument on some xsl-function calls.
  1323. </action>
  1324. <action context="Code" dev="SP" type="update" fixes-bug="38087"
  1325. due-to="Gerhard Oettl">
  1326. Implement force-page-count property of page-sequence.
  1327. </action>
  1328. <action context="Code" dev="JM" type="fix" fixes-bug="38054">
  1329. Bugfix: Spans that end up with a negative height don't get swallowed anymore.
  1330. </action>
  1331. <action context="Code" dev="MM" type="add" fixes-bug="36729">
  1332. Relative URLs for the font configuration attributes metrics-url and embed-url
  1333. are now supported. A new configuration property font-base has been added. It
  1334. sets the base URL against which relative font URLs are resolved. If font-base is
  1335. not set base is used.
  1336. </action>
  1337. <action context="Code" dev="JM" type="add" fixes-bug="38132" due-to="Richard Wheeldon">
  1338. Added support for RFC2397 "data" URLs.
  1339. </action>
  1340. <action context="Code" dev="JM" type="fix" fixes-bug="38132">
  1341. Bugfix: Certain border styles could lead to a NullPointerException.
  1342. </action>
  1343. <action context="Code" dev="JM" type="fix" fixes-bug="38102">
  1344. Bugfix: Space was not adjusted if the space was on a nested block. This could
  1345. lead to content overflowing the bottom of a page.
  1346. </action>
  1347. <action context="Code" dev="JM" type="fix">
  1348. Bugfix: TableCell did not properly report that it generates reference-areas
  1349. which could lead to wrong inherited values for start-indent and end-indent.
  1350. </action>
  1351. <action context="Code" dev="JM" type="add">
  1352. The font loading code now reads the encoding value from the XML font metrics file
  1353. so that fonts like Symbol and ZapfDingbats can be embedded explicitely (Required by PDF/A).
  1354. </action>
  1355. <action context="Code" dev="SP" type="update">
  1356. Improvements to the code for inline block content.
  1357. </action>
  1358. <action context="Code" dev="MM" type="fix" fixes-bug="38089">
  1359. Bugfix: Image height for BMP images was incorrectly calculated
  1360. </action>
  1361. <action context="Code" dev="AD" type="update">
  1362. Revision of refinement white-space handling.
  1363. </action>
  1364. <action context="Code" dev="AD" type="add">
  1365. Added feature: support for white-space shorthand
  1366. </action>
  1367. <action context="Code" dev="AD" type="add">
  1368. Added feature: support for page-break-* shorthands
  1369. </action>
  1370. <action context="Code" dev="MM" type="fix" fixes-bug="38053">
  1371. Bugfix: NullPointerException on certain fo:inline within lists.
  1372. </action>
  1373. <action context="Code" dev="MM" type="fix" fixes-bug="37743">
  1374. Bugfix: ClassCastException on certain fo:inline with border combinations.
  1375. </action>
  1376. <action context="Code" dev="MM" type="fix">
  1377. Changed a method name in LineArea from finalize to finalise because it was
  1378. never intended for the method to be an override of the Java Object finalize
  1379. method. If invoked by the Java garbage collector it may cause a NPE.
  1380. </action>
  1381. </release>
  1382. <release version="0.91beta" date="23 Dec 2005">
  1383. <action context="Code" dev="JM" type="update">
  1384. Deprecated Fop constructors that use integer constants to select the
  1385. output format have been removed in favor or the constructors that use
  1386. MIME types.
  1387. </action>
  1388. <action context="Code" dev="MM" type="fix">
  1389. Fixed a bug where the linefeed-treatment property value "preserve" was not
  1390. honoured when used in conjunction with text-align="center".
  1391. </action>
  1392. <action context="Code" dev="JM" type="fix" fixes-bug="37964">
  1393. Bugfix: hard breaks with even-page or odd-page were not handled correctly
  1394. when spaces were surrounding the break.
  1395. </action>
  1396. <action context="Code" dev="JM" type="update">
  1397. Changed the XMLHandler interface so it doesn't report the MIME type it
  1398. supports but instead can report whether it supports a particular Renderer
  1399. implementation. XMLHandlers are now configurable.
  1400. </action>
  1401. <action context="Code" dev="JM" type="fix">
  1402. Fixed a bug where SVG content could be clipped when rendered to PostScript.
  1403. </action>
  1404. <action context="Code" dev="JM" type="fix">
  1405. Changed the way resolutions are handled. The single resolution in the user
  1406. agent got split up into source and target resolutions. For more info, see
  1407. the updated documentation. Note: backwards-incompatible change!
  1408. </action>
  1409. <action context="Code" dev="JM" type="fix" fixes-bug="37875">
  1410. Bugfix: Some content inside a table-header may not have been renderered on
  1411. pages n &gt; 1 in certain conditions.
  1412. </action>
  1413. <action context="Code" dev="MM" type="fix">
  1414. Fixed a bug where an empty line, i.e. a block containing only a &amp;nbsp;,
  1415. was not rendered at all.
  1416. </action>
  1417. <action context="Code" dev="JM" type="fix">
  1418. Fixed a bug where the area for a finished cell that is broken over pages was
  1419. created once for each row it was spanned over instead of only once.
  1420. </action>
  1421. <action context="Code" dev="JM" type="add">
  1422. Added checks that warn about tables and block-containers that are wider than
  1423. the available content area.
  1424. </action>
  1425. <action context="Code" dev="JM" type="fix" fixes-bug="37880">
  1426. Bugfix: Footnotes were lost if the footnote appeared in centered text.
  1427. </action>
  1428. <action context="Code" dev="JM" type="update">
  1429. Improved log and error messages in a number of places by adding additional
  1430. context information that should make it easier to find the location in the
  1431. source files.
  1432. </action>
  1433. <action context="Code" dev="JM" type="fix">
  1434. Fix to correct image sizes in RTF output.
  1435. </action>
  1436. <action context="Code" dev="JM" type="add">
  1437. First attempt at SVG support in RTF output. SVG images are converted to 300dpi JPEG
  1438. images internally.
  1439. </action>
  1440. <action context="Code" dev="JM" type="update">
  1441. Additional checks to detect text overflows. The overflow property is now properly
  1442. handled where applicable.
  1443. </action>
  1444. <action context="Code" dev="JM" type="update">
  1445. Source location information improved. If location information is not available,
  1446. the context information is provided based on text content.
  1447. </action>
  1448. <action context="Code" dev="JM" type="add">
  1449. The command-line now automatically sets two parameters for any XSLT transformation:
  1450. "fop-output-format" contains the MIME type of the currently selected output format,
  1451. "fop-version" contains FOP's version number.
  1452. </action>
  1453. <action context="Code" dev="JM" type="fix">
  1454. The output file is now deleted when an exception occurs when calling FOP from
  1455. the command-line.
  1456. </action>
  1457. <action context="Code" dev="JM" type="fix">
  1458. Bugfix: Areas for table-cells that are broken over more than one page are now
  1459. generated even if all its content is already painted on a previous page. This
  1460. fixes strange effects like a table grid that is not completely painted.
  1461. </action>
  1462. <action context="Code" dev="JM" type="fix" fixes-bug="37828">
  1463. Bugfix: Column balancing produced strange break decisions in certain multi-column
  1464. documents with large amounts of text.
  1465. </action>
  1466. <action context="Code" dev="JM" type="add">
  1467. Added an alternative set of rules for calculating text indents which tries to mimic
  1468. the behaviour of many commercial FO implementations that chose to break the rules
  1469. in the FO specification in order to better meet the natural expectations of
  1470. inexperienced FO users.
  1471. </action>
  1472. <action context="Code" dev="JM" type="fix" fixes-bug="37815" due-to="Tom Craddock">
  1473. Bugfix: The combination of content-width="scale-to-fit" and content-height="100%"
  1474. did not work as expected due to a datatype conversion bug.
  1475. </action>
  1476. <action context="Code" dev="JM" type="fix" fixes-bug="37813">
  1477. Bugfix: A span="all" on the first block cause a subsequent page break and the first block
  1478. didn't span all columns.
  1479. </action>
  1480. <action context="Code" dev="JM" type="fix">
  1481. Bugfix: Self-created OutputStreams in PNG Renderer were not properly closed.
  1482. </action>
  1483. <action context="Code" dev="JM" type="update">
  1484. The border-collapse property on fo:table is now forced to the value "separate" until the collapsing
  1485. border has been implemented.
  1486. </action>
  1487. <action context="Code" dev="JM" type="add">
  1488. font-family list still not fully supported but a comma-separated list is now properly tokenized.
  1489. FOP will now go through all fonts in the list to find one that is available, but it doesn't
  1490. do so per character, yet.
  1491. </action>
  1492. <action context="Code" dev="JM" type="add">
  1493. Implemented "Overconstrained Geometry" rules (5.3.4, XSL 1.0) for the most important cases.
  1494. </action>
  1495. <action context="Code" dev="JM" type="fix">
  1496. Bugfix: Relatively positioned BlockViewports (from block-containers) caused the paint
  1497. cursor not be be properly advanced when space-before or space-after were present.
  1498. </action>
  1499. <action context="Code" dev="JM" type="fix">
  1500. Bugfix: Space resolution was incomplete for content in table-cells. Conditional elements
  1501. didn't get removed.
  1502. </action>
  1503. <action context="Code" dev="JM" type="fix">
  1504. The validation check for non-zero borders and padding on a region-* and for empty static-content
  1505. elements is now turned off when relaxed validation is active to improve compatibility with
  1506. FO documents written for other FO implementations.
  1507. </action>
  1508. <action context="Code" dev="JM" type="fix">
  1509. Bugfix for "/ by zero" ArithmeticExceptions when an URL to a non-existing image is used
  1510. and content-width and/or content-height is used.
  1511. </action>
  1512. <action context="Code" dev="JM" type="fix">
  1513. Bugfix for a multi-threading problem:
  1514. propertyListTable initialization moved from the constructor to a static block in FONode.
  1515. This fixes NullPointerExceptions in PropertyList.
  1516. </action>
  1517. <action context="Code" dev="JM" type="fix">
  1518. Bugfix for placement of text inside a text area when borders are present in PostScript output.
  1519. </action>
  1520. <action context="Code" dev="JM" type="update">
  1521. Improvements on leader painting in PDF output.
  1522. </action>
  1523. <action context="Code" dev="JM" type="add">
  1524. Support for leader painting in PostScript output.
  1525. </action>
  1526. <action context="Code" dev="LF, MM" type="add">
  1527. Support for hyphenation-ladder-count.
  1528. </action>
  1529. </release>
  1530. <release version="0.90alpha1" date="22 Nov 2005">
  1531. <action context="Code" dev="all" type="update">
  1532. <strong>Complete redesign of the FOP codebase</strong> in the period between Dec 2001 and Nov 2005.
  1533. There are just too many changes to list here. If you like to know details, run
  1534. <code>"svn log --verbose http://svn.apache.org/repos/asf/xmlgraphics/fop/trunk/"</code>.
  1535. </action>
  1536. </release>
  1537. <release version="0.20.5" date="18 July 2003">
  1538. <action context="Code" dev="all" type="update">
  1539. For the change log for the maintenance branch
  1540. (where FOP 0.20.5 came from), please see the "CHANGES" file in the distribution, or
  1541. <link 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</link>.
  1542. </action>
  1543. </release>
  1544. </changes>
  1545. <todo>
  1546. <!-- See Bugzilla and http://wiki.apache.org/xmlgraphics-fop/FOPProjectTasks -->
  1547. <actions>
  1548. <action dev="open" type="update" context="Docs">
  1549. Improve the documentation.
  1550. </action>
  1551. </actions>
  1552. </todo>
  1553. </status>