/[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.96 by wakaba, Wed Dec 28 03:50:17 2005 UTC revision 1.104 by wakaba, Sat Jan 21 17:37:51 2006 UTC
# Line 1  Line 1 
1    2006-01-22  Wakaba  <wakaba@suika.fam.cx>
2    
3            * Tree.dis (getAttribute): Returns |null| if there
4            is no attribute in |ManakaiDOM:DOMLatest| for compatibility
5            with Web browser implementations.
6            (getAttributeNS): It returned |null| if there
7            is no attribute in any |For| unintentionally.  It now
8            returns an empty string in DOM levels less than or equals
9            to three.
10    
11            * XMLParser.dis (shiftChar): Fixed not to be warned as
12            uninitialized value or substring out of range.
13    
14    2006-01-21  Wakaba  <wakaba@suika.fam.cx>
15    
16            * DOMXML.dis (DocumentType.childNodes): Removed
17            from |ManakaiDOM:ManakaiDOMLatest| variant.
18    
19            * XMLParser.dis: Parsing of general internal entities implemented.
20            (_DocumentTypeDeclaration): Appends a document type definition
21            node to the document.
22            (_ProcessingInstructionDTD): Appends a processing
23            instruction node to the document type definition.
24            (Element_): Document element could not be an |EmptyElemTag|.
25    
26    2006-01-21  Wakaba  <wakaba@suika.fam.cx>
27    
28            * DOMFeature.dis (featuresParamToFeaturesHash): New block
29            code (seprated from |InputProcessor|).  Now
30            a |features| parameter's version can be specified by
31            an array reference that contains a set of version
32            numbers.  A test added.
33    
34            * XMLParser.dis: A test added.
35    
36    2006-01-07  Wakaba  <wakaba@suika.fam.cx>
37    
38            * DOMCore.dis (Test): Don't invoke |DESTROY| method
39            because it does not work with dummy object used in the test code.
40    
41    2006-01-07  Wakaba  <wakaba@suika.fam.cx>
42    
43            * DOMMain.dis (checkXMLNamesQName): Checks whether
44            namespace URI is defined for not being warned.
45    
46            * XDoctype.dis: New module.
47    
48            * DOMCore.dis (DOMStringList): Test added.
49    
50            * Makefile: |XDoctype.pm| added.
51    
52            * Tree.dis (Require): Requires |XDoctype.dis|.
53            (ManakaiDOMNodeObjectNode.eq): Added.
54            (Test): |DOMError.location| must return a |DOMLocator|
55            object (it was incorrectly tested to return |null|).
56            (EmptyNodeList.DESTROY): Removed.
57    
58    2006-01-04  Wakaba  <wakaba@suika.fam.cx>
59    
60            * Tree.dis (NodeType): |ELEMENT_TYPE_DEFINITION_NODE| and
61            |ATTRIBUTE_DEFINITION_NODE| node types added.
62            (appendChild, insertBefore, replaceChild): New
63            two node types added and processing instruction nodes
64            as document type definition node child is allowed
65            in |ManakaiDOM:ManakaiDOMLatest| mode.
66            (getNodeReference): New |interface| parameter
67            to filter classes by interface is added.
68            (ElementTypeDefinitionRole): New role.
69            (AttributeDefinitionRole): New role.
70    
71    2006-01-02  Wakaba  <wakaba@suika.fam.cx>
72    
73            * DOMCore.dis (DOMStringList): Reimplemented as tied array.
74    
75    2005-12-31  Wakaba  <wakaba@suika.fam.cx>
76    
77            * DOMCore.dis (DOMError.location): Returns an empty |DOMLocator|
78            if it is not provided.
79    
80            * XMLParser.dis: Parsing methods to skip document
81            type declaration is added.
82    
83    2005-12-29  Wakaba  <wakaba@suika.fam.cx>
84    
85            * XMLParser.dis (shiftChar): Checks characters are legal
86            or not.  Normalize end-of-lines.
87            (rule _XMLDeclaration_): Implemented.
88            (WFErrDef): Well-formedness error |wf-syntax-error|,
89            |wf-pi-target-is-xml|, |wf-no-end-tag|,
90            |wf-unsupported-xml-version|, |wf-malformed-enc-name|,
91            |wf-malformed-xml-standalone|, |wf-legal-literal-character|,
92            |wf-element-type-match|, |wf-unique-att-spec|,
93            |wf-legal-character| added.
94            (%character-code-point): New formatter rule.
95    
96            * Tree.dis (Document.xmlEncoding): It is now read-write attribute.
97    
98            * DOMCore.dis (DOMError.stringify): Added.
99            (error-handler.default): Returns |false| (don't continue)
100            when the error severity is |SEVERITY_FATAL_ERROR|.
101    
102    2005-12-28  Wakaba  <wakaba@suika.fam.cx>
103    
104            * XMLParser.dis (DocumentEntity): Typos fixed.
105            (|lexmode|s): New |?default-token| statements are used
106            so that tokenizer description has been simplified
107            and CDATA sections now can be parsed.
108    
109  2005-12-28  Wakaba  <wakaba@suika.fam.cx>  2005-12-28  Wakaba  <wakaba@suika.fam.cx>
110    
111          * XMLParser.dis: Some modifications made.          * XMLParser.dis: Some modifications made.

Legend:
Removed from v.1.96  
changed lines
  Added in v.1.104

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24