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

Legend:
Removed from v.1.64  
changed lines
  Added in v.1.88

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24