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.

CHANGES 50KB

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