/[suikacvs]/messaging/manakai/lib/Message/DOM/ChangeLog
Suika

Diff of /messaging/manakai/lib/Message/DOM/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.117 by wakaba, Wed Feb 8 16:37:34 2006 UTC revision 1.151 by wakaba, Sat Mar 18 05:57:48 2006 UTC
# Line 1  Line 1 
1    2006-03-18  Wakaba  <wakaba@suika.fam.cx>
2    
3            * TreeCore.dis (Require): The |MDOM:XML| module is added.
4            (createAttributeNS, createTextNode, createComment,
5            createCDATASection): New methods.
6            (Attr, Text, Comment, CharacterData): New interfaces.
7    
8            * Makefile: |XML.dis| is added.
9    
10            * XML.dis: New module.
11    
12    2006-03-17  Wakaba  <wakaba@suika.fam.cx>
13    
14            * TreeCore.dis (manakaiReadOnly): New attribute.
15            
16    2006-03-17  Wakaba  <wakaba@suika.fam.cx>
17    
18            * TreeCore.dis (NodeType, nodeType, localName, namespaceURI,
19            prefix, isSameNode, ownerDocument, parentNode): New.
20            (Element): New interface.
21            (createElementNS): New method.
22            (strictErrorChecking): New.
23    
24    2006-03-17  Wakaba  <wakaba@suika.fam.cx>
25    
26            * Makefile: |TreeCore.dis| is added.
27    
28            * TreeCore.dis: New module.
29    
30    2006-03-16  Wakaba  <wakaba@suika.fam.cx>
31    
32            * XMLParser.dis (cfg:entity-replacement-tree): New configuration
33            parameter.
34    
35            * DOMXML.dis (manakaiExpanded): Renamed from |isExpanded|.
36    
37            * DOMCore.dis, Tree.dis, DOMLS.dis, XMLParser.dis: Lexical
38            data types added to configuration parameters.
39    
40    2006-03-15  Wakaba  <wakaba@suika.fam.cx>
41    
42            * DOMCore.dis (c:DOMConfigurationParameter): Now it is
43            a |DISSource:ResourceProperty|.
44            (c:anyDOMConfigurationParameter): New property.
45            (CParam, boolCParam): Now they are all |dis:subsetOf|
46            the |c:anyDOMConfigurationParameter| property.
47            (ForDocument, ForParser, ForSerializer): Removed.
48    
49            * DOMLS.dis, XMLParser.dis: Likewise.
50    
51    2006-03-12  Wakaba  <wakaba@suika.fam.cx>
52    
53            * DOMMain.dis, Tree.dis: Unused |dis:aliasChild| properties
54            are removed.
55    
56            * GenericLS.pm: Added to the CVS repository since
57            it is necessary to create the |Message::Util::DIS::DPG| module.
58    
59    2006-03-10  Wakaba  <wakaba@suika.fam.cx>
60    
61            * DOMCore.dis, DOMXML.dis, XDoctype.dis (manakaiAppendText): New
62            method.
63    
64            * XMLParser.dis: Don't create adjacent text nodes.
65    
66    2006-03-09  Wakaba  <wakaba@suika.fam.cx>
67    
68            * DOMCore.dis (HIERARCHY_DOCUMENT_FRAGMENT_ITSELF_ERR): New error.
69    
70            * DOMXML.dis (appendChild, insertBefore, replaceChild): Method
71            implementations are added.
72    
73            * XDoctype.dis (appendChild, insertBefore, replaceChild): Method
74            implementations are added.
75    
76            * Tree.dis (appendChild, insertBefore, replaceChild): Method
77            implementations are added.
78            (IFCls1Def, NodeTypeDef): Don't define |ManakaiDOM:ForClass|
79            resources unless for |ManakaiDOM:ManakaiDOMLatest|.
80            (cfg:strict-document-children): New configuration parameter.
81    
82    2006-03-08  Wakaba  <wakaba@suika.fam.cx>
83    
84            * XDoctype.dis (replaceChild): Method implementations are added.
85    
86            * Tree.dis (replaceChild): Method implementations are added.
87    
88            * DOMXML.dis (replaceChild): Method implementations are added.
89    
90    2006-03-07  Wakaba  <wakaba@suika.fam.cx>
91    
92            * Tree.dis (ForAppendChild, ForInsertBefore, ForReplaceChild): New |for|
93            definitions.
94    
95            * XDoctype.dis (insertBefore): New method implementation.
96    
97    2006-03-06  Wakaba  <wakaba@suika.fam.cx>
98    
99            * DOMXML.dis (insertBefore): Method implementations
100            for |ProcessingInstruction| and |Notation| nodes are added.
101    
102            * Tree.dis (insertBefore): Method implementation
103            for |CharacterData| nodes is added.
104    
105            * XDoctype.dis (insertBefore): Method implementation
106            for |ElementTypeDefinition| nodes is added.
107    
108    2006-03-06  Wakaba  <wakaba@suika.fam.cx>
109    
110            * XDoctype.dis (appendChild): New method implementation.
111    
112    2006-03-06  Wakaba  <wakaba@suika.fam.cx>
113    
114            * DOMCore.dis (HIERARCHY_WRONG_DOCTYPE_ERR): New error.
115            (REMOVE_DOCUMENT_ELEMENT_ERR): New error.
116            (REMOVE_DOCUMENT_TYPE_ERR): New error.
117    
118            * DOMXML.dis (ManakaiDOMDocumentType): Removed.
119            (ProcessingInstruction.appendChild, CDATASection.appendChild,
120            Notation.appendChild): New method implementation.
121    
122            * Tree.dis (CharacterData.appendChild): New method implementation.
123    
124            * XDoctype.dis: Tests moved from |MDOM:DOMXML| module.
125    
126    2006-03-06  Wakaba  <wakaba@suika.fam.cx>
127    
128            * DOMXML.dis (ManakaiDOMXMLIdAttr): New class.
129    
130            * Tree.dis (createAttribute, createAttributeNS,
131            setAttribute, setAttributeNS): They now supports
132            the |cfg:xml-id| configuration parameter.
133            (cfg:xml-id): New configuration parameter.
134    
135            * XDoctype.dis (createAttributeDefinition): It now
136            supports the |cfg:xml-id| configuration parameter.
137    
138            * XMLParser.dis (parse): It now supports
139            the |cfg:xml-id| configuration parameter.
140    
141    2006-03-05  Wakaba  <wakaba@suika.fam.cx>
142    
143            * XMLParser.dis (parse): Sets |Document.documentURI|
144            and |Document.manakaiEntityBaseURI| attributes of the
145            document created.
146            (_ProcessingInstructionDTD): Sets the |manakaiBaseURI|
147            property of the created node.
148            (_SystemLiteral): Sets the |manakaiDeclarationBaseURI|
149            of the created node.
150            (ls-input-to-input-file.default): Sets the resolved
151            system identifier to the |documentURI| attribute if available.
152            Sets the |baseURI| attribute if available.
153    
154    2006-03-05  Wakaba  <wakaba@suika.fam.cx>
155    
156            * XDoctype.dis (DocumentTypeDefinition.implementation): New attribute.
157            (Node.baseURI): New attribute implementations.
158            (declarationBaseURI): Setter is added.
159            (manakaiDeclarationBaseURI): New attribute.
160    
161            * Tree.dis (Require): A reference to the |MURI:Generic|
162            module is added.
163            (Node.baseURI): The implementation is revised.
164            (getNodeReference): Attribute node classes specialized
165            to attribute names are supported.
166            (contentBaseURI, htmlBaseURI): Removed.
167            (manakaiEntityBaseURI): New attribute.
168            (ManakaiDOMImplementationDocument): It now inherits
169            the |urigen:URIImplementation| class.
170    
171            * DOMMain.dis (isRelativeDOMURI): The definition
172            of the URI scheme is synced with |Message::URI::Generic|'s
173            one.
174    
175            * DOMXML.dis (Require): A reference to |DISlib:DISMarkup|
176            module is added.
177            (DocumentType.implementation): New attribute.
178            (Node.baseURI): Implementations are added.
179            (manakaiDeclarationBaseURI): New attributes.
180            (manakaiEntityBaseURI): New attributes.
181            (manakaiEntityURI): New attribute.
182            (manakaiExternal): New attribute.
183            (manakaiBaseURI): New attribute.
184            (ManakaiDOMXMLBaseAttr): New class.
185    
186    2006-02-26  Wakaba  <wakaba@suika.fam.cx>
187    
188            * SimpleLS.dis (Require): Reference to the |MDOM:Tree|
189            module was missing.
190    
191            * ManakaiDOMLS2003.dis: Some property names was incorrect.
192    
193            * Makefile (distclean): New rule.
194    
195    2006-02-26  Wakaba  <wakaba@suika.fam.cx>
196    
197            * DOMLS.dis: Removed from the CVS repository, since
198            it has been no longer required to make the |daf| system
199            itself.
200    
201    2006-02-26  Wakaba  <wakaba@suika.fam.cx>
202    
203            * Makefile: Revised for new |daf| database format.
204    
205    2006-02-25  Wakaba  <wakaba@suika.fam.cx>
206    
207            * DOMFeature.dis (Require): Missing reference to |DISlib:Test|
208            module is added.
209    
210    2006-02-22  Wakaba  <wakaba@suika.fam.cx>
211    
212            * DOMLS.dis: Constants were typed as |dx:ErrorCode|
213            by mistake.
214    
215    2006-02-18  Wakaba  <wakaba@suika.fam.cx>
216    
217            * XMLParser.dis (ManakaiDOMXMLParser): Implements |DOMLS:ParseString10|
218            feature.
219    
220            * DOMCore.dis (c:LSPARSER_NOT_FOUND_ERR): New exception type.
221    
222            * DOMLS.dis (DOMLS:ParseString): New (moved from |SimpleLS.dis|).
223            (DOMImplementationLS.createLSParser): Implemented.
224            (DOMImplementationLS.createLSInput): Revised.
225            (LSInput): Note on relationship with |GenericLS| is added.
226    
227            * SimpleLS.dis (DOMLS:ParseString): Removed (moved to |SimpleLS.dis|).
228    
229    2006-02-17  Wakaba  <wakaba@suika.fam.cx>
230    
231            * XMLParser.dis (domConfig): New |targetType| of |xp:ManakaiDOMXMLParser|
232            is introduced.
233            (async, busy): Implemented.
234            (parseString): Removed.
235            (parse, parseURI): Implemented.
236            (xp:ls-input-to-input-file): New configuration parameter.
237            (shiftChar): Gets character from current file handle
238            rather than replacement text.  Don't normalize
239            line break characters for internal entities.  Don't
240            throw |xp:wf-legal-literal-character| error
241            for |RestrictedChar| appearing in internal entities.
242            (DISPerl:dpgDef): Call |close| for each entity filehandler.
243            (_EntityDeclaration): Copy document URI and base URI
244            to the entity's |$decl| object.
245            (ParseError): New code fragment.
246            (getCopyOfEntityState): Creates filehandle from replacement
247            text.
248            (xp-error-lines): Don't appends text if no replacement
249            text is available.
250            (error-handler): New configuration parameter application resource.
251            (ManakaiDOMLSInputToInputFile): New class.
252            (ManakaiDOMInputFile): New class.
253    
254            * Tree.dis (getNodeReference): A dereferencing was missing.
255    
256            * DOMLS.dis (DOMLS:busy, DOMLS:lsKey): New properties.
257    
258    2006-02-17  Wakaba  <wakaba@suika.fam.cx>
259    
260            * XMLParser.dis: Default attribute are now namespace aware.
261            (parseString): Don't output |Document| warnings
262            during tree construction to standard error output.
263    
264    2006-02-16  Wakaba  <wakaba@suika.fam.cx>
265    
266            * XMLParser.dis: Name check for XML 1.0, XML Namespace 1.0, and
267            XML Namespace 1.1 is implemented.  Namespace well-formedness
268            error detection is implemented.  Generates |Notation| nodes
269            from notation declarations.
270            (checkNCName, checkQName): New code fragments.
271    
272            * XDoctype.dis (DocumentXDoctype): Factory methods
273            don't check |MDOMX:MDOM_BAD_NAME| if |Document.strictErrorChecking|
274            is |false|.
275    
276            * DOMCore.dis (wf-invalid-character-in-node-name,
277            wf-invalid-character): Removed (moved to |MDOM:Tree| module).
278    
279            * Tree.dis '(wf-invalid-character-in-node-name,
280            wf-invalid-character): New errors (from |MDOM:DOMCore| module).
281            (Attr.specified): Setter added.
282            (cfg:dtd-default-attributes): New configuration parameter.
283            (Document.createEntityReference): Don't check |MDOMX:MDOM_BAD_NAME|
284            if |Document.strictErrorChecking| is |false|.
285    
286    2006-02-15  Wakaba  <wakaba@suika.fam.cx>
287    
288            * XMLParser.dis: Set |allDeclarationsProcessed|
289            attribute of the |Document| node.  Don't process entity
290            and attribute definition list declarations after
291            unread parameter entity reference.  Warns if an attribute definition is
292            ignored (|xp:warning-attribute-definition-ignored|).  Set
293            flags whether predefined entities are declared or not.
294            WFC error |xp:wf-pes-in-internal-subset| is implemented.
295    
296    2006-02-15  Wakaba  <wakaba@suika.fam.cx>
297    
298            * XMLParser.dis: Issues |xp:error-internal-predefined-entity| error
299            if a predefined entity declaration references an external entity.
300            Issues |xp:error-malformed-predefined-entity| error if
301            a predefined entity declaration defines different thing than
302            one as in XML specification.  
303            Issies |xp:warning-entity-declaration-ignored| warning if
304            more than one entity declarations for an entity is found.
305            (WFErrDef): Now all well-formedness errors are marked
306            as |SEVERITY_FATAL_ERROR|.
307    
308            * XDoctype.dis (DocumentXDoctype.createDocumentTypeDefinition): Creates
309            predefined entity declarations.
310            (DocumentXDoctype.createNotation): New method.
311            (DocumentTypeDefinition.notations): New attribute.
312            (DocumentTypeDefinition.getNotationNode): New method.
313            (DocumentTypeDefinition.setNotationNode): New method.
314            (newNotationForTest): New code fragment.
315    
316            * Tree.dis (ManakaiDOMXML:ManakaiDOMNotations): Removed.
317            (c:ManakaiDOMNotationMap): New class.
318            (c:ManakaiDOMNotationMapArray): New class.
319            (Document.allDeclarationsProcessed): New attribute.
320    
321            * DOMXML.dis (DocumentType.notations): Implemented.
322            (Notation): Revised.
323            (Notation.ownerDocumentTypeDefinition): New attribute.
324    
325    2006-02-14  Wakaba  <wakaba@suika.fam.cx>
326    
327            * XMLParser.dis: The |xp:wf-parsed-entity| and the |xp:wf-no-recursion|
328            WFC errors are implemented.  Reports a |xp:wf-syntax-error|
329            if a parameter entity declaration contains |NDATA| keyword.
330            (setEmptyEntityState): Set |name| attribute.
331    
332            * Tree.dis (createEntityReference): Don't enter into inifinite
333            loop even if entity replacement tree contains recursive
334            reference directly or indirectly.
335    
336    2006-02-13  Wakaba  <wakaba@suika.fam.cx>
337    
338            * XMLParser.dis (_GeneralEntityReferenceAE): The |xp:wf-entity-declared|
339            WFC error is implemented.
340    
341    2006-02-13  Wakaba  <wakaba@suika.fam.cx>
342    
343            * XMLParser.dis: Set |cfg:clone-entity-reference-subtree|
344            configuration parameter |true| during tree construction
345            to ensure default attribute value is cloned as is
346            including entity reference subtree.
347    
348            * Tree.dis (cfg:clone-entity-reference-subtree): New configuration
349            parameter.
350            (Node.cloneNode): The |cfg:clone-entity-reference-subtree|
351            configuration parameter support is added.
352    
353    2006-02-12  Wakaba  <wakaba@suika.fam.cx>
354    
355            * XMLParser.dis (parseString): General |Entity| replacement
356            tree is not constructed because of a typo.  Clears |EntityReference|
357            content before constructing |Entity| replacement tree.
358            The |xp:wf-entity-declared| well-formedness constraint
359            for entity references in attribute value literal is implemented.
360    
361    2006-02-11  Wakaba  <wakaba@suika.fam.cx>
362    
363            * XMLParser.dis: |xp:wf-entity-declared| well-formedness
364            constaraint for entity references that appear in
365            content of elements is implemented.   Set |EntityReference.isExpanded|
366            attribute.
367            (getEmptyEntityState): New code.
368    
369            * XDoctype.dis (DocumentTypeDefinition.nodeType): Duplicate
370            definition is removed.
371    
372            * DOMXML.dis (Entity.isExternallyDeclared): New attribute.
373            (EntityReference.isExpanded): Setter is added.
374    
375    2006-02-11  Wakaba  <wakaba@suika.fam.cx>
376    
377            * XMLParser.dis: |xp:wf-no-lt-in-attribute-values|
378            and |xp:wf-no-external-entity-references| well-formedness
379            constraints are implemented.
380    
381    2006-02-11  Wakaba  <wakaba@suika.fam.cx>
382    
383            * XMLParser.dis ($self->{has_error}): Removed.
384            (parseString): Don't throw |DOMLS:PARSE_ERR| if all fatal
385            errors (including well-formedness constraint errors) are
386            traped by the error handler.
387            (PubidLiteral, SystemLiteral): Set |publicId| or |systemId|
388            attribute of the node.  Reports an error if |publidLiteral|
389            contains a non-|pubidChar|.
390    
391            * XDoctype.dis (d:DeclFeature30): New feature (|fe:XDoctypeDeclaration|
392            version |3.0|).
393            (ManakaiDOMDocumentTypeDefinition): The class no longer
394            inherits |x:ManakaiDOMDocumentType| class.  Instead,
395            it inherits |d:ManakaiDOMDocumentTypeDeclaration|
396            and |t:ManakaiDOMNOde| classes.  It still implements |x:DocumentType|
397            interface (except unimplemented |notations| and |internalSubset|
398            attributes).
399            (ManakaiDOMDocumentTypeDefinition.entities): New attribute
400            for compatibility with |x:DocumentType| interface.
401            (ManakaiDOMDocumentTypeDefinition.lookupPrefix): New method.
402            (ManakaiDOMDocumentTypeDefinition.getFeature): New method.
403            (ManakaiDOMDocumentTypeDefinition.nodeType,
404            ManakaiDOMDocumentTypeDefinition.textContent): New attributes.
405            (DocumentTypeDeclaration): New interface.
406    
407            * Tree.dis (Node/@f:implements): Typos fixed.
408            (Node.MUErrorHandler): Missing |last A| statement is added.
409            (createDocumentType): Throws an exception if |qualifiedName|
410            is illegal.  Calls |DocumentTypeDefinition.newObject|
411            instead of obsolete |DocumentType.newObject|.
412    
413            * DOMXML.dis (DocumentType.name, DocumentType.entities,
414            DocumentType.publicId, DocumentType.systemId,
415            DocumentType.lookupPrefix, DocumentType.getFeature): Now they are defined
416            as clones of similar attributes or methods
417            in |MDOM:XDoctype| module.
418            (DocumentType.newObject): Removed (use |DocumentTypeDefinition.newObject|
419            instead).
420            (DocumentType.childNodes): Removed (|Node.childNodes| definition
421            is used).
422    
423    2006-02-10  Wakaba  <wakaba@suika.fam.cx>
424    
425            * XMLParser.dis (xp:fatal-xml11-end-of-line-in-xml-declaration): New
426            fatal error.
427    
428    2006-02-09  Wakaba  <wakaba@suika.fam.cx>
429    
430            * XMLParser.dis (CommentDeclaration): |STRING| is now
431            defined as a |?default-token|.
432            (XMLTests): Tests for |Char - RestrictedChar| matchness,
433            comment declarations, cdata sections, and |MSE| in |content|
434            added.
435            (XMLTests/PerlDef): Bug fixed: |pop| -> |shift|.
436            (get-location-from-token): |$token->{location_d}|
437            for |?default-token| column counting support added.
438    
439            * DOMCore.dis (c:erred): It is now a |DISCore:OrderedList| property.
440    
441  2006-02-08  Wakaba  <wakaba@suika.fam.cx>  2006-02-08  Wakaba  <wakaba@suika.fam.cx>
442    
443          * Tree.dis (createProcessingInstruction): Don't          * Tree.dis (createProcessingInstruction): Don't

Legend:
Removed from v.1.117  
changed lines
  Added in v.1.151

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24