/[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.73 by wakaba, Wed Oct 5 11:50:35 2005 UTC revision 1.80 by wakaba, Sat Oct 15 15:28:05 2005 UTC
# Line 1  Line 1 
1    2005-10-15  Wakaba  <wakaba@suika.fam.cx>
2    
3            * DOMCore.dis (Require): References "DOMLS.dis" module.
4            (CParam): Definitions for LS module added.
5    
6            * DOMLS.dis (ManakaiDOMLSInput): The input processor
7            is also an output processor now.
8            (ManakaiDOMLSResourceResolver): Implemented.
9            (CParam): Definitions updated.
10    
11    2005-10-14  Wakaba  <wakaba@suika.fam.cx>
12    
13            * DOMCore.dis (NOT_RECOGNIZED_CONFIG_PARAM_ERR,
14            NOT_SUPPORTED_CONFIG_VALUE_ERR,
15            INCOMPATIBLE_CONFIG_VALUE_ERR): New error subcodes.
16            (DOMConfiguration): Implemented.
17            (CParam): Definitions updated.
18    
19            * DOMMain.dis (DOMURIs): New data type.
20            
21    2005-10-13  Wakaba  <wakaba@suika.fam.cx>
22    
23            * DOMCore.dis (setAttrValueNS): New code.
24    
25    2005-10-12  Wakaba  <wakaba@suika.fam.cx>
26    
27            * DOMCore.dis: Don't set "infoset:prefix" internal
28            property unless it has non-null value.
29            (newObject): "refNode" parameter introduced.
30            (ManakaiDOMNode.newObject): Calls "NodeStem.newNode"
31            method if "refNode" parameter is specified.
32            (cloneNode): Don't set "read-only" flag.
33            (getNodeReference): Caches the result.
34            (selectAttributeNodeForRemove): Don't removes any other
35            non-namespace-aware attribute nodes.
36    
37    2005-10-11  Wakaba  <wakaba@suika.fam.cx>
38    
39            * DOMCore.dis (appendChild, createElementNS, createAttributeNS,
40            setAttribute, setAttributeNS): "strictErrorChecking" attribute supported.
41            (doStrictErrorChecking): New code.
42    
43            * DOMMain.dis (XML10Name, XML11Name): "strictErrorChecking" attribute
44            supported.
45    
46            * Makefile: Rule to make "DOMFeature.pm" restored.
47    
48    2005-10-10  Wakaba  <wakaba@suika.fam.cx>
49    
50            * DOMCore.dis (ADOPT_NODE_TYPE_NOT_SUPPORTED_ERR): New error subcode.
51            (adoptNode): Implemented.
52    
53    2005-10-09  Wakaba  <wakaba@suika.fam.cx>
54    
55            * DOMHTML.dis, DOMWebForms.dis: Typos in element type prefix fixed.
56    
57            * DOMFeature.dis (DOMCore:implementation): Short name added.
58    
59            * DOMCore.dis (CLONE_NODE_TYPE_NOT_SUPPORTED_ERR): New error subcode.
60            (DOMCore:node): New error parameter.
61            (DOMCore:ownerDocument): Changed from "mn:irefnode0"
62            to "mn:xrefnode0".  For this reason, all assignments
63            to this property have been rewritten to references
64            to code "mn:setXRefNode".
65            (cloneNode): Implemented.
66            (setAttributeNode): A missing "importTree" method call added.
67            (setAttributeNodeNS): Perl code removed and changed
68            to a reference to "setAttributeNode" method code.
69    
70            * DOMXML.dis (DOMCore:ownerDocument): Changed from "mn:irefnode0"
71            property to "mn:xrefnode0" property.
72    
73    2005-10-08  Wakaba  <wakaba@suika.fam.cx>
74    
75            * DOMCore.dis, DOMLS.dis: Now constant values are defined only
76            in interfaces.
77    
78    2005-10-06  Wakaba  <wakaba@suika.fam.cx>
79    
80            * DOMCore.dis (ManakaiDOMEmptyNodeList): New class.
81            (ManakaiDOMCharacterData): Methods reimplemented.
82            (splitText): Reimplemented.
83            (childNodes): Returns a "ManakaiDOMEmptyNodeList"
84            for non-parent node types.
85    
86            * DOMXML.dis (childNodes): Returns a "ManakaiDOMEmptyNodeList"
87                    for non-parent node types.
88    
89    2005-10-05  Wakaba  <wakaba@suika.fam.cx>
90    
91            * ManakaiDOMLS2003.dis: Revised to new format.
92    
93            * GenericLS.dis (DOMLS:ParseString): New feature.
94    
95  2005-10-05  Wakaba  <wakaba@suika.fam.cx>  2005-10-05  Wakaba  <wakaba@suika.fam.cx>
96    
97          * DOMFeature.dis: Description added and revised.  (Still more          * DOMFeature.dis: Description added and revised.  (Still more
# Line 94  Line 188 
188          * DOMCore.pm (DOMImplementation): Provides "XML" and "XMLVersion"          * DOMCore.pm (DOMImplementation): Provides "XML" and "XMLVersion"
189          features if it is "for" ManakaiDOM:DOMXMLFeature.          features if it is "for" ManakaiDOM:DOMXMLFeature.
190    
191          * DOMMain.pm (StringExtended): Code portions of raising          * DOMMain.pm (StringExtend): Code portions of raising
192          StringOutOfBoundsException is temporary disabled since          StringOutOfBoundsException is temporary disabled since
193          it is not a DOM-style exception supported by          it is not a DOM-style exception supported by
194          current implementation of ManakaiNode - it will be          current implementation of ManakaiNode - it will be

Legend:
Removed from v.1.73  
changed lines
  Added in v.1.80

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24