/[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.93 by wakaba, Fri Nov 25 06:18:40 2005 UTC revision 1.115 by wakaba, Wed Feb 8 08:18:29 2006 UTC
# Line 1  Line 1 
1    2006-02-08  Wakaba  <wakaba@suika.fam.cx>
2    
3            * XMLParser.dis (XMLTests): Tests for |c:erred| is supported.
4    
5    2006-02-06  Wakaba  <wakaba@suika.fam.cx>
6    
7            * DOMCore.dis (c:erred): New property.
8            (c:DOMErrorType): It should have been a subset
9            of |ecore:AnyErrorCode|.
10    
11            * XMLParser.dis (XMLTests): Empty input tests added.
12    
13    2006-01-30  Wakaba  <wakaba@suika.fam.cx>
14    
15            * XDoctype.dis (d:Feature): New canonical feature
16            name |fe:XDoctype| is added.
17    
18            * XMLParser.dis: Predefined general entity references
19            are implemented.  Creates |Entity| nodes from general entities
20            declared in internal subset.  |Entity| nodes created from internal
21            general parsed entities now have replacement tree.
22            Sets |cfg:entity-reference-read-only| flag off during
23            the tree generation.  Some parsing rules use |$self->{doc}|
24            rather than |$doc| parameter.  Similarly, |$self->{docx}| (document
25            node with |fe:XDoctype| feature) and |$self->{dtdef}| are
26            introduced.  General entity references in attribute value literal
27            are supported.
28    
29    2006-01-29  Wakaba  <wakaba@suika.fam.cx>
30    
31            * Tree.dis (ManakaiDOM:entity-reference-read-only): Configuration
32            parameter name changed to |cfg:entity-reference-read-only|.
33            (createEntityReference): Set |c:read-only| flag of
34            the created entity reference, too.
35    
36            * DOMLS.dis (min): New canonical feature name |fe:Min| added.
37    
38            * GenericLS.dis: Don't refer |DOMMain:DOMString|; use |f:MIString|
39            from |DOMFeature| module instead.  Use |idl:Object|
40            instead of |DOMMain:DOMObject| as well.
41            (Generic): New canonical feature name |fe:GenericLS| added.
42            (DOMLS:ParserRole, DOMLS:SerializerRole): Their
43            canonical name changed to |gls:ParserRole| and |gls:SerializerRole|
44            respectively.
45    
46            * DOMXML.dis (entities, notations): Perl code removed.
47            It will be reimplemented using |DocumentTypeDefinition|
48            class from |XDoctype| module.
49    
50            * DOMFeature.dis, DOMCore.dis, DOMMain.dis, DOMXML.dis,
51            Tree.dis, DOMLS.dis, GenericLS.dis, ManakaiDOMLS2003.dis,
52            SimpleLS.dis: Cleaned up unused definitions.
53    
54            * DOMCore.dis, DOMLS.dis (CParam): Definitions
55            for LS module moved from |DOMCore| module to |DOMLS| module.
56            This change makes |DOMCore| to |DOMLS| dependency removed.
57    
58            * .cvsignore (.html.pm, .ls.pm): Removed.
59    
60            * Makefile (.html.pm, .ls.pm): Removed.
61            (feature.dae): Include |GenericLS| module.
62            (core.dae): Don't include |DOMLS| and |GenericLS| module.
63            (ls.dae): Include |DOMLS| module.
64    
65    2006-01-29  Wakaba  <wakaba@suika.fam.cx>
66    
67            * XMLParser.dis: Tests on default attributes and their |specified|
68            attribute are added.
69    
70            * XDoctype.dis (createGeneralEntity): New method.
71            (generalEntities): New attribute.
72            (getGeneralEntityNode, setGeneralEntityNode): New methods.
73    
74            * Tree.dis (ManakaiDOMEntities): Removed.
75            (ManakaiDOMEntityMap): New class.
76            (ManakaiDOM:entity-reference-read-only): New configuration parameter.
77            (createEntityReference): If there is a corresponding |Entity|
78            node in the document type definition, then copies its
79            subtree.
80    
81            * DOMXML.dis (Entity): Documentation updated.
82            (publicId, systemId, notationName, xmlEncoding,
83            xmlVersion): These attributes are now settable
84            if |ManakaiDOM:ManakaiDOMLatest| mode.
85            (hasReplacementTree): New attribute for |ManakaiDOM:ManakaiDOMLatest|
86            mode.
87            (ownerDocumentTypeDefinition): New attribute
88            for |ManakaiDOM:ManakaiDOMLatest| mode.
89            (isExpanded): New attribute for |ManakaiDOM:ManakaiDOMLatest| mode.
90    
91    2006-01-28  Wakaba  <wakaba@suika.fam.cx>
92    
93            * DOMCore.dis (ErrDef): Missing |ecore:textFormatter| property added.
94    
95            * DOMMain.dis (ErrDef): Missing |ecore:textFormatter| property added.
96    
97            * Tree.dis (ErrDef): Missing |ecore:textFormatter| property added.
98            (ManakaiDOMAttributes): Removed.
99            (ManakaiDOMAttrMap): New class.
100            (ManakaiDOMAttrMapArray): New class.
101            (namespaceURI): Bug to return a string representation
102            of a reference to the namespace URI string is fixed.
103            (selectAttrNodeObject, selectAttrNodeObjectNodeNS): Reimplemented.
104            (removeAttribute, removeAttributeNS): DTD default attributes
105            are supported.  Don't throw |NO_MODIFICATION_ALLOWED_ERR|
106            if there is no attribute node.
107            (createElement, createElementNS): DTD default attributes are supported.
108            (setAttributeNode): Reimplemented.
109    
110    2006-01-27  Wakaba  <wakaba@suika.fam.cx>
111    
112            * DOMCore.dis (ManakaiDOMDTDTypeInfo): New class.
113    
114            * Tree.dis (STORESIZE): Index bound bug fixed.
115            (Attr.value): Redefined to consist with |AttributeDefinition.nodeValue|.
116            (schemaTypeInfo): Implemented for XML DTD.
117            (isId): Returns |true| if [attribute type] is |ID|.
118            (setAttribute, setAttributeNS): Sets [attribute type]
119            of the newly created |Attr| node (if any) when attribute
120            definition is available.
121            (doctype, documentElement): Reimplemented with tests.
122    
123            * XMLParser.dis: Sets [attribute type] information
124            to created |Attr| nodes.  Normalize namespace URIs
125            when such information are available (unlikely but legal).
126            (_HexadecimalCharacterReference): Number to character
127            convertion bug fixed.
128            (_DocumentTypeDeclaration): Sets |schema-type|
129            configuration parameter to XML DTD URI.
130    
131    2006-01-26  Wakaba  <wakaba@suika.fam.cx>
132    
133            * XMLParser.dis (_AttlistDeclaration): Now it can generate
134            attribute definition nodes.
135    
136            * XDoctype.dis: |UNKNOWN_ATTR| is renamed as |NO_TYPE_ATTR|
137            and another |UNKNOWN_ATTR| constant is introduced
138            for consistency with XML Infoset.
139    
140            * DOMCore.dis (TypeInfo): Documentation updated.
141    
142    2006-01-26  Wakaba  <wakaba@suika.fam.cx>
143    
144            * XDoctype.dis: A bug in test code fixed.
145    
146            * Tree.dis (NamedNodeMap): Element type or attribute
147            definition named node maps now can be dereferenced
148            as if they are array or hash references.
149            (removeNamedItem, item, ___report_error): Implemented for element type
150            or attribute definitions.
151            (length): Tests added.
152            (NamedNodeMapArray): New classes.
153    
154    2006-01-25  Wakaba  <wakaba@suika.fam.cx>
155    
156            * XDoctype.dis (setElementTypeDefinitionNode,
157            setAttributeDefinitionNode): Throws |c:INUSE_DEFINITION_ERR|
158            if the new node is already used for another definition.
159            (DocumentTypeDefinition, ElementTypeDefinition): Node
160            property name was incorrect.
161            (elementTypes, attributeDefinitions): Checks to
162            ensure the collection is empty added.
163    
164            * Tree.dis: Property name typos fixed.
165            (setNamedItem, setAttributeNode): Don't return any node
166            if it replace itself.
167            (c:userDeterminedId): Missing definition added.
168    
169            * DOMXML.dis (Notation): Missing property specification
170            of|c:ownerDocument| as |mn:xrefnode0| is added.
171    
172    2006-01-23  Wakaba  <wakaba@suika.fam.cx>
173    
174            * DOMCore.dis (Test): Missing argument added.
175            (setNamedItem): If |DocumentType| with no |ownerDocument|,
176            addition always fails with |WRONG_DOCUMENT_ERR|.  Some
177            error conditions were incorrect.
178    
179            * .cvsignore: Dummy files added.
180    
181    2006-01-22  Wakaba  <wakaba@suika.fam.cx>
182    
183            * DOMCore.dis (NO_NAMED_NODE_ERR, NO_NAMED_NODE_NS_ERR,
184            INUSE_DEFINITION_ERR, NO_NS_NAMEDNODEMAP_ERR): New error subtypes.
185    
186            * DOMMain.dis (ensureXMLName): Checks definesness of |$XMLVERSION|
187            to avoid uninitialized value warning.
188    
189            * Tree.dis (ManakaiDOMElementTypeDefMap, ManakaiDOMAttrDefMap): New
190            classes (work in progress).
191    
192            * XDoctype.dis (elementTypes, attributeDefinitions): New attributes.
193    
194    2006-01-22  Wakaba  <wakaba@suika.fam.cx>
195    
196            * Tree.dis (getAttribute): Returns |null| if there
197            is no attribute in |ManakaiDOM:DOMLatest| for compatibility
198            with Web browser implementations.
199            (getAttributeNS): It returned |null| if there
200            is no attribute in any |For| unintentionally.  It now
201            returns an empty string in DOM levels less than or equals
202            to three.
203    
204            * XMLParser.dis (shiftChar): Fixed not to be warned as
205            uninitialized value or substring out of range.
206    
207    2006-01-21  Wakaba  <wakaba@suika.fam.cx>
208    
209            * DOMXML.dis (DocumentType.childNodes): Removed
210            from |ManakaiDOM:ManakaiDOMLatest| variant.
211    
212            * XMLParser.dis: Parsing of general internal entities implemented.
213            (_DocumentTypeDeclaration): Appends a document type definition
214            node to the document.
215            (_ProcessingInstructionDTD): Appends a processing
216            instruction node to the document type definition.
217            (Element_): Document element could not be an |EmptyElemTag|.
218    
219    2006-01-21  Wakaba  <wakaba@suika.fam.cx>
220    
221            * DOMFeature.dis (featuresParamToFeaturesHash): New block
222            code (seprated from |InputProcessor|).  Now
223            a |features| parameter's version can be specified by
224            an array reference that contains a set of version
225            numbers.  A test added.
226    
227            * XMLParser.dis: A test added.
228    
229    2006-01-07  Wakaba  <wakaba@suika.fam.cx>
230    
231            * DOMCore.dis (Test): Don't invoke |DESTROY| method
232            because it does not work with dummy object used in the test code.
233    
234    2006-01-07  Wakaba  <wakaba@suika.fam.cx>
235    
236            * DOMMain.dis (checkXMLNamesQName): Checks whether
237            namespace URI is defined for not being warned.
238    
239            * XDoctype.dis: New module.
240    
241            * DOMCore.dis (DOMStringList): Test added.
242    
243            * Makefile: |XDoctype.pm| added.
244    
245            * Tree.dis (Require): Requires |XDoctype.dis|.
246            (ManakaiDOMNodeObjectNode.eq): Added.
247            (Test): |DOMError.location| must return a |DOMLocator|
248            object (it was incorrectly tested to return |null|).
249            (EmptyNodeList.DESTROY): Removed.
250    
251    2006-01-04  Wakaba  <wakaba@suika.fam.cx>
252    
253            * Tree.dis (NodeType): |ELEMENT_TYPE_DEFINITION_NODE| and
254            |ATTRIBUTE_DEFINITION_NODE| node types added.
255            (appendChild, insertBefore, replaceChild): New
256            two node types added and processing instruction nodes
257            as document type definition node child is allowed
258            in |ManakaiDOM:ManakaiDOMLatest| mode.
259            (getNodeReference): New |interface| parameter
260            to filter classes by interface is added.
261            (ElementTypeDefinitionRole): New role.
262            (AttributeDefinitionRole): New role.
263    
264    2006-01-02  Wakaba  <wakaba@suika.fam.cx>
265    
266            * DOMCore.dis (DOMStringList): Reimplemented as tied array.
267    
268    2005-12-31  Wakaba  <wakaba@suika.fam.cx>
269    
270            * DOMCore.dis (DOMError.location): Returns an empty |DOMLocator|
271            if it is not provided.
272    
273            * XMLParser.dis: Parsing methods to skip document
274            type declaration is added.
275    
276    2005-12-29  Wakaba  <wakaba@suika.fam.cx>
277    
278            * XMLParser.dis (shiftChar): Checks characters are legal
279            or not.  Normalize end-of-lines.
280            (rule _XMLDeclaration_): Implemented.
281            (WFErrDef): Well-formedness error |wf-syntax-error|,
282            |wf-pi-target-is-xml|, |wf-no-end-tag|,
283            |wf-unsupported-xml-version|, |wf-malformed-enc-name|,
284            |wf-malformed-xml-standalone|, |wf-legal-literal-character|,
285            |wf-element-type-match|, |wf-unique-att-spec|,
286            |wf-legal-character| added.
287            (%character-code-point): New formatter rule.
288    
289            * Tree.dis (Document.xmlEncoding): It is now read-write attribute.
290    
291            * DOMCore.dis (DOMError.stringify): Added.
292            (error-handler.default): Returns |false| (don't continue)
293            when the error severity is |SEVERITY_FATAL_ERROR|.
294    
295    2005-12-28  Wakaba  <wakaba@suika.fam.cx>
296    
297            * XMLParser.dis (DocumentEntity): Typos fixed.
298            (|lexmode|s): New |?default-token| statements are used
299            so that tokenizer description has been simplified
300            and CDATA sections now can be parsed.
301    
302    2005-12-28  Wakaba  <wakaba@suika.fam.cx>
303    
304            * XMLParser.dis: Some modifications made.
305    
306    2005-12-27  Wakaba  <wakaba@suika.fam.cx>
307    
308            * DOMLS.dis (PARSE_ERR, SERIALIZE_ERR): They are now a
309            global named resource.
310    
311            * Makefile: Rules to make |XMLParser.pm| is added.
312    
313            * XMLParser.dis: New file.
314    
315    2005-12-24  Wakaba  <wakaba@suika.fam.cx>
316    
317            * DOMCore.dis (ManakaiDOMError._FORMATTER_PACKAGE_): Error
318            message formatter can now vary by error types.
319            (DOMLocator.utf32Offset): New (manakai extended) attribute.
320    
321    2005-12-23  Wakaba  <wakaba@suika.fam.cx>
322    
323            * DOMCore.dis (DOMLocator): Implemented.
324    
325    2005-12-21  Wakaba  <wakaba@suika.fam.cx>
326    
327            * DOMCore.dis (DOMConfigurationParameterApplication,
328            domConfigurationParameter): New resources.
329    
330  2005-11-25  Wakaba  <wakaba@suika.fam.cx>  2005-11-25  Wakaba  <wakaba@suika.fam.cx>
331    
332          * Tree.dis (NodeList.___report_error, NamedNodeMap.___report_error):          * Tree.dis (NodeList.___report_error, NamedNodeMap.___report_error):

Legend:
Removed from v.1.93  
changed lines
  Added in v.1.115

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24