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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24