You are viewing a plain text version of this content. The canonical link for it is here.
Posted to batik-dev@xmlgraphics.apache.org by Stephane Hillion <sh...@ilog.fr> on 2001/08/21 17:46:55 UTC

rejected big commit message


hillion     01/08/21 08:26:01

  Modified:    resources/org/apache/batik/css/parser/resources
                        Messages.properties
               sources/org/apache/batik/bridge SVGBrokenLinkProvider.java
               sources/org/apache/batik/css/parser CSSLexicalUnit.java
                        CSSSACMediaList.java CSSSelectorList.java
                        LexicalUnits.java Parser.java Scanner.java
               sources/org/apache/batik/css/svg ClipPathResolver.java
               sources/org/apache/batik/css/value CommonCSSContext.java
                        CommonViewCSS.java DefaultCommonCSSContext.java
               sources/org/apache/batik/dom/svg DefaultSVGContext.java
                        DomExtension.java SVGDOMImplementation.java
                        SVGOMDocument.java
               sources/org/apache/batik/extension/svg
                        BatikDomExtension.java
               sources/org/apache/batik/parser AbstractParser.java
                        FragmentIdentifierParser.java
               sources/org/apache/batik/transcoder/image
                        ImageTranscoder.java
               sources/org/apache/batik/transcoder/print
                        PrintTranscoder.java
               sources/org/apache/batik/transcoder/wmf/tosvg
                        WMFTranscoder.java
               sources/org/apache/batik/xml XMLUtilities.java
               sources/org/apache/batik/xml/scanner AbstractScanner.java
               xdocs    extendingBatik.xml
  Added:       sources/org/apache/batik/dom/svg
                        ExtensibleSVGDOMImplementation.java
               sources/org/apache/batik/xml InputBuffer.java
  Removed:     sources/org/apache/batik/parser Angle.java Clock.java
                        Length.java PathSegment.java
                        PreserveAspectRatio.java Transform.java
               sources/org/apache/batik/util InputBuffer.java
  Log:
  - CSS parser cleanup and bug fixes,
  - moved the DOM extension mechanism from SVGOMDocument to
    ExtensibleSVGDOMImplementation - SVG documents are less
    heavyweight at creation time and one is not forced anymore
    to depend on the Service API: the choice is done by
    selecting the appropriate DOMImplementation. The
    documentation and the SVGOMDocument clients have been updated,
  - Micro parsers package cleanup (useless classes removed),
  - Fixed a bug in XMLUtilities which caused the browser to
    fail to display the source of documents encoded in something
    else than UTF-8 and UTF-16.

---------------------------------------------------------------------
To unsubscribe, e-mail: batik-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: batik-dev-help@xml.apache.org