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

Legend:
Removed from v.1.120  
changed lines
  Added in v.1.150

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24