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

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24