/[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.28 by wakaba, Sun Oct 10 00:01:08 2004 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>
188    
189            * GenericLS.dis, SimpleLS.dis: New modules separated
190            from DOMLS.dis.
191    
192            * DOMFeature.dis, DOMMain.dis: "MDOM:" and "for" definitions
193            moved from DOMMain to DOMFeature.  Now DOMFeature
194            has no dependency on DOMMain.
195    
196            * DOMFeature.dis (DEBUG): New variable.
197    
198    2005-09-22  Wakaba  <wakaba@suika.fam.cx>
199    
200            * Makefile: DAC_SUFFIX changed to ".dad".
201    
202    2005-09-21  Wakaba  <wakaba@suika.fam.cx>
203    
204            * DOMCore.pm (DOMImplementation): Provides "XML" and "XMLVersion"
205            features if it is "for" ManakaiDOM:DOMXMLFeature.
206    
207            * DOMMain.pm (StringExtend): Code portions of raising
208            StringOutOfBoundsException is temporary disabled since
209            it is not a DOM-style exception supported by
210            current implementation of ManakaiNode - it will be
211            recovered in later revision.
212    
213    2005-09-20  Wakaba  <wakaba@suika.fam.cx>
214    
215            * DOMFeature.pm: Debug output code copied
216            from Attic/DOMMetaImpl.pm (Should these code incorporated
217            to source dis file?).
218    
219    2005-09-19  Wakaba  <wakaba@suika.fam.cx>
220    
221            * DOMMain.dis (ManakaiDOM:DOMMethod, ManakaiDOM:DOMMethodReturn,
222            ManakaiDOM:DOMAttribute, ManakaiDOM:DOMAttrGet,
223            ManakaiDOM:DOMAttrSet, ManakaiDOM:DOMMethodParam): Removed.
224            (ManakaiDOMTimeStamp): Removed.
225    
226            * DOMBoot.dis, DOMMetaImpl.dis, DOMMetaImpl.pm: Removed (they are no
227            longer in use).
228    
229    2005-09-18  Wakaba  <wakaba@suika.fam.cx>
230    
231            * DOMMain.dis (StringOutOfBoundsException): New exception.
232    
233    2005-09-15  Wakaba  <wakaba@suika.fam.cx>
234    
235            * DOMFeature.dis: dis:dataType and dis:multipleProperties
236            properties added to properties.
237    
238    2005-09-08  Wakaba  <wakaba@suika.fam.cx>
239    
240            * Makefile: Rules renewaled.
241    
242    2005-09-07  Wakaba  <wakaba@suika.fam.cx>
243    
244            * DOMCore.dis, DOMXML.dis, DOMLS.dis: Inheritance information fixed.
245    
246    2005-09-05  Wakaba  <wakaba@suika.fam.cx>
247    
248            * DOMMain.dis (DOMImplementationRegistry,
249            DOMImplementationRegistryVar): New.
250    
251            * DOMFeature.dis (DOMImplementationRegistry,
252            DOMImplementationRegistryVar): Removed.
253            (ImplementationRegistry): New class.
254    
255    2005-09-04  Wakaba  <wakaba@suika.fam.cx>
256    
257            * DOMFeature.dis: New module.
258    
259            * DOMMetaImpl.dis (ManakaiDOM:ManakaiDOMObject): Removed.
260    
261            * DOMMain.dis (ManakaiDOM:ManakaiDOMObject): New.
262            (DOMString, DOMTimeStamp): Now they are not interfaces
263            but datatypes.
264            (DOMUserData, DOMObject, DOMUserData): Now they
265            are subtypes rather than aliases of their "real" type in IDL.
266            
267            * DOMCore.dis (DOMImplementationList, DOMImplementationSource):
268            New interfaces and classes.    
269    
270    2005-09-01  Wakaba  <wakaba@suika.fam.cx>
271    
272            * DOMCore.dis (setTextNodeContent): Sets the infoset:parent
273            property of the new Text node.
274    
275    2005-08-29  Wakaba  <wakaba@suika.fam.cx>
276    
277            * Makefile: Loads "NaturalLanguage.dis".
278    
279    2005-08-26  Wakaba  <wakaba@suika.fam.cx>
280    
281            * DOMCore.dis (createDocument): Set "ownerDocument" attribute
282            to the root element created by the method.  (It was forgotten!!)
283    
284    2005-08-15  Wakaba  <wakaba@suika.fam.cx>
285    
286            * DOMCore.dis (appendChild, insertBefore, replaceChild): Typo
287            in the code of removing the newChild from the previous
288            parent of that node is fixed.
289    
290    2005-05-29  Wakaba  <wakaba@suika.fam.cx>
291    
292            * DOMLS.dis (SimpleSerializer): End tag was sometimes missing.  Use
293            namespace prefix of element type if it is not declared
294            but not used else.  A shift is replaced by pop:).
295    
296            * DOMCore.dis (getFeature): The getFeature method
297            for Node-derived classes implemented.
298            * DOMXML.dis (getFeature): Ditto.
299    
300    2005-05-21  Wakaba  <wakaba@suika.fam.cx>
301    
302            * DOMCore.dis (getNodeReference): Use HTMLDocument class
303            if a document node has no document element node but
304            has support for the "HTML" feature.
305    
306    2005-03-03  Wakaba  <wakaba@suika.fam.cx>
307    
308            * DOMMetaImpl.dis (features input normalizer): Variable name
309            typo fixed.
310            (ManakaiDOMImplementationSource.getDOMImplementation): Fixed bug
311            so that version specification for "+"'ed feature name does work now.
312    
313    2005-03-02  Wakaba  <wakaba@suika.fam.cx>
314    
315            * DOMBoot.dis (ResourceDef): Definitions for DOMFeature are
316            removed (now defined in DOMMetaImpl).
317    
318    2005-02-21  Wakaba  <wakaba@suika.fam.cx>
319    
320            * DOMMetaImpl.dis (IFClsDef[ManakaiDOMMinimumImplementation]): New.
321    
322            * Makefile: Rules for DOMMetaImpl module added.
323    
324    2005-02-20  Wakaba  <wakaba@suika.fam.cx>
325    
326            * DOMMetaImpl.dis: New module (split from DOMCore and DOMMain).
327    
328    2005-02-18  Wakaba  <wakaba@suika.fam.cx>
329    
330            * DOMCore.dis (getFeature): ManakaiDOM:ManakaiDOMNodeObject.newReference
331            is an instance method, not a class method.
332    
333            * DOMMain.dis (ResourceTypeDef[ManakaiDOM:Const,
334            ManakaiDOM:ConstGroup]): Removed (moved to "lib/manakai/DISLang.dis").
335            (Exception-related definitions): Removed (moved to
336            "lib/Message/Util/Error/DOMException.dis").
337            (ForDef[ManakaiDOM:ForIF, ManakaiDOM:ForClass]): Removed (moved
338            to DISLang).
339    
340    2005-02-17  Wakaba  <wakaba@suika.fam.cx>
341    
342            * DOMMain.dis: Definitions for "ManakaiDOM:ManakaiDOMNodeObject" and
343            "ManakaiDOM:ManakaiDOMNodeReference" are removed (moved to
344            "lib/Message/Util/ManakaiNode.dis").
345            (ResourceDef[ManakaiDOM:DataType]): Removed (moved to
346            "lib/manakai/DISCore.dis").
347            (ResourceTypeDef[ManakaiDOM:IF, ManakaiDOM:Class,
348            ManakaiDOM:PrimitiveTypeClass]): Removed (moved to
349            "lib/manakai/DISLang.dis").
350    
351    2005-02-16  Wakaba  <wakaba@suika.fam.cx>
352    
353            * DOMMain.dis (ForDef[ManakaiDOM:Perl]): Removed (moved to
354            DISPerl module).
355    
356    2005-01-07  Wakaba  <wakaba@suika.fam.cx>
357    
358            * DOMCore.dis: Each "delete array-item" replaced to a "splice".
359    
360    2005-01-06  Wakaba  <wakaba@suika.fam.cx>
361    
362            * DOMMain.dis (ensureXMLName): Test as if XML 1.0 if it is not an
363            XML document.
364    
365    2005-01-05  Wakaba  <wakaba@suika.fam.cx>
366    
367            * DOMMain.dis (ManakaiDOMExceptionOrWarning.stringify): New method.
368            (IntMethod[isExternallyReferred]): Rewritten.
369            (IntMethod[isExternallyReferredDownward]): Removed.
370            (Checking XML name legallity): Fix true or false mistakes.
371            (destroy, importTree, orphanate): Rewritten.
372            (destroyDownward, changeTreeIDDownward): Removed.
373            (TreeCore:urefnode property): Removed since not used.
374    
375            * DOMCore.dis: Tying array for NodeList implemented.
376    
377    2005-01-02  Wakaba  <wakaba@suika.fam.cx>
378    
379            * DOMHTML.dis (HTMLDOMImplementation): New interface.
380    
381            * DOMViews.dis: Documentation for properties are added.
382    
383    2004-12-29  Wakaba  <wakaba@suika.fam.cx>
384    
385            * Makefile: DOMXML, DOMEvents, DOMLS and ManakaiDOMLS2003 added.
386    
387            * ManakaiDOMCore.dis: Removed (merged with DOMCore.dis).
388    
389    2004-12-28  Wakaba  <wakaba@suika.fam.cx>
390    
391            * ManakaiDOMXML.dis: Removed (merged with DOMXML.dis).
392    
393    2004-12-01  Wakaba  <wakaba@suika.fam.cx>
394    
395            * ManakaiDOMMain.dis: Removed (merged with DOMMain.dis).
396    
397    2004-11-03  Wakaba  <wakaba@suika.fam.cx>
398    
399            * .cvsignore: Ignore pod files.
400    
401    2004-10-31  Wakaba  <wakaba@suika.fam.cx>
402    
403            * DOMXML.dis (ProcessingInstruction.data): Property name error fixed.
404    
405            * DOMMain.dis: Don't call DOMString->__INT{length}__ - it should
406            be DOMString->length.
407    
408            * DOMCore.dis (Element.getElementsByTagName,
409            Node.getElementsByTagName, Element.getElementsByTagNameNS,
410            Node.getElementsByTagNameNS): Implemented.
411            (Element.getAttributeNode, Element.getAttributeNodeNS):
412            Check whether defined.
413    
414    2004-10-18  Wakaba  <wakaba@suika.fam.cx>
415    
416            * DOMWebForms.dis: New module.
417    
418    2004-10-17  Wakaba  <wakaba@suika.fam.cx>
419    
420            * DOMBasicEvents.dis, DOMHTMLEvents.dis, DOMViews.dis,
421            DOMHTML.dis: New modules.
422    
423    2004-10-16  Wakaba  <wakaba@suika.fam.cx>
424    
425            * DOMMouseEvents.dis, DOMTextEvents.dis: New module.
426    
427    2004-10-11  Wakaba  <wakaba@suika.fam.cx>
428    
429            * ManakaiDOMMain.dis: 'TreeCore:anydata2' property type added.
430            (DataType[ManakaiDOMKeyIdentifier, ManakaiDOMKeyIdentifiers]): added.
431    
432  2004-10-10  Wakaba  <wakaba@suika.fam.cx>  2004-10-10  Wakaba  <wakaba@suika.fam.cx>
433    
434            * DOMEvents.dis: New module.
435    
436            * ManakaiDOMCore.dis (ManakaiDOMAttributes.item): Return
437            node reference.
438    
439            * ManakaiDOMLS2003.dis (error_handler): '$caller' changed
440            to '$self' for correct error reporting and not to leak memory.
441    
442          * Makefile (DIS2PM_PL): Path to dis2pm.pl changed.          * Makefile (DIS2PM_PL): Path to dis2pm.pl changed.
443          * dis2pm.pl, idl2dis.pl: Removed (moved to ../../bin/).          * dis2pm.pl, idl2dis.pl: Removed (moved to ../../bin/).
444    

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24