/[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.65 by wakaba, Sun Sep 25 14:53:02 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>
96    
97            * DOMFeature.dis: Description added and revised.  (Still more
98            work required.)
99    
100    2005-10-04  Wakaba  <wakaba@suika.fam.cx>
101    
102            * DOMMain.dis (DOMString): The "idl:perl" attribute
103            value has been changed from "DISPerl:String"
104            to "DISPerl:CharacterString" to clarify its semantics.
105    
106    2005-10-03  Wakaba  <wakaba@suika.fam.cx>
107    
108            * DOMFeature.dis (MIString): Java, ECMAScript, and Perl bound
109            type properties added.
110    
111            * DOMMain.dis (DataType): Java, ECMAScript, and Perl bound
112            type properties added.
113    
114    2005-10-02  Wakaba  <wakaba@suika.fam.cx>
115    
116            * DOMFeature.dis (Module): "idl:prefix" and "idl:moduleName"
117            properties added.
118    
119    2005-10-01  Wakaba  <wakaba@suika.fam.cx>
120    
121            * DOMFeature.dis: Documentation added (still work in progress).
122            (MIString): New type.
123    
124            * DOMCore.dis (namespaceURI): Fixed to return the namespace
125            URI value, not a reference to it.
126    
127    2005-09-30  Wakaba  <wakaba@suika.fam.cx>
128    
129            * DOMCore.dis, SimpleLS.dis: Shares namespace URIs and local
130            names where possible.
131    
132            * DOMFeature.dis: Documentation for DOM Minimum Implementation
133            added (still work in progress).
134    
135            * Makefile (feature.dae, feature-spec.dae): New rules.
136    
137    2005-09-27  Wakaba  <wakaba@suika.fam.cx>
138    
139            * DOMCore.dis (DOMCore:nodeProp): New property.
140    
141            * DOMCore.dis, DOMXML.dis: Codes to set properties "TreeCore:*"
142            is removed.
143    
144    2005-09-26  Wakaba  <wakaba@suika.fam.cx>
145    
146            * DOMCore.dis, DOMXML.dis: New mn:* properties added.
147    
148  2005-09-25  Wakaba  <wakaba@suika.fam.cx>  2005-09-25  Wakaba  <wakaba@suika.fam.cx>
149    
150          * Makefile (DAC_SUFFIX): Changed to ".dae".          * Makefile (DAC_SUFFIX): Changed to ".dae".
# Line 41  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.65  
changed lines
  Added in v.1.80

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24