/[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.44 by wakaba, Fri Jan 7 13:07:14 2005 UTC revision 1.82 by wakaba, Sun Oct 16 12:48:43 2005 UTC
# Line 1  Line 1 
1    2005-10-16  Wakaba  <wakaba@suika.fam.cx>
2    
3            * DOMCore.dis (DOMError, DOMErrorHandler): Reimplemented.
4            (ErrDef): Redefined.
5    
6            * DOMLS.dis (ErrDef): Redefined.
7    
8    2005-10-16  Wakaba  <wakaba@suika.fam.cx>
9    
10            * DOMCore.dis (DOMConfiguration): Extends "ManakaiDOM:ManakaiDOMObject".
11    
12    2005-10-15  Wakaba  <wakaba@suika.fam.cx>
13    
14            * DOMCore.dis (Require): References "DOMLS.dis" module.
15            (CParam): Definitions for LS module added.
16    
17            * DOMLS.dis (ManakaiDOMLSInput): The input processor
18            is also an output processor now.
19            (ManakaiDOMLSResourceResolver): Implemented.
20            (CParam): Definitions updated.
21    
22    2005-10-14  Wakaba  <wakaba@suika.fam.cx>
23    
24            * DOMCore.dis (NOT_RECOGNIZED_CONFIG_PARAM_ERR,
25            NOT_SUPPORTED_CONFIG_VALUE_ERR,
26            INCOMPATIBLE_CONFIG_VALUE_ERR): New error subcodes.
27            (DOMConfiguration): Implemented.
28            (CParam): Definitions updated.
29    
30            * DOMMain.dis (DOMURIs): New data type.
31            
32    2005-10-13  Wakaba  <wakaba@suika.fam.cx>
33    
34            * DOMCore.dis (setAttrValueNS): New code.
35    
36    2005-10-12  Wakaba  <wakaba@suika.fam.cx>
37    
38            * DOMCore.dis: Don't set "infoset:prefix" internal
39            property unless it has non-null value.
40            (newObject): "refNode" parameter introduced.
41            (ManakaiDOMNode.newObject): Calls "NodeStem.newNode"
42            method if "refNode" parameter is specified.
43            (cloneNode): Don't set "read-only" flag.
44            (getNodeReference): Caches the result.
45            (selectAttributeNodeForRemove): Don't removes any other
46            non-namespace-aware attribute nodes.
47    
48    2005-10-11  Wakaba  <wakaba@suika.fam.cx>
49    
50            * DOMCore.dis (appendChild, createElementNS, createAttributeNS,
51            setAttribute, setAttributeNS): "strictErrorChecking" attribute supported.
52            (doStrictErrorChecking): New code.
53    
54            * DOMMain.dis (XML10Name, XML11Name): "strictErrorChecking" attribute
55            supported.
56    
57            * Makefile: Rule to make "DOMFeature.pm" restored.
58    
59    2005-10-10  Wakaba  <wakaba@suika.fam.cx>
60    
61            * DOMCore.dis (ADOPT_NODE_TYPE_NOT_SUPPORTED_ERR): New error subcode.
62            (adoptNode): Implemented.
63    
64    2005-10-09  Wakaba  <wakaba@suika.fam.cx>
65    
66            * DOMHTML.dis, DOMWebForms.dis: Typos in element type prefix fixed.
67    
68            * DOMFeature.dis (DOMCore:implementation): Short name added.
69    
70            * DOMCore.dis (CLONE_NODE_TYPE_NOT_SUPPORTED_ERR): New error subcode.
71            (DOMCore:node): New error parameter.
72            (DOMCore:ownerDocument): Changed from "mn:irefnode0"
73            to "mn:xrefnode0".  For this reason, all assignments
74            to this property have been rewritten to references
75            to code "mn:setXRefNode".
76            (cloneNode): Implemented.
77            (setAttributeNode): A missing "importTree" method call added.
78            (setAttributeNodeNS): Perl code removed and changed
79            to a reference to "setAttributeNode" method code.
80    
81            * DOMXML.dis (DOMCore:ownerDocument): Changed from "mn:irefnode0"
82            property to "mn:xrefnode0" property.
83    
84    2005-10-08  Wakaba  <wakaba@suika.fam.cx>
85    
86            * DOMCore.dis, DOMLS.dis: Now constant values are defined only
87            in interfaces.
88    
89    2005-10-06  Wakaba  <wakaba@suika.fam.cx>
90    
91            * DOMCore.dis (ManakaiDOMEmptyNodeList): New class.
92            (ManakaiDOMCharacterData): Methods reimplemented.
93            (splitText): Reimplemented.
94            (childNodes): Returns a "ManakaiDOMEmptyNodeList"
95            for non-parent node types.
96    
97            * DOMXML.dis (childNodes): Returns a "ManakaiDOMEmptyNodeList"
98                    for non-parent node types.
99    
100    2005-10-05  Wakaba  <wakaba@suika.fam.cx>
101    
102            * ManakaiDOMLS2003.dis: Revised to new format.
103    
104            * GenericLS.dis (DOMLS:ParseString): New feature.
105    
106    2005-10-05  Wakaba  <wakaba@suika.fam.cx>
107    
108            * DOMFeature.dis: Description added and revised.  (Still more
109            work required.)
110    
111    2005-10-04  Wakaba  <wakaba@suika.fam.cx>
112    
113            * DOMMain.dis (DOMString): The "idl:perl" attribute
114            value has been changed from "DISPerl:String"
115            to "DISPerl:CharacterString" to clarify its semantics.
116    
117    2005-10-03  Wakaba  <wakaba@suika.fam.cx>
118    
119            * DOMFeature.dis (MIString): Java, ECMAScript, and Perl bound
120            type properties added.
121    
122            * DOMMain.dis (DataType): Java, ECMAScript, and Perl bound
123            type properties added.
124    
125    2005-10-02  Wakaba  <wakaba@suika.fam.cx>
126    
127            * DOMFeature.dis (Module): "idl:prefix" and "idl:moduleName"
128            properties added.
129    
130    2005-10-01  Wakaba  <wakaba@suika.fam.cx>
131    
132            * DOMFeature.dis: Documentation added (still work in progress).
133            (MIString): New type.
134    
135            * DOMCore.dis (namespaceURI): Fixed to return the namespace
136            URI value, not a reference to it.
137    
138    2005-09-30  Wakaba  <wakaba@suika.fam.cx>
139    
140            * DOMCore.dis, SimpleLS.dis: Shares namespace URIs and local
141            names where possible.
142    
143            * DOMFeature.dis: Documentation for DOM Minimum Implementation
144            added (still work in progress).
145    
146            * Makefile (feature.dae, feature-spec.dae): New rules.
147    
148    2005-09-27  Wakaba  <wakaba@suika.fam.cx>
149    
150            * DOMCore.dis (DOMCore:nodeProp): New property.
151    
152            * DOMCore.dis, DOMXML.dis: Codes to set properties "TreeCore:*"
153            is removed.
154    
155    2005-09-26  Wakaba  <wakaba@suika.fam.cx>
156    
157            * DOMCore.dis, DOMXML.dis: New mn:* properties added.
158    
159    2005-09-25  Wakaba  <wakaba@suika.fam.cx>
160    
161            * Makefile (DAC_SUFFIX): Changed to ".dae".
162            (DAEM_SUFFIX): New.
163    
164    2005-09-24  Wakaba  <wakaba@suika.fam.cx>
165    
166            * DOMMain.dis (MDOM:): Reintroduced for "ManakaiDOM:ManakaiDOM1"
167            and "ManakaiDOM:ManakaiDOM2".
168    
169            * DOMFeature.dis, DOMMain.dis, DOMCore.dis, DOMXML.dis,
170            DOMLS.dis, SimpleLS.dis, GenericLS.dis: Use disPerl:H
171            instead of disPerl:Q for internal property hash keys.
172    
173            * DOMFeature.dis, DOMCore.dis, DOMXML.dis: Missing property
174            definitions added.
175    
176            * DOMCore.dis (DOMCore:TextNode, DOMCore:DocumentFragmentNode):
177            New resources.
178            
179            * DOMXML.dis (DOMXML:EntityNode, DOMXML:EntityReferenceNode): New
180            resources.
181    
182    2005-09-23  Wakaba  <wakaba@suika.fam.cx>
183    
184            * GenericLS.dis, SimpleLS.dis: New modules separated
185            from DOMLS.dis.
186    
187            * DOMFeature.dis, DOMMain.dis: "MDOM:" and "for" definitions
188            moved from DOMMain to DOMFeature.  Now DOMFeature
189            has no dependency on DOMMain.
190    
191            * DOMFeature.dis (DEBUG): New variable.
192    
193    2005-09-22  Wakaba  <wakaba@suika.fam.cx>
194    
195            * Makefile: DAC_SUFFIX changed to ".dad".
196    
197    2005-09-21  Wakaba  <wakaba@suika.fam.cx>
198    
199            * DOMCore.pm (DOMImplementation): Provides "XML" and "XMLVersion"
200            features if it is "for" ManakaiDOM:DOMXMLFeature.
201    
202            * DOMMain.pm (StringExtend): Code portions of raising
203            StringOutOfBoundsException is temporary disabled since
204            it is not a DOM-style exception supported by
205            current implementation of ManakaiNode - it will be
206            recovered in later revision.
207    
208    2005-09-20  Wakaba  <wakaba@suika.fam.cx>
209    
210            * DOMFeature.pm: Debug output code copied
211            from Attic/DOMMetaImpl.pm (Should these code incorporated
212            to source dis file?).
213    
214    2005-09-19  Wakaba  <wakaba@suika.fam.cx>
215    
216            * DOMMain.dis (ManakaiDOM:DOMMethod, ManakaiDOM:DOMMethodReturn,
217            ManakaiDOM:DOMAttribute, ManakaiDOM:DOMAttrGet,
218            ManakaiDOM:DOMAttrSet, ManakaiDOM:DOMMethodParam): Removed.
219            (ManakaiDOMTimeStamp): Removed.
220    
221            * DOMBoot.dis, DOMMetaImpl.dis, DOMMetaImpl.pm: Removed (they are no
222            longer in use).
223    
224    2005-09-18  Wakaba  <wakaba@suika.fam.cx>
225    
226            * DOMMain.dis (StringOutOfBoundsException): New exception.
227    
228    2005-09-15  Wakaba  <wakaba@suika.fam.cx>
229    
230            * DOMFeature.dis: dis:dataType and dis:multipleProperties
231            properties added to properties.
232    
233    2005-09-08  Wakaba  <wakaba@suika.fam.cx>
234    
235            * Makefile: Rules renewaled.
236    
237    2005-09-07  Wakaba  <wakaba@suika.fam.cx>
238    
239            * DOMCore.dis, DOMXML.dis, DOMLS.dis: Inheritance information fixed.
240    
241    2005-09-05  Wakaba  <wakaba@suika.fam.cx>
242    
243            * DOMMain.dis (DOMImplementationRegistry,
244            DOMImplementationRegistryVar): New.
245    
246            * DOMFeature.dis (DOMImplementationRegistry,
247            DOMImplementationRegistryVar): Removed.
248            (ImplementationRegistry): New class.
249    
250    2005-09-04  Wakaba  <wakaba@suika.fam.cx>
251    
252            * DOMFeature.dis: New module.
253    
254            * DOMMetaImpl.dis (ManakaiDOM:ManakaiDOMObject): Removed.
255    
256            * DOMMain.dis (ManakaiDOM:ManakaiDOMObject): New.
257            (DOMString, DOMTimeStamp): Now they are not interfaces
258            but datatypes.
259            (DOMUserData, DOMObject, DOMUserData): Now they
260            are subtypes rather than aliases of their "real" type in IDL.
261            
262            * DOMCore.dis (DOMImplementationList, DOMImplementationSource):
263            New interfaces and classes.    
264    
265    2005-09-01  Wakaba  <wakaba@suika.fam.cx>
266    
267            * DOMCore.dis (setTextNodeContent): Sets the infoset:parent
268            property of the new Text node.
269    
270    2005-08-29  Wakaba  <wakaba@suika.fam.cx>
271    
272            * Makefile: Loads "NaturalLanguage.dis".
273    
274    2005-08-26  Wakaba  <wakaba@suika.fam.cx>
275    
276            * DOMCore.dis (createDocument): Set "ownerDocument" attribute
277            to the root element created by the method.  (It was forgotten!!)
278    
279    2005-08-15  Wakaba  <wakaba@suika.fam.cx>
280    
281            * DOMCore.dis (appendChild, insertBefore, replaceChild): Typo
282            in the code of removing the newChild from the previous
283            parent of that node is fixed.
284    
285    2005-05-29  Wakaba  <wakaba@suika.fam.cx>
286    
287            * DOMLS.dis (SimpleSerializer): End tag was sometimes missing.  Use
288            namespace prefix of element type if it is not declared
289            but not used else.  A shift is replaced by pop:).
290    
291            * DOMCore.dis (getFeature): The getFeature method
292            for Node-derived classes implemented.
293            * DOMXML.dis (getFeature): Ditto.
294    
295    2005-05-21  Wakaba  <wakaba@suika.fam.cx>
296    
297            * DOMCore.dis (getNodeReference): Use HTMLDocument class
298            if a document node has no document element node but
299            has support for the "HTML" feature.
300    
301    2005-03-03  Wakaba  <wakaba@suika.fam.cx>
302    
303            * DOMMetaImpl.dis (features input normalizer): Variable name
304            typo fixed.
305            (ManakaiDOMImplementationSource.getDOMImplementation): Fixed bug
306            so that version specification for "+"'ed feature name does work now.
307    
308    2005-03-02  Wakaba  <wakaba@suika.fam.cx>
309    
310            * DOMBoot.dis (ResourceDef): Definitions for DOMFeature are
311            removed (now defined in DOMMetaImpl).
312    
313    2005-02-21  Wakaba  <wakaba@suika.fam.cx>
314    
315            * DOMMetaImpl.dis (IFClsDef[ManakaiDOMMinimumImplementation]): New.
316    
317            * Makefile: Rules for DOMMetaImpl module added.
318    
319    2005-02-20  Wakaba  <wakaba@suika.fam.cx>
320    
321            * DOMMetaImpl.dis: New module (split from DOMCore and DOMMain).
322    
323    2005-02-18  Wakaba  <wakaba@suika.fam.cx>
324    
325            * DOMCore.dis (getFeature): ManakaiDOM:ManakaiDOMNodeObject.newReference
326            is an instance method, not a class method.
327    
328            * DOMMain.dis (ResourceTypeDef[ManakaiDOM:Const,
329            ManakaiDOM:ConstGroup]): Removed (moved to "lib/manakai/DISLang.dis").
330            (Exception-related definitions): Removed (moved to
331            "lib/Message/Util/Error/DOMException.dis").
332            (ForDef[ManakaiDOM:ForIF, ManakaiDOM:ForClass]): Removed (moved
333            to DISLang).
334    
335    2005-02-17  Wakaba  <wakaba@suika.fam.cx>
336    
337            * DOMMain.dis: Definitions for "ManakaiDOM:ManakaiDOMNodeObject" and
338            "ManakaiDOM:ManakaiDOMNodeReference" are removed (moved to
339            "lib/Message/Util/ManakaiNode.dis").
340            (ResourceDef[ManakaiDOM:DataType]): Removed (moved to
341            "lib/manakai/DISCore.dis").
342            (ResourceTypeDef[ManakaiDOM:IF, ManakaiDOM:Class,
343            ManakaiDOM:PrimitiveTypeClass]): Removed (moved to
344            "lib/manakai/DISLang.dis").
345    
346    2005-02-16  Wakaba  <wakaba@suika.fam.cx>
347    
348            * DOMMain.dis (ForDef[ManakaiDOM:Perl]): Removed (moved to
349            DISPerl module).
350    
351  2005-01-07  Wakaba  <wakaba@suika.fam.cx>  2005-01-07  Wakaba  <wakaba@suika.fam.cx>
352    
353          * DOMCore.dis: Each "delete array-item" replaced to a "splice".          * DOMCore.dis: Each "delete array-item" replaced to a "splice".

Legend:
Removed from v.1.44  
changed lines
  Added in v.1.82

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24