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.

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888
  1. ==============================================================================
  2. Done since 0.20.4 release
  3. - Fixed resolution of relative URLs in FopImageFactory with IBM JDK
  4. Submitted by: Manuel Mall <mm@arcus.com.au> (see bug #14948)
  5. - Fixed infinite loop when page-height="auto" (Oleg Tkachenko)
  6. - Fix embedding of Adobe Type 1 fonts. PFB file encoded in PC format were
  7. not decoded prior to embedding. This may explain error messages with
  8. certain RIP engines. (Jeremias Maerki)
  9. - Added infinite loop detection (just halts processing, see bug #8878)
  10. Submitted by: Rhett Aultman (raultman@fcci-group.com)
  11. - Added autoselecting portrait/landscape on PCL Renderer (see bug #6638)
  12. Submitted by: vicentesalvador@netscape.net (Vicente Salvador)
  13. - Improved AWT Font-measuring/rendering (see bug #14657)
  14. Submitted by: Ralph LaChance <Ralph_LaChance@compuserve.com>
  15. - Updated examples/fo files to remove all errors and warnings during build
  16. Submitted by: Manuel Mall <mm@arcus.com.au> (see bug #13867)
  17. - Perfomance tuning (reduced object creation etc.) (see bug #14103)
  18. Submitted by: Henrik Olsson <henrik.olsson@intentia.se>
  19. - Update to Xerces 2.2.1 (Jeremias Maerki)
  20. - Fixed EOFException in TTFReader (Bug #14576)
  21. Submitted by: Bernard D'Have <bdhaveos@wanadoo.be>
  22. - Added support for CCITT Group 4 encoded TIFF files
  23. Made JAI support dynamic (no recompile needed anymore)
  24. Submitted by: Manuel Mall <mm@arcus.com.au> (see bug #13866)
  25. - Fixed problem with jpegs with icc profile and acrobat reader 5 (Bug #11301)
  26. Submitted by: Stephan Neuhaus <stephan.neuhaus@myview.de>
  27. - Fix bug in LinkSet.mergeLinks() (ArrayOutOfBoundsException when number of
  28. rects is zero) (Jeremias Maerki)
  29. - Removed the necessity for a buildtools.jar (Jeremias Maerki)
  30. - Updated several JARs: Ant 1.5.1, Xerces 2.2.0, Xalan 2.4.1 (Jeremias Maerki)
  31. - Fixed some multi-threading issues (NPEs)
  32. Submitted by: Joachim Unger <joachim.unger@softwareag.com>
  33. - Improved registration of ImageReader implementations (Jeremias Maerki)
  34. - Refactored baseDir stuff. Internally most code has been changed to work on
  35. URLs instead of filenames. The baseDir property is evaluated to a baseURL
  36. which can be accessed through Configuration.getBaseURL() (Jeremias Maerki)
  37. - Added a fontBaseDir property (similar to baseDir) which represents a base
  38. dir/URL for fonts. If this property isn't set, a fallback is made to
  39. baseDir. (Jeremias Maerki)
  40. - Fixed some javadoc warnings
  41. Submitted by: Victor Mote <vic@outfitr.com>
  42. - Added translation for GoToPageDialog and update for czech translations
  43. Submitted by: Michal Buchtik <BuchtikM@dlsystem.cz>
  44. - background properties for all regions + regions precedence support
  45. (Oleg Tkachenko)
  46. - TXTRenderer output encoding (Oleg Tkachenko)
  47. - border-spacing support (Oleg Tkachenko)
  48. - New Avalon Framework JAR with Log4J support (Bug 11274) (Jeremias Maerki)
  49. - Added a RunLengthEncode filter for the PostScript renderer
  50. Submitted by: Stephen Wolke <smwolke@geistig.com>
  51. - Added a property on the PostScript renderer for switching between PostScript
  52. Level 2 and 3. Default is Level 3. (Jeremias Maerki)
  53. ==============================================================================
  54. Done since 0.20.3 release
  55. - Moved from org.apache.log.Logger to org.apache.avalon.framework.logger.Logger
  56. (this removes dependency from logkit)
  57. Submitted by: Michael Gratton <mjg@recalldesign.com>
  58. - Made FOP running with any JAXP1.1 compliant parser/transformer
  59. Submitted by: Joerg Pietschmann <joerg.pietschmann@zkb.ch>
  60. - Updated old servlet code, moved to contrib
  61. Submitted By: Jeremias Maerki <jeremias.maerki@outline.ch>
  62. - Added russian messages for AWTViewer
  63. fallback to english messages if resources are not found
  64. Submitted by: Alex V. Alishevskikh <alex@openmechanics.net>
  65. - AWT renderer exit for closing window is only called when started from
  66. command line and not on the window (Keiron Liddle)
  67. - Updated ant to version 1.4.1 (Christian Geisert)
  68. (ant-optional.jar is no longer needed)
  69. - Changed build.sh to work under cygwin
  70. Submitted by: Andriy Palamarchuk <APalamar@wyeth.com>
  71. - Added turkish hyphenation patterns
  72. Submitted by: Togan Muftuoglu <toganm@users.sourceforge.net>
  73. - Added portuguese hyphenation patterns
  74. Submitted by: Paulo Soares <psoares@consiste.pt>
  75. - Added czech translation for AWT viewer
  76. Submitted by: Michal Buchtik <BuchtikM@dlsystem.cz>
  77. - removed xalan1 support (Christian Geisert)
  78. - Added czech hyphenation patterns
  79. Submitted by: Michal Buchtik <BuchtikM@dlsystem.cz>
  80. - Added support for background-image
  81. Submitted by: Michael Gratton <mjg@recalldesign.com>
  82. - Updated Batik to 1.5beta2 and improved the useragent usage
  83. (Keiron Liddle)
  84. - Fixed a problem when EPS files have Bounding Boxes containing
  85. negative integers.
  86. Submitted by: Claes Bergsten <claes.bergsten@tjgroup.com>
  87. - Workaround for a bug in JDK 1.3.0.* and 1.4 to improve text output.
  88. Submitted by: Ralph LaChance <Ralph_LaChance@compuserve.com>
  89. - Added support for overline, line-through and text-decoration on
  90. inline spaces for AWT renderer (Jeremias Maerki)
  91. - Added patch to prevent the same image being inserted multiple times
  92. into pdf graphics
  93. Submitted by: Paul Reavis <preavis@partnersoft.com>
  94. - Fixed PDF-Renderer to work on EBCDIC systems
  95. (Actually on systems where file.encoding != ASCII/ISO-8859)
  96. Submitted by: Jason West <Jason.West@mail.state.ky.us>
  97. - Updated xerces to version 2.0.1 and xalan to version 2.3.1
  98. (Christian Geisert)
  99. - Fixed svg links to external url (Keiron)
  100. - Fixed problem with Win98/ME commandline (Christian Geisert)
  101. - Removed Tc that were inserted in [...] TJ commands. (Bug 9054)
  102. - Fixed letter-spacing (Jeremias Maerki)
  103. - BaseDir property is now used for loading custom fonts (Bug #7608)
  104. (thanks to Arnd Beissner and Brian O'Kelley)
  105. - Added support for comma-separated values for the font-family property
  106. Submitted by: Oleg Tkachenko <olegt@multiconn.com>
  107. - Fixed support for fractional font sizes
  108. Submitted by: Björn Lütkemeier
  109. - Added exit codes/file deletion in case of an error (Joerg Pietschmann)
  110. - Implemented margin shorthand
  111. Submitted by: Peter Kullmann <p.kullmann@arenae.ch>
  112. - Added reload functionality in AWT preview window
  113. Submitted by: Oleg Tkachenko <olegt@multiconn.com>
  114. ==============================================================================
  115. Done since 0.20.2 release
  116. *** General
  117. - Added correct metrics for euro sign in standard fonts
  118. (bug 2105 and bug 4654)
  119. Submitted by: Rainer Garus <rainer.garus@nexgo.de>
  120. - Fixed problem with computing remaining with in LineArea where start-indent <> 0
  121. (bug 4839)
  122. Submitted by: Rainer Garus <rainer.garus@nexgo.de>
  123. - Support for CMYK and embedded ICC profiles in jpeg images (Tore Engvig)
  124. - Support for jpeg images in PS Renderer (Tore Engvig)
  125. - Add support for EPS images in PostScript renderer and limited EPS support in
  126. PDF Renderer (Tore Engvig)
  127. - fixed bug in TTFReader (unsigned lsb changed to signed)
  128. Submitted by: Cristi Ruja, c_ruja@yahoo.com
  129. - fixed threading problem (Keiron Liddle)
  130. - Formatting results patch to enable embedders to obtain info from render doc
  131. Submitted by: Jeremias Maerki <jeremias.maerki@outline.ch>
  132. - Better handling of missing markers (Keiron Liddle)
  133. - jimi.jar removed for removed for license reasons
  134. - Added "Printing from a servlet" example
  135. Submitted by: Ralph LaChance <Ralph_LaChance@compuserve.com>
  136. - Proper use of font encodings for "native" fonts
  137. Submitted by: Peter S. Housel (housel@acm.org) and Rainer Garus (rainer.garus@arcor.de)
  138. - fixed Marker (Christian Geisert)
  139. - updated logkit from 1.0b4 to to 1.0 (Christian Geisert)
  140. *** Tables
  141. - Implement the proportional-column-width() function in table-column and
  142. make it possible to specify table width (or inline-progression-dimension)
  143. using percentage values. (Karen Lease)
  144. - Fix a bug causing strange layout when a cell containing a nested table
  145. was laid out again because another cell in the same row was split (David
  146. Dixon's example). (Karen Lease)
  147. - Fix for infinite loops with table keeps (Christian Geisert)
  148. *** Datatypes
  149. - Rearrange the Length class hierarchy as part of the table-column proportional
  150. width work. (Karen Lease)
  151. *** Functions
  152. - make sure label-end() value gets calculated
  153. (fix for bug #6094, endless loop while processing list-item-label))
  154. *** Areas
  155. - Fix BlockArea to account for padding and border when calculating space
  156. remaining for content. (Karen Lease)
  157. - Improved line breaking for japanese
  158. Submitted by: Satoshi Ishigami <ishigami@victokai.co.jp>
  159. *** Properties
  160. - Changed "master-name" to "master-reference" on fo:page-sequence,
  161. fo:single-page-master-reference, fo:repeatable-page-master-reference and
  162. fo:conditional-page-master-reference to comply with the latest XSL recommendation.
  163. Also changed the unimplemented property space-treatment to white-space-treatment and
  164. updated examples and tests to use the new syntax.
  165. Submitted by: Christian Geisert [Christian.Geisert@isu-gmbh.de]
  166. - Add support for inline-progression-dimension and table-layout. (Karen)
  167. - Add support for letter-spacing.
  168. Submitted by: Raymond Penners <raymond@duologix.nl>
  169. - text-decoration support for blocks (Christian Geisert)
  170. - Added inheritance for the text-decoration property from parent inline or
  171. block elements (Christian Geisert)
  172. *** SVG
  173. - updated to cvs batik 3/12/2001 for api changes
  174. - fixed problem where width of scaled lines was not correct
  175. *** Images
  176. - fixed problem where streams where opened for cached images
  177. *** Messages
  178. - Improved for some common errors
  179. *** FOTreeBuilder
  180. - fixed npe problem when text outside root element
  181. - handles document errors and unknown namespace better
  182. *** AWTRenderer
  183. - Fixed small border problem
  184. Submitted by: Ralph LaChance <Ralph_LaChance@compuserve.com>
  185. - Improved i18n support for AWT viewer (Japanese dialogs)
  186. Submitted by: Satoshi Ishigami (ishigami@victokai.co.jp)
  187. *** TXTRenderer
  188. - Generated text is written in UTF-8 encoding instead of ISO-8859-1
  189. *** MIFRenderer
  190. - MIF output strings escaping (see bug #1332)
  191. Submitted by: Vicente Salvador (vicentesalvador@netscape.net)
  192. - Fixed NoSuchElementException in MIF renderer (Christian Geisert)
  193. *** Hyphenation
  194. - Added Polish Hyphenation based on TeX hypenation
  195. Submitted by: Marcin Kuthan [M.Kuthan@elka.pw.edu.pl]
  196. - Fixed infinite loop with hyphenation
  197. Submitted by: Enrico Schnepel <enrico.schnepel@gmx.de>
  198. - Added greek Hyphenation
  199. Submitted by: Dimitris Kamenopoulos <el97146@mail.ntua.gr>
  200. - Added hungarian Hyphenation
  201. Submitted by: Simon Geza <simon@mail.drotposta.hu>
  202. ==============================================================================
  203. Done since 0.20 release
  204. *** General
  205. - immediate fix to PDFRenderer and LazyFont, leading up to 0.20.1
  206. - build.xml improvements (Weiqi Gao)
  207. ==============================================================================
  208. Done since 0.19 release
  209. *** General
  210. (Lots and lots of stuff by Keiron Liddle)
  211. - all properties are read, a message will indicate if it is not supported
  212. - all elements now handled, with a message for unsupported elements
  213. - uses Unknown element if namespace+element not found, rather than using
  214. FObjMixed
  215. - support for only loading user fonts for pdf when needed
  216. - fo:wrapper should support inheriting properties better
  217. - table row span, bunch of other significant table improvements by Karen Lease
  218. - support for drawing text into PDFGraphics2D
  219. - marker support (ASandstrom)
  220. - streaming pdf
  221. - changed rendering of alpha images for svg in pdf, now uses white
  222. background
  223. - proper device information for PDFGraphics2D rendering
  224. - code formatted (Tore Engvig)
  225. - element and property list mappings now added through single interface
  226. Mark Lillywhite's performance and memory patch added.
  227. Unfortunately breaks marker support.
  228. XSL-FO with markers is not a good idea until it is fixed.
  229. *** Building
  230. - (build.bat, build.sh) now uses only the local set class path (KLiddle)
  231. - (build.xml) added support for easily using w3c testsuite for build target
  232. test (KLiddle)
  233. *** Examples
  234. - (extensive.fo) sets style so that it looks better (KLiddle)
  235. - (images.fo) images are relative to where the doc is rather than an arbitrary
  236. location (KLiddle)
  237. - (glossary.xml, glossary.xsl) fo:marker examples (ASandstrom)
  238. - (embedding.fo, external.fo) added some more info, examples (KLiddle)
  239. - (headfoot.fo) Fix spanning row example so it works (KLease)
  240. *** Documentation
  241. - (embedding.xml) added info about using xslt input handler (KLiddle)
  242. - (examples.xml) some slightly more info about svg -> pdf (KLiddle)
  243. - (svg.xml) some slightly more info about svg -> pdf (KLiddle)
  244. - (testing.xml) added support for easily using w3c testsuite for build
  245. target test (KLiddle)
  246. *** Hyphenation
  247. - (sk.xml) added slovak hyphenation patterns; Obtained from: skhyphen.tex
  248. Submitted by: KRUMPOLEC Martin <krumpolec@asset.sk>
  249. *** FOP libraries
  250. - (buildtools.jar) added support for easily using w3c testsuite for build
  251. target test (KLiddle)
  252. *** XSL Code Generation
  253. - (elements.xsl) some independance improvements (KLiddle)
  254. - (foproperties.xml) setup a couple of props (KLiddle); activated
  255. space-start/space-end (ASandstrom)
  256. - (foproperties.xml) added all remaining properties, currently just with
  257. type String (KLiddle)
  258. - Support 'format' property on fo:page-sequence (ASandstrom)
  259. - (propmaker.xsl) put import at start; puts the right property family name
  260. in resulting prop file (KLiddle)
  261. *** Package org.apache.fop.apps:
  262. - (AWTStarter.java, CommandLineStarter.java, Driver.java) Adds Mark
  263. Lillywhite's performance
  264. and memory patch in all it's glory. Unfortunately breaks marker support.
  265. (AreaTree getNextPage and getPreviousPage return the current page)
  266. XSL-FO with markers is not a good idea until it is fixed.
  267. - (CommandLineOptions.java) command line support for new ps renderer
  268. Submitted by: Jeremias Maerki <jeremias.maerki@outline.ch>
  269. - (Driver.java) combined property list setting into element setting
  270. also always get parser class name from one place; allows adding mappings from
  271. user config (KLiddle)
  272. - (Driver.java) command line support for new ps renderer
  273. Submitted by: Jeremias Maerki <jeremias.maerki@outline.ch>
  274. - (Options.java) fixed error where configfile was not being set (KLiddle)
  275. - (Options.java) Added patch for loading config via Thread ContextClassLoader
  276. Submitted by: Davanum Srinivas
  277. - (StreamRenderer.java) This just moves the marker supporting code from before
  278. Mark's patch into StreamRenderer. Not tested. (SCoffman)
  279. *** Package org.apache.fop.configuration:
  280. - (Configuration.java) combined property list setting into element setting
  281. also always get parser class name from one place (KLiddle)
  282. - (ConfigurationReader.java) combined property list setting into element
  283. setting; also always get parser class name from one place (KLiddle)
  284. *** Package org.apache.fop.datatypes:
  285. - (ToBeImplemented.java) indicates to be implemented status for
  286. properties not implemented (KLiddle)
  287. - (ToBeImplementedProperty.java) indicates to be implemented status for
  288. properties no implemented (KLiddle)
  289. *** Package org.apache.fop.extensions:
  290. - (ExtensionElementMapping.java) combined property list setting into element
  291. setting; also always get parser class name from one place (KLiddle)
  292. *** Package org.apache.fop.fo:
  293. started support to read all relevant properties, mostly commented; added all
  294. remaining elements, currently are indicated as not implemented; removed old
  295. elements (KLiddle)
  296. - (ElementMapping.java) combined property list setting into element setting
  297. also always get parser class name from one place (KLiddle)
  298. - (FONode.java) initial marker support (ASandstrom)
  299. - (FOTreeBuilder.java) gets all properties specified on each element; adds
  300. "Unknown" element for unknown elements or other namespaces; need to get a
  301. consistent and easy way to use the property values (KLiddle)
  302. - (FOTreeBuilder.java) Added patch to allow FOTreeBuilder to be reused easier
  303. Submitted by: Christopher Burkey
  304. - (FObj.java) initial marker support (ASandstrom)
  305. - (PropertyManager.java) handles page break for nested blocks now (KLiddle);
  306. addressing break boundary conditions (ASandstrom)
  307. *** Package org.apache.fop.fo.flow:
  308. Table border placement and border-drawing improvements (PDF only)
  309. Added support for the "height" property on table-row and for display-align
  310. (except "auto") on table-cell.
  311. Partial support for the "collapse" style of cell-borders was contributed
  312. by Ivan Demakov (Jun 14, maybe that was already in 0.19?). The support
  313. for "height" on table-cell was also contributed by Ivan.
  314. - (Block.java) changed Area methods slightly (ASandstrom); initial marker
  315. support, addressing break boundary conditions (ASandstrom)
  316. - (ListBlock.java, ListItem.java, ListItemBody.java, ListItemLabel.java)
  317. added support for 'returned-by' (ASandstrom)
  318. - (Marker.java) initial marker support (ASandstrom)
  319. - (PageNumber.java) Supports page-number formatting (ASandstrom)
  320. - (RetrieveMarker.java) initial marker support (ASandstrom)
  321. - (RowSpanMgr.java) Helper class for spanning rows (KLease)
  322. - (Table.java) Fix some bugs in table and cell border drawing and cell
  323. width calculations (KLease)
  324. - (TableBody.java) Implements spanning table rows (KLease)
  325. - (TableCell.java) Use a copy of BorderAndPadding to fix alignment bugs
  326. in header/footer cells (KLease); Fix some bugs in table and cell border drawing
  327. and cell width calculations (KLease); Make display-align work on table-cell
  328. (KLease) Implements spanning table rows (KLease)
  329. - (TableColumn.java) Fix some bugs in table and cell border drawing and
  330. cell width calculations (KLease)
  331. - (TableRow.java) Make display-align work on table-cell (KLease);
  332. checkBreakBefore signature (Weiqi Gao); Fix spanning bug; use height property
  333. (KLease) Implements spanning table rows (KLease)
  334. *** Package org.apache.fop.fo.pagination:
  335. - (PageNumberGenerator.java) helper class for page-number formatting
  336. (ASandstrom)
  337. - (PageSequence.java) initial marker support; support 'force-page-count';
  338. Supports page-number formatting (ASandstrom); should handle page number
  339. properly, with threads and multiple page sequences
  340. Submitted by: Jeremias Maerki <jeremias.maerki@outline.ch>
  341. - (RepeatablePageMasterAlternatives.java) restore ability to do blank pages
  342. (ASandstrom)
  343. - (Root.java) initial marker support; support 'force-page-count' (ASandstrom)
  344. ; should handle page number properly, with threads and multiple page sequences
  345. Submitted by: Jeremias Maerki <jeremias.maerki@outline.ch>
  346. *** Package org.apache.fop.fonts:
  347. - (Glyphs.java) Fixes for unicode escapes that were removed during code
  348. formatting (Sasaki Suguru [s-sasaki@hkg.odn.ne.jp])
  349. - (TTFFile.java) Some glyphs are missed when more then one glyph maps to the
  350. same data, now fixed. (SASAKI Suguru [s-sasaki@hkg.odn.ne.jp])
  351. *** Package org.apache.fop.image:
  352. - (FopImageFactory.java) changed to correct mime type
  353. catch error if batik not available (KLiddle); compiles on jdk1.1;
  354. fixes possible npe when no protocol specified; tries to get the reference from
  355. baseDir + ref path (KLiddle)
  356. - (SVGReader.java) changed to correct mime type; catch error if batik not
  357. available (KLiddle)
  358. *** Package org.apache.fop.layout:
  359. - (AbsolutePositionProps.java, AccessibilityProps.java) adds the remaining
  360. property groups (KLiddle)
  361. - (Area.java) changed Area methods slightly; improving area information; initial
  362. marker support; addressing break boundary conditions (ASandstrom)
  363. - (AreaContainer.java) improving area information (ASandstrom)
  364. - (AuralProps.java, BackgroundProps.java) adds the remaining property groups
  365. (KLiddle)
  366. - (BlockArea.java) Fix a bug which caused FOP to overestimate the space
  367. available for the first line of a Block (KLease)
  368. - (BorderAndPadding.java) Add clone method (KLease); Make display-align work
  369. on table-cell (KLease)
  370. - (FontInfo.java) updates to pdf text painter (KLiddle)
  371. - (LineArea.java) Fixes bug that causes character - glyph mapping to occur
  372. twice in getWordWidth method causing overlapping areas.
  373. (Struan Judd [struan@sjudd.com])
  374. - (LineArea.java) Fixes for unicode escapes that were removed during code
  375. formatting (Sasaki Suguru [s-sasaki@hkg.odn.ne.jp])
  376. - (LineArea.java) Added support for various spaces, inluding non-breaking space
  377. (fixes bug no 2297) (TEngvig)
  378. Added support for line breaking in the middle of words for CJK languages
  379. Fixes for bug 2243 based on a patch from rainer.garus@nexgo.de
  380. - (LineArea.java) This fixes bug 2556 by changing the leader with pattern
  381. "space" to use an InlineSpace instead of adding actually spaces. (TEngvig)
  382. - (MarginInlineProps.java) adds the remaining property groups (KLiddle)
  383. - (Page.java) initial marker support; page-number formatting (ASandstrom)
  384. - (RelativePositionProps.java) adds the remaining property groups (KLiddle)
  385. *** Package org.apache.fop.layout.hyphenation:
  386. - (Hyphenator.java) Added patch for loading config via Thread ContextClassLoader
  387. (Davanum Srinivas)
  388. - (TernaryTree.java) Fixes for unicode escapes that were removed during code
  389. formatting (Sasaki Suguru [s-sasaki@hkg.odn.ne.jp])
  390. *** Package org.apache.fop.layout.inline:
  391. - (InlineSpace.java) Added support for various spaces, including non-breaking
  392. space (fixes bug no 2297); Added support for line breaking in the middle of
  393. words for CJK languages (TEngvig)
  394. Fixes for bug 2243 based on a patch from rainer.garus@nexgo.de
  395. *** Package org.apache.fop.pdf:
  396. - (PDFColor.java) changed PDFNumber to use static methods (Liddle)
  397. - (PDFDocument.java) adds support for lazy loading of fonts; saves some cpu,
  398. memory (SASAKI Suguru <s-sasaki@hkg.odn.ne.jp>)
  399. - (PDFOutline.java) Adds support for unicode characters in bookmarks.
  400. (SASAKI Suguru [s-sasaki@hkg.odn.ne.jp])
  401. *** Package org.apache.fop.render:
  402. - (PrintRenderer.java) Add new addFilledRect method to make it possible to
  403. draw filled rectangles without any stroke in PDF; in doFrame, use rectangles
  404. instead of lines for borders to eliminate pixel errors (KLease)
  405. - (awt.AWTRenderer.java) updated to new batik interface (KLiddle)
  406. improvements to AWTRenderer (borders,backgrounds...)
  407. (Ralph LaChance/Andy Langowitz):
  408. [ AWTRenderers (-awt and -print options)
  409. - eliminated 3D-effect in rendering background color
  410. - borders now draw wider than 1 pixel if appropriate
  411. - fixed a roundoff error in background and border dimension/location
  412. - fixed a positioning error on Top and Right borders ]
  413. - (pdf.FontSetup.java) adds support for lazy loading of fonts
  414. saves some cpu, memory (SASAKI Suguru <s-sasaki@hkg.odn.ne.jp>)
  415. - (pdf/PDFRenderer.java) adds support for lazy loading of fonts
  416. saves some cpu, memory (SASAKI Suguru <s-sasaki@hkg.odn.ne.jp>)
  417. - (pdf/PDFRenderer.java) updated to new batik interface (KLiddle)
  418. - (pdf/PDFRenderer.java) added the start of svg linking; also improved a few
  419. text things (KLiddle)
  420. - (pdf/PDFRenderer.java) Add new addFilledRect method to make it possible to
  421. draw filled rectangles without any stroke in PDF; in doFrame, use rectangles
  422. instead of lines for borders to eliminate pixel errors (KLease)
  423. - (pdf/PDFRenderer.java) added initial impl of text painter that uses pdf fonts
  424. rather than stroking (KLiddle)
  425. - (pdf/PDFRenderer.java) workaround for a bug in Acrobat Reader where text
  426. may disappear or be placed in the wrong position (KLiddle)
  427. - (pdf.fonts.LazyFont.java) adds support for lazy loading of fonts
  428. saves some cpu, memory (SASAKI Suguru <s-sasaki@hkg.odn.ne.jp>)
  429. *** Package org.apache.fop.render.ps:
  430. New addition: postscript renderer
  431. Submitted by: Jeremias Maerki <jeremias.maerki@outline.ch>
  432. - (PSGraphics2D.java, PSRenderer.java) added support for rendering SVG
  433. graphics to ps, not fully functional (KLiddle)
  434. *** Package org.apache.fop.svg:
  435. - (PDFDocumentGraphics2D.java) fixes PDFDoc to work with changed interface;
  436. added the start of svg linking; should handle colour space a bit better;
  437. writes fonts to resources in PDFDocument; sets up the font state if not using
  438. strokes for text (KLiddle)
  439. - (PDFGraphics2D.java) Handles the graphics device better. (Kliddle)
  440. Also handles the alpha transparency better, at least for white backgrounds
  441. it works properly (Thomas E Deweese <thomas.deweese@kodak.com>)
  442. - (PDFGraphics2D.java) should handle colour space a bit better;
  443. writes fonts to resources in PDFDocument; added initial impl of text painter
  444. that uses pdf fonts rather than stroking (KLiddle)
  445. - (PDFTextPainter.java) should handle colour space a bit better; writes fonts
  446. to resources in PDFDocument; added initial impl of text painter that uses pdf
  447. fonts rather than stroking (KLiddle)
  448. - (PDFTranscoder.java) updated to new batik interface (KLiddle); added the
  449. start of svg linking; gets the xml parser class name properly (KLiddle)
  450. - (SVGElement.java) sets the context url properly (with baseDir)
  451. - (SVGObj.java, XMLObj.java) allows better for other xml data (KLiddle)
  452. - (SVGUtilities.java) a utility file for creating some svg things (Kliddle)
  453. *** Testing and Support
  454. - (tools.anttasks.Fop.java) handles baseDir (with a capital D) properly as
  455. suggested by Anthony Tagunov <atagunov@nnt.ru> (KLiddle)
  456. - (tools.anttasks.RunTest.java) added support for easily using w3c testsuite
  457. for build target test (KLiddle)
  458. ==============================================================================
  459. Done since 0.18 release
  460. *** Building
  461. - improvements and fixes to build.xml (ASandstrom,KCampbell)
  462. *** General
  463. - Changes to support Batik (KLiddle)
  464. { FOP now uses Batik to render svg
  465. This is handled for awt - using batik to render to a graphic
  466. and pdf.
  467. Pdf still requires better image support.
  468. The elements and properties are generated from the svgelements.xml
  469. document.
  470. The version of batik is 17/05/2001 cvs. }
  471. - memory buffering (Seshadri G.K.)
  472. *** Examples
  473. - Added Norwegian hyphenation based on Rune Kleveland's original
  474. nohyphb.tex TeX patterns from the ispell-norsk-2.0 package (TEngvig)
  475. adds Danish text (Lars Michael Johnsen)
  476. - fixed up fills and borders for better appearance (KLiddle)
  477. - Fixed basic-link horizontal position with justification turned on. (KCampbell)
  478. - add border-collapse property (KLease)
  479. - Added CID Font example (KCampbell)
  480. *** Hyphenation
  481. - corrected danish hyphenation (Carlos Villegas)
  482. - adds Danish hyphenation file (Carlos Villegas)
  483. - Added Norwegian hyphenation based on Rune Kleveland's original
  484. nohyphb.tex TeX patterns from the ispell-norsk-2.0 package (TEngvig)
  485. - Hyphenation patterns for russian (TEngvig)
  486. *** codegen
  487. - The elements and properties are generated from the svgelements.xml
  488. document. (KLiddle)
  489. *** Package org.apache.fop.apps:
  490. - support for XMLRenderer (ASandstrom)
  491. - Removed uses of System.out where throwing a FOPException should suffice.
  492. Refactored code to throw FOPExceptions so embedding FOP wont' cause app
  493. server JVMs to exit. (KCampbell)
  494. - adding -text and -pcl options to help text (FJannidis)
  495. - sets baseDir to a URL string rather than a file path string (KLiddle)
  496. *** Package org.apache.fop.datatypes:
  497. - New datatype to represent the property border-separation (KLease)
  498. *** Package org.apache.fop.fo:
  499. - fixed a couple of problems when placing foreign objects near
  500. page break (KLiddle)
  501. - Support for LengthPair property type (KLease)
  502. - restored support for external svg images (KLiddle)
  503. *** Package org.apache.fop.fo.flow:
  504. - inlining of images (ASandstrom, Seshadri G.K.)
  505. - footnote height problem fix (KLiddle)
  506. - fixed a couple of problems when placing foreign objects near
  507. page break (KLiddle)
  508. - added support for 'number-columns-repeated' (G. Pretterhofer)
  509. - fixes a null pointer ex if area is removed before creating area (KLiddle)
  510. - footnote height/id reference problem fixes (KLiddle)
  511. - Fix body positioning; remove widow and orphan handling for rows (KLease)
  512. - Make borders closer to CR spec (KLease)
  513. - Improves cell borders when border-collapse=collapse (the default). Note that
  514. this doesn't implement the full CR, but it's a big improvement and will handle
  515. many common cases. (KLease)
  516. - Stop tables from breaking too early, but make sure that all cells are
  517. composed with the same maxHeight and that absolute Height is set correctly.
  518. In TableRow.java, remove old commented out stuff and put back space-before
  519. (for now) and fix a potential bug involving space-before. (KLease)
  520. - Overflows may cause a row to be re-laid out, need to skip cell content
  521. that has already been processed. (AWelch)
  522. - Put back background on table-column and table-cell (KLease)
  523. - increasing padding problem fix (KLiddle)
  524. - Each column in the row should start with the same height available. (AWelch)
  525. - For borders to be drawn properly on overflowed rows must process all
  526. children. (AWelch)
  527. - Use Constants values. (KLease)
  528. *** Package org.apache.fop.fo.pagination:
  529. - running page num ctr now instance variable for servlet use (KLiddle)
  530. - Made logging go to the same stream (out) for pages and the newline
  531. after a page sequence. The newline was previously going to the err stream.
  532. (KCampbell)
  533. *** Package org.apache.fop.fonts:
  534. - Patch from westbay@seaple.icc.ne.jp to use unicode escape char instead of
  535. pound sign because it was interpreted as an invalid double byte char in
  536. Japanese locale (ja_JP.EUC) and wouldn't compile. (TEngvig)
  537. - Fixes a signedness bug in handling cmaps that caused some fonts to be
  538. invalid. (TEngvig)
  539. - Some fonts contains malformed composite glyphs which used to make fop crash.
  540. This adds an errormessage and tries to embed the font without the composite
  541. glyph. (TEngvig)
  542. - Made some tables in the TTF embedding optional to be compatible with more
  543. fonts. This adheres to the TrueType spec, and makes the MS OpenType
  544. extras optional. (KCampbell)
  545. - Bugfix for font headers with long datatype (KCampbell)
  546. *** Package org.apache.fop.fonts.apps:
  547. - Fixes NumberFormatExceptions when reading .pfm files with kerning values.
  548. (TEngvig)
  549. *** Package org.apache.fop.image[.analyser]:
  550. - now passes in url string to the analyser; some readers may need the url
  551. eg. svg document creator (KLiddle)
  552. - inlining of images (ASandstrom, Seshadri G.K.)
  553. - restored support for external svg images (KLiddle)
  554. - gives SVGReader the correct size (KLiddle)
  555. *** Package org.apache.fop.layout:
  556. - Fix table breaking bug (KLease)
  557. - (AreaContainer) Remove offset of X and Y position by border and
  558. padding (KLease)
  559. - (FontInfo, FontState) Refactored FontState so it doesn't do excessive font
  560. lookups per character. (KCampbell)
  561. - (LineArea) Moved mapping from character to cid from LineArea to PDFRenderer.
  562. This fixes bug no 1681 and other issues with wrong characters being displayed
  563. when using CID fonts. (TEngvig)
  564. - (LineArea) vertical align amount modified (KLiddle)
  565. - (LineArea) Fixes hyphenation for CID fonts (TEngvig)
  566. - (basic-link) Fixed basic-link horizontal position with justification
  567. turned on. (KCampbell)
  568. *** Package org.apache.fop.layout.hyphenation:
  569. - Fixed an array out of bounds that caused some combinations of word/pattern
  570. to crash (TEngvig)
  571. *** Package org.apache.fop.layout.inline:
  572. - Fixed basic-link horizontal position with justification turned on. (Campbell)
  573. *** Package org.apache.fop.pdf:
  574. - Changed encoding of CID fonts from customized CMap to predefined Identity-H
  575. encoding. (TEngvig)
  576. - Fixed some bugs in PDF rendering when font embedding fails.
  577. FontDescriptor is now written out anyway to produce a valid PDF
  578. and acrobat reports that the font can't be displayed. (KCampbell)
  579. - Added default producer to fix a bug where the PDF producer is
  580. set to null in the default commandline usage. (KCampbell)
  581. - (PrintRenderer) Correct border positions on absolutely positioned
  582. AreaContainers (fo:block-container) (KLease)
  583. *** Package org.apache.fop.render[.*]:
  584. - ps renderer (JMaerki)
  585. - improved support for XMLRenderer (ASandstrom)
  586. - fixes for -print option (DBradby)
  587. - restored support for external svg images (KLiddle)
  588. - Moved mapping from character to cid from LineArea to PDFRenderer. This
  589. fixes bug no 1681 and other issues with wrong characters being displayed when
  590. using CID fonts. (TEngvig)
  591. - Fix for color carrying over page breaks (ASandstrom)
  592. - Cleaned up renderWordArea. removed unused code. optimized object creation
  593. a little. (KCampbell)
  594. - Fix disappearing text when using text-anchor != start (KLease)
  595. - Fix for using embedded TrueType fonts in SVG. This fix adds the use of
  596. FontState.mapChar to ensure that glyphs used in the SVG document are included
  597. in the embedded font. (TEngvig)
  598. - Fixed some bugs in PDF rendering when font embedding fails.
  599. FontDescriptor is now written out anyway to produce a valid PDF
  600. and acrobat reports that the font can't be displayed. (KCampbell)
  601. *** Package src.org.apache.fop.svg:
  602. - svg handled with batik, supported in pdf, awt and ps
  603. - svg->pdf transcoder, PDFGraphics2D for drawing into pdf
  604. - (PDFDocumentGraphics2D) now supports size setting properly (KLiddle)
  605. - (PDFGraphics2D) fixes a line colouring problem (Liddle)
  606. - (PDFGraphics2D) better svg rendering; stroke style for lines (KLiddle)
  607. - (PDFGraphics2D) now supports size setting properly (KLiddle)
  608. - (SVG) Add viewBox support to svg element. (KLease)
  609. *** Package src.org.apache.fop.tools:
  610. - (TestConverter.java) fixes a problem relating to rendering options for xml
  611. renderer (KLiddle)
  612. test/Testing:
  613. - testing system, for use with the w3c defined testsuite.dtd including our
  614. tests (KLiddle)
  615. - added some simple test files with blocks (KLiddle)
  616. - also a script to create pdf from test suites (KLiddle)
  617. ==============================================================================
  618. Done since 0.17 release
  619. - added: improved Fop task for Ant, added basedir attribute [Will Holcomb]
  620. - added: Driver can be reset now [Art Welch]
  621. - added: CID Font support to svg text [Claud Yu]
  622. - added: renders svg to the awt viewer using batik [Keiron Liddle]
  623. - added: start on the PDFGraphics2D for rendering the batik svg to pdf [Keiron Liddle]
  624. - added: a text renderer [Art Welch]
  625. - added: PCL renderer [Art Welch]
  626. - added: a bunch more properties on svg elements [Keiron Liddle]
  627. - added: subset fonts embedding [Tore Engvig]
  628. - added: Dutch hyphenation file [Reinout Verkerk]
  629. - added: Fop is now self-contained (all necessary jar files included) and
  630. a runnable jar (can be started with java -jar fop.jar) [Kelly Campbell]
  631. - added: support for border and padding shorthand properties [Karen Lease]
  632. - added: use of property manager, new properties handling [Karen Lease]
  633. - added: support for region-start, region-end [Arved Sandstrom]
  634. - added: to migrate FOP to use the svg facilities from Batik in a special cvs branch [Keiron Liddle]
  635. - added: enabling CID keyed truetype fonts; this gives support
  636. for other encodings besides WinAnsiEncoding (eg japanese, chinese, arabic,
  637. iso-whatever, etc). Also makes font inclusion easier [Tore Engvig]
  638. - added: new font configuration [Fotis Jannidis]
  639. - added: support for body-start and label-end in lists [Peter S. Housel]
  640. - added: support for non-rotated arcs in svg [Keiron Liddle]
  641. - added: break before and break after for table rows [Keiron Liddle]
  642. - added: error is reported if the number of columns the cells are using is
  643. different to the number of columns in the table [Keiron Liddle]
  644. - updated: better handling of svg properties using xsl conversion to svgproperties [Keiron Liddle]
  645. - updated: the FOP build to fix the problems of the output location for the
  646. property code generation. updated ant.jar to version 1.3,
  647. added all needed jar files [Kelly Campbell]
  648. - changed: cleaned up renderWordArea. removed unused code.
  649. optimized object creation a little. [Kelly Campbell]
  650. - changed: refactored FontState so it doesn't do excessive font lookups per character [Kelly Campbell]
  651. - changed: Driver to make embedding Fop easier [Kelly Campbell]
  652. - changed: apps package and commandline usage of Fop [Fotis Jannidis]
  653. - changed: adding a PrintRenderer for all print oriented renderers [Art Welch]
  654. - fixed: problems if calculated leader-length < 0 [Fotis Jannidis]
  655. - fixed: fixes problem with page break after last row of table body [Keiron Liddle]
  656. - fixed: fixed svg placement bug, now puts the image at the correct offset [Keiron Liddle]
  657. - fixed: broken support of jdk 1.1 [Art Welch]
  658. - fixed: xalan 1 support works again, was broken after changes in apps [Kelly Campbell]
  659. - fixed: properly adjusts the max height of table parts, when a footnote is added
  660. table will not overlap with the footnote [Keiron Liddle]
  661. - fixed: hexadecimal escape sequences in dutch hyphenation file converted
  662. to iso-latin-1 [Carlos Villegas]
  663. - fixed: the typos in the fonts example in the userconfig.xml
  664. and optimized conversions to String in TTFReader and use of StringBuffer [Alain Fagot]
  665. - fixed: added border style to relevant border so that borders show up [Keiron Liddle]
  666. - fixed: put text-anchor in the correct place [Keiron Liddle]
  667. - fixed: InstreamForeignObject checks for no more room in block area [Keiron Liddle]
  668. - fixed: false border rendering for PCL renderer [Art Welch]
  669. - fixed: added default producer to fix a bug where the PDF producer is set to null in the default
  670. commandline usage. [Kelly Campbell]
  671. - fixed: Made logging go to the same stream (out) for pages and the newline after a page
  672. sequence. The newline was previously going to the err stream. [Kelly Campbell]
  673. Done since 0.16 release
  674. - added: a branch for a Fop version which supports Japanese text
  675. (not yet part of the main branch) [Satoshi Ishigami]
  676. - added support for text-anchor in svg:text, viewBox in svg:svg [Aaron Optimizer Digulla]
  677. - added: MIF Renderer [G. Seshadri]
  678. - added: vertical-align to text [Keiron Liddle]
  679. - added: support for PDF outlines (aka bookmarks). See the example in
  680. docs/examples/fo/pdfoutline.fo [Kelly Campbell]
  681. - added: some text rendering optimizations for PDF [Kelly Campbell]
  682. - added: limited support for fo:wrapper [Kelly Campbell]
  683. - added: support in pdfrenderer for using TrueType fonts, and embedding of TrueType
  684. and Type1 fonts, and support for kerning [Tore Engvig]
  685. - added: further support for complete font handling in pdf renderer [Alain Fagot]
  686. - added: support for fo:footnote, fo:footnote-body [Keiron Liddle]
  687. - added: support for values of property textdecoration ('overline','linethrough') [Christian Geisert]
  688. - added: support for font-variant="small-caps" [Eric Schaeffer]
  689. - added/changed: organization of build tools / classes + support for xalan 2 [Kelly Campbell]
  690. - added: italian hyphenation file [Stephane Bline)]
  691. - added: uml diagrams to online docs [Stuart Zakon]
  692. - added: a new faq for fop at http://www.owal.co.uk:8090/ [Alex McLintock]
  693. - refactoring org.apache.fop.layout [Keiron Liddle]
  694. - changed: XObject to use the stream default filter list [Kelly Campbell]
  695. - changed: placed svg inline first, part in moving towards proper inline areas [Keiron Liddle]
  696. - fixed: a problem with spaces before and after a body in table
  697. also properly sets the width of the table to the sum of the columns [Keiron Liddle]
  698. - fixed: handling of orphans, keep problem [Keiron Liddle]
  699. - fixed: handling of column heights properly [Keiron Liddle]
  700. - fixed: bails out if no rows in table body [Keiron Liddle]
  701. - fixed: list-block spanning a page problem [Keiron Liddle]
  702. - fixed: an off by one error in the end of stream encoding part of ASCII85Filter
  703. as reported by Alex Cherepanov [Kelly Campbell]
  704. - fixed: Clarified error reported for order of static-content, flow within a
  705. page-sequence to meet section 6.4.5 of the spec [Kelly Campbell]
  706. - fixed: leader didn't fill rest of line in table of contents [Fotis Jannidis]
  707. - fixed: throws a more useful error if non-row inside table body [Keiron Liddle]
  708. - fixed: duplicate ID bug for tables that flow over a page [Keiron Liddle]
  709. - fixed: empty flow bug [Kai Strackbein]
  710. - fixed: broken support of jdk 1.1 [Peter Housel]
  711. Done since 0.15 release
  712. - added: support for background color property, column breaks [Arved Sandstrom]
  713. - added: support for xalan 2 in xslt task [Kelly Campbell]
  714. - added: support for the properties table-omit-header-at-break,
  715. table-omit-footer-at-break, number-columns-spanned (partly), orphans, widows (only for tables) [Keiron Liddle]
  716. - added: support for multi-column and column spanning (column-count, column-gap, span)[Arved Sandstrom]
  717. - added: compression for pdf files, changed output format to OutputStream [Kelly Campbell]
  718. - added: improved handling of compound properties [Karen Lease]
  719. - added: fo:character and property 'character' [Fotis Jannidis]
  720. (limitation: not included into hyphenation, no Common Margin and Padding support)
  721. - added: vertical alignment for table cell contents [Keiron Liddle]
  722. - added: Finnish hyphenation patterns [Jarno Elovirta]
  723. - added: hyphenation package [Carlos Villegas], integration into Fop [Fotis Jannidis]
  724. - added: interim configuration package [Fotis Jannidis]
  725. - added: FopImage class that uses JAI [Eric Schaeffer] and JAI compile target [Kelly Campbell]
  726. - added: support for rule-style [Fotis Jannidis]
  727. - added: support for fo:table-header, fo:table-footer, and for the following properties
  728. in tables: keep-with-next, keep-with-previous [Keiron Liddle]
  729. - updated: svg stuff for the latest java bindings [Keiron Liddle]
  730. - fixed: enhanced error messages for page layout (region names, master) [Norm Walsh]
  731. - fixed: infinite looping bug when TableCell or TableRow is larger than a page [Hani Elabed]
  732. - fixed: corrected the size of the "-" char [Keiron Liddle]
  733. - fixed: check for unnecessary whitespace at end of line [Marcus Crafter]
  734. - fixed: moves table completely to next page if first row doesn't fit into last page [Keiron Liddle]
  735. - fixed: problem where id's where being setup twice for
  736. table row going over the page [Kelly Campbell]
  737. - fixed colspanning so that the cell state keeps track of the
  738. width so far properly [Keiron Liddle]
  739. - fix to allow JDK 1.1 users to compile and use FOP [Mikko Honkala, Art Welch]
  740. - fix: removing duplicate character mappings [Dharamveer Salecha]
  741. - fix: NullPointerException in FopImageFactory [Kelly Campbell]
  742. - fixed: space after's where not being removed if table row was being removed [Keiron Liddle]
  743. - fixed problem with keep-with not storing the correct rows [Keiron Liddle]
  744. - fixed: extra space after was left behind for rows going over a page [Keiron Liddle]
  745. Done since 0.14 release
  746. - added region-name support, refactoring of region, PageSequence,
  747. PageMasterReference, flow/static [Kelly Campbell, Arved Sandstrom]
  748. - added CommandLine/Driver -d option to output stack traces [Kelly Campbell, Arved Sandstrom]
  749. - added: a new package for image support and analysis [Pankaj Narula]
  750. - added better svg support (linear gradients, radial gradients, css style selectors,
  751. css colour names, patterns, path curves (except arcs), text tspan and tref, text whitespace
  752. handling, text outline and fill, switch, images (including external svg images)
  753. references in external svg documents, svg elements (below top element), symbol element) [Keiron Liddle]
  754. - added large test suite for svg [Keiron Liddle]
  755. - added support for property textdecoration (only value 'underline') [Christian Geisert]
  756. - added support for type 1 fonts [Jeremias Maerki,Alan Fagot]
  757. - added support for compile target jdk 1.1 only [Art Welch]
  758. - added support for partial borders in block, block-container,
  759. table-row, table-column and table-cell [Corinna Hischke]
  760. - redesign of properties handling, support for computed, compound and shorthand properties,
  761. supporting docs [Karen Lease]
  762. - redesign of font handling for AWTRenderer [Dorothea Wiarda]
  763. - added: support for leader-alignment, leader-pattern-width, leader-pattern (dots,space) [Fotis Jannidis]
  764. - fixed: unnecessary dependence on jdk 1.2 features [Christian Geisert]
  765. - fixed: unicode problem in UserMessage [Ross Golder]
  766. - fixed: broken buildFOTree [Marcus Holmberg]
  767. - fixed: problems with borders and padding in tables [Corinna Hischke]
  768. - fixed: XMLRenderer, unbalanced " in the produced output [Dorothea Wiarda]
  769. - fixed: renamed: inline-sequence -> inline, simple-link -> basic-link,
  770. white-space-treatment -> white-space-collapse [Fotis Jannidis]
  771. - fixed: images were rendered only half size (Mikko Honkala)
  772. - fixed: pdf file in XalanCommandFile explicitly closed [Dharamveer Salecha]
  773. - fixed: lists containing list do not keep their indentation correctly
  774. over a page boundary [Dorothea Wiarda]
  775. Done since 0.13 release
  776. - pagination updated to 03/27/2000 XSL WD [Arved Sandstrom]
  777. - added support for fo page-number-citation [Mike Crowe, Jordan Naftolin]
  778. - added support for 06/29/2000 SVG WD + W3C Java DOM bindings [Keiron Liddle]
  779. - added image support using Jimi [Eric Schaeffer]
  780. - added support for external and internal simple-links [Jordan Naftolin]
  781. - added support for the fonts Symbol and ZapfDingbats [Fotis Jannidis]
  782. - added a MessageHandler [Fotis Jannidis]
  783. - fixed table overflow bug [Jordan Naftolin]
  784. - finally fixed postscript printing of generated PDF [Domagoj Cosic]
  785. - removed XTCommandLine from build.xml
  786. - removed PDFOutputHandler from build.xml
  787. - added XalanCommandLine [Fotis Jannidis]
  788. - added: fo:instream-foreign-object [Keiron Liddle]
  789. - added: goto button in AWT viewer [Stanislav Gorkhover]
  790. - updated: AWT viewer now works again and supports - with some restrictions - the new SVG support [Stanislav Gorkhover]
  791. Done since 0.12.1 release
  792. - using Ant to build Fop instead of make [Giacomo Pati]
  793. - borders, padding and absolute positioning [Jon Smirl]
  794. 0.12.1 release
  795. to make the bug fix on XTCommandLine available to non developers
  796. basic support for padding-{top,left,bottom,right} on blocks.
  797. implemented simple-link (don't think it works, though)
  798. XTCommandLine now works again
  799. background color works on list-block
  800. list-blocks can now be in table-cell
  801. Done for 0.12.0 release:
  802. Make sure Makefiles work
  803. Switch to using Status object as return from layout()
  804. Incorporate Eric Schaeffer's fix to tables in static-content
  805. Incorporate Kelly Campell's fixes to GifJpegImage
  806. Incorporate Eric Schaeffer's background colour implementation
  807. (actually used different approach with background colour as trait)