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

Legend:
Removed from v.1.48  
changed lines
  Added in v.1.84

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24