ChangeLog.gnujaxp.1 7.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206
  1. This is an historic file listing changes from the old GNU JAXP project.
  2. GNU JAXP is now part of GNU Classpath. New changes to these files are
  3. listed in the main ChangeLog file or documented in the external
  4. subdirectories for the w3c dom and sax sources.
  5. 2004-12-22 Chris Burdess <dog@gnu.org>
  6. * Makefile.am: Generate META-INF/services factory configuration files.
  7. 2004-12-17 Mark Wielaard <mark@klomp.org>
  8. * css,html2: Updated APIs to final versions of W3C specifications
  9. (DOM Level 2).
  10. 2004-12-15 Mark Wielaard <mark@klomp.org>
  11. * GnomeNodeIterator.java: Renamed to DomNodeIterator.java.
  12. 2004-12-10 Chris Burdess <dog@gnu.org>
  13. * org/xml/sax: Updated version of SAX API to sax2r3 final.
  14. 2004-12-04 Chris Burdess <dog@gnu.org>
  15. * README,INSTALL,AUTHORS: Updated documentation.
  16. 2004-12-03 Andrew Overholt <overholt@redhat.com>
  17. * autogen.sh: New file.
  18. 2004-11-27 Chris Burdess <dog@gnu.org>
  19. * Makefile.am: Removed redundant 'sources' and 'classes' makefile
  20. variables. Added -W-no-long-long to libxmlj compilation flags.
  21. 2004-11-26 Andrew Overholt <overholt@redhat.com>
  22. * Makefile.am: Update for gcj.
  23. * configure.ac: Likewise.
  24. * Makefile.in: Update generated.
  25. * aclocal.m4: Likewise.
  26. * configure: Likewise.
  27. * config/config.guess: Likewise.
  28. * config/config.sub: Likewise.
  29. * config/ltmain.sh: Likewise.
  30. 2004-10-06 Chris Burdess <dog@gnu.org>
  31. * Makefile.am: Fixes to permit gcj compilation.
  32. 2004-10-27 Chris Burdess <dog@gnu.org>
  33. * parsers, transform, dom, sax, stream: API rewritten from
  34. scratch to satisfy copyright assignment.
  35. 2004-10-13 Arnaud Vandyck <avdyk@gnu.org>
  36. Reported by John Kristian <jk2004@engineer.com>:
  37. * manifest.mf: added Implementation Version field.
  38. 2004-10-06 Chris Burdess <dog@gnu.org>
  39. * Makefile.am: Make invocation of javadoc gjdoc-compatible.
  40. 2004-09-03 Chris Burdess <dog@gnu.org>
  41. * all: Replaced GPL exception with new exception text.
  42. 2004-09-01 Chris Burdess <dog@gnu.org>
  43. * all: Reassigned David Brownell's copyright to FSF.
  44. 2004-05-12 Chris Burdess <dog@gnu.org>
  45. * (dom): Updated to DOM Level 3 Core and L&S interfaces.
  46. * GnomeDocumentBuilder.java: Fixed stream retrieval bug.
  47. 2004-05-05 Chris Burdess <dog@gnu.org>
  48. * Makefile.am, acinclude.m4: Added gcjh detection. Makefile will now
  49. rebuild out of date JNI headers and gnujaxp.jar.
  50. 2004-04-22 Arnaud Vandyck <avdyk@ressource-toi.org>
  51. * source: sources directory has been moved to source directory,
  52. src has been deleted. Sorry for the inconvenience.
  53. 2004-04-20 Arnaud Vandyck <avdyk@ressource-toi.org>
  54. Reported by Maarten Coene <MacBelgium@toughguy.net>:
  55. * src/gnu/xml/aelfred2/JAXPFactory.java (getFeature): throws a
  56. NullPointerException if you check for a feature that hasn't been
  57. set at the factory level.
  58. 2004-04-19 Arnaud Vandyck <avdyk@ressource-toi.org>
  59. * src/xmlj_io.h, src/xmlj_io.c, src/xmlj_error.h,
  60. src/xmlj_error.c, src/libxsltj.c,
  61. src/gnu/xml/libxmlj/transform/URIResolverProxy.java,
  62. src/gnu/xml/libxmlj/transform/TransformerImpl.java,
  63. src/gnu/xml/libxmlj/transform/TransformerFactoryImpl.java,
  64. src/gnu/xml/libxmlj/transform/TransformTest.java,
  65. src/gnu/xml/libxmlj/transform/TemplatesImpl.java,
  66. src/gnu/xml/libxmlj/transform/SourceWrapper.java,
  67. src/gnu/xml/libxmlj/transform/SourceLocatorImpl.java,
  68. src/gnu/xml/libxmlj/transform/LibxsltStylesheet.java,
  69. src/gnu/xml/libxmlj/transform/LibxmlDocument.java,
  70. src/gnu/xml/libxmlj/transform/JavaContext.java,
  71. src/gnu/xml/libxmlj/transform/IOToolkit.java,
  72. src/gnu/xml/libxmlj/transform/ErrorListenerProxy.java,
  73. src/gnu/xml/libxmlj/transform/DefaultURIResolverImpl.java,
  74. src/gnu/xml/libxmlj/transform/DefaultErrorListenerImpl.java:
  75. changed the copyright holder to FSF and changed the license to
  76. GPL+linking exception, many thanks to Julian Scheid who wrote the
  77. code and accepted to donate his code to the FSF and change the
  78. license to GPL + linking exception.
  79. * README: updated (added the libxmlj README comments)
  80. * AUTHORS: added Julian.
  81. * INSTALL: updated to match the current scheme (new dependency,
  82. new build system)
  83. 2004-04-15 Arnaud Vandyck <avdyk@ressource-toi.org>
  84. * src/gnu/xml/aelfred2/SAXDriver.java (SAXDriver): removed the
  85. comparison choice because an org.xml.sax.SAXNotSupportedException
  86. must be caught, so it'll slow the benefit of the interned strings!
  87. * src/gnu/xml/pipeline/WellFormednessFilter.java (startDTD)
  88. (notationDecl, unparsedEntityDecl): reverted the '==' comparison
  89. between String's because they are internaled and there is no way
  90. to choose if the comparison must use '==' or 'equals'
  91. * src/gnu/xml/pipeline/ValidationConsumer.java: reverted the '=='
  92. comparison between String's because they are internaled and there
  93. is no way to choose if the comparison must use '==' or 'equals'
  94. * src/gnu/xml/pipeline/DomConsumer.java:
  95. (populateAttributes): using equals because I'm not sure "" is
  96. interned?
  97. * src/gnu/xml/aelfred2/XmlParser.java (parseAttribute)
  98. (parseAttDef, readAttType, parseDefault)
  99. (setInternalEntity, pushURL): if string-interning use the '=='
  100. comparison, else, use 'equals'
  101. * src/gnu/xml/aelfred2/SAXDriver.java (attribute, startElement)
  102. (getType): if string-interning use the '==' comparison, else, use
  103. 'equals'
  104. 2004-04-14 Arnaud Vandyck <avdyk@ressource-toi.org>
  105. * src/gnu/xml/aelfred2/SAXDriver.java (getFeature):
  106. http://xml.org/sax/features/string-interning can now be set to
  107. false so comparison if perform using equals (if true, comparison
  108. is performed with '==').
  109. * src/gnu/xml/util/XCat.java (startElement): reverted the '=='
  110. comparison between String's because they are internaled and there
  111. is no way to choose if the comparison must use '==' or 'equals'
  112. * src/javax/xml/transform/sax/SAXResult.java, SAXSource.java,
  113. SAXTransformerFactory.java, TemplatesHandler.java,
  114. TransformerHandler.java,
  115. src/javax/xml/transform/stream/StreamResult.java,
  116. StreamSource.java, src/javax/xml/transform/dom/DOMLocator.java,
  117. DOMResult.java, DOMSource.java,
  118. src/javax/xml/parsers/ClassStuff.java, DocumentBuilder.java,
  119. DocumentBuilderFactory.java, FactoryConfigurationError.java,
  120. ParserConfigurationException.java, SAXParser.java,
  121. SAXParserFactory.java, src/javax/xml/transform/ClassStuff.java,
  122. ErrorListener.java, OutputKeys.java, Result.java, Source.java,
  123. Templates.java, Transformer.java,
  124. TransformerConfigurationException.java, TransformerException.java,
  125. TransformerFactory.java,
  126. TransformerFactoryConfigurationError.java,
  127. src/gnu/xml/libxmlj/transform/DefaultErrorListenerImpl.java,
  128. DefaultURIResolverImpl.java, ErrorListenerProxy.java,
  129. IOToolkit.java, JavaContext.java, LibxmlDocument.java,
  130. SourceLocatorImpl.java, SourceWrapper.java, TemplatesImpl.java,
  131. TransformTest.java, TransformerImpl.java,
  132. TransformerFactoryImpl.java, URIResolverProxy.java: removed the id
  133. cvs tag to ease integration in other cvs repositories
  134. 2004-04-08 Arnaud Vandyck <avdyk@ressource-toi.org>
  135. * NEWS: initial commit
  136. * INSTALL: initial commit
  137. * src: sources directory has been moved to src directory
  138. * configure.ac, Makefile.am: now build jaxp and libxmlj together
  139. * Makefile.aj, automakejar, configure.in: removed, no more used.
  140. 2004-02-05 Arnaud Vandyck <avdyk@users.sourceforge.net>
  141. * ChangeLog.libxmlj, source/*.c, source/*h,
  142. source/gnu/xml/libxmlj/transform/*.*: imported from libxmlj
  143. * ChangeLog.gnujaxp: added to have some history of the project