/[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.55 by wakaba, Thu Sep 1 17:07:20 2005 UTC revision 1.86 by wakaba, Wed Nov 16 10:07:11 2005 UTC
# Line 1  Line 1 
1    2005-11-16  Wakaba  <wakaba@suika.fam.cx>
2    
3            * ManakaiDOMLS2003.dis: Tests added.
4            (domConfig): Method name in the code fixed to |flag|.
5    
6            * DOMMain.dis (findOffset32): Missing |^| in regular expressions
7            added.
8    
9            * DOMCore.dis (hasChildNodes): Returns |false| if the node type
10            is defined not to have any children.
11            (CharacterData): Typos in element type names and function names fixed.
12    
13    2005-11-15  Wakaba  <wakaba@suika.fam.cx>
14    
15            * DOMFeature.dis (MinimumImplementation.eq): Added.
16    
17            * DOMMain.dis: |DISPerl:ISA| reference fixed.
18    
19            * Generic.dis: Implements new |DOMLS:Generic| feature.
20    
21    2005-11-15  Wakaba  <wakaba@suika.fam.cx>
22    
23            * DOMFeature.dis (stringifyFeatures): Don't double |SPACE|
24            characters between feature names and versions.
25    
26    2005-11-13  Wakaba  <wakaba@suika.fam.cx>
27    
28            * DOMFeature.dis (stringifyFeatures): A test code added.
29    
30    2005-10-26  Wakaba  <wakaba@suika.fam.cx>
31    
32            * SimpleLS.dis (writeToString): Don't stop serializing
33            when an |false| value appears in |@src|.
34    
35    2005-10-16  Wakaba  <wakaba@suika.fam.cx>
36    
37            * DOMCore.dis (DOMError, DOMErrorHandler): Reimplemented.
38            (ErrDef): Redefined.
39    
40            * DOMLS.dis (ErrDef): Redefined.
41    
42    2005-10-16  Wakaba  <wakaba@suika.fam.cx>
43    
44            * DOMCore.dis (DOMConfiguration): Extends "ManakaiDOM:ManakaiDOMObject".
45    
46    2005-10-15  Wakaba  <wakaba@suika.fam.cx>
47    
48            * DOMCore.dis (Require): References "DOMLS.dis" module.
49            (CParam): Definitions for LS module added.
50    
51            * DOMLS.dis (ManakaiDOMLSInput): The input processor
52            is also an output processor now.
53            (ManakaiDOMLSResourceResolver): Implemented.
54            (CParam): Definitions updated.
55    
56    2005-10-14  Wakaba  <wakaba@suika.fam.cx>
57    
58            * DOMCore.dis (NOT_RECOGNIZED_CONFIG_PARAM_ERR,
59            NOT_SUPPORTED_CONFIG_VALUE_ERR,
60            INCOMPATIBLE_CONFIG_VALUE_ERR): New error subcodes.
61            (DOMConfiguration): Implemented.
62            (CParam): Definitions updated.
63    
64            * DOMMain.dis (DOMURIs): New data type.
65            
66    2005-10-13  Wakaba  <wakaba@suika.fam.cx>
67    
68            * DOMCore.dis (setAttrValueNS): New code.
69    
70    2005-10-12  Wakaba  <wakaba@suika.fam.cx>
71    
72            * DOMCore.dis: Don't set "infoset:prefix" internal
73            property unless it has non-null value.
74            (newObject): "refNode" parameter introduced.
75            (ManakaiDOMNode.newObject): Calls "NodeStem.newNode"
76            method if "refNode" parameter is specified.
77            (cloneNode): Don't set "read-only" flag.
78            (getNodeReference): Caches the result.
79            (selectAttributeNodeForRemove): Don't removes any other
80            non-namespace-aware attribute nodes.
81    
82    2005-10-11  Wakaba  <wakaba@suika.fam.cx>
83    
84            * DOMCore.dis (appendChild, createElementNS, createAttributeNS,
85            setAttribute, setAttributeNS): "strictErrorChecking" attribute supported.
86            (doStrictErrorChecking): New code.
87    
88            * DOMMain.dis (XML10Name, XML11Name): "strictErrorChecking" attribute
89            supported.
90    
91            * Makefile: Rule to make "DOMFeature.pm" restored.
92    
93    2005-10-10  Wakaba  <wakaba@suika.fam.cx>
94    
95            * DOMCore.dis (ADOPT_NODE_TYPE_NOT_SUPPORTED_ERR): New error subcode.
96            (adoptNode): Implemented.
97    
98    2005-10-09  Wakaba  <wakaba@suika.fam.cx>
99    
100            * DOMHTML.dis, DOMWebForms.dis: Typos in element type prefix fixed.
101    
102            * DOMFeature.dis (DOMCore:implementation): Short name added.
103    
104            * DOMCore.dis (CLONE_NODE_TYPE_NOT_SUPPORTED_ERR): New error subcode.
105            (DOMCore:node): New error parameter.
106            (DOMCore:ownerDocument): Changed from "mn:irefnode0"
107            to "mn:xrefnode0".  For this reason, all assignments
108            to this property have been rewritten to references
109            to code "mn:setXRefNode".
110            (cloneNode): Implemented.
111            (setAttributeNode): A missing "importTree" method call added.
112            (setAttributeNodeNS): Perl code removed and changed
113            to a reference to "setAttributeNode" method code.
114    
115            * DOMXML.dis (DOMCore:ownerDocument): Changed from "mn:irefnode0"
116            property to "mn:xrefnode0" property.
117    
118    2005-10-08  Wakaba  <wakaba@suika.fam.cx>
119    
120            * DOMCore.dis, DOMLS.dis: Now constant values are defined only
121            in interfaces.
122    
123    2005-10-06  Wakaba  <wakaba@suika.fam.cx>
124    
125            * DOMCore.dis (ManakaiDOMEmptyNodeList): New class.
126            (ManakaiDOMCharacterData): Methods reimplemented.
127            (splitText): Reimplemented.
128            (childNodes): Returns a "ManakaiDOMEmptyNodeList"
129            for non-parent node types.
130    
131            * DOMXML.dis (childNodes): Returns a "ManakaiDOMEmptyNodeList"
132                    for non-parent node types.
133    
134    2005-10-05  Wakaba  <wakaba@suika.fam.cx>
135    
136            * ManakaiDOMLS2003.dis: Revised to new format.
137    
138            * GenericLS.dis (DOMLS:ParseString): New feature.
139    
140    2005-10-05  Wakaba  <wakaba@suika.fam.cx>
141    
142            * DOMFeature.dis: Description added and revised.  (Still more
143            work required.)
144    
145    2005-10-04  Wakaba  <wakaba@suika.fam.cx>
146    
147            * DOMMain.dis (DOMString): The "idl:perl" attribute
148            value has been changed from "DISPerl:String"
149            to "DISPerl:CharacterString" to clarify its semantics.
150    
151    2005-10-03  Wakaba  <wakaba@suika.fam.cx>
152    
153            * DOMFeature.dis (MIString): Java, ECMAScript, and Perl bound
154            type properties added.
155    
156            * DOMMain.dis (DataType): Java, ECMAScript, and Perl bound
157            type properties added.
158    
159    2005-10-02  Wakaba  <wakaba@suika.fam.cx>
160    
161            * DOMFeature.dis (Module): "idl:prefix" and "idl:moduleName"
162            properties added.
163    
164    2005-10-01  Wakaba  <wakaba@suika.fam.cx>
165    
166            * DOMFeature.dis: Documentation added (still work in progress).
167            (MIString): New type.
168    
169            * DOMCore.dis (namespaceURI): Fixed to return the namespace
170            URI value, not a reference to it.
171    
172    2005-09-30  Wakaba  <wakaba@suika.fam.cx>
173    
174            * DOMCore.dis, SimpleLS.dis: Shares namespace URIs and local
175            names where possible.
176    
177            * DOMFeature.dis: Documentation for DOM Minimum Implementation
178            added (still work in progress).
179    
180            * Makefile (feature.dae, feature-spec.dae): New rules.
181    
182    2005-09-27  Wakaba  <wakaba@suika.fam.cx>
183    
184            * DOMCore.dis (DOMCore:nodeProp): New property.
185    
186            * DOMCore.dis, DOMXML.dis: Codes to set properties "TreeCore:*"
187            is removed.
188    
189    2005-09-26  Wakaba  <wakaba@suika.fam.cx>
190    
191            * DOMCore.dis, DOMXML.dis: New mn:* properties added.
192    
193    2005-09-25  Wakaba  <wakaba@suika.fam.cx>
194    
195            * Makefile (DAC_SUFFIX): Changed to ".dae".
196            (DAEM_SUFFIX): New.
197    
198    2005-09-24  Wakaba  <wakaba@suika.fam.cx>
199    
200            * DOMMain.dis (MDOM:): Reintroduced for "ManakaiDOM:ManakaiDOM1"
201            and "ManakaiDOM:ManakaiDOM2".
202    
203            * DOMFeature.dis, DOMMain.dis, DOMCore.dis, DOMXML.dis,
204            DOMLS.dis, SimpleLS.dis, GenericLS.dis: Use disPerl:H
205            instead of disPerl:Q for internal property hash keys.
206    
207            * DOMFeature.dis, DOMCore.dis, DOMXML.dis: Missing property
208            definitions added.
209    
210            * DOMCore.dis (DOMCore:TextNode, DOMCore:DocumentFragmentNode):
211            New resources.
212            
213            * DOMXML.dis (DOMXML:EntityNode, DOMXML:EntityReferenceNode): New
214            resources.
215    
216    2005-09-23  Wakaba  <wakaba@suika.fam.cx>
217    
218            * GenericLS.dis, SimpleLS.dis: New modules separated
219            from DOMLS.dis.
220    
221            * DOMFeature.dis, DOMMain.dis: "MDOM:" and "for" definitions
222            moved from DOMMain to DOMFeature.  Now DOMFeature
223            has no dependency on DOMMain.
224    
225            * DOMFeature.dis (DEBUG): New variable.
226    
227    2005-09-22  Wakaba  <wakaba@suika.fam.cx>
228    
229            * Makefile: DAC_SUFFIX changed to ".dad".
230    
231    2005-09-21  Wakaba  <wakaba@suika.fam.cx>
232    
233            * DOMCore.pm (DOMImplementation): Provides "XML" and "XMLVersion"
234            features if it is "for" ManakaiDOM:DOMXMLFeature.
235    
236            * DOMMain.pm (StringExtend): Code portions of raising
237            StringOutOfBoundsException is temporary disabled since
238            it is not a DOM-style exception supported by
239            current implementation of ManakaiNode - it will be
240            recovered in later revision.
241    
242    2005-09-20  Wakaba  <wakaba@suika.fam.cx>
243    
244            * DOMFeature.pm: Debug output code copied
245            from Attic/DOMMetaImpl.pm (Should these code incorporated
246            to source dis file?).
247    
248    2005-09-19  Wakaba  <wakaba@suika.fam.cx>
249    
250            * DOMMain.dis (ManakaiDOM:DOMMethod, ManakaiDOM:DOMMethodReturn,
251            ManakaiDOM:DOMAttribute, ManakaiDOM:DOMAttrGet,
252            ManakaiDOM:DOMAttrSet, ManakaiDOM:DOMMethodParam): Removed.
253            (ManakaiDOMTimeStamp): Removed.
254    
255            * DOMBoot.dis, DOMMetaImpl.dis, DOMMetaImpl.pm: Removed (they are no
256            longer in use).
257    
258    2005-09-18  Wakaba  <wakaba@suika.fam.cx>
259    
260            * DOMMain.dis (StringOutOfBoundsException): New exception.
261    
262    2005-09-15  Wakaba  <wakaba@suika.fam.cx>
263    
264            * DOMFeature.dis: dis:dataType and dis:multipleProperties
265            properties added to properties.
266    
267    2005-09-08  Wakaba  <wakaba@suika.fam.cx>
268    
269            * Makefile: Rules renewaled.
270    
271    2005-09-07  Wakaba  <wakaba@suika.fam.cx>
272    
273            * DOMCore.dis, DOMXML.dis, DOMLS.dis: Inheritance information fixed.
274    
275    2005-09-05  Wakaba  <wakaba@suika.fam.cx>
276    
277            * DOMMain.dis (DOMImplementationRegistry,
278            DOMImplementationRegistryVar): New.
279    
280            * DOMFeature.dis (DOMImplementationRegistry,
281            DOMImplementationRegistryVar): Removed.
282            (ImplementationRegistry): New class.
283    
284    2005-09-04  Wakaba  <wakaba@suika.fam.cx>
285    
286            * DOMFeature.dis: New module.
287    
288            * DOMMetaImpl.dis (ManakaiDOM:ManakaiDOMObject): Removed.
289    
290            * DOMMain.dis (ManakaiDOM:ManakaiDOMObject): New.
291            (DOMString, DOMTimeStamp): Now they are not interfaces
292            but datatypes.
293            (DOMUserData, DOMObject, DOMUserData): Now they
294            are subtypes rather than aliases of their "real" type in IDL.
295            
296            * DOMCore.dis (DOMImplementationList, DOMImplementationSource):
297            New interfaces and classes.    
298    
299  2005-09-01  Wakaba  <wakaba@suika.fam.cx>  2005-09-01  Wakaba  <wakaba@suika.fam.cx>
300    
301          * DOMCore.dis (setTextNodeContent): Sets the infoset:parent          * DOMCore.dis (setTextNodeContent): Sets the infoset:parent

Legend:
Removed from v.1.55  
changed lines
  Added in v.1.86

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24