OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [classpath/] [ChangeLog.gnujaxp.2] - Blame information for rev 766

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 766 jeremybenn
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 listed
3
in the main ChangeLog file or documented in the external subdirectories for
4
the w3c dom and sax sources.
5
 
6
2004-12-07  Chris Burdess  
7
 
8
        * dom: Minor DOM Level 3 Core conformance improvements.
9
 
10
2004-12-07  Mark Wielaard  
11
 
12
        * ReaderInputStream.java: Mark and reset implementation.
13
 
14
2004-12-06  Chris Burdess  
15
 
16
        * dom: Minor DOM Level 3 Core conformance improvements.
17
 
18
2004-12-06  Mark Wielaard  
19
 
20
        * TransformerImpl.java: Use StreamResult's Writer if no byte stream
21
        is present.
22
 
23
2004-12-05  Chris Burdess  
24
 
25
        * TransformerImpl.java,XSLURIResolver.java: Permit identity
26
        transforms with target nodes and null system IDs.
27
 
28
2004-12-04  Dalibor Topic  
29
 
30
        * ElementAvailableFunction.java,FunctionAvailableFunction.java,
31
        KeyFunction.java,SortKey.java,Stylesheet.java,
32
        SystemPropertyFunction.java,TransformerImpl.java,XSLComparator.java,
33
        NameTest.java,NamespaceTest.java,XPathParser.java,QName.java:
34
        Corrected QName.getLocalName to getLocalPart. Fixed missing imports.
35
 
36
2004-12-02  Chris Burdess  
37
 
38
        * TransformerImpl.java: Implemented JAXP user output properties.
39
        * TransformerFactoryImpl.java: Implemented getAssociatedStylesheet.
40
 
41
2004-12-01  Chris Burdess  
42
 
43
        * StreamSerializer.java: Use BOM for UTF-16 output.
44
        * XSLComparator.java: Implemented number data types.
45
        * SortKey.java: Implemented AVTs.
46
        * ApplyImportsNode.java: apply-imports implementation.
47
 
48
2004-11-29  Chris Burdess  
49
 
50
        * ls: Corrections to attribute namespaces.
51
        * transform: element-available and function-available functions.
52
 
53
2004-11-29  Chris Burdess  
54
 
55
        * transform,xpath: Clone entire stylesheet trees for reuse of
56
        stylesheets in JAXP templates.
57
 
58
2004-11-28  Chris Burdess  
59
 
60
        * StreamSerializer.java: Fix typo for disable-output-escaping.
61
 
62
2004-11-27  Julian Scheid  
63
 
64
        * SubstringFunction.java: Fixed a bug which would copy one character
65
        short if the length is specified explicitly.
66
        * TransformerFactory.java,ImplementationSource.java: Load libxmlj
67
        classes dynamically.
68
 
69
2004-11-26  Chris Burdess  
70
 
71
        * TransformerException.java,TransformerConfigurationException.java:
72
        Include message from cause exception if none specified.
73
        * transform: Import circularity detection.
74
 
75
2004-11-25  Chris Burdess  
76
 
77
        * xpath: Selector and node test fixes.
78
 
79
2004-11-24  Chris Burdess  
80
 
81
        * dom: Don't create attribute text node unless required.
82
        * transform: Better whitespace stripping, xsl:number algorithm
83
        improvements
84
        * xpath: Improvements to math conformance.
85
 
86
2004-11-23  Chris Burdess  
87
 
88
        * dom: Use LS implementation for JAXP DocumentBuilder.
89
        * ls: Fixed namespace node handling.
90
 
91
2004-11-22  Chris Burdess  
92
 
93
        * transform,xpath: Namespace context support.
94
        * transform: XSL message instruction, special number handling, key()
95
        function
96
 
97
2004-11-21  Chris Burdess  
98
 
99
        * dom: Use XMLConstants constants instead of literals.
100
        * transform: Fixed infinite loop in roman numeral generation.
101
        * xpath: Resolve functions at parse time.
102
 
103
2004-11-20  Chris Burdess  
104
 
105
        * dom: Do not report events during DOM construction.
106
 
107
2004-11-19  Chris Burdess  
108
 
109
        * transform: OASIS XSLT conformance improvements.
110
 
111
2004-11-18  Chris Burdess  
112
 
113
        * ls: Implemented more of FilteredSAXEventSink.
114
        * transform: use-attribute-sets on literal result element.
115
 
116
2004-11-16  Chris Burdess  
117
 
118
        * dom: Implemented Document.renameNode, Document.normalizeDocument,
119
        Element.setIdAttribute*. DomDocument.verifyXmlName accuracy was
120
        improved. XML 1.1 Name, NCName, and Char checking was implemented,
121
        and XML 1.0 rules applied.
122
 
123
2004-11-15  Chris Burdess  
124
 
125
        * dom: Improved DOM Level 3 conformance.
126
 
127
2004-11-14  Chris Burdess  
128
 
129
        * dom: TypeInfo implementations for DTD-specified type declarations.
130
        * ls: New DOM Level 3 Load and Save implementation.
131
 
132
2004-11-11  Chris Burdess  
133
 
134
        * transform: Implemented decimal-formats and number formatting.
135
        * xpath: Implemented XSL-style pattern matching.
136
 
137
2004-11-10  Chris Burdess  
138
 
139
        * transform: Additional XSLT XPath extension functions. More output
140
        parameters taken into account. Attribute-sets and namespace aliases
141
        implemented.
142
 
143
2004-11-09  Chris Burdess  
144
 
145
        * xpath: Separated functions into separate classes for efficiency.
146
        Fixes to evaluation model, notably path components.
147
        * transform: Fixes to XPath expression evaluation.
148
 
149
2004-11-08  Chris Burdess  
150
 
151
        * transform: Fixes to template calling in foreign stylesheets.
152
 
153
2004-11-04  Chris Burdess  
154
 
155
        * ContentHandler2.java: Extension interface for reporting XML
156
        declaration.
157
        * SAXDriver.java,XmlParser.java: Report XML declaration to content
158
        handlers implementing the ContentHandler2 interface.
159
        * Consumer.java,DomConsumer.java,EventFilter.java: Pass xmlDecl
160
        events to ContentHandler2s.
161
        * JAXPFactory.java: Set document URI during parse.
162
        * transform,xpath: document() function, function calls, variable
163
        binding fixes
164
 
165
2004-11-03  Chris Burdess  
166
 
167
        * dom: Refactoring of DomNode for efficiency, using pointers to
168
        next/previous/first/last nodes instead of arrays of children, and
169
        explicit node type without the need for a method call. Fixed
170
        problems inserting DocumentFragments.
171
        * transform: whitespace stripping; parameters and variables;
172
        document() function.
173
        * xpath: Name test fix.
174
 
175
2004-11-02  Chris Burdess  
176
 
177
        * transform: Fully compiled templates; many more XSL language
178
        features supported; stream, SAX, and DOM results.
179
 
180
2004-10-31  Chris Burdess  
181
 
182
        * DomNode.java: Implement Comparable using natural document order.
183
        * xpath: Use natural document ordering in DomNode.
184
 
185
2004-10-30  Chris Burdess  
186
 
187
        * transform: Experimental XSLT transformer using XPath
188
        implementation.
189
 
190
2004-10-28  Chris Burdess  
191
 
192
        * xpath: Implemented XPathFactory.newInstance(); added missing
193
        imports in GNU implementation.
194
 
195
2004-10-27  Chris Burdess  
196
 
197
        * xpath: Added JAXP XPath implementation. Variable references and
198
        function calls now use JAXP resolver callback interfaces.
199
 
200
2004-10-20  Chris Burdess  
201
 
202
        * all: Updates to bring API in line with JAXP 1.3: introduction of
203
        datatype, namespace, validation, and xpath JAXP packages and
204
        miscellaneous updates to other packages. Style corrections.
205
 
206
2004-10-18  Chris Burdess  
207
 
208
        * xpath: Number parsing fixes.
209
 
210
2004-10-17  Chris Burdess  
211
 
212
        * xpath: XPath function calls.
213
 
214
2004-10-18  Dalibor Topic  
215
 
216
       * sources/gnu/xml/xpath/Index.java: Added missing include.
217
          (toString) Convert left and right hand side to strings
218
          explicitely.
219
 
220
2004-10-17  Chris Burdess  
221
 
222
        * xpath: Added experimental XPath 1.0 engine.
223
 
224
2004-10-06  Chris Burdess  
225
 
226
        * dom: Added framework for XPath expression evaluation.
227
 
228
2004-08-10  Musachy Barroso  
229
 
230
        * XmlParser.java: Fixed bug while reading 0x2028. Check
231
        for document version in external subset.
232
 
233
2004-08-10  Musachy Barroso  
234
 
235
        * XmlParser.java: Convert 0x2028 to '\r' when document is 1.1
236
 
237
2004-08-08  Musachy Barroso  
238
 
239
        * XmlParser.java: Report start name characters that are not
240
        BaseChar. (more of them)
241
 
242
2004-08-08  Musachy Barroso  
243
 
244
        * XmlParser.java: Report start name characters that are not
245
        BaseChar.
246
 
247
2004-08-08  Musachy Barroso  
248
 
249
        * XmlParser.java: Report NEL characters as igorable if document
250
        is 1.1
251
 
252
2004-08-07  Musachy Barroso  
253
 
254
        * XmlParser.java: Fixed bug while reading whitespaces in elements
255
        content.
256
 
257
2004-08-06  Musachy Barroso  
258
 
259
        * SAXDriver.java: Check added for missing prefix in namespace
260
        declaration attribute.
261
 
262
2004-08-06  Musachy Barroso  
263
 
264
        * XmlParser.java: Partial character ref, partial entity
265
        references checks, moved to parseEntity(...)
266
 
267
2004-08-06  Musachy Barroso  
268
 
269
        * SAXDriver.java: Checks added for colon in entities, PI and
270
        notations. Unbounded prefixes error changed to fatal.
271
 
272
2004-08-05  Musachy Barroso  
273
 
274
        * SAXDriver.java: Fixed bug intruduced with the partial character
275
        ref, partial entity references checks.
276
 
277
2004-08-05  Musachy Barroso  
278
 
279
        * SAXDriver.java: Fixed bug intruduced with the partial character
280
        ref, partial entity references checks.
281
 
282
2004-08-03  Musachy Barroso  
283
 
284
        * SAXDriver.java: Check added for namespaces names containing only
285
        ':'.
286
 
287
2004-07-31  Musachy Barroso  
288
 
289
        * XmlParser.java: Improved check for partial character references
290
        and partial entity references in internal entities.
291
 
292
2004-07-31  Musachy Barroso  
293
 
294
        * XmlParser.java: Added check for partial character references
295
        in internal entities.
296
 
297
2004-07-29  Musachy Barroso  
298
 
299
        * SAXDriver.java: Added checks for invalid use of reserved
300
        prefixes and namespaces.
301
 
302
2004-07-28  Musachy Barroso  
303
 
304
        * XmlParser.java: Invalidate character range [0x7f - 0x9f] if the
305
        document version is 1.1. 0x85(NEL) is still valid.
306
 
307
2004-07-25  Musachy Barroso  
308
 
309
        * XmlParser.java: Fixed end-of-line handling to comply with sec 2.11.
310
 
311
2004-07-11  Musachy Barroso  
312
 
313
        * XmlParser.java: Handle empty documents.
314
 
315
2004-07-11  Musachy Barroso  
316
 
317
        * XmlParser.java: Call StartDocument at the right time.
318
 
319
2004-07-11  Musachy Barroso  
320
 
321
        * XmlParser.java: Disable LIT_DISABLE_CREF flag on entities parsing.
322
 
323
2004-07-11  Musachy Barroso  
324
 
325
        * SAXDriver.java: Refactoring of various attributes lists into a single list.
326
 
327
2004-06-24  Chris Burdess 
328
 
329
        * SAXDriver.java: Introduced reset method to reset state before
330
            new parse. Thanks to Musachy Barroso.
331
 
332
2003-12-01 00:32  Arnaud Vandyck 
333
 
334
        * source/: *.java : Removed al the cvs
335
          tags inside sources to avoid complicated synchro. Patch by
336
          Dalibor Topic. Many thanks
337
 
338
2003-11-06 12:18  Arnaud Vandyck 
339
 
340
        * source/gnu/xml/aelfred2/: SAXDriver.java, XmlParser.java: Ito
341
          conclusion patch
342
 
343
2003-11-06 12:11  Arnaud Vandyck 
344
 
345
        * source/gnu/xml/pipeline/XIncludeFilter.java: Call methods of
346
          super class
347
 
348
2003-10-23 15:28  Arnaud Vandyck 
349
 
350
        * source/org/xml/sax/helpers/XMLReaderFactory.java: Wrong exception
351
          catched, thanks to Michael Koch
352
 
353
2003-10-18 12:51  Arnaud Vandyck 
354
 
355
        * source/gnu/xml/aelfred2/SAXDriver.java: Ito Kazumitsu
356
            found a case where GNU JAXP throws
357
          unwanted SAXParseExceptions. This is his patch.
358
 
359
2003-09-13 15:56  Arnaud Vandyck 
360
 
361
        * source/javax/xml/transform/sax/SAXSource.java: Handle case where
362
          sourceToInputSource() is called with an existing SAXSource.
363
          Thanks to Jim Pick
364
          
365
 
366
2003-09-13 15:43  Arnaud Vandyck 
367
 
368
        * source/gnu/xml/aelfred2/XmlParser.java: Corrected parseCharRef()
369
          so that it may not flush data buffer when not desired. This patch
370
          has been done by Ito Kazumitsu , many thanks
371
          
372
 
373
2003-08-19 11:52  Arnaud Vandyck 
374
 
375
        * source/javax/xml/transform/TransformerException.java:
376
          printStackTrace(System.out);// shouldn't it be System.err?
377
 
378
2003-08-19 11:51  Arnaud Vandyck 
379
 
380
        * source/javax/xml/transform/TransformerConfigurationException.java:
381
          new instance variable SourceLocator locator and two new
382
          constructors: public TransformerConfigurationException(String
383
          msg, SourceLocator locator), public
384
          TransformerConfigurationException(String msg, SourceLocator
385
          locator, Throwable ex)
386
 
387
2003-08-16 10:50  Arnaud Vandyck 
388
 
389
        * source/javax/xml/parsers/SAXParser.java: parse(...) throws
390
          IllegalArgumentException if the argument is null.
391
 
392
2003-08-16 10:49  Arnaud Vandyck 
393
 
394
        * source/javax/xml/parsers/DocumentBuilderFactory.java: JavaDoc
395
          changes: getAttribute(String) and setAttribute(String,Object)
396
          throws IllegalArgumentException if String is null, newInstance()
397
          throws FactoryConfigurationError
398
 
399
2003-08-16 10:49  Arnaud Vandyck 
400
 
401
        * source/javax/xml/parsers/DocumentBuilder.java: parse([*]) throws
402
          IllegalArgumentException if the argument is null. [*]File,
403
          InputSource, InputStream, InputStream, String
404
 
405
2003-01-21 19:29  David Brownell 
406
 
407
        * source/gnu/xml/pipeline/XIncludeFilter.java: identify some
408
          limitations from a more recent CR
409
 
410
2003-01-21 19:18  David Brownell 
411
 
412
        * source/gnu/xml/aelfred2/SAXDriver.java: report the illegal 'no
413
          prefixes, no names' state
414
 
415
2003-01-21 19:14  David Brownell 
416
 
417
        * source/javax/xml/parsers/ClassStuff.java: add ie workaround
418
 
419
2003-01-21 00:54  Nic Ferrier 
420
 
421
        * source/javax/xml/parsers/ClassStuff.java: changed Exception to
422
          Throwable.
423
 
424
2003-01-21 00:46  Nic Ferrier 
425
 
426
        * source/: gnu/xml/aelfred2/SAXDriver.java,
427
          org/xml/sax/ext/Attributes2.java,
428
          org/xml/sax/ext/Attributes2Impl.java:
429
          source/gnu/xml/aelfred2/SAXDriver.java
430
          source/org/xml/sax/ext/Attributes2.java
431
          source/org/xml/sax/ext/Attributes2Impl.java:   added isDeclared()
432
          definition.
433
 
434
2002-12-06 18:18  David Brownell 
435
 
436
        * source/gnu/xml/aelfred2/XmlReader.java: don't change
437
          namespace-prefixes setting when we bind() fixes bug reported with
438
          Kaffe, from Ito Kazumitsu
439
 
440
2002-10-15 23:04  Nic Ferrier 
441
 
442
        * tests/dom/: NodeType.java, nodetype.xml: new test code.
443
 
444
2002-10-15 23:03  Nic Ferrier 
445
 
446
        * source/gnu/xml/util/DoParse.java:
447
          source/gnu/xml/util/DoParse.java: added specific imports to fix a
448
          GCJ compilation problem.
449
 
450
2002-10-15 23:02  Nic Ferrier 
451
 
452
        * source/gnu/xml/aelfred2/XmlParser.java:
453
          source/gnu/xml/aelfred2/XmlParser.java (parseEntityDecl): get the
454
          value using flags instead of 0.
455
 
456
2002-10-15 23:01  Nic Ferrier 
457
 
458
        * source/gnu/xml/dom/DomNode.java: source/gnu/xml/dom/DomNode.java
459
          (checkMisc): debug code (commented out for now).
460
 
461
2002-10-15 22:59  Nic Ferrier 
462
 
463
        * HACKING, Makefile.aj, Makefile.in, README, aclocal.m4,
464
          automakejar, configure, configure.in: automakejar based build
465
          system.
466
 
467
2002-05-31 18:09  David Brownell 
468
 
469
        * source/gnu/xml/: dom/DomDocument.java, pipeline/DomConsumer.java:
470
          xmlns URI needs a trailing "/"
471
 
472
2002-04-21 23:32  Nic Ferrier 
473
 
474
        * source/gnu/xml/dom/DomNode.java: added getNodeType for GCJ
475
          compatibility
476
 
477
2002-03-07 21:38  David Brownell 
478
 
479
        * source/gnu/xml/aelfred2/XmlParser.java: cleanup, CDATA fix,
480
          bigger symtab
481
 
482
2002-03-07 20:10  David Brownell 
483
 
484
        * source/gnu/xml/aelfred2/SAXDriver.java: minor fixes
485
 
486
2002-03-07 20:06  David Brownell 
487
 
488
        * source/gnu/xml/pipeline/EventFilter.java: ignore unrecognized
489
          properties
490
 
491
2002-02-12 21:29  David Brownell 
492
 
493
        * source/gnu/xml/pipeline/XsltFilter.java: bugfix: hookup output
494
 
495
2002-02-08 20:15  David Brownell 
496
 
497
        * source/gnu/xml/util/Resolver.java: @see XCat
498
 
499
2002-02-08 19:51  David Brownell 
500
 
501
        * source/javax/xml/: parsers/DocumentBuilder.java,
502
          transform/stream/StreamSource.java: expect JVM to report
503
          FileNotFoundException
504
 
505
2002-02-03 02:42  David Brownell 
506
 
507
        * source/gnu/xml/util/XCat.java: doc tweaks
508
 
509
2002-02-02 22:21  David Brownell 
510
 
511
        * Makefile.in: add null transform
512
 
513
2002-02-02 22:10  David Brownell 
514
 
515
        * source/gnu/xml/util/SAXNullTransformerFactory.java: create
516
 
517
2002-02-01 21:06  David Brownell 
518
 
519
        * source/org/xml/sax/*.java: sync with SAX (2.0.1)
520
 
521
2001-12-31 23:51  David Brownell 
522
 
523
        * source/gnu/xml/dom/DomImpl.java: don't create xmlns attribute
524
 
525
2001-12-13 20:20  David Brownell 
526
 
527
        * source/gnu/xml/pipeline/EventFilter.java: don't force static
528
          linking of so many other classes
529
 
530
2001-12-10 21:08  David Brownell 
531
 
532
        * source/gnu/xml/aelfred2/XmlReader.java: thinner import
533
 
534
2001-12-06 00:16  David Brownell 
535
 
536
        * source/javax/xml/parsers/SAXParser.java: doesn't discard File
537
          naming any more; doc and cleanup
538
 
539
2001-12-05 23:49  David Brownell 
540
 
541
        * source/javax/xml/parsers/: DocumentBuilderFactory.java,
542
          SAXParserFactory.java: rm extra import
543
 
544
2001-12-05 23:48  David Brownell 
545
 
546
        * source/javax/xml/parsers/DocumentBuilder.java: minor doc tweaks,
547
          fileToUrl is package-private
548
 
549
2001-12-05 21:54  David Brownell 
550
 
551
        * source/gnu/xml/aelfred2/XmlParser.java: report VC +
552
          skippedEntity() if skipped PEs; report PE Nesting VCs; Microstar
553
          said "PD" too
554
 
555
2001-12-05 21:33  David Brownell 
556
 
557
        * source/gnu/xml/aelfred2/SAXDriver.java: update note re Microstar
558
          license
559
 
560
2001-12-03 22:35  David Brownell 
561
 
562
        * source/gnu/xml/aelfred2/XmlParser.java: report char data without
563
          extra buffer copy
564
 
565
2001-11-30 00:35  David Brownell 
566
 
567
        * source/gnu/xml/util/DomParser.java: note conflict with Namespace
568
          REC
569
 
570
2001-11-29 23:56  David Brownell 
571
 
572
        * source/gnu/xml/pipeline/: CallFilter.java, XIncludeFilter.java:
573
          compile on jdk 1.1
574
 
575
2001-11-29 23:55  David Brownell 
576
 
577
        * source/gnu/xml/pipeline/DomConsumer.java: note conflict with
578
          Namespace REC
579
 
580
2001-11-29 23:48  David Brownell 
581
 
582
        * source/gnu/xml/dom/: Consumer.java, DomDoctype.java,
583
          DomDocument.java, DomNamedNodeMap.java: compile with jdk 1.1
584
 
585
2001-11-29 23:38  David Brownell 
586
 
587
        * source/javax/xml/: parsers/ClassStuff.java,
588
          transform/ClassStuff.java: compile with jdk 1.1
589
 
590
2001-11-24 23:26  David Brownell 
591
 
592
        * Makefile.in: add XCat
593
 
594
2001-11-24 23:21  David Brownell 
595
 
596
        * source/gnu/xml/util/XCat.java: create
597
 
598
2001-11-21 03:29  David Brownell 
599
 
600
        * manifest.mf: for now, don't seal
601
 
602
2001-11-21 03:04  David Brownell 
603
 
604
        * README: update
605
 
606
2001-11-21 02:53  David Brownell 
607
 
608
        * source/gnu/xml/dom/DomNode.java: minor speedups for traversal and
609
          notification
610
 
611
2001-11-21 02:36  David Brownell 
612
 
613
        * source/org/xml/sax/*.java: sync w/sax2r2pre3
614
 
615
2001-11-20 23:23  David Brownell 
616
 
617
        * source/gnu/xml/aelfred2/XmlParser.java: minor cleanup to char ref
618
          parsing
619
 
620
2001-11-20 05:57  David Brownell 
621
 
622
        * source/gnu/xml/dom/: DomEvent.java, DomEx.java, DomImpl.java,
623
          DomIterator.java: update copyright date
624
 
625
2001-11-20 05:54  David Brownell 
626
 
627
        * source/gnu/xml/dom/DomText.java: move getNodeType() back into
628
          subclasses; rm isIgnorable
629
 
630
2001-11-20 05:53  David Brownell 
631
 
632
        * source/gnu/xml/dom/DomAttr.java, DomCDATA.java,
633
          DomCharacterData.java, DomComment.java, DomDoctype.java,
634
          DomDocument.java, DomElement.java, DomEntity.java,
635
          DomEntityReference.java, DomExtern.java, DomFragment.java,
636
          DomNotation.java, DomNsNode.java, DomPI.java: move getNodeType()
637
          back into subclasses
638
 
639
2001-11-20 05:48  David Brownell 
640
 
641
        * source/gnu/xml/dom/DomNode.java: move getNodeType() back into
642
          subclasses
643
 
644
2001-11-20 05:46  David Brownell 
645
 
646
        * source/gnu/xml/dom/: Consumer.java, DomNamedNodeMap.java: space
647
          savings for attribute lists
648
 
649
2001-11-20 02:20  David Brownell 
650
 
651
        * source/gnu/xml/dom/: Consumer.java, DomNode.java: compact lists
652
          of children
653
 
654
2001-11-20 02:15  David Brownell 
655
 
656
        * source/gnu/xml/util/XMLWriter.java: force output buffering; don't
657
          use String.toCharArray() so much
658
 
659
2001-11-19 23:29  David Brownell 
660
 
661
        * source/gnu/xml/pipeline/DomConsumer.java: support cheaper
662
          construction
663
 
664
2001-11-19 23:23  David Brownell 
665
 
666
        * source/gnu/xml/dom/: DomCDATA.java, DomText.java, Consumer.java,
667
          DomDocument.java: support cheaper construction
668
 
669
2001-11-19 23:21  David Brownell 
670
 
671
        * source/gnu/xml/dom/DomCharacterData.java: use char arrays, not
672
          strings
673
 
674
2001-11-19 19:49  David Brownell 
675
 
676
        * source/gnu/xml/dom/DomDocument.java: check chars by default
677
 
678
2001-11-19 19:27  David Brownell 
679
 
680
        * source/gnu/xml/aelfred2/SAXDriver.java: fix no-namespaces bug in
681
          previous
682
 
683
2001-11-19 06:23  David Brownell 
684
 
685
        * source/gnu/xml/aelfred2/SAXDriver.java: correctly re-init
686
          namespace support
687
 
688
2001-11-19 06:12  David Brownell 
689
 
690
        * Makefile.in: add javadoc package.html files
691
 
692
2001-11-19 05:48  David Brownell 
693
 
694
        * source/gnu/xml/dom/DomDocument.java: more attr defaulting on
695
          create
696
 
697
2001-11-19 05:37  David Brownell 
698
 
699
        * source/javax/xml/: transform/dom/package.html,
700
          transform/stream/package.html, parsers/package.html: create
701
 
702
2001-11-19 04:27  David Brownell 
703
 
704
        * source/gnu/xml/dom/Consumer.java: force name checking off in
705
          2nd-Nth passes too
706
 
707
2001-11-19 04:24  David Brownell 
708
 
709
        * source/gnu/xml/dom/JAXPFactory.java: use AElfred2 (conformance,
710
          performance)
711
 
712
2001-11-19 00:29  David Brownell 
713
 
714
        * source/gnu/xml/aelfred2/XmlParser.java: speedup comment, PI,
715
          CDATA for faster parsing of well commmented dtds, and less
716
          garbage
717
 
718
2001-11-17 04:02  David Brownell 
719
 
720
        * README: update DOM test status
721
 
722
2001-11-17 03:38  David Brownell 
723
 
724
        * source/gnu/xml/dom/DomNode.java: correct namespace filtering
725
 
726
2001-11-17 03:27  David Brownell 
727
 
728
        * source/gnu/xml/dom/DomAttr.java: set isSpecified when value
729
          changes
730
 
731
2001-11-17 00:17  David Brownell 
732
 
733
        * source/gnu/xml/dom/: DomDocument.java, DomElement.java: namespace
734
          fixes
735
 
736
2001-11-17 00:12  David Brownell 
737
 
738
        * source/gnu/xml/pipeline/DomConsumer.java: namespace fixes
739
 
740
2001-11-16 23:46  David Brownell 
741
 
742
        * source/gnu/xml/dom/DomNode.java: localname null in most cases
743
 
744
2001-11-16 23:44  David Brownell 
745
 
746
        * source/gnu/xml/dom/DomNsNode.java: more errors to check for
747
 
748
2001-11-16 23:42  David Brownell 
749
 
750
        * source/gnu/xml/dom/DomNamedNodeMap.java: default namespaced attrs
751
          too
752
 
753
2001-11-16 21:24  David Brownell 
754
 
755
        * source/gnu/xml/dom/DomDocument.java: createElement defaults
756
          attrs; getElementById; NS fix
757
 
758
2001-11-16 21:14  David Brownell 
759
 
760
        * source/gnu/xml/dom/DomNamedNodeMap.java: restore defaulted
761
          attributes
762
 
763
2001-11-16 21:13  David Brownell 
764
 
765
        * source/gnu/xml/dom/Consumer.java: save attribute default/ID info
766
 
767
2001-11-16 21:09  David Brownell 
768
 
769
        * source/gnu/xml/dom/DomDoctype.java: remember defaulted/ID
770
          attributes
771
 
772
2001-11-16 14:34  David Brownell 
773
 
774
        * source/gnu/xml/dom/DomDocument.java: fix off-by-one w/namespaces
775
 
776
2001-11-16 10:08  David Brownell 
777
 
778
        * source/gnu/xml/dom/JAXPFactory.java: use right feature id for
779
          validation
780
 
781
2001-11-16 09:37  David Brownell 
782
 
783
        * source/gnu/xml/pipeline/DomConsumer.java: entity refs can now be
784
          on stack
785
 
786
2001-11-14 22:54  David Brownell 
787
 
788
        * README: update
789
 
790
2001-11-14 22:23  David Brownell 
791
 
792
        * source/gnu/xml/dom/package.html: describe MT behavior
793
 
794
2001-11-14 22:13  David Brownell 
795
 
796
        * source/gnu/xml/aelfred2/: SAXDriver.java, XmlParser.java: support
797
          EntityResolver2; cleanup
798
 
799
2001-11-13 21:57  David Brownell 
800
 
801
        * Makefile.in: add EntityResolver2 extension
802
 
803
2001-11-13 21:54  David Brownell 
804
 
805
        * source/org/xml/sax/: package.html, ext/Locator2.java: sync with
806
          latest
807
 
808
2001-11-13 21:46  David Brownell 
809
 
810
        * source/org/xml/sax/ext/: DefaultHandler2.java,
811
          EntityResolver2.java: sync w/latest (alpha) extensions
812
 
813
2001-11-13 21:44  David Brownell 
814
 
815
        * source/org/xml/sax/helpers/XMLReaderFactory.java: add
816
          compile-time fallback
817
 
818
2001-11-13 21:43  David Brownell 
819
 
820
        * source/org/xml/sax/helpers/NewInstance.java: sync: build with jdk
821
          1.1
822
 
823
2001-11-13 21:41  David Brownell 
824
 
825
        * source/org/xml/sax/: ext/package.html, helpers/package.html: doc
826
          sync
827
 
828
2001-11-12 00:15  David Brownell 
829
 
830
        * source/gnu/xml/aelfred2/XmlParser.java: match all other SAX2
831
          parser startDTD calls
832
 
833
2001-11-11 07:53  David Brownell 
834
 
835
        * source/gnu/xml/aelfred2/XmlParser.java: cleaner handling of base
836
          URI and absolutizing
837
 
838
2001-11-11 07:49  David Brownell 
839
 
840
        * source/gnu/xml/aelfred2/SAXDriver.java: don't report illegal
841
          system IDs
842
 
843
2001-11-11 04:27  David Brownell 
844
 
845
        * source/gnu/xml/pipeline/EventFilter.java: throw
846
          SAXNotSupportedException
847
 
848
2001-11-10 19:36  David Brownell 
849
 
850
        * source/gnu/xml/aelfred2/XmlParser.java: handles Japanese/... docs
851
          again; correctly flush text before reading an external entity
852
 
853
2001-11-10 00:02  David Brownell 
854
 
855
        * Makefile.in: util.DefaultHandler -> sax.ext.DefaultHandler2
856
 
857
2001-11-10 00:00  David Brownell 
858
 
859
        * source/gnu/xml/util/DefaultHandler.java: remove -- replaced by
860
          org.xml.sax.ext.DefaultHandler2
861
 
862
2001-11-09 23:58  David Brownell 
863
 
864
        * source/gnu/xml/util/DomParser.java: use DefaultHandler2
865
 
866
2001-11-09 23:55  David Brownell 
867
 
868
        * source/gnu/xml/aelfred2/: SAXDriver.java, XmlReader.java: use
869
          ext/Defaulthandler2
870
 
871
2001-11-09 23:53  David Brownell 
872
 
873
        * source/gnu/xml/pipeline/EventFilter.java: use ext/DefaultHandler2
874
          not util/DefaultHandler
875
 
876
2001-11-09 23:53  David Brownell 
877
 
878
        * source/gnu/xml/pipeline/: NSFilter.java, PipelineFactory.java,
879
          ValidationConsumer.java, WellFormednessFilter.java: rm import of
880
          unused class
881
 
882
2001-11-09 22:03  David Brownell 
883
 
884
        * source/gnu/xml/aelfred2/XmlParser.java: unrecognized URI schemes
885
          are sometimes OK
886
 
887
2001-11-09 21:26  David Brownell 
888
 
889
        * source/gnu/xml/aelfred2/SAXDriver.java: refix
890
          startEntity/resolveEntity sequence; null sysid OK given char/byte
891
          stream; default handlers are null
892
 
893
2001-11-09 21:24  David Brownell 
894
 
895
        * source/gnu/xml/aelfred2/XmlParser.java: refix
896
          startEntity/resolveEntity sequence; don't absolutize null sysid
897
 
898
2001-11-07 03:07  David Brownell 
899
 
900
        * source/org/xml/sax/ext/DefaultHandler2.java,
901
          source/org/xml/sax/package.html, Makefile.in: sync w/sax2-ext
902
 
903
2001-11-07 03:03  David Brownell 
904
 
905
        * source/gnu/xml/util/DomParser.java: get/set nulls for properties
906
 
907
2001-11-07 02:17  David Brownell 
908
 
909
        * source/gnu/xml/aelfred2/XmlParser.java: resolve-dtd-uris flag; rm
910
          unused fn()
911
 
912
2001-11-07 02:12  David Brownell 
913
 
914
        * source/gnu/xml/aelfred2/SAXDriver.java: resolve-dtd-uris flag;
915
          unset props are null
916
 
917
2001-11-06 06:45  David Brownell 
918
 
919
        * source/org/xml/sax/: XMLReader.java,
920
          helpers/NamespaceSupport.java, helpers/ParserAdapter.java,
921
          helpers/XMLFilterImpl.java: sync with sax@sourceforge
922
 
923
2001-11-05 23:55  David Brownell 
924
 
925
        * source/gnu/xml/aelfred2/XmlReader.java: validation forces some
926
          flag settings
927
 
928
2001-11-05 23:38  David Brownell 
929
 
930
        * source/gnu/xml/aelfred2/: SAXDriver.java, XmlParser.java:
931
          optionally skip external PEs/GEs
932
 
933
2001-11-05 08:25  David Brownell 
934
 
935
        * source/gnu/xml/aelfred2/XmlParser.java: bugfix UTF-8 BOM support
936
 
937
2001-11-05 07:46  David Brownell 
938
 
939
        * source/gnu/xml/pipeline/ValidationConsumer.java: E20 erratum
940
 
941
2001-11-04 04:58  David Brownell 
942
 
943
        * source/gnu/xml/dom/Consumer.java: after it's parsed, start to
944
          check names
945
 
946
2001-11-04 04:43  David Brownell 
947
 
948
        * source/gnu/xml/dom/DomNode.java: blush ;)
949
 
950
2001-11-04 02:38  David Brownell 
951
 
952
        * source/gnu/xml/util/XMLWriter.java: write PE decls correctly
953
 
954
2001-11-04 02:18  David Brownell 
955
 
956
        * source/gnu/xml/dom/package.html: cleanup
957
 
958
2001-11-04 02:17  David Brownell 
959
 
960
        * source/gnu/xml/dom/Consumer.java: populate entity ref nodes
961
 
962
2001-11-04 02:15  David Brownell 
963
 
964
        * source/gnu/xml/dom/JAXPFactory.java: fixes to option handling
965
 
966
2001-11-04 02:11  David Brownell 
967
 
968
        * source/gnu/xml/pipeline/DomConsumer.java: hooks to populate
969
          entity refs; cleanup for noise options
970
 
971
2001-11-04 01:51  David Brownell 
972
 
973
        * source/gnu/xml/dom/DomNode.java: event bugfixes, construction
974
          tweak
975
 
976
2001-11-04 01:49  David Brownell 
977
 
978
        * source/gnu/xml/aelfred2/XmlParser.java: bugfix reporting for
979
          internal entities; misc
980
 
981
2001-11-04 00:28  David Brownell 
982
 
983
        * source/gnu/xml/util/XMLWriter.java: better indenting
984
 
985
2001-11-03 01:51  David Brownell 
986
 
987
        * README: update
988
 
989
2001-11-03 01:51  David Brownell 
990
 
991
        * LICENSE: clarify
992
 
993
2001-11-03 01:50  David Brownell 
994
 
995
        * source/gnu/xml/aelfred2/JAXPFactory.java: patch from Mike Gratton
996
          
997
 
998
2001-11-03 01:44  David Brownell 
999
 
1000
        * Makefile.in: cleanup, add release target
1001
 
1002
2001-11-02 23:07  David Brownell 
1003
 
1004
        * source/javax/xml/transform/: ErrorListener.java, OutputKeys.java,
1005
          Result.java, Source.java, SourceLocator.java, Templates.java,
1006
          Transformer.java, TransformerConfigurationException.java,
1007
          TransformerException.java, TransformerFactory.java,
1008
          TransformerFactoryConfigurationError.java, URIResolver.java,
1009
          dom/DOMLocator.java, dom/DOMResult.java, dom/DOMSource.java,
1010
          sax/SAXResult.java, sax/SAXSource.java,
1011
          sax/SAXTransformerFactory.java, sax/TemplatesHandler.java,
1012
          sax/TransformerHandler.java, stream/StreamResult.java,
1013
          stream/StreamSource.java: license update
1014
 
1015
2001-11-02 22:40  David Brownell 
1016
 
1017
        * source/javax/xml/parsers/: DocumentBuilder.java,
1018
          DocumentBuilderFactory.java, FactoryConfigurationError.java,
1019
          ParserConfigurationException.java, SAXParserFactory.java: license
1020
          update
1021
 
1022
2001-11-02 22:39  David Brownell 
1023
 
1024
        * source/javax/xml/parsers/SAXParser.java: license update; don't
1025
          discard some URIs
1026
 
1027
2001-10-29 23:05  David Brownell 
1028
 
1029
        * source/javax/xml/transform/TransformerFactory.java: use
1030
          ClassStuff; add javadoc
1031
 
1032
2001-10-29 22:59  David Brownell 
1033
 
1034
        * Makefile.in: add transform/ClassStuff
1035
 
1036
2001-10-29 22:49  David Brownell 
1037
 
1038
        * source/gnu/xml/util/: DefaultHandler.java, DomParser.java,
1039
          Resolver.java: javadoc fixes
1040
 
1041
2001-10-29 22:46  David Brownell 
1042
 
1043
        * source/gnu/xml/aelfred2/package.html: mention euro issues
1044
 
1045
2001-10-27 19:12  David Brownell 
1046
 
1047
        * source/javax/xml/transform/sax/SAXTransformerFactory.java: add
1048
          javadoc
1049
 
1050
2001-10-27 19:00  David Brownell 
1051
 
1052
        * source/javax/xml/transform/Transformer.java: add javadoc
1053
 
1054
2001-10-26 22:50  David Brownell 
1055
 
1056
        * source/javax/xml/: parsers/DocumentBuilder.java,
1057
          transform/stream/StreamResult.java,
1058
          transform/stream/StreamSource.java: add/use jdk1.1-compatible
1059
          fileToUrl()
1060
 
1061
2001-10-26 22:47  David Brownell 
1062
 
1063
        * source/javax/xml/: parsers/ClassStuff.java,
1064
          transform/ClassStuff.java: both packages need factory utils
1065
 
1066
2001-10-25 10:09  David Brownell 
1067
 
1068
        * source/gnu/xml/util/XMLWriter.java: javadoc tweaks
1069
 
1070
2001-10-25 09:41  David Brownell 
1071
 
1072
        * source/gnu/xml/pipeline/WellFormednessFilter.java: javadoc tweaks
1073
 
1074
2001-10-25 09:32  David Brownell 
1075
 
1076
        * source/gnu/xml/pipeline/XIncludeFilter.java: javadoc tweaks
1077
 
1078
2001-10-25 09:25  David Brownell 
1079
 
1080
        * source/gnu/xml/pipeline/ValidationConsumer.java: javadoc tweaks
1081
 
1082
2001-10-25 09:11  David Brownell 
1083
 
1084
        * source/gnu/xml/pipeline/LinkFilter.java: javadoc tweaks
1085
 
1086
2001-10-25 09:06  David Brownell 
1087
 
1088
        * source/gnu/xml/pipeline/NSFilter.java: javadoc tweaks
1089
 
1090
2001-10-25 08:49  David Brownell 
1091
 
1092
        * source/gnu/xml/pipeline/EventFilter.java: javadoc tweaks
1093
 
1094
2001-10-25 00:50  David Brownell 
1095
 
1096
        * source/gnu/xml/pipeline/TeeConsumer.java: javadoc tweaks
1097
 
1098
2001-10-25 00:39  David Brownell 
1099
 
1100
        * source/gnu/xml/pipeline/DomConsumer.java: javadoc tweaks
1101
 
1102
2001-10-25 00:37  David Brownell 
1103
 
1104
        * source/gnu/xml/dom/Consumer.java: Make "backdoor"
1105
          public/subclassable; tweak for javadoc
1106
 
1107
2001-10-24 19:29  David Brownell 
1108
 
1109
        * source/javax/xml/transform/sax/TransformerHandler.java: must
1110
          implement DTDHandler too
1111
 
1112
2001-10-24 01:14  David Brownell 
1113
 
1114
        * Makefile.in: fixes
1115
 
1116
2001-10-24 01:12  David Brownell 
1117
 
1118
        * source/gnu/xml/pipeline/XsltFilter.java: fix typo
1119
 
1120
2001-10-23 22:21  David Brownell 
1121
 
1122
        * source/javax/xml/transform/package.html: doc
1123
 
1124
2001-10-23 21:41  David Brownell 
1125
 
1126
        * source/org/xml/sax/helpers/NamespaceSupport.java: latest sax2
1127
          r2pre update
1128
 
1129
2001-10-23 20:31  David Brownell 
1130
 
1131
        * source/javax/xml/transform/Source.java: docs
1132
 
1133
2001-10-23 20:29  David Brownell 
1134
 
1135
        * source/javax/xml/transform/sax/SAXResult.java, SAXSource.java,
1136
          SAXTransformerFactory.java, TransformerHandler.java,
1137
          package.html: docs; add missing implementation
1138
 
1139
2001-10-23 20:05  David Brownell 
1140
 
1141
        * source/javax/xml/parsers/ClassStuff.java: use GPL with exception
1142
          clause
1143
 
1144
2001-10-23 20:00  David Brownell 
1145
 
1146
        * Makefile.in, source/gnu/xml/pipeline/XsltFilter.java: Add XSLT
1147
          pipeline stage
1148
 
1149
2001-10-23 19:42  David Brownell 
1150
 
1151
        * source/gnu/xml/*.java: license text now includes GPL "exception"
1152
 
1153
2001-10-19 00:20  David Brownell 
1154
 
1155
        * source/gnu/xml/pipeline/PipelineFactory.java: dom stages weren't
1156
          fully updated
1157
 
1158
2001-10-19 00:08  David Brownell 
1159
 
1160
        * source/gnu/xml/dom/Consumer.java: more pipeline support
1161
 
1162
2001-10-19 00:08  David Brownell 
1163
 
1164
        * source/gnu/xml/dom/DomDoctype.java: null pointer checks
1165
 
1166
2001-10-18 08:41  David Brownell 
1167
 
1168
        * source/gnu/xml/pipeline/NSFilter.java: handle some more errors
1169
 
1170
2001-10-18 08:39  David Brownell 
1171
 
1172
        * source/gnu/xml/aelfred2/SAXDriver.java: rm docs for limitations
1173
          removed ages ago
1174
 
1175
2001-10-18 02:57  David Brownell 
1176
 
1177
        * source/gnu/xml/aelfred2/SAXDriver.java: implement Attributes2
1178
 
1179
2001-10-18 02:48  David Brownell 
1180
 
1181
        * source/gnu/xml/dom/Consumer.java: use Attributes2 info to set
1182
          'specified' flag
1183
 
1184
2001-10-18 02:45  David Brownell 
1185
 
1186
        * Makefile.in: add new files
1187
 
1188
2001-10-18 02:40  David Brownell 
1189
 
1190
        * LICENSE: add
1191
 
1192
2001-10-18 02:39  David Brownell 
1193
 
1194
        * source/org/xml/sax/ext/: Attributes2.java, Attributes2Impl.java,
1195
          Locator2.java, Locator2Impl.java: sync with latest (alpha)
1196
          extensions
1197
 
1198
2001-10-18 02:36  David Brownell 
1199
 
1200
        * source/org/xml/sax/*.java: sync with SAX2 r2pre2 and (alpha)
1201
        extensions
1202
 
1203
2001-10-15 06:06  David Brownell 
1204
 
1205
        * source/javax/xml/parsers/ClassStuff.java,
1206
          DocumentBuilderFactory.java, SAXParserFactory.java: use the
1207
          right class loader
1208
 
1209
2001-10-15 04:48  David Brownell 
1210
 
1211
        * Makefile.in: cleanups, add XInclude
1212
 
1213
2001-10-15 04:28  David Brownell 
1214
 
1215
        * source/gnu/xml/aelfred2/XmlParser.java: handle xml-stylesheet and
1216
          similar PIs
1217
 
1218
2001-10-15 04:23  David Brownell 
1219
 
1220
        * source/gnu/xml/pipeline/PipelineFactory.java: teach about
1221
          XInclude stage
1222
 
1223
2001-10-15 04:18  David Brownell 
1224
 
1225
        * source/gnu/xml/pipeline/EventFilter.java: minor binding magic for
1226
          XInclude
1227
 
1228
2001-10-15 04:12  David Brownell 
1229
 
1230
        * source/gnu/xml/pipeline/XIncludeFilter.java: create
1231
 
1232
2001-10-08 21:35  David Brownell 
1233
 
1234
        * configure: match current configure.in
1235
 
1236
2001-10-07 06:26  David Brownell 
1237
 
1238
        * source/gnu/xml/util/Resolver.java: refer to latest RFC on XML
1239
          mimetypes
1240
 
1241
2001-10-07 06:18  David Brownell 
1242
 
1243
        * source/gnu/xml/pipeline/CallFilter.java: use encoding reported by
1244
          server
1245
 
1246
2001-10-07 06:09  David Brownell 
1247
 
1248
        * source/org/xml/sax/helpers/XMLReaderFactory.java: bugfix system
1249
          property and compiled-in default cases
1250
 
1251
2001-10-07 06:04  David Brownell 
1252
 
1253
        * source/gnu/xml/aelfred2/SAXDriver.java: locator/entity bugfix,
1254
          standalone flag, doc tweaks
1255
 
1256
2001-10-07 05:56  David Brownell 
1257
 
1258
        * source/gnu/xml/aelfred2/XmlParser.java: better SAX2 conformance
1259
          w.r.t. "declared" system IDs
1260
 
1261
2001-09-29 09:25  David Brownell 
1262
 
1263
        * source/org/xml/sax/helpers/NewInstance.java: added from
1264
          sax@sourceforge
1265
 
1266
2001-09-29 09:24  David Brownell 
1267
 
1268
        * configure.in: autoconf variables aren't $variables like bash
1269
 
1270
2001-09-29 08:40  David Brownell 
1271
 
1272
        * Makefile.in: sax added a file, configure --with-gcj
1273
 
1274
2001-09-29 08:23  David Brownell 
1275
 
1276
        * source/gnu/xml/util/Resolver.java: document return type
1277
 
1278
2001-09-29 07:54  David Brownell 
1279
 
1280
        * configure, configure.in: "--with-gcj" as javac substitute
1281
 
1282
2001-09-29 07:34  David Brownell 
1283
 
1284
        * source/org/xml/sax/helpers/AttributeListImpl.java,
1285
          AttributesImpl.java, DefaultHandler.java, LocatorImpl.java,
1286
          NamespaceSupport.java, ParserAdapter.java, ParserFactory.java,
1287
          XMLFilterImpl.java, XMLReaderAdapter.java, XMLReaderFactory.java,
1288
          package.html: sync with latest sax@sourceforge
1289
 
1290
2001-09-26 21:31  David Brownell 
1291
 
1292
        * source/gnu/xml/util/XMLWriter.java: minor doc update
1293
 
1294
2001-08-30 01:45  David Brownell 
1295
 
1296
        * source/gnu/xml/dom/DomDocument.java: "xml" illegal for pi target
1297
          name
1298
 
1299
2001-08-24 23:44  David Brownell 
1300
 
1301
        * source/gnu/xml/pipeline/EventFilter.java: pipelines can optimize
1302
          to null
1303
 
1304
2001-08-24 23:43  David Brownell 
1305
 
1306
        * source/gnu/xml/pipeline/DomConsumer.java: better subclass support
1307
 
1308
2001-08-24 23:38  David Brownell 
1309
 
1310
        * source/gnu/xml/dom/DomAttr.java, DomCharacterData.java: update
1311
          createEvent() calls
1312
 
1313
2001-08-24 23:36  David Brownell 
1314
 
1315
        * source/gnu/xml/aelfred2/XmlReader.java: force prefixes=true when
1316
          validating,
1317
 
1318
2001-08-21 19:14  David Brownell 
1319
 
1320
        * source/gnu/xml/dom/DomNode.java: use other notion of event "type"
1321
 
1322
2001-08-18 22:23  David Brownell 
1323
 
1324
        * source/org/w3c/dom/*.java: merge 6/21/2001 W3C mapping/javadoc
1325
          errata
1326
 
1327
2001-08-09 20:33  David Brownell 
1328
 
1329
        * source/gnu/xml/aelfred2/XmlParser.java: trim unneeded code; save
1330
          standalone flag
1331
 
1332
2001-08-09 20:31  David Brownell 
1333
 
1334
        * source/gnu/xml/aelfred2/XmlReader.java: signature update
1335
 
1336
2001-08-09 20:29  David Brownell 
1337
 
1338
        * manifest.mf: initial version
1339
 
1340
2001-08-09 20:29  David Brownell 
1341
 
1342
        * Makefile.in: META-INF support, don't build unused DOM modules
1343
 
1344
2001-08-07 20:16  David Brownell 
1345
 
1346
        * source/org/xml/sax/InputSource.java: sync w/sax@sourceforge
1347
 
1348
2001-08-03 21:13  David Brownell 
1349
 
1350
        * source/org/xml/sax/helpers/: AttributeListImpl.java,
1351
          LocatorImpl.java, ParserFactory.java, XMLFilterImpl.java: sync
1352
          w/sax@sourceforge
1353
 
1354
2001-08-03 21:08  David Brownell 
1355
 
1356
        * source/org/xml/sax/*.java: sync w/sax@sourceforge
1357
 
1358
2001-08-03 21:00  David Brownell 
1359
 
1360
        * Makefile.in: tweak generated javadoc
1361
 
1362
2001-08-03 20:58  David Brownell 
1363
 
1364
        * source/org/xml/sax/helpers/XMLReaderAdapter.java: sync
1365
          w/sax@sourceforge: doc
1366
 
1367
2001-08-03 20:57  David Brownell 
1368
 
1369
        * source/org/xml/sax/helpers/ParserAdapter.java: sync
1370
          w/sax@sourceforge: bugs
1371
 
1372
2001-08-03 20:56  David Brownell 
1373
 
1374
        * source/org/xml/sax/helpers/NamespaceSupport.java: sync
1375
          w/sax@sourceforge: doc, bugs
1376
 
1377
2001-08-03 20:53  David Brownell 
1378
 
1379
        * source/org/xml/sax/helpers/AttributesImpl.java: sync
1380
          w/sax@sourceforge: bugfix
1381
 
1382
2001-08-03 20:51  David Brownell 
1383
 
1384
        * source/org/xml/sax/ext/DeclHandler.java,
1385
          ext/LexicalHandler.java, ext/package.html,
1386
          helpers/DefaultHandler.java: sync w/sax@sourceforge: doc
1387
 
1388
2001-08-03 20:48  David Brownell 
1389
 
1390
        * source/org/xml/sax/Locator.java, package.html: sync
1391
          w/sax@sourceforge: doc
1392
 
1393
2001-08-03 20:47  David Brownell 
1394
 
1395
        * source/org/xml/sax/DTDHandler.java, EntityResolver.java,
1396
          ErrorHandler.java: sync w/sax@sourceforge: doc fixes
1397
 
1398
2001-07-31 08:42  David Brownell 
1399
 
1400
        * source/gnu/xml/aelfred2/SAXDriver.java: handle namespace decls
1401
          in two passes (correctness)
1402
 
1403
2001-07-31 08:38  David Brownell 
1404
 
1405
        * source/gnu/xml/aelfred2/XmlParser.java: absolutize URLs earlier;
1406
          undo flush tweak; #IMPLIED attrs not reported
1407
 
1408
2001-07-29 21:26  David Brownell 
1409
 
1410
        * source/gnu/xml/aelfred2/XmlParser.java: flush buffer more; MIME
1411
          charset= bug
1412
 
1413
2001-07-29 21:14  David Brownell 
1414
 
1415
        * source/gnu/xml/aelfred2/SAXDriver.java: better diagnostic for
1416
          runtime exceptions
1417
 
1418
2001-07-29 21:12  David Brownell 
1419
 
1420
        * README: update
1421
 
1422
2001-07-29 20:58  David Brownell 
1423
 
1424
        * source/gnu/xml/pipeline/EventFilter.java: add chainTo() glue to
1425
          XMLFilterImpl
1426
 
1427
2001-07-18 19:03  David Brownell 
1428
 
1429
        * source/gnu/xml/aelfred2/XmlParser.java: handle UTF-8 BOM (yeech)
1430
 
1431
2001-07-18 19:01  David Brownell 
1432
 
1433
        * README: update
1434
 
1435
2001-07-18 18:40  David Brownell 
1436
 
1437
        * Makefile.in: bugfix name of a javax.transform Error
1438
 
1439
2001-07-18 18:39  David Brownell 
1440
 
1441
        * source/gnu/xml/aelfred2/SAXDriver.java: namespace checks must
1442
          just be warnings
1443
 
1444
2001-07-18 18:34  David Brownell 
1445
 
1446
        * source/javax/xml/transform/: TFactoryConfigurationError.java,
1447
          TransformerFactoryConfigurationError.java: fix error class name
1448
 
1449
2001-07-18 18:32  David Brownell 
1450
 
1451
        * source/javax/xml/transform/TransformerFactory.java: exception
1452
          bugfix; alphabetize; style
1453
 
1454
2001-07-18 18:28  David Brownell 
1455
 
1456
        * source/javax/xml/transform/TransformerException.java: add missing
1457
          method, missing implementations
1458
 
1459
2001-07-18 18:27  David Brownell 
1460
 
1461
        *
1462
          source/javax/xml/transform/TransformerConfigurationException.java:
1463
          alphabetize to match spec
1464
 
1465
2001-07-18 18:25  David Brownell 
1466
 
1467
        * source/javax/xml/transform/ErrorListener.java,
1468
          SourceLocator.java: javadoc summary
1469
 
1470
2001-07-18 18:24  David Brownell 
1471
 
1472
        * source/javax/xml/transform/Transformer.java: alphabetize, match
1473
          spec
1474
 
1475
2001-07-18 18:22  David Brownell 
1476
 
1477
        * source/javax/xml/transform/OutputKeys.java: alphabetize (match
1478
          spec)
1479
 
1480
2001-07-18 18:19  David Brownell 
1481
 
1482
        * source/javax/xml/transform/stream/StreamResult.java,
1483
          StreamSource.java: alphabetize; fix file-to-URL bug
1484
 
1485
2001-07-18 18:15  David Brownell 
1486
 
1487
        * source/javax/xml/transform/sax/SAXResult.java: export missing
1488
          methods; alphabetize
1489
 
1490
2001-07-17 22:20  David Brownell 
1491
 
1492
        * source/gnu/xml/aelfred2/SAXDriver.java: feature setting cleanup;
1493
          don't save unrecognized props/features
1494
 
1495
2001-07-16 18:11  David Brownell 
1496
 
1497
        * source/javax/xml/parsers/DocumentBuilder.java,
1498
          DocumentBuilderFactory.java: add missing method; method order
1499
          matches spec
1500
 
1501
2001-07-14 23:41  David Brownell 
1502
 
1503
        * configure: current autoconf output
1504
 
1505
2001-07-14 22:23  David Brownell 
1506
 
1507
        * Makefile.in: add javax.xml.transform to javadoc
1508
 
1509
2001-07-14 22:14  David Brownell 
1510
 
1511
        * source/gnu/xml/aelfred2/SAXDriver.java: namespaces: intern uris,
1512
          expect non-relative ones
1513
 
1514
2001-07-14 21:49  David Brownell 
1515
 
1516
        * source/org/xml/sax/helpers/package.html: import tweak given to
1517
          sax@sourceforge
1518
 
1519
2001-07-13 19:39  David Brownell 
1520
 
1521
        * source/gnu/xml/aelfred2/JAXPFactory.java: bugfix, from Zeger
1522
          Hendrikse
1523
 
1524
2001-07-12 23:07  David Brownell 
1525
 
1526
        * source/org/xml/sax/package.html: update
1527
 
1528
2001-07-12 23:03  David Brownell 
1529
 
1530
        * source/org/xml/sax/InputSource.java: merge minor diff from
1531
          sax@sourceforge
1532
 
1533
2001-07-11 20:32  David Brownell 
1534
 
1535
        * Makefile.in: import CallFilter
1536
 
1537
2001-07-11 20:32  David Brownell 
1538
 
1539
        * source/gnu/xml/pipeline/CallFilter.java: import
1540
 
1541
2001-07-11 19:51  David Brownell 
1542
 
1543
        * source/gnu/xml/pipeline/package.html: import
1544
 
1545
2001-07-11 19:50  David Brownell 
1546
 
1547
        * Makefile.in: more files, update
1548
 
1549
2001-07-11 19:28  David Brownell 
1550
 
1551
        * source/org/xml/sax/helpers/XMLReaderFactory.java: switch to
1552
          optionally validating default
1553
 
1554
2001-07-11 19:26  David Brownell 
1555
 
1556
        * source/gnu/xml/util/: DoParse.java, Resolver.java, package.html:
1557
          import
1558
 
1559
2001-07-11 19:15  David Brownell 
1560
 
1561
        * source/gnu/xml/util/XMLWriter.java: cleanup, start C14N support,
1562
          add helpers
1563
 
1564
2001-07-11 19:09  David Brownell 
1565
 
1566
        * source/gnu/xml/aelfred2/: SAXDriver.java, XmlParser.java: DTD
1567
          callback simplification; minor tweaks
1568
 
1569
2001-07-11 18:56  David Brownell 
1570
 
1571
        * source/gnu/xml/pipeline/EventFilter.java: restore missing break
1572
 
1573
2001-07-11 18:55  David Brownell 
1574
 
1575
        * source/gnu/xml/pipeline/ValidationConsumer.java: that warning
1576
          gets annoying
1577
 
1578
2001-07-11 01:07  David Brownell 
1579
 
1580
        * Makefile.in: imported two more files
1581
 
1582
2001-07-11 01:05  David Brownell 
1583
 
1584
        * source/gnu/xml/aelfred2/XmlParser.java: version != "1.0" is no
1585
          longer fatal
1586
 
1587
2001-07-11 01:00  David Brownell 
1588
 
1589
        * source/gnu/xml/aelfred2/XmlReader.java: use EventFilter.bind()
1590
 
1591
2001-07-11 00:56  David Brownell 
1592
 
1593
        * source/gnu/xml/pipeline/WellFormednessFilter.java: add some more
1594
          wfness checks
1595
 
1596
2001-07-11 00:55  David Brownell 
1597
 
1598
        * source/gnu/xml/pipeline/EventFilter.java: merge the last
1599
          important EventProducer features
1600
 
1601
2001-07-11 00:52  David Brownell 
1602
 
1603
        * source/gnu/xml/pipeline/: NSFilter.java, LinkFilter.java,
1604
          PipelineFactory.java: import
1605
 
1606
2001-07-11 00:29  David Brownell 
1607
 
1608
        * source/gnu/xml/pipeline/DomConsumer.java: restore "filter" mode;
1609
          DomProducer is now gone
1610
 
1611
2001-07-10 23:23  David Brownell 
1612
 
1613
        * source/gnu/xml/pipeline/: TeeConsumer.java, TextConsumer.java,
1614
          ValidationConsumer.java: use EventFilter updates
1615
 
1616
2001-07-10 23:22  David Brownell 
1617
 
1618
        * source/gnu/xml/pipeline/EventFilter.java: add bind(), constants
1619
          for URIs
1620
 
1621
2001-07-08 14:30  David Brownell 
1622
 
1623
        * source/gnu/xml/pipeline/ValidationConsumer.java: doc,
1624
          getDocumentLocator()
1625
 
1626
2001-07-08 14:29  David Brownell 
1627
 
1628
        * source/gnu/xml/pipeline/NSFilter.java: use getDocumentLocator()
1629
 
1630
2001-07-08 14:27  David Brownell 
1631
 
1632
        * source/gnu/xml/pipeline/EventFilter.java: doc update, bugtweak,
1633
          getDocumentLocator()
1634
 
1635
2001-07-07 20:15  David Brownell 
1636
 
1637
        * source/gnu/xml/aelfred2/: SAXDriver.java, XmlParser.java:
1638
          scrub-a-dub
1639
 
1640
2001-07-05 04:42  David Brownell 
1641
 
1642
        * source/gnu/xml/aelfred2/JAXPFactory.java: use new
1643
          optionally-validating parser
1644
 
1645
2001-07-05 04:06  David Brownell 
1646
 
1647
        * Makefile.in: import validation support
1648
 
1649
2001-07-05 04:04  David Brownell 
1650
 
1651
        * source/gnu/xml/aelfred2/package.html: javadoc update
1652
 
1653
2001-07-05 04:02  David Brownell 
1654
 
1655
        * source/gnu/xml/aelfred2/XmlParser.java: don't report entity
1656
          expansions within markup
1657
 
1658
2001-07-05 04:00  David Brownell 
1659
 
1660
        * source/gnu/xml/aelfred2/SAXDriver.java: javadoc update
1661
 
1662
2001-07-05 03:52  David Brownell 
1663
 
1664
        * source/gnu/xml/aelfred2/XmlReader.java: new _optionally_
1665
          validating parser
1666
 
1667
2001-07-05 03:47  David Brownell 
1668
 
1669
        * source/gnu/xml/pipeline/ValidationConsumer.java: import
1670
 
1671
2001-07-05 03:43  David Brownell 
1672
 
1673
        * source/gnu/xml/pipeline/: EventFilter.java, TeeConsumer.java,
1674
          TextConsumer.java, WellFormednessFilter.java: handler -->
1675
          property; copyright dates
1676
 
1677
2001-07-04 18:59  David Brownell 
1678
 
1679
        * source/gnu/xml/aelfred2/SAXDriver.java: SAX2 conformance:
1680
          attributeDecl() reports NOTATION enum
1681
 
1682
2001-07-04 18:50  David Brownell 
1683
 
1684
        * source/gnu/xml/aelfred2/package.html: update matching recent
1685
          improvements
1686
 
1687
2001-06-24 22:47  David Brownell 
1688
 
1689
        * source/gnu/xml/aelfred2/XmlParser.java: attribute defaults are
1690
          yet another place PE ref syntax is ignored
1691
 
1692
2001-06-24 19:51  David Brownell 
1693
 
1694
        * source/gnu/xml/aelfred2/XmlParser.java: strict UTF-8 decoding
1695
          (Unicode 3.1 rules)
1696
 
1697
2001-06-24 06:14  David Brownell 
1698
 
1699
        * README: provide info about conformance testing
1700
 
1701
2001-06-24 06:12  David Brownell 
1702
 
1703
        * source/gnu/xml/dom/: Consumer.java, DomCharacterData.java,
1704
          DomNode.java: bugfixes
1705
 
1706
2001-06-24 06:11  David Brownell 
1707
 
1708
        * source/gnu/xml/dom/JAXPFactory.java: closer match to jaxp config
1709
          flags
1710
 
1711
2001-06-24 06:10  David Brownell 
1712
 
1713
        * source/gnu/xml/pipeline/DomConsumer.java: closer match to jaxp
1714
          config model
1715
 
1716
2001-06-24 06:06  David Brownell 
1717
 
1718
        * source/gnu/xml/aelfred2/: SAXDriver.java, XmlParser.java: report
1719
          entity boundaries; cleanup
1720
 
1721
2001-06-23 23:15  David Brownell 
1722
 
1723
        * Makefile.in: new class; populate DOM doctype nodes
1724
 
1725
2001-06-23 23:13  David Brownell 
1726
 
1727
        * source/gnu/xml/: dom/Consumer.java, dom/DomDoctype.java,
1728
          dom/JAXPFactory.java, pipeline/DomConsumer.java: populate doctype
1729
          nodes
1730
 
1731
2001-06-23 07:23  David Brownell 
1732
 
1733
        * source/gnu/xml/dom/DomCharacterData.java: bugfixes for data manip
1734
 
1735
2001-06-23 07:19  David Brownell 
1736
 
1737
        * source/gnu/xml/dom/DomNode.java: insertBefore bugfixes
1738
 
1739
2001-06-23 07:17  David Brownell 
1740
 
1741
        * source/gnu/xml/dom/DomImpl.java: handle alternative "null
1742
          version"
1743
 
1744
2001-06-23 07:14  David Brownell 
1745
 
1746
        * source/gnu/xml/aelfred2/JAXPFactory.java: publicize default
1747
          constructor
1748
 
1749
2001-06-22 17:54  David Brownell 
1750
 
1751
        * Makefile.in: add more pipeline stages
1752
 
1753
2001-06-22 17:53  David Brownell 
1754
 
1755
        * source/gnu/xml/pipeline/TeeConsumer.java, TextConsumer.java:
1756
          more event consumers
1757
 
1758
2001-06-22 17:52  David Brownell 
1759
 
1760
        * .cvsignore: ignore javadoc output too
1761
 
1762
2001-06-22 17:50  David Brownell 
1763
 
1764
        * source/gnu/xml/pipeline/DomConsumer.java: rm javadoc warning
1765
 
1766
2001-06-22 17:29  David Brownell 
1767
 
1768
        * source/gnu/xml/pipeline/NSFilter.java,
1769
          WellFormednessFilter.java: import more filters
1770
 
1771
2001-06-22 17:16  David Brownell 
1772
 
1773
        * source/gnu/xml/util/DomParser.java: import DOM --> SAX2 parser
1774
 
1775
2001-06-22 16:53  David Brownell 
1776
 
1777
        * README: mention autoconf/configure/make
1778
 
1779
2001-06-22 16:52  David Brownell 
1780
 
1781
        * Makefile.in: bring over dom, javadoc
1782
 
1783
2001-06-22 16:50  David Brownell 
1784
 
1785
        * source/gnu/xml/dom/JAXPFactory.java, package.html: initial jaxp
1786
          bootstrap support
1787
 
1788
2001-06-22 16:47  David Brownell 
1789
 
1790
        * source/javax/xml/parsers/DocumentBuilder.java,
1791
          DocumentBuilderFactory.java: misc updates, doc
1792
 
1793
2001-06-22 16:45  David Brownell 
1794
 
1795
        * .cvsignore: ignore more
1796
 
1797
2001-06-22 16:44  David Brownell 
1798
 
1799
        * source/gnu/xml/pipeline/DomConsumer.java, EventConsumer.java,
1800
          EventFilter.java: partial import of pipelines
1801
 
1802
2001-06-20 23:30  David Brownell 
1803
 
1804
        * source/gnu/xml/dom/*.java: import "dom2" implementation
1805
 
1806
2001-06-20 22:48  David Brownell 
1807
 
1808
        * source/org/xml/sax/package.html: add "lost" sax2 feature flag
1809
 
1810
2001-06-20 22:46  David Brownell 
1811
 
1812
        * source/javax/xml/parsers/SAXParserFactory.java: add javadoc, use
1813
          gnu for system default parser
1814
 
1815
2001-06-20 22:43  David Brownell 
1816
 
1817
        * source/gnu/xml/aelfred2/SAXDriver.java, XmlParser.java,
1818
          package.html: recognize "lost" sax2 feature flag, doc tweaks
1819
 
1820
2001-06-20 22:39  David Brownell 
1821
 
1822
        * source/gnu/xml/aelfred2/JAXPFactory.java: initial version
1823
 
1824
2001-06-20 22:36  David Brownell 
1825
 
1826
        * .cvsignore, AUTHORS: add
1827
 
1828
2001-06-20 22:36  David Brownell 
1829
 
1830
        * Makefile.in, configure.in: add initial autoconf support
1831
 
1832
2001-06-20 17:16  David Brownell 
1833
 
1834
        * README: add GPL "library exception"
1835
 
1836
2001-06-08 23:00  David Brownell 
1837
 
1838
        * README: add
1839
 
1840
2001-06-08 22:59  David Brownell 
1841
 
1842
        * source/gnu/xml/aelfred2/SAXDriver.java, aelfred2/XmlParser.java,
1843
          aelfred2/package.html, util/DefaultHandler.java,
1844
          util/XHTMLWriter.java, util/XMLWriter.java: initial add for
1845
          AElfred2, XMLWriter
1846
 
1847
2001-06-08 22:51  David Brownell 
1848
 
1849
        * source/org/w3c/dom/Attr.java, CDATASection.java,
1850
          CharacterData.java, Comment.java, DOMException.java,
1851
          DOMImplementation.java, Document.java, DocumentFragment.java,
1852
          DocumentType.java, Element.java, Entity.java,
1853
          EntityReference.java, NamedNodeMap.java, Node.java,
1854
          NodeList.java, Notation.java, ProcessingInstruction.java,
1855
          Text.java, package.html: add dom interfaces (from w3c) and doc
1856
          (not)
1857
 
1858
2001-06-08 22:44  David Brownell 
1859
 
1860
        * source/org/w3c/dom/events/DocumentEvent.java, events/Event.java,
1861
          events/EventException.java, events/EventListener.java,
1862
          events/EventTarget.java, events/MouseEvent.java,
1863
          events/MutationEvent.java, events/UIEvent.java,
1864
          events/package.html, traversal/DocumentTraversal.java,
1865
          traversal/NodeFilter.java, traversal/NodeIterator.java,
1866
          traversal/TreeWalker.java, traversal/package.html,
1867
          css/CSS2Azimuth.java, css/CSS2BackgroundPosition.java,
1868
          css/CSS2BorderSpacing.java, css/CSS2CounterIncrement.java,
1869
          css/CSS2CounterReset.java, css/CSS2Cursor.java,
1870
          css/CSS2FontFaceSrc.java, css/CSS2FontFaceWidths.java,
1871
          css/CSS2PageSize.java, css/CSS2PlayDuring.java,
1872
          css/CSS2Properties.java, css/CSS2TextShadow.java,
1873
          css/CSSCharsetRule.java, css/CSSFontFaceRule.java,
1874
          css/CSSImportRule.java, css/CSSMediaRule.java,
1875
          css/CSSPageRule.java, css/CSSPrimitiveValue.java,
1876
          css/CSSRule.java, css/CSSRuleList.java,
1877
          css/CSSStyleDeclaration.java, css/CSSStyleRule.java,
1878
          css/CSSStyleSheet.java, css/CSSUnknownRule.java,
1879
          css/CSSValue.java, css/CSSValueList.java, css/Counter.java,
1880
          css/DOMImplementationCSS.java, css/DocumentCSS.java,
1881
          css/ElementCSSInlineStyle.java, css/RGBColor.java,
1882
          css/Rect.java, css/ViewCSS.java, css/package.html,
1883
          html/HTMLAnchorElement.java, html/HTMLAppletElement.java,
1884
          html/HTMLAreaElement.java, html/HTMLBRElement.java,
1885
          html/HTMLBaseElement.java, html/HTMLBaseFontElement.java,
1886
          html/HTMLBodyElement.java, html/HTMLButtonElement.java,
1887
          html/HTMLCollection.java, html/HTMLDListElement.java,
1888
          html/HTMLDOMImplementation.java, html/HTMLDirectoryElement.java,
1889
          html/HTMLDivElement.java, html/HTMLDocument.java,
1890
          html/HTMLElement.java, html/HTMLFieldSetElement.java,
1891
          html/HTMLFontElement.java, html/HTMLFormElement.java,
1892
          html/HTMLFrameElement.java, html/HTMLFrameSetElement.java,
1893
          html/HTMLHRElement.java, html/HTMLHeadElement.java,
1894
          html/HTMLHeadingElement.java, html/HTMLHtmlElement.java,
1895
          html/HTMLIFrameElement.java, html/HTMLImageElement.java,
1896
          html/HTMLInputElement.java, html/HTMLIsIndexElement.java,
1897
          html/HTMLLIElement.java, html/HTMLLabelElement.java,
1898
          html/HTMLLegendElement.java, html/HTMLLinkElement.java,
1899
          html/HTMLMapElement.java, html/HTMLMenuElement.java,
1900
          html/HTMLMetaElement.java, html/HTMLModElement.java,
1901
          html/HTMLOListElement.java, html/HTMLObjectElement.java,
1902
          html/HTMLOptGroupElement.java, html/HTMLOptionElement.java,
1903
          html/HTMLParagraphElement.java, html/HTMLParamElement.java,
1904
          html/HTMLPreElement.java, html/HTMLQuoteElement.java,
1905
          html/HTMLScriptElement.java, html/HTMLSelectElement.java,
1906
          html/HTMLStyleElement.java, html/HTMLTableCaptionElement.java,
1907
          html/HTMLTableCellElement.java, html/HTMLTableColElement.java,
1908
          html/HTMLTableElement.java, html/HTMLTableRowElement.java,
1909
          html/HTMLTableSectionElement.java,
1910
          html/HTMLTextAreaElement.java, html/HTMLTitleElement.java,
1911
          html/HTMLUListElement.java, html/package.html,
1912
          ranges/DocumentRange.java, ranges/Range.java,
1913
          ranges/RangeException.java, ranges/package.html,
1914
          stylesheets/DocumentStyle.java, stylesheets/LinkStyle.java,
1915
          stylesheets/MediaList.java, stylesheets/StyleSheet.java,
1916
          stylesheets/StyleSheetList.java, stylesheets/package.html,
1917
          views/AbstractView.java, views/DocumentView.java,
1918
          views/package.html: add dom interfaces (from w3c) and docs (not)
1919
 
1920
2001-06-08 22:42  David Brownell 
1921
 
1922
        * source/org/xml/sax/*.java, ext/*.java, helpers/*.java: Public
1923
          Domain --> GPL
1924
 
1925
2001-06-08 22:22  David Brownell 
1926
 
1927
        * source/javax/xml/parsers/*.java, transform/*.java,
1928
        transform/dom/*.java, transform/sax/*.java,
1929
        transform/stream/*.java: LGPL --> GPL
1930
 
1931
2001-06-08 21:55  David Brownell 
1932
 
1933
        * COPYING, COPYRIGHT.html: add GPL and w3c.dom licences
1934
 
1935
2001-06-07 03:30  David Brownell 
1936
 
1937
        * source/org/xml/sax/*.java, ext/*.java, helpers/*.java: add SAX2
1938
 
1939
2001-06-07 03:21  David Brownell 
1940
 
1941
        * source/javax/xml/parsers/*.java, transform/*.java,
1942
          transform/dom/*.java, transform/sax/*.java,
1943
          transform/stream/*.java: add sun-defined bits of jaxp
1944
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.