/[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.92 by wakaba, Thu Nov 24 15:05:47 2005 UTC revision 1.105 by wakaba, Mon Jan 23 12:43:34 2006 UTC
# Line 1  Line 1 
1    2006-01-22  Wakaba  <wakaba@suika.fam.cx>
2    
3            * DOMCore.dis (NO_NAMED_NODE_ERR, NO_NAMED_NODE_NS_ERR,
4            INUSE_DEFINITION_ERR, NO_NS_NAMEDNODEMAP_ERR): New error subtypes.
5    
6            * DOMMain.dis (ensureXMLName): Checks definesness of |$XMLVERSION|
7            to avoid uninitialized value warning.
8    
9            * Tree.dis (ManakaiDOMElementTypeDefMap, ManakaiDOMAttrDefMap): New
10            classes (work in progress).
11    
12            * XDoctype.dis (elementTypes, attributeDefinitions): New attributes.
13    
14    2006-01-22  Wakaba  <wakaba@suika.fam.cx>
15    
16            * Tree.dis (getAttribute): Returns |null| if there
17            is no attribute in |ManakaiDOM:DOMLatest| for compatibility
18            with Web browser implementations.
19            (getAttributeNS): It returned |null| if there
20            is no attribute in any |For| unintentionally.  It now
21            returns an empty string in DOM levels less than or equals
22            to three.
23    
24            * XMLParser.dis (shiftChar): Fixed not to be warned as
25            uninitialized value or substring out of range.
26    
27    2006-01-21  Wakaba  <wakaba@suika.fam.cx>
28    
29            * DOMXML.dis (DocumentType.childNodes): Removed
30            from |ManakaiDOM:ManakaiDOMLatest| variant.
31    
32            * XMLParser.dis: Parsing of general internal entities implemented.
33            (_DocumentTypeDeclaration): Appends a document type definition
34            node to the document.
35            (_ProcessingInstructionDTD): Appends a processing
36            instruction node to the document type definition.
37            (Element_): Document element could not be an |EmptyElemTag|.
38    
39    2006-01-21  Wakaba  <wakaba@suika.fam.cx>
40    
41            * DOMFeature.dis (featuresParamToFeaturesHash): New block
42            code (seprated from |InputProcessor|).  Now
43            a |features| parameter's version can be specified by
44            an array reference that contains a set of version
45            numbers.  A test added.
46    
47            * XMLParser.dis: A test added.
48    
49    2006-01-07  Wakaba  <wakaba@suika.fam.cx>
50    
51            * DOMCore.dis (Test): Don't invoke |DESTROY| method
52            because it does not work with dummy object used in the test code.
53    
54    2006-01-07  Wakaba  <wakaba@suika.fam.cx>
55    
56            * DOMMain.dis (checkXMLNamesQName): Checks whether
57            namespace URI is defined for not being warned.
58    
59            * XDoctype.dis: New module.
60    
61            * DOMCore.dis (DOMStringList): Test added.
62    
63            * Makefile: |XDoctype.pm| added.
64    
65            * Tree.dis (Require): Requires |XDoctype.dis|.
66            (ManakaiDOMNodeObjectNode.eq): Added.
67            (Test): |DOMError.location| must return a |DOMLocator|
68            object (it was incorrectly tested to return |null|).
69            (EmptyNodeList.DESTROY): Removed.
70    
71    2006-01-04  Wakaba  <wakaba@suika.fam.cx>
72    
73            * Tree.dis (NodeType): |ELEMENT_TYPE_DEFINITION_NODE| and
74            |ATTRIBUTE_DEFINITION_NODE| node types added.
75            (appendChild, insertBefore, replaceChild): New
76            two node types added and processing instruction nodes
77            as document type definition node child is allowed
78            in |ManakaiDOM:ManakaiDOMLatest| mode.
79            (getNodeReference): New |interface| parameter
80            to filter classes by interface is added.
81            (ElementTypeDefinitionRole): New role.
82            (AttributeDefinitionRole): New role.
83    
84    2006-01-02  Wakaba  <wakaba@suika.fam.cx>
85    
86            * DOMCore.dis (DOMStringList): Reimplemented as tied array.
87    
88    2005-12-31  Wakaba  <wakaba@suika.fam.cx>
89    
90            * DOMCore.dis (DOMError.location): Returns an empty |DOMLocator|
91            if it is not provided.
92    
93            * XMLParser.dis: Parsing methods to skip document
94            type declaration is added.
95    
96    2005-12-29  Wakaba  <wakaba@suika.fam.cx>
97    
98            * XMLParser.dis (shiftChar): Checks characters are legal
99            or not.  Normalize end-of-lines.
100            (rule _XMLDeclaration_): Implemented.
101            (WFErrDef): Well-formedness error |wf-syntax-error|,
102            |wf-pi-target-is-xml|, |wf-no-end-tag|,
103            |wf-unsupported-xml-version|, |wf-malformed-enc-name|,
104            |wf-malformed-xml-standalone|, |wf-legal-literal-character|,
105            |wf-element-type-match|, |wf-unique-att-spec|,
106            |wf-legal-character| added.
107            (%character-code-point): New formatter rule.
108    
109            * Tree.dis (Document.xmlEncoding): It is now read-write attribute.
110    
111            * DOMCore.dis (DOMError.stringify): Added.
112            (error-handler.default): Returns |false| (don't continue)
113            when the error severity is |SEVERITY_FATAL_ERROR|.
114    
115    2005-12-28  Wakaba  <wakaba@suika.fam.cx>
116    
117            * XMLParser.dis (DocumentEntity): Typos fixed.
118            (|lexmode|s): New |?default-token| statements are used
119            so that tokenizer description has been simplified
120            and CDATA sections now can be parsed.
121    
122    2005-12-28  Wakaba  <wakaba@suika.fam.cx>
123    
124            * XMLParser.dis: Some modifications made.
125    
126    2005-12-27  Wakaba  <wakaba@suika.fam.cx>
127    
128            * DOMLS.dis (PARSE_ERR, SERIALIZE_ERR): They are now a
129            global named resource.
130    
131            * Makefile: Rules to make |XMLParser.pm| is added.
132    
133            * XMLParser.dis: New file.
134    
135    2005-12-24  Wakaba  <wakaba@suika.fam.cx>
136    
137            * DOMCore.dis (ManakaiDOMError._FORMATTER_PACKAGE_): Error
138            message formatter can now vary by error types.
139            (DOMLocator.utf32Offset): New (manakai extended) attribute.
140    
141    2005-12-23  Wakaba  <wakaba@suika.fam.cx>
142    
143            * DOMCore.dis (DOMLocator): Implemented.
144    
145    2005-12-21  Wakaba  <wakaba@suika.fam.cx>
146    
147            * DOMCore.dis (DOMConfigurationParameterApplication,
148            domConfigurationParameter): New resources.
149    
150    2005-11-25  Wakaba  <wakaba@suika.fam.cx>
151    
152            * Tree.dis (NodeList.___report_error, NamedNodeMap.___report_error):
153            New methods.
154    
155  2005-11-24  Wakaba  <wakaba@suika.fam.cx>  2005-11-24  Wakaba  <wakaba@suika.fam.cx>
156    
157          * DOMMain.dis, DOMLS.dis, DOMXML.dis, Tree.dis: Old |__WARNING__|          * DOMMain.dis, DOMLS.dis, DOMXML.dis, Tree.dis: Old |__WARNING__|

Legend:
Removed from v.1.92  
changed lines
  Added in v.1.105

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24