/[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.63 by wakaba, Fri Sep 23 18:24:52 2005 UTC revision 1.83 by wakaba, Sun Nov 13 04:45:03 2005 UTC
# Line 1  Line 1 
1    2005-10-26  Wakaba  <wakaba@suika.fam.cx>
2    
3            * SimpleLS.dis (writeToString): Don't stop serializing
4            when an |false| value appears in |@src|.
5    
6    2005-10-16  Wakaba  <wakaba@suika.fam.cx>
7    
8            * DOMCore.dis (DOMError, DOMErrorHandler): Reimplemented.
9            (ErrDef): Redefined.
10    
11            * DOMLS.dis (ErrDef): Redefined.
12    
13    2005-10-16  Wakaba  <wakaba@suika.fam.cx>
14    
15            * DOMCore.dis (DOMConfiguration): Extends "ManakaiDOM:ManakaiDOMObject".
16    
17    2005-10-15  Wakaba  <wakaba@suika.fam.cx>
18    
19            * DOMCore.dis (Require): References "DOMLS.dis" module.
20            (CParam): Definitions for LS module added.
21    
22            * DOMLS.dis (ManakaiDOMLSInput): The input processor
23            is also an output processor now.
24            (ManakaiDOMLSResourceResolver): Implemented.
25            (CParam): Definitions updated.
26    
27    2005-10-14  Wakaba  <wakaba@suika.fam.cx>
28    
29            * DOMCore.dis (NOT_RECOGNIZED_CONFIG_PARAM_ERR,
30            NOT_SUPPORTED_CONFIG_VALUE_ERR,
31            INCOMPATIBLE_CONFIG_VALUE_ERR): New error subcodes.
32            (DOMConfiguration): Implemented.
33            (CParam): Definitions updated.
34    
35            * DOMMain.dis (DOMURIs): New data type.
36            
37    2005-10-13  Wakaba  <wakaba@suika.fam.cx>
38    
39            * DOMCore.dis (setAttrValueNS): New code.
40    
41    2005-10-12  Wakaba  <wakaba@suika.fam.cx>
42    
43            * DOMCore.dis: Don't set "infoset:prefix" internal
44            property unless it has non-null value.
45            (newObject): "refNode" parameter introduced.
46            (ManakaiDOMNode.newObject): Calls "NodeStem.newNode"
47            method if "refNode" parameter is specified.
48            (cloneNode): Don't set "read-only" flag.
49            (getNodeReference): Caches the result.
50            (selectAttributeNodeForRemove): Don't removes any other
51            non-namespace-aware attribute nodes.
52    
53    2005-10-11  Wakaba  <wakaba@suika.fam.cx>
54    
55            * DOMCore.dis (appendChild, createElementNS, createAttributeNS,
56            setAttribute, setAttributeNS): "strictErrorChecking" attribute supported.
57            (doStrictErrorChecking): New code.
58    
59            * DOMMain.dis (XML10Name, XML11Name): "strictErrorChecking" attribute
60            supported.
61    
62            * Makefile: Rule to make "DOMFeature.pm" restored.
63    
64    2005-10-10  Wakaba  <wakaba@suika.fam.cx>
65    
66            * DOMCore.dis (ADOPT_NODE_TYPE_NOT_SUPPORTED_ERR): New error subcode.
67            (adoptNode): Implemented.
68    
69    2005-10-09  Wakaba  <wakaba@suika.fam.cx>
70    
71            * DOMHTML.dis, DOMWebForms.dis: Typos in element type prefix fixed.
72    
73            * DOMFeature.dis (DOMCore:implementation): Short name added.
74    
75            * DOMCore.dis (CLONE_NODE_TYPE_NOT_SUPPORTED_ERR): New error subcode.
76            (DOMCore:node): New error parameter.
77            (DOMCore:ownerDocument): Changed from "mn:irefnode0"
78            to "mn:xrefnode0".  For this reason, all assignments
79            to this property have been rewritten to references
80            to code "mn:setXRefNode".
81            (cloneNode): Implemented.
82            (setAttributeNode): A missing "importTree" method call added.
83            (setAttributeNodeNS): Perl code removed and changed
84            to a reference to "setAttributeNode" method code.
85    
86            * DOMXML.dis (DOMCore:ownerDocument): Changed from "mn:irefnode0"
87            property to "mn:xrefnode0" property.
88    
89    2005-10-08  Wakaba  <wakaba@suika.fam.cx>
90    
91            * DOMCore.dis, DOMLS.dis: Now constant values are defined only
92            in interfaces.
93    
94    2005-10-06  Wakaba  <wakaba@suika.fam.cx>
95    
96            * DOMCore.dis (ManakaiDOMEmptyNodeList): New class.
97            (ManakaiDOMCharacterData): Methods reimplemented.
98            (splitText): Reimplemented.
99            (childNodes): Returns a "ManakaiDOMEmptyNodeList"
100            for non-parent node types.
101    
102            * DOMXML.dis (childNodes): Returns a "ManakaiDOMEmptyNodeList"
103                    for non-parent node types.
104    
105    2005-10-05  Wakaba  <wakaba@suika.fam.cx>
106    
107            * ManakaiDOMLS2003.dis: Revised to new format.
108    
109            * GenericLS.dis (DOMLS:ParseString): New feature.
110    
111    2005-10-05  Wakaba  <wakaba@suika.fam.cx>
112    
113            * DOMFeature.dis: Description added and revised.  (Still more
114            work required.)
115    
116    2005-10-04  Wakaba  <wakaba@suika.fam.cx>
117    
118            * DOMMain.dis (DOMString): The "idl:perl" attribute
119            value has been changed from "DISPerl:String"
120            to "DISPerl:CharacterString" to clarify its semantics.
121    
122    2005-10-03  Wakaba  <wakaba@suika.fam.cx>
123    
124            * DOMFeature.dis (MIString): Java, ECMAScript, and Perl bound
125            type properties added.
126    
127            * DOMMain.dis (DataType): Java, ECMAScript, and Perl bound
128            type properties added.
129    
130    2005-10-02  Wakaba  <wakaba@suika.fam.cx>
131    
132            * DOMFeature.dis (Module): "idl:prefix" and "idl:moduleName"
133            properties added.
134    
135    2005-10-01  Wakaba  <wakaba@suika.fam.cx>
136    
137            * DOMFeature.dis: Documentation added (still work in progress).
138            (MIString): New type.
139    
140            * DOMCore.dis (namespaceURI): Fixed to return the namespace
141            URI value, not a reference to it.
142    
143    2005-09-30  Wakaba  <wakaba@suika.fam.cx>
144    
145            * DOMCore.dis, SimpleLS.dis: Shares namespace URIs and local
146            names where possible.
147    
148            * DOMFeature.dis: Documentation for DOM Minimum Implementation
149            added (still work in progress).
150    
151            * Makefile (feature.dae, feature-spec.dae): New rules.
152    
153    2005-09-27  Wakaba  <wakaba@suika.fam.cx>
154    
155            * DOMCore.dis (DOMCore:nodeProp): New property.
156    
157            * DOMCore.dis, DOMXML.dis: Codes to set properties "TreeCore:*"
158            is removed.
159    
160    2005-09-26  Wakaba  <wakaba@suika.fam.cx>
161    
162            * DOMCore.dis, DOMXML.dis: New mn:* properties added.
163    
164    2005-09-25  Wakaba  <wakaba@suika.fam.cx>
165    
166            * Makefile (DAC_SUFFIX): Changed to ".dae".
167            (DAEM_SUFFIX): New.
168    
169    2005-09-24  Wakaba  <wakaba@suika.fam.cx>
170    
171            * DOMMain.dis (MDOM:): Reintroduced for "ManakaiDOM:ManakaiDOM1"
172            and "ManakaiDOM:ManakaiDOM2".
173    
174            * DOMFeature.dis, DOMMain.dis, DOMCore.dis, DOMXML.dis,
175            DOMLS.dis, SimpleLS.dis, GenericLS.dis: Use disPerl:H
176            instead of disPerl:Q for internal property hash keys.
177    
178            * DOMFeature.dis, DOMCore.dis, DOMXML.dis: Missing property
179            definitions added.
180    
181            * DOMCore.dis (DOMCore:TextNode, DOMCore:DocumentFragmentNode):
182            New resources.
183            
184            * DOMXML.dis (DOMXML:EntityNode, DOMXML:EntityReferenceNode): New
185            resources.
186    
187  2005-09-23  Wakaba  <wakaba@suika.fam.cx>  2005-09-23  Wakaba  <wakaba@suika.fam.cx>
188    
189          * GenericLS.dis, SimpleLS.dis: New modules separated          * GenericLS.dis, SimpleLS.dis: New modules separated
# Line 18  Line 204 
204          * DOMCore.pm (DOMImplementation): Provides "XML" and "XMLVersion"          * DOMCore.pm (DOMImplementation): Provides "XML" and "XMLVersion"
205          features if it is "for" ManakaiDOM:DOMXMLFeature.          features if it is "for" ManakaiDOM:DOMXMLFeature.
206    
207          * DOMMain.pm (StringExtended): Code portions of raising          * DOMMain.pm (StringExtend): Code portions of raising
208          StringOutOfBoundsException is temporary disabled since          StringOutOfBoundsException is temporary disabled since
209          it is not a DOM-style exception supported by          it is not a DOM-style exception supported by
210          current implementation of ManakaiNode - it will be          current implementation of ManakaiNode - it will be

Legend:
Removed from v.1.63  
changed lines
  Added in v.1.83

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24