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 47KB

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