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.

xml-apis-ext.README.dom.txt 2.2KB

Merged revisions 636407-637074,637076-637118,637120-637790,637792-637856,637858-637992,637994-638047,638049-638307,638309-638315,638318-664698 via svnmerge from https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/fop-0_95 ........ r638937 | jeremias | 2008-03-19 18:08:57 +0100 (Mi, 19 Mrz 2008) | 1 line A nit. ........ r640889 | vhennebert | 2008-03-25 17:43:55 +0100 (Di, 25 Mrz 2008) | 2 lines Set the final release date and added a news item about the 0.95beta release (the change was made before updating the website) ........ r642906 | jeremias | 2008-03-31 09:12:40 +0200 (Mo, 31 Mrz 2008) | 3 lines Added version number to xml-apis-ext (as suggested by Karel Vervaeke). Moved xml-apis to same version as xml-apis-ext. Added missing licensing info about xml-apis-ext. ........ r647403 | jeremias | 2008-04-12 11:02:01 +0200 (Sa, 12 Apr 2008) | 1 line Fixed NullPointerException when loading a TrueType font using XML font metric files. ........ r647537 | jeremias | 2008-04-13 09:36:00 +0200 (So, 13 Apr 2008) | 1 line Performance improvement when encoding images: Fixed an important hotspot by extending CloseBlocker from ProxyOutputStream instead of FilterOutputStream as the latter routes all write(byte[]) calls through write(int). ........ r648984 | jeremias | 2008-04-17 09:00:22 +0200 (Do, 17 Apr 2008) | 1 line HeadURL was missing in the properties. ........ r649006 | jeremias | 2008-04-17 10:42:52 +0200 (Do, 17 Apr 2008) | 1 line Fixed text extraction problem with ZapfDingbats and Symbol font in PDF output. These fonts are symbolic and must not use an Encoding value in PDF. Applies to the built-in base 14 variant and to the case where these fonts are explicitely embedded. ........ r649014 | jeremias | 2008-04-17 11:10:15 +0200 (Do, 17 Apr 2008) | 1 line Added missing change information. ........ r650550 | vhennebert | 2008-04-22 17:22:31 +0200 (Di, 22 Apr 2008) | 4 lines Bugzilla 41621: - length of the penalty now correctly computed; - AssertionError fixed. ........ r651302 | jeremias | 2008-04-24 18:08:53 +0200 (Do, 24 Apr 2008) | 3 lines Fixed regression causing bad positioning of block-containers if used as descendant of a table-cell. This was not caught because of the lack of a test case that would have shown the problem in visual testing with BatchDiffer. See also: http://mail-archives.apache.org/mod_mbox/xmlgraphics-fop-users/200804.mbox/%3c20080424164128.973A.DEV@jeremias-maerki.ch%3e ........ r653537 | vhennebert | 2008-05-05 19:47:28 +0200 (Mo, 05 Mai 2008) | 2 lines Bugfix: the before border of cells below a column-spanning cell had their value taken from the leading case, instead of the normal one. ........ r654453 | jeremias | 2008-05-08 11:14:04 +0200 (Do, 08 Mai 2008) | 2 lines Added /usr/local/share/fonts as additional possible location for fonts on Unixes. ........ r656286 | jeremias | 2008-05-14 16:16:49 +0200 (Mi, 14 Mai 2008) | 1 line Restored plug-in API compatibility with FOP 0.94. Fixes a NoSuchMethodError when Barcode4J is run. ........ r656524 | jeremias | 2008-05-15 09:07:18 +0200 (Do, 15 Mai 2008) | 1 line Fixed rendering of fixed block-containers in AFP output. The break-out was actually never implemented which is necessary for supporting fixed positioned viewports. ........ r657520 | maxberger | 2008-05-18 11:38:45 +0200 (So, 18 Mai 2008) | 1 line Updated as per suggestions in bug 45019 ........ r661580 | maxberger | 2008-05-30 08:42:17 +0200 (Fr, 30 Mai 2008) | 1 line added my key to KEYS, it is used for signing mvn artifacts ........ r663482 | jeremias | 2008-06-05 09:06:37 +0200 (Do, 05 Jun 2008) | 1 line Fixed positioning of absolutely positioned block-containers in multi-column documents. ........ r664692 | jeremias | 2008-06-09 14:49:45 +0200 (Mo, 09 Jun 2008) | 1 line Restored PSImageUtils. I had deleted it prematurely. Extensions like Barcode4J rely on this class. ........ git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@665691 13f79535-47bb-0310-9956-ffa450edef68
16 years ago
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. xml-commons/java/external/README.dom.txt $Id: README.dom.txt 477038 2006-11-20 04:40:36Z mrglavas $
  2. HEAR YE, HEAR YE!
  3. All of the .java software and associated documentation about
  4. the DOM in this repository are distributed under the license
  5. from the W3C, which is provided herein.
  6. LICENSE.dom-software.txt covers all software from the W3C
  7. including the following items in the xml-commons project:
  8. xml-commons/java/external/src/org/w3c
  9. and all subdirectories
  10. (Note: SAC (The Simple API for CSS) has been published under an older
  11. version of the W3C license. The original license file is LICENSE.sac.html.)
  12. LICENSE.dom-documentation.txt covers all documentation from the W3C
  13. including the following items in the xml-commons project:
  14. xml-commons/java/external/xdocs/dom
  15. and all subdirectories
  16. The actual DOM Java Language Binding classes in xml-commons came from:
  17. http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/java-binding.html
  18. The specification of DOM Level 3's various parts is at:
  19. http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/
  20. http://www.w3.org/TR/2004/REC-DOM-Level-3-LS-20040407/
  21. http://www.w3.org/TR/2004/NOTE-DOM-Level-3-XPath-20040226/
  22. The specification of DOM Level 2's various parts is at:
  23. http://www.w3.org/TR/2000/REC-DOM-Level-2-Events-20001113/
  24. http://www.w3.org/TR/2000/REC-DOM-Level-2-Style-20001113/
  25. http://www.w3.org/TR/2000/REC-DOM-Level-2-Traversal-Range-20001113/
  26. http://www.w3.org/TR/2000/REC-DOM-Level-2-Views-20001113/
  27. The specification of DOM Level 1's various parts is at:
  28. http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-html.html
  29. Links to all available W3C DOM Java Bindings can be found at:
  30. http://www.w3.org/DOM/DOMTR
  31. The actual classes of The Simple API for CSS (SAC) came from:
  32. http://www.w3.org/Style/CSS/SAC/
  33. http://www.w3.org/2002/06/sacjava-1.3.zip
  34. The actual DOM Java Language Binding classes for SMIL came from:
  35. http://dev.w3.org/cvsweb/java/classes/org/w3c/dom/smil/
  36. (both ElementTimeControl.java and TimeEvent.java were taken at revision 1.1)
  37. The actual DOM Java Language Binding classes for SVG 1.1 came from:
  38. http://www.w3.org/TR/SVG11/java.html