/[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.128 by wakaba, Wed Feb 15 15:36:16 2006 UTC revision 1.159 by wakaba, Wed Mar 29 15:43:41 2006 UTC
# Line 1  Line 1 
1    2006-03-29  Wakaba  <wakaba@suika.fam.cx>
2    
3            * DOMCore.dis: Namespace prefixes are changed to new ones.
4    
5            * TreeCore.dis (createDocument, createDocumentType): Reimplemented (but
6            untested).
7            (___report_error): Reimplemented (untested).
8            (manakaiSetReadOnly): New method.
9            (Attr.___create_node_ref): New method (untested).
10            (Document.getFeature): |require|s the |MDOM:XML| Perl module.
11            (createEntityReference, cloneNode): Support for
12            the |cfg:entity-reference-read-only| configuration
13            parameter is removed; newly created entity references
14            are always read-only and use the |manakaiSetReadOnly| method
15            if desired.
16            (Element.manakaiBaseURI): Reimplemented (untested).
17    
18            * XDoctype.dis (createGeneralEntity, createNotation): |require|s
19            the |MDOM:XML| Perl module.
20            (DocumentTypeDefinition.___create_node_stem): Sets
21            the |tc:implementation| internal property if its value
22            is provided.  The |infoset:content| internal property name
23            was incorrect.
24            (DocumentTypeDefinition, ElementTypeDefinition): |MUST|s on
25            read-only |NodeList| and |DOMStringList| are added
26            for clarification.
27    
28    2006-03-26  Wakaba  <wakaba@suika.fam.cx>
29    
30            * DOMCore.dis (Require): Reference to the |MDOM:TreeCore|
31            module is added.
32            (DOMStringList): Reimplemented for new |d:AttributeDefinition|
33            implementation (untested).
34    
35            * TreeCore.dis (baseURI): Reimplemented (untested).
36            (Roles): Definitions added.
37    
38            * XDoctype.dis (Require): References to the |MDOM:TreeCore|
39            and |MDOM:XML| modules are added.  Reference to the |MDOM:Tree|
40            module is removed.
41            (DocumentXDoctype): Reimplemented (untested).
42            (DocumentTypeDefinition, DocumentTypeDeclaration):
43            Reimlemented (untested).
44            (ElementTypeDefinition, AttributeDefinition): Reimplemented (untested).
45    
46            * XML.dis (FeatureDef): New features (definitions copied
47            from the |MDOM:DOMXML| module).
48            (DocumentType): New interface (definition copied from
49            the |MDOM:DOMXML| module).
50            (CDATASection, Notation, Entity, EntityReference, ProcessingInstruction):
51            Reimplemented (untested).
52            (ManakaiDOMXMLBaseAttr, ManakaiDOMXMLIdAttr): Reimplemented (untested).
53    
54    2006-03-25  Wakaba  <wakaba@suika.fam.cx>
55    
56            * TreeCore.dis (Document): Most methods are reimplemented (untested).
57    
58    2006-03-25  Wakaba  <wakaba@suika.fam.cx>
59    
60            * TreeCore.dis (Document): Attributes are reimplemented (untested).
61            (Text, DocumentFragment, Comment): Most members are
62            reimplemented (untested).
63    
64    2006-03-24  Wakaba  <wakaba@suika.fam.cx>
65    
66            * DOMMain.dis (checkXMLNamesQName): Some checks are
67            removed to sync with DOM Level 3 Core specification.
68    
69            * TreeCore.dis (Element): Most methods are reimplemented (untested).
70            (GetElementsNodeList): Reimplemented (untested).
71    
72    2006-03-23  Wakaba  <wakaba@suika.fam.cx>
73    
74            * Tree.dis (cfg:strict-document-children): The configuration
75            parameter must also affect on |manakaiAppendText|
76            and |textContent| on |Document| nodes.
77    
78            * TreeCore.dis (Node.CreateNodeRefMethod): The |tc:nodeRefClass|
79            parameter changes the class to |bless|.
80            (Node): Most methods are reimplemented.  (Untested)
81            (CharacterData, Attr): Most methods and attributes are
82            reimplemented.  (Untested)
83    
84            * XML.dis, XDoctype.dis: Most |Node| methods are
85            reimplemented (untested).
86    
87    2006-03-23  Wakaba  <wakaba@suika.fam.cx>
88    
89            * TreeCore.dis, XML.dis, XDoctype.dis (Node.textContent): Reimplemented
90            (untested).
91    
92    2006-03-22  Wakaba  <wakaba@suika.fam.cx>
93    
94            * DOMCore.dis (DOMSTRING_SIZE_ERR): It now has
95            a qualified name.
96    
97            * DOMMain.dis (ensureNamespacePrefix): Undefines
98            the prefix if it is an empty string.  (Note that
99            it is defined as implementation dependent in
100            DOM Level 3 Core specification).
101    
102            * TreeCore.dis (Require): It now references the |MDOM:XDoctype|
103            module.
104            (Node): Attributes are reimplemented (untested).
105    
106            * XML.dis (Require): It now references the |MDOMX:XDoctype|
107            module.
108            (Node): Attributes are reimplemented (untested).
109            (Entity, Notation): New interfaces.
110    
111            * XDoctype.dis (Node): Attributes are reimplemented (untested).
112    
113    2006-03-19  Wakaba  <wakaba@suika.fam.cx>
114    
115            * TreeCore.dis (childNodes, firstChild, lastChild,
116            nextSibling, previousSibling, appendChild, insertBefore,
117            replaceChild, removeChild, createDocumentFragment,
118            createEntityReference, createProcessingInstruction,
119            domConfig, documentElement, implementation, manakaiAppendText): New.
120            (NodeList, DocumentFragment): New interfaces.
121    
122            * XML.dis (EntityReference, ProcessingInstruction): New interface.
123    
124    2006-03-18  Wakaba  <wakaba@suika.fam.cx>
125    
126            * TreeCore.dis (Require): The |MDOM:XML| module is added.
127            (createAttributeNS, createTextNode, createComment,
128            createCDATASection): New methods.
129            (Attr, Text, Comment, CharacterData): New interfaces.
130    
131            * Makefile: |XML.dis| is added.
132    
133            * XML.dis: New module.
134    
135    2006-03-17  Wakaba  <wakaba@suika.fam.cx>
136    
137            * TreeCore.dis (manakaiReadOnly): New attribute.
138            
139    2006-03-17  Wakaba  <wakaba@suika.fam.cx>
140    
141            * TreeCore.dis (NodeType, nodeType, localName, namespaceURI,
142            prefix, isSameNode, ownerDocument, parentNode): New.
143            (Element): New interface.
144            (createElementNS): New method.
145            (strictErrorChecking): New.
146    
147    2006-03-17  Wakaba  <wakaba@suika.fam.cx>
148    
149            * Makefile: |TreeCore.dis| is added.
150    
151            * TreeCore.dis: New module.
152    
153    2006-03-16  Wakaba  <wakaba@suika.fam.cx>
154    
155            * XMLParser.dis (cfg:entity-replacement-tree): New configuration
156            parameter.
157    
158            * DOMXML.dis (manakaiExpanded): Renamed from |isExpanded|.
159    
160            * DOMCore.dis, Tree.dis, DOMLS.dis, XMLParser.dis: Lexical
161            data types added to configuration parameters.
162    
163    2006-03-15  Wakaba  <wakaba@suika.fam.cx>
164    
165            * DOMCore.dis (c:DOMConfigurationParameter): Now it is
166            a |DISSource:ResourceProperty|.
167            (c:anyDOMConfigurationParameter): New property.
168            (CParam, boolCParam): Now they are all |dis:subsetOf|
169            the |c:anyDOMConfigurationParameter| property.
170            (ForDocument, ForParser, ForSerializer): Removed.
171    
172            * DOMLS.dis, XMLParser.dis: Likewise.
173    
174    2006-03-12  Wakaba  <wakaba@suika.fam.cx>
175    
176            * DOMMain.dis, Tree.dis: Unused |dis:aliasChild| properties
177            are removed.
178    
179            * GenericLS.pm: Added to the CVS repository since
180            it is necessary to create the |Message::Util::DIS::DPG| module.
181    
182    2006-03-10  Wakaba  <wakaba@suika.fam.cx>
183    
184            * DOMCore.dis, DOMXML.dis, XDoctype.dis (manakaiAppendText): New
185            method.
186    
187            * XMLParser.dis: Don't create adjacent text nodes.
188    
189    2006-03-09  Wakaba  <wakaba@suika.fam.cx>
190    
191            * DOMCore.dis (HIERARCHY_DOCUMENT_FRAGMENT_ITSELF_ERR): New error.
192    
193            * DOMXML.dis (appendChild, insertBefore, replaceChild): Method
194            implementations are added.
195    
196            * XDoctype.dis (appendChild, insertBefore, replaceChild): Method
197            implementations are added.
198    
199            * Tree.dis (appendChild, insertBefore, replaceChild): Method
200            implementations are added.
201            (IFCls1Def, NodeTypeDef): Don't define |ManakaiDOM:ForClass|
202            resources unless for |ManakaiDOM:ManakaiDOMLatest|.
203            (cfg:strict-document-children): New configuration parameter.
204    
205    2006-03-08  Wakaba  <wakaba@suika.fam.cx>
206    
207            * XDoctype.dis (replaceChild): Method implementations are added.
208    
209            * Tree.dis (replaceChild): Method implementations are added.
210    
211            * DOMXML.dis (replaceChild): Method implementations are added.
212    
213    2006-03-07  Wakaba  <wakaba@suika.fam.cx>
214    
215            * Tree.dis (ForAppendChild, ForInsertBefore, ForReplaceChild): New |for|
216            definitions.
217    
218            * XDoctype.dis (insertBefore): New method implementation.
219    
220    2006-03-06  Wakaba  <wakaba@suika.fam.cx>
221    
222            * DOMXML.dis (insertBefore): Method implementations
223            for |ProcessingInstruction| and |Notation| nodes are added.
224    
225            * Tree.dis (insertBefore): Method implementation
226            for |CharacterData| nodes is added.
227    
228            * XDoctype.dis (insertBefore): Method implementation
229            for |ElementTypeDefinition| nodes is added.
230    
231    2006-03-06  Wakaba  <wakaba@suika.fam.cx>
232    
233            * XDoctype.dis (appendChild): New method implementation.
234    
235    2006-03-06  Wakaba  <wakaba@suika.fam.cx>
236    
237            * DOMCore.dis (HIERARCHY_WRONG_DOCTYPE_ERR): New error.
238            (REMOVE_DOCUMENT_ELEMENT_ERR): New error.
239            (REMOVE_DOCUMENT_TYPE_ERR): New error.
240    
241            * DOMXML.dis (ManakaiDOMDocumentType): Removed.
242            (ProcessingInstruction.appendChild, CDATASection.appendChild,
243            Notation.appendChild): New method implementation.
244    
245            * Tree.dis (CharacterData.appendChild): New method implementation.
246    
247            * XDoctype.dis: Tests moved from |MDOM:DOMXML| module.
248    
249    2006-03-06  Wakaba  <wakaba@suika.fam.cx>
250    
251            * DOMXML.dis (ManakaiDOMXMLIdAttr): New class.
252    
253            * Tree.dis (createAttribute, createAttributeNS,
254            setAttribute, setAttributeNS): They now supports
255            the |cfg:xml-id| configuration parameter.
256            (cfg:xml-id): New configuration parameter.
257    
258            * XDoctype.dis (createAttributeDefinition): It now
259            supports the |cfg:xml-id| configuration parameter.
260    
261            * XMLParser.dis (parse): It now supports
262            the |cfg:xml-id| configuration parameter.
263    
264    2006-03-05  Wakaba  <wakaba@suika.fam.cx>
265    
266            * XMLParser.dis (parse): Sets |Document.documentURI|
267            and |Document.manakaiEntityBaseURI| attributes of the
268            document created.
269            (_ProcessingInstructionDTD): Sets the |manakaiBaseURI|
270            property of the created node.
271            (_SystemLiteral): Sets the |manakaiDeclarationBaseURI|
272            of the created node.
273            (ls-input-to-input-file.default): Sets the resolved
274            system identifier to the |documentURI| attribute if available.
275            Sets the |baseURI| attribute if available.
276    
277    2006-03-05  Wakaba  <wakaba@suika.fam.cx>
278    
279            * XDoctype.dis (DocumentTypeDefinition.implementation): New attribute.
280            (Node.baseURI): New attribute implementations.
281            (declarationBaseURI): Setter is added.
282            (manakaiDeclarationBaseURI): New attribute.
283    
284            * Tree.dis (Require): A reference to the |MURI:Generic|
285            module is added.
286            (Node.baseURI): The implementation is revised.
287            (getNodeReference): Attribute node classes specialized
288            to attribute names are supported.
289            (contentBaseURI, htmlBaseURI): Removed.
290            (manakaiEntityBaseURI): New attribute.
291            (ManakaiDOMImplementationDocument): It now inherits
292            the |urigen:URIImplementation| class.
293    
294            * DOMMain.dis (isRelativeDOMURI): The definition
295            of the URI scheme is synced with |Message::URI::Generic|'s
296            one.
297    
298            * DOMXML.dis (Require): A reference to |DISlib:DISMarkup|
299            module is added.
300            (DocumentType.implementation): New attribute.
301            (Node.baseURI): Implementations are added.
302            (manakaiDeclarationBaseURI): New attributes.
303            (manakaiEntityBaseURI): New attributes.
304            (manakaiEntityURI): New attribute.
305            (manakaiExternal): New attribute.
306            (manakaiBaseURI): New attribute.
307            (ManakaiDOMXMLBaseAttr): New class.
308    
309    2006-02-26  Wakaba  <wakaba@suika.fam.cx>
310    
311            * SimpleLS.dis (Require): Reference to the |MDOM:Tree|
312            module was missing.
313    
314            * ManakaiDOMLS2003.dis: Some property names was incorrect.
315    
316            * Makefile (distclean): New rule.
317    
318    2006-02-26  Wakaba  <wakaba@suika.fam.cx>
319    
320            * DOMLS.dis: Removed from the CVS repository, since
321            it has been no longer required to make the |daf| system
322            itself.
323    
324    2006-02-26  Wakaba  <wakaba@suika.fam.cx>
325    
326            * Makefile: Revised for new |daf| database format.
327    
328    2006-02-25  Wakaba  <wakaba@suika.fam.cx>
329    
330            * DOMFeature.dis (Require): Missing reference to |DISlib:Test|
331            module is added.
332    
333    2006-02-22  Wakaba  <wakaba@suika.fam.cx>
334    
335            * DOMLS.dis: Constants were typed as |dx:ErrorCode|
336            by mistake.
337    
338    2006-02-18  Wakaba  <wakaba@suika.fam.cx>
339    
340            * XMLParser.dis (ManakaiDOMXMLParser): Implements |DOMLS:ParseString10|
341            feature.
342    
343            * DOMCore.dis (c:LSPARSER_NOT_FOUND_ERR): New exception type.
344    
345            * DOMLS.dis (DOMLS:ParseString): New (moved from |SimpleLS.dis|).
346            (DOMImplementationLS.createLSParser): Implemented.
347            (DOMImplementationLS.createLSInput): Revised.
348            (LSInput): Note on relationship with |GenericLS| is added.
349    
350            * SimpleLS.dis (DOMLS:ParseString): Removed (moved to |SimpleLS.dis|).
351    
352    2006-02-17  Wakaba  <wakaba@suika.fam.cx>
353    
354            * XMLParser.dis (domConfig): New |targetType| of |xp:ManakaiDOMXMLParser|
355            is introduced.
356            (async, busy): Implemented.
357            (parseString): Removed.
358            (parse, parseURI): Implemented.
359            (xp:ls-input-to-input-file): New configuration parameter.
360            (shiftChar): Gets character from current file handle
361            rather than replacement text.  Don't normalize
362            line break characters for internal entities.  Don't
363            throw |xp:wf-legal-literal-character| error
364            for |RestrictedChar| appearing in internal entities.
365            (DISPerl:dpgDef): Call |close| for each entity filehandler.
366            (_EntityDeclaration): Copy document URI and base URI
367            to the entity's |$decl| object.
368            (ParseError): New code fragment.
369            (getCopyOfEntityState): Creates filehandle from replacement
370            text.
371            (xp-error-lines): Don't appends text if no replacement
372            text is available.
373            (error-handler): New configuration parameter application resource.
374            (ManakaiDOMLSInputToInputFile): New class.
375            (ManakaiDOMInputFile): New class.
376    
377            * Tree.dis (getNodeReference): A dereferencing was missing.
378    
379            * DOMLS.dis (DOMLS:busy, DOMLS:lsKey): New properties.
380    
381    2006-02-17  Wakaba  <wakaba@suika.fam.cx>
382    
383            * XMLParser.dis: Default attribute are now namespace aware.
384            (parseString): Don't output |Document| warnings
385            during tree construction to standard error output.
386    
387    2006-02-16  Wakaba  <wakaba@suika.fam.cx>
388    
389            * XMLParser.dis: Name check for XML 1.0, XML Namespace 1.0, and
390            XML Namespace 1.1 is implemented.  Namespace well-formedness
391            error detection is implemented.  Generates |Notation| nodes
392            from notation declarations.
393            (checkNCName, checkQName): New code fragments.
394    
395            * XDoctype.dis (DocumentXDoctype): Factory methods
396            don't check |MDOMX:MDOM_BAD_NAME| if |Document.strictErrorChecking|
397            is |false|.
398    
399            * DOMCore.dis (wf-invalid-character-in-node-name,
400            wf-invalid-character): Removed (moved to |MDOM:Tree| module).
401    
402            * Tree.dis '(wf-invalid-character-in-node-name,
403            wf-invalid-character): New errors (from |MDOM:DOMCore| module).
404            (Attr.specified): Setter added.
405            (cfg:dtd-default-attributes): New configuration parameter.
406            (Document.createEntityReference): Don't check |MDOMX:MDOM_BAD_NAME|
407            if |Document.strictErrorChecking| is |false|.
408    
409  2006-02-15  Wakaba  <wakaba@suika.fam.cx>  2006-02-15  Wakaba  <wakaba@suika.fam.cx>
410    
411          * XMLParser.dis: Set |allDeclarationsProcessed|          * XMLParser.dis: Set |allDeclarationsProcessed|

Legend:
Removed from v.1.128  
changed lines
  Added in v.1.159

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24