/[suikacvs]/messaging/manakai/lib/Message/DOM/ChangeLog
Suika

Contents of /messaging/manakai/lib/Message/DOM/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.100 - (hide annotations) (download)
Sat Jan 7 12:30:49 2006 UTC (18 years, 10 months ago) by wakaba
Branch: MAIN
Changes since 1.99: +34 -0 lines
++ manakai/t/ChangeLog	7 Jan 2006 11:46:40 -0000
2006-01-07  Wakaba  <wakaba@suika.fam.cx>

	* dom-mdom.t: Removed (obsolete).

	* util-formatter-base.t: Test result synced with
	current implementation.

	* Makefile: |dom-core.t| and |dom-xdoctype.t| added.

++ manakai/lib/Message/Util/ChangeLog	7 Jan 2006 11:15:29 -0000
2006-01-07  Wakaba  <wakaba@suika.fam.cx>

	* Makefile: |../DOM/XDoctype.dis| added.

++ manakai/lib/Message/Util/DIS/ChangeLog	7 Jan 2006 11:25:49 -0000
2006-01-07  Wakaba  <wakaba@suika.fam.cx>

	* Test.dis (id): New attribute.
	(assertNumEquals, assertNumNotEquals): New methods.
	(assertISA): New method.

2006-01-04  Wakaba  <wakaba@suika.fam.cx>

	* Perl.dis (plCodeFragment): New roles |ElementTypeDefinitionRole|
	and |AttributeDefinitionRole| implemented.

++ manakai/lib/Message/DOM/ChangeLog	7 Jan 2006 11:55:36 -0000
2006-01-07  Wakaba  <wakaba@suika.fam.cx>

	* DOMMain.dis (checkXMLNamesQName): Checks whether
	namespace URI is defined for not being warned.

	* XDoctype.dis: New module.

	* DOMCore.dis (DOMStringList): Test added.

	* Makefile: |XDoctype.pm| added.

	* Tree.dis (Require): Requires |XDoctype.dis|.
	(ManakaiDOMNodeObjectNode.eq): Added.
	(Test): |DOMError.location| must return a |DOMLocator|
	object (it was incorrectly tested to return |null|).
	(EmptyNodeList.DESTROY): Removed.

2006-01-04  Wakaba  <wakaba@suika.fam.cx>

	* Tree.dis (NodeType): |ELEMENT_TYPE_DEFINITION_NODE| and
	|ATTRIBUTE_DEFINITION_NODE| node types added.
	(appendChild, insertBefore, replaceChild): New
	two node types added and processing instruction nodes
	as document type definition node child is allowed
	in |ManakaiDOM:ManakaiDOMLatest| mode.
	(getNodeReference): New |interface| parameter
	to filter classes by interface is added.
	(ElementTypeDefinitionRole): New role.
	(AttributeDefinitionRole): New role.

2006-01-02  Wakaba  <wakaba@suika.fam.cx>

	* DOMCore.dis (DOMStringList): Reimplemented as tied array.

1 wakaba 1.100 2006-01-07 Wakaba <wakaba@suika.fam.cx>
2    
3     * DOMMain.dis (checkXMLNamesQName): Checks whether
4     namespace URI is defined for not being warned.
5    
6     * XDoctype.dis: New module.
7    
8     * DOMCore.dis (DOMStringList): Test added.
9    
10     * Makefile: |XDoctype.pm| added.
11    
12     * Tree.dis (Require): Requires |XDoctype.dis|.
13     (ManakaiDOMNodeObjectNode.eq): Added.
14     (Test): |DOMError.location| must return a |DOMLocator|
15     object (it was incorrectly tested to return |null|).
16     (EmptyNodeList.DESTROY): Removed.
17    
18     2006-01-04 Wakaba <wakaba@suika.fam.cx>
19    
20     * Tree.dis (NodeType): |ELEMENT_TYPE_DEFINITION_NODE| and
21     |ATTRIBUTE_DEFINITION_NODE| node types added.
22     (appendChild, insertBefore, replaceChild): New
23     two node types added and processing instruction nodes
24     as document type definition node child is allowed
25     in |ManakaiDOM:ManakaiDOMLatest| mode.
26     (getNodeReference): New |interface| parameter
27     to filter classes by interface is added.
28     (ElementTypeDefinitionRole): New role.
29     (AttributeDefinitionRole): New role.
30    
31     2006-01-02 Wakaba <wakaba@suika.fam.cx>
32    
33     * DOMCore.dis (DOMStringList): Reimplemented as tied array.
34    
35 wakaba 1.99 2005-12-31 Wakaba <wakaba@suika.fam.cx>
36    
37     * DOMCore.dis (DOMError.location): Returns an empty |DOMLocator|
38     if it is not provided.
39    
40     * XMLParser.dis: Parsing methods to skip document
41     type declaration is added.
42    
43 wakaba 1.98 2005-12-29 Wakaba <wakaba@suika.fam.cx>
44    
45     * XMLParser.dis (shiftChar): Checks characters are legal
46     or not. Normalize end-of-lines.
47     (rule _XMLDeclaration_): Implemented.
48     (WFErrDef): Well-formedness error |wf-syntax-error|,
49     |wf-pi-target-is-xml|, |wf-no-end-tag|,
50     |wf-unsupported-xml-version|, |wf-malformed-enc-name|,
51     |wf-malformed-xml-standalone|, |wf-legal-literal-character|,
52     |wf-element-type-match|, |wf-unique-att-spec|,
53     |wf-legal-character| added.
54     (%character-code-point): New formatter rule.
55    
56     * Tree.dis (Document.xmlEncoding): It is now read-write attribute.
57    
58     * DOMCore.dis (DOMError.stringify): Added.
59     (error-handler.default): Returns |false| (don't continue)
60     when the error severity is |SEVERITY_FATAL_ERROR|.
61    
62 wakaba 1.96 2005-12-28 Wakaba <wakaba@suika.fam.cx>
63    
64 wakaba 1.97 * XMLParser.dis (DocumentEntity): Typos fixed.
65     (|lexmode|s): New |?default-token| statements are used
66     so that tokenizer description has been simplified
67     and CDATA sections now can be parsed.
68    
69     2005-12-28 Wakaba <wakaba@suika.fam.cx>
70    
71 wakaba 1.96 * XMLParser.dis: Some modifications made.
72    
73     2005-12-27 Wakaba <wakaba@suika.fam.cx>
74    
75     * DOMLS.dis (PARSE_ERR, SERIALIZE_ERR): They are now a
76     global named resource.
77    
78     * Makefile: Rules to make |XMLParser.pm| is added.
79    
80     * XMLParser.dis: New file.
81    
82     2005-12-24 Wakaba <wakaba@suika.fam.cx>
83    
84     * DOMCore.dis (ManakaiDOMError._FORMATTER_PACKAGE_): Error
85     message formatter can now vary by error types.
86     (DOMLocator.utf32Offset): New (manakai extended) attribute.
87    
88 wakaba 1.95 2005-12-23 Wakaba <wakaba@suika.fam.cx>
89    
90     * DOMCore.dis (DOMLocator): Implemented.
91    
92 wakaba 1.94 2005-12-21 Wakaba <wakaba@suika.fam.cx>
93    
94     * DOMCore.dis (DOMConfigurationParameterApplication,
95     domConfigurationParameter): New resources.
96    
97 wakaba 1.93 2005-11-25 Wakaba <wakaba@suika.fam.cx>
98    
99     * Tree.dis (NodeList.___report_error, NamedNodeMap.___report_error):
100     New methods.
101    
102 wakaba 1.91 2005-11-24 Wakaba <wakaba@suika.fam.cx>
103    
104 wakaba 1.92 * DOMMain.dis, DOMLS.dis, DOMXML.dis, Tree.dis: Old |__WARNING__|
105     blocks are replaced by |DOMError|-based |__DOMCore:ERROR__| blocks.
106    
107     * DOMMain.dis (___report_error): Throws the error unkess
108     it is a |DOMCore:DOMError| object.
109    
110     2005-11-24 Wakaba <wakaba@suika.fam.cx>
111    
112 wakaba 1.91 * DOMCore.dis (severity, type): Getters return value from
113     the definition of the current error (i.e. |-def| hash).
114     (___error_def): New method.
115     (errorType): |dis:dataType| changed to |DISCore:TFQNames|
116     to ease natural reference to constant value.
117     (error-handler.default): Prints the error message by |warn|.
118    
119     * Tree.dis (nodeValue.set): Reimplemented so that it
120     warns as setting has no effect.
121     (___report_error): New method. (It had been only implemented
122     in superclass.)
123     (setting-node-value-no-effect): New error type.
124    
125 wakaba 1.90 2005-11-23 Wakaba <wakaba@suika.fam.cx>
126    
127     * DOMCore.dis: Error codes added.
128    
129     * Tree.dis (destroyNodeStem): New method implementation.
130    
131     2005-11-22 Wakaba <wakaba@suika.fam.cx>
132    
133     * Tree.dis (cloneNode): User data handlers implemented.
134     (adoptNode): User data handlers implemented.
135    
136     2005-11-21 Wakaba <wakaba@suika.fam.cx>
137    
138     * DOMCore.dis (UserDataHandler): A constraint for Perl binding
139     added.
140    
141     * Tree.dis (cloneNode): Invoking of |UserDataHandler|s are implemented.
142     (getUserData, setUserData): Implemented.
143    
144 wakaba 1.88 2005-11-20 Wakaba <wakaba@suika.fam.cx>
145    
146 wakaba 1.89 * DOMCore.dis (UserDataHandler): Implemented.
147     (DOMErrorHandler): Blessed package name bug fixed.
148    
149     * ManakaiDOMLS2003.dis: Reference to |Node| subclasses
150     changed to |Tree.dis|.
151    
152     2005-11-20 Wakaba <wakaba@suika.fam.cx>
153    
154 wakaba 1.88 * DOMMain.dis: Unused declarations and definitions removed.
155    
156     * DOMCore.dis: DOM document tree related interfaces removed.
157    
158     * Tree.dis: New module separated from |DOMCore.dis|.
159    
160     * DOMXML.dis: Some referent changed to |Tree.dis|.
161    
162     * Makefile: |Tree.dis| added.
163    
164 wakaba 1.86 2005-11-16 Wakaba <wakaba@suika.fam.cx>
165    
166 wakaba 1.87 * .cvsignore: Revised.
167    
168     2005-11-16 Wakaba <wakaba@suika.fam.cx>
169    
170 wakaba 1.86 * ManakaiDOMLS2003.dis: Tests added.
171     (domConfig): Method name in the code fixed to |flag|.
172    
173     * DOMMain.dis (findOffset32): Missing |^| in regular expressions
174     added.
175    
176     * DOMCore.dis (hasChildNodes): Returns |false| if the node type
177     is defined not to have any children.
178     (CharacterData): Typos in element type names and function names fixed.
179    
180 wakaba 1.84 2005-11-15 Wakaba <wakaba@suika.fam.cx>
181    
182 wakaba 1.85 * DOMFeature.dis (MinimumImplementation.eq): Added.
183    
184     * DOMMain.dis: |DISPerl:ISA| reference fixed.
185    
186     * Generic.dis: Implements new |DOMLS:Generic| feature.
187    
188     2005-11-15 Wakaba <wakaba@suika.fam.cx>
189    
190 wakaba 1.84 * DOMFeature.dis (stringifyFeatures): Don't double |SPACE|
191     characters between feature names and versions.
192    
193     2005-11-13 Wakaba <wakaba@suika.fam.cx>
194    
195     * DOMFeature.dis (stringifyFeatures): A test code added.
196    
197 wakaba 1.83 2005-10-26 Wakaba <wakaba@suika.fam.cx>
198    
199     * SimpleLS.dis (writeToString): Don't stop serializing
200     when an |false| value appears in |@src|.
201    
202 wakaba 1.81 2005-10-16 Wakaba <wakaba@suika.fam.cx>
203    
204 wakaba 1.82 * DOMCore.dis (DOMError, DOMErrorHandler): Reimplemented.
205     (ErrDef): Redefined.
206    
207     * DOMLS.dis (ErrDef): Redefined.
208    
209     2005-10-16 Wakaba <wakaba@suika.fam.cx>
210    
211 wakaba 1.81 * DOMCore.dis (DOMConfiguration): Extends "ManakaiDOM:ManakaiDOMObject".
212    
213 wakaba 1.80 2005-10-15 Wakaba <wakaba@suika.fam.cx>
214    
215     * DOMCore.dis (Require): References "DOMLS.dis" module.
216     (CParam): Definitions for LS module added.
217    
218     * DOMLS.dis (ManakaiDOMLSInput): The input processor
219     is also an output processor now.
220     (ManakaiDOMLSResourceResolver): Implemented.
221     (CParam): Definitions updated.
222    
223     2005-10-14 Wakaba <wakaba@suika.fam.cx>
224    
225     * DOMCore.dis (NOT_RECOGNIZED_CONFIG_PARAM_ERR,
226     NOT_SUPPORTED_CONFIG_VALUE_ERR,
227     INCOMPATIBLE_CONFIG_VALUE_ERR): New error subcodes.
228     (DOMConfiguration): Implemented.
229     (CParam): Definitions updated.
230    
231     * DOMMain.dis (DOMURIs): New data type.
232    
233 wakaba 1.79 2005-10-13 Wakaba <wakaba@suika.fam.cx>
234    
235     * DOMCore.dis (setAttrValueNS): New code.
236    
237 wakaba 1.78 2005-10-12 Wakaba <wakaba@suika.fam.cx>
238    
239     * DOMCore.dis: Don't set "infoset:prefix" internal
240     property unless it has non-null value.
241     (newObject): "refNode" parameter introduced.
242     (ManakaiDOMNode.newObject): Calls "NodeStem.newNode"
243     method if "refNode" parameter is specified.
244     (cloneNode): Don't set "read-only" flag.
245     (getNodeReference): Caches the result.
246     (selectAttributeNodeForRemove): Don't removes any other
247     non-namespace-aware attribute nodes.
248    
249 wakaba 1.77 2005-10-11 Wakaba <wakaba@suika.fam.cx>
250    
251     * DOMCore.dis (appendChild, createElementNS, createAttributeNS,
252     setAttribute, setAttributeNS): "strictErrorChecking" attribute supported.
253     (doStrictErrorChecking): New code.
254    
255     * DOMMain.dis (XML10Name, XML11Name): "strictErrorChecking" attribute
256     supported.
257    
258     * Makefile: Rule to make "DOMFeature.pm" restored.
259    
260     2005-10-10 Wakaba <wakaba@suika.fam.cx>
261    
262     * DOMCore.dis (ADOPT_NODE_TYPE_NOT_SUPPORTED_ERR): New error subcode.
263     (adoptNode): Implemented.
264    
265 wakaba 1.76 2005-10-09 Wakaba <wakaba@suika.fam.cx>
266    
267     * DOMHTML.dis, DOMWebForms.dis: Typos in element type prefix fixed.
268    
269     * DOMFeature.dis (DOMCore:implementation): Short name added.
270    
271     * DOMCore.dis (CLONE_NODE_TYPE_NOT_SUPPORTED_ERR): New error subcode.
272     (DOMCore:node): New error parameter.
273     (DOMCore:ownerDocument): Changed from "mn:irefnode0"
274     to "mn:xrefnode0". For this reason, all assignments
275     to this property have been rewritten to references
276     to code "mn:setXRefNode".
277     (cloneNode): Implemented.
278     (setAttributeNode): A missing "importTree" method call added.
279     (setAttributeNodeNS): Perl code removed and changed
280     to a reference to "setAttributeNode" method code.
281    
282     * DOMXML.dis (DOMCore:ownerDocument): Changed from "mn:irefnode0"
283     property to "mn:xrefnode0" property.
284    
285 wakaba 1.75 2005-10-08 Wakaba <wakaba@suika.fam.cx>
286    
287     * DOMCore.dis, DOMLS.dis: Now constant values are defined only
288     in interfaces.
289    
290 wakaba 1.74 2005-10-06 Wakaba <wakaba@suika.fam.cx>
291    
292     * DOMCore.dis (ManakaiDOMEmptyNodeList): New class.
293     (ManakaiDOMCharacterData): Methods reimplemented.
294     (splitText): Reimplemented.
295     (childNodes): Returns a "ManakaiDOMEmptyNodeList"
296     for non-parent node types.
297    
298     * DOMXML.dis (childNodes): Returns a "ManakaiDOMEmptyNodeList"
299     for non-parent node types.
300    
301     2005-10-05 Wakaba <wakaba@suika.fam.cx>
302    
303     * ManakaiDOMLS2003.dis: Revised to new format.
304    
305     * GenericLS.dis (DOMLS:ParseString): New feature.
306    
307 wakaba 1.73 2005-10-05 Wakaba <wakaba@suika.fam.cx>
308    
309     * DOMFeature.dis: Description added and revised. (Still more
310     work required.)
311    
312     2005-10-04 Wakaba <wakaba@suika.fam.cx>
313    
314     * DOMMain.dis (DOMString): The "idl:perl" attribute
315     value has been changed from "DISPerl:String"
316     to "DISPerl:CharacterString" to clarify its semantics.
317    
318 wakaba 1.72 2005-10-03 Wakaba <wakaba@suika.fam.cx>
319    
320     * DOMFeature.dis (MIString): Java, ECMAScript, and Perl bound
321     type properties added.
322    
323     * DOMMain.dis (DataType): Java, ECMAScript, and Perl bound
324     type properties added.
325    
326 wakaba 1.71 2005-10-02 Wakaba <wakaba@suika.fam.cx>
327    
328     * DOMFeature.dis (Module): "idl:prefix" and "idl:moduleName"
329     properties added.
330    
331 wakaba 1.70 2005-10-01 Wakaba <wakaba@suika.fam.cx>
332    
333     * DOMFeature.dis: Documentation added (still work in progress).
334     (MIString): New type.
335    
336     * DOMCore.dis (namespaceURI): Fixed to return the namespace
337     URI value, not a reference to it.
338    
339 wakaba 1.69 2005-09-30 Wakaba <wakaba@suika.fam.cx>
340    
341     * DOMCore.dis, SimpleLS.dis: Shares namespace URIs and local
342     names where possible.
343    
344     * DOMFeature.dis: Documentation for DOM Minimum Implementation
345     added (still work in progress).
346    
347     * Makefile (feature.dae, feature-spec.dae): New rules.
348    
349 wakaba 1.67 2005-09-27 Wakaba <wakaba@suika.fam.cx>
350    
351     * DOMCore.dis (DOMCore:nodeProp): New property.
352    
353 wakaba 1.68 * DOMCore.dis, DOMXML.dis: Codes to set properties "TreeCore:*"
354     is removed.
355    
356 wakaba 1.66 2005-09-26 Wakaba <wakaba@suika.fam.cx>
357    
358     * DOMCore.dis, DOMXML.dis: New mn:* properties added.
359    
360 wakaba 1.65 2005-09-25 Wakaba <wakaba@suika.fam.cx>
361    
362     * Makefile (DAC_SUFFIX): Changed to ".dae".
363     (DAEM_SUFFIX): New.
364    
365 wakaba 1.64 2005-09-24 Wakaba <wakaba@suika.fam.cx>
366    
367     * DOMMain.dis (MDOM:): Reintroduced for "ManakaiDOM:ManakaiDOM1"
368     and "ManakaiDOM:ManakaiDOM2".
369    
370     * DOMFeature.dis, DOMMain.dis, DOMCore.dis, DOMXML.dis,
371     DOMLS.dis, SimpleLS.dis, GenericLS.dis: Use disPerl:H
372     instead of disPerl:Q for internal property hash keys.
373    
374     * DOMFeature.dis, DOMCore.dis, DOMXML.dis: Missing property
375     definitions added.
376    
377     * DOMCore.dis (DOMCore:TextNode, DOMCore:DocumentFragmentNode):
378     New resources.
379    
380     * DOMXML.dis (DOMXML:EntityNode, DOMXML:EntityReferenceNode): New
381     resources.
382    
383 wakaba 1.63 2005-09-23 Wakaba <wakaba@suika.fam.cx>
384    
385     * GenericLS.dis, SimpleLS.dis: New modules separated
386     from DOMLS.dis.
387    
388     * DOMFeature.dis, DOMMain.dis: "MDOM:" and "for" definitions
389     moved from DOMMain to DOMFeature. Now DOMFeature
390     has no dependency on DOMMain.
391    
392     * DOMFeature.dis (DEBUG): New variable.
393    
394 wakaba 1.62 2005-09-22 Wakaba <wakaba@suika.fam.cx>
395    
396     * Makefile: DAC_SUFFIX changed to ".dad".
397    
398 wakaba 1.61 2005-09-21 Wakaba <wakaba@suika.fam.cx>
399    
400     * DOMCore.pm (DOMImplementation): Provides "XML" and "XMLVersion"
401     features if it is "for" ManakaiDOM:DOMXMLFeature.
402    
403 wakaba 1.74 * DOMMain.pm (StringExtend): Code portions of raising
404 wakaba 1.61 StringOutOfBoundsException is temporary disabled since
405     it is not a DOM-style exception supported by
406     current implementation of ManakaiNode - it will be
407     recovered in later revision.
408    
409 wakaba 1.60 2005-09-20 Wakaba <wakaba@suika.fam.cx>
410    
411     * DOMFeature.pm: Debug output code copied
412     from Attic/DOMMetaImpl.pm (Should these code incorporated
413     to source dis file?).
414    
415 wakaba 1.59 2005-09-19 Wakaba <wakaba@suika.fam.cx>
416    
417     * DOMMain.dis (ManakaiDOM:DOMMethod, ManakaiDOM:DOMMethodReturn,
418     ManakaiDOM:DOMAttribute, ManakaiDOM:DOMAttrGet,
419     ManakaiDOM:DOMAttrSet, ManakaiDOM:DOMMethodParam): Removed.
420     (ManakaiDOMTimeStamp): Removed.
421    
422     * DOMBoot.dis, DOMMetaImpl.dis, DOMMetaImpl.pm: Removed (they are no
423     longer in use).
424    
425     2005-09-18 Wakaba <wakaba@suika.fam.cx>
426    
427     * DOMMain.dis (StringOutOfBoundsException): New exception.
428    
429 wakaba 1.58 2005-09-15 Wakaba <wakaba@suika.fam.cx>
430    
431     * DOMFeature.dis: dis:dataType and dis:multipleProperties
432     properties added to properties.
433    
434 wakaba 1.57 2005-09-08 Wakaba <wakaba@suika.fam.cx>
435    
436     * Makefile: Rules renewaled.
437    
438     2005-09-07 Wakaba <wakaba@suika.fam.cx>
439    
440     * DOMCore.dis, DOMXML.dis, DOMLS.dis: Inheritance information fixed.
441    
442     2005-09-05 Wakaba <wakaba@suika.fam.cx>
443    
444     * DOMMain.dis (DOMImplementationRegistry,
445     DOMImplementationRegistryVar): New.
446    
447     * DOMFeature.dis (DOMImplementationRegistry,
448     DOMImplementationRegistryVar): Removed.
449     (ImplementationRegistry): New class.
450    
451 wakaba 1.56 2005-09-04 Wakaba <wakaba@suika.fam.cx>
452    
453     * DOMFeature.dis: New module.
454    
455     * DOMMetaImpl.dis (ManakaiDOM:ManakaiDOMObject): Removed.
456    
457     * DOMMain.dis (ManakaiDOM:ManakaiDOMObject): New.
458     (DOMString, DOMTimeStamp): Now they are not interfaces
459     but datatypes.
460     (DOMUserData, DOMObject, DOMUserData): Now they
461     are subtypes rather than aliases of their "real" type in IDL.
462    
463     * DOMCore.dis (DOMImplementationList, DOMImplementationSource):
464     New interfaces and classes.
465    
466 wakaba 1.55 2005-09-01 Wakaba <wakaba@suika.fam.cx>
467    
468     * DOMCore.dis (setTextNodeContent): Sets the infoset:parent
469     property of the new Text node.
470    
471 wakaba 1.54 2005-08-29 Wakaba <wakaba@suika.fam.cx>
472    
473     * Makefile: Loads "NaturalLanguage.dis".
474    
475     2005-08-26 Wakaba <wakaba@suika.fam.cx>
476    
477     * DOMCore.dis (createDocument): Set "ownerDocument" attribute
478     to the root element created by the method. (It was forgotten!!)
479    
480 wakaba 1.53 2005-08-15 Wakaba <wakaba@suika.fam.cx>
481    
482     * DOMCore.dis (appendChild, insertBefore, replaceChild): Typo
483     in the code of removing the newChild from the previous
484     parent of that node is fixed.
485    
486 wakaba 1.52 2005-05-29 Wakaba <wakaba@suika.fam.cx>
487    
488     * DOMLS.dis (SimpleSerializer): End tag was sometimes missing. Use
489     namespace prefix of element type if it is not declared
490     but not used else. A shift is replaced by pop:).
491    
492     * DOMCore.dis (getFeature): The getFeature method
493     for Node-derived classes implemented.
494     * DOMXML.dis (getFeature): Ditto.
495    
496 wakaba 1.51 2005-05-21 Wakaba <wakaba@suika.fam.cx>
497    
498     * DOMCore.dis (getNodeReference): Use HTMLDocument class
499     if a document node has no document element node but
500     has support for the "HTML" feature.
501    
502 wakaba 1.50 2005-03-03 Wakaba <wakaba@suika.fam.cx>
503    
504     * DOMMetaImpl.dis (features input normalizer): Variable name
505     typo fixed.
506     (ManakaiDOMImplementationSource.getDOMImplementation): Fixed bug
507     so that version specification for "+"'ed feature name does work now.
508    
509 wakaba 1.49 2005-03-02 Wakaba <wakaba@suika.fam.cx>
510    
511     * DOMBoot.dis (ResourceDef): Definitions for DOMFeature are
512     removed (now defined in DOMMetaImpl).
513    
514 wakaba 1.48 2005-02-21 Wakaba <wakaba@suika.fam.cx>
515    
516     * DOMMetaImpl.dis (IFClsDef[ManakaiDOMMinimumImplementation]): New.
517    
518     * Makefile: Rules for DOMMetaImpl module added.
519    
520 wakaba 1.47 2005-02-20 Wakaba <wakaba@suika.fam.cx>
521    
522     * DOMMetaImpl.dis: New module (split from DOMCore and DOMMain).
523    
524 wakaba 1.45 2005-02-18 Wakaba <wakaba@suika.fam.cx>
525    
526 wakaba 1.46 * DOMCore.dis (getFeature): ManakaiDOM:ManakaiDOMNodeObject.newReference
527     is an instance method, not a class method.
528    
529 wakaba 1.45 * DOMMain.dis (ResourceTypeDef[ManakaiDOM:Const,
530     ManakaiDOM:ConstGroup]): Removed (moved to "lib/manakai/DISLang.dis").
531     (Exception-related definitions): Removed (moved to
532     "lib/Message/Util/Error/DOMException.dis").
533     (ForDef[ManakaiDOM:ForIF, ManakaiDOM:ForClass]): Removed (moved
534     to DISLang).
535    
536     2005-02-17 Wakaba <wakaba@suika.fam.cx>
537    
538     * DOMMain.dis: Definitions for "ManakaiDOM:ManakaiDOMNodeObject" and
539     "ManakaiDOM:ManakaiDOMNodeReference" are removed (moved to
540     "lib/Message/Util/ManakaiNode.dis").
541     (ResourceDef[ManakaiDOM:DataType]): Removed (moved to
542     "lib/manakai/DISCore.dis").
543     (ResourceTypeDef[ManakaiDOM:IF, ManakaiDOM:Class,
544     ManakaiDOM:PrimitiveTypeClass]): Removed (moved to
545     "lib/manakai/DISLang.dis").
546    
547     2005-02-16 Wakaba <wakaba@suika.fam.cx>
548    
549     * DOMMain.dis (ForDef[ManakaiDOM:Perl]): Removed (moved to
550     DISPerl module).
551    
552 wakaba 1.44 2005-01-07 Wakaba <wakaba@suika.fam.cx>
553    
554     * DOMCore.dis: Each "delete array-item" replaced to a "splice".
555    
556 wakaba 1.43 2005-01-06 Wakaba <wakaba@suika.fam.cx>
557    
558     * DOMMain.dis (ensureXMLName): Test as if XML 1.0 if it is not an
559     XML document.
560    
561 wakaba 1.42 2005-01-05 Wakaba <wakaba@suika.fam.cx>
562    
563     * DOMMain.dis (ManakaiDOMExceptionOrWarning.stringify): New method.
564     (IntMethod[isExternallyReferred]): Rewritten.
565     (IntMethod[isExternallyReferredDownward]): Removed.
566     (Checking XML name legallity): Fix true or false mistakes.
567     (destroy, importTree, orphanate): Rewritten.
568     (destroyDownward, changeTreeIDDownward): Removed.
569     (TreeCore:urefnode property): Removed since not used.
570    
571     * DOMCore.dis: Tying array for NodeList implemented.
572    
573     2005-01-02 Wakaba <wakaba@suika.fam.cx>
574    
575     * DOMHTML.dis (HTMLDOMImplementation): New interface.
576    
577     * DOMViews.dis: Documentation for properties are added.
578    
579 wakaba 1.40 2004-12-29 Wakaba <wakaba@suika.fam.cx>
580    
581 wakaba 1.41 * Makefile: DOMXML, DOMEvents, DOMLS and ManakaiDOMLS2003 added.
582    
583 wakaba 1.40 * ManakaiDOMCore.dis: Removed (merged with DOMCore.dis).
584    
585 wakaba 1.39 2004-12-28 Wakaba <wakaba@suika.fam.cx>
586    
587     * ManakaiDOMXML.dis: Removed (merged with DOMXML.dis).
588    
589 wakaba 1.38 2004-12-01 Wakaba <wakaba@suika.fam.cx>
590    
591     * ManakaiDOMMain.dis: Removed (merged with DOMMain.dis).
592    
593 wakaba 1.37 2004-11-03 Wakaba <wakaba@suika.fam.cx>
594    
595     * .cvsignore: Ignore pod files.
596    
597 wakaba 1.36 2004-10-31 Wakaba <wakaba@suika.fam.cx>
598    
599     * DOMXML.dis (ProcessingInstruction.data): Property name error fixed.
600    
601     * DOMMain.dis: Don't call DOMString->__INT{length}__ - it should
602     be DOMString->length.
603    
604     * DOMCore.dis (Element.getElementsByTagName,
605     Node.getElementsByTagName, Element.getElementsByTagNameNS,
606     Node.getElementsByTagNameNS): Implemented.
607     (Element.getAttributeNode, Element.getAttributeNodeNS):
608     Check whether defined.
609    
610 wakaba 1.35 2004-10-18 Wakaba <wakaba@suika.fam.cx>
611    
612     * DOMWebForms.dis: New module.
613    
614 wakaba 1.33 2004-10-17 Wakaba <wakaba@suika.fam.cx>
615    
616 wakaba 1.34 * DOMBasicEvents.dis, DOMHTMLEvents.dis, DOMViews.dis,
617     DOMHTML.dis: New modules.
618 wakaba 1.33
619 wakaba 1.32 2004-10-16 Wakaba <wakaba@suika.fam.cx>
620    
621     * DOMMouseEvents.dis, DOMTextEvents.dis: New module.
622    
623 wakaba 1.30 2004-10-11 Wakaba <wakaba@suika.fam.cx>
624    
625     * ManakaiDOMMain.dis: 'TreeCore:anydata2' property type added.
626 wakaba 1.31 (DataType[ManakaiDOMKeyIdentifier, ManakaiDOMKeyIdentifiers]): added.
627 wakaba 1.30
628 wakaba 1.28 2004-10-10 Wakaba <wakaba@suika.fam.cx>
629 wakaba 1.30
630     * DOMEvents.dis: New module.
631 wakaba 1.28
632 wakaba 1.29 * ManakaiDOMCore.dis (ManakaiDOMAttributes.item): Return
633     node reference.
634    
635     * ManakaiDOMLS2003.dis (error_handler): '$caller' changed
636     to '$self' for correct error reporting and not to leak memory.
637    
638 wakaba 1.28 * Makefile (DIS2PM_PL): Path to dis2pm.pl changed.
639     * dis2pm.pl, idl2dis.pl: Removed (moved to ../../bin/).
640    
641 wakaba 1.26 2004-10-09 Wakaba <wakaba@suika.fam.cx>
642    
643 wakaba 1.28 * DOMCore.dis (ConfigParam): Moved from ManakaiDOMCore.
644     * ManakaiDOMCore.dis (ConfigParam): Removed.
645    
646 wakaba 1.27 * dis2pm.pl: Functions to create perl/pod structures
647     are moved to ../../bin/genlib.pl.
648 wakaba 1.28 (disdoc2pod, disdoc2text): Allow LESS-THAN SIGN as the first
649     character of a paragraph.
650 wakaba 1.27
651 wakaba 1.26 * ManakaiDOMLS2003.dis (ManakaiXMLParser2003/parse:#comment):
652     Set ownerDocument as parent if parent.ownerDocument is null.
653    
654     * dis2pm.pl (dis2perl): Report if DIS code has value.
655    
656     2004-10-06 Wakaba <wakaba@suika.fam.cx>
657    
658     * ManakaiDOMCore.dis (IFs): Inherit non-conditional version
659     of ManakaiDOMMain interfaces.
660    
661     * DOMCore.dis (Node.childNodes): Typo fixed.
662    
663     * ManakaiDOMLS2003.dis (parse): Check whether the namespace
664     prefix is null.
665    
666     * dis2pm.pl (perl_builtin_code): Allow hash reference as 'features'.
667     (Condition): Don't generate condition inheritance for DOM1, DOM2
668     and DOM3.
669    
670 wakaba 1.25 2004-09-30 Wakaba <wakaba@suika.fam.cx>
671    
672     * dis2pm.pl (disdoc_inline2pod, disdoc_inline2text): New
673     element type 'FILE' added.
674    
675     * ManakaiDOMMain.dis (ManakaiDOMExceptionOrWarning,
676     ManakaiDOMException, ManakaiDOMWarning): New classes.
677     (ManakaiDOMObject/___report_error): Implemented.
678    
679     * dis2pm.pl (perl_builtin_code:ParseFeature): Recognize leading '+'.
680    
681 wakaba 1.24 2004-09-29 Wakaba <wakaba@suika.fam.cx>
682    
683     * dis2pm.pl (get_redef_description, attr2perl, method2perl, if2perl):
684     New attribute 'IsAbstract', 'IsFinal' and 'ImplByApp' added.
685    
686     2004-09-27 Wakaba <wakaba@suika.fam.cx>
687    
688     * .cvsignore: New file.
689    
690 wakaba 1.22 2004-09-27 Wakaba <wakaba@suika.fam.cx>
691    
692 wakaba 1.23 * DOMLS.dis, ManakaiDOMLS2003: New file.
693    
694 wakaba 1.22 * dis2pm.pl (MAIN): Output "AUTHOR" pod section; support Perl+MPL
695     license.
696 wakaba 1.23 (disdoc2pod, disdoc2text): New 'DFN', 'SA', 'SE', 'HA', 'HE',
697     'XA', 'XE', 'Prefix', 'ERR', 'EV' and 'CP' element types supported.
698     (perl_name): Die if uninitialized value.
699     (constgroup2perl): Support constant group without machine-name.
700     (pod_item): Die if uninitialized value.
701     (qname_label): Don't output default prefix.
702 wakaba 1.22
703     * idl2dis.pl: Output module name and prefix as 'BindingName'
704     and 'FileName'.
705    
706 wakaba 1.20 2004-09-26 Wakaba <wakaba@suika.fam.cx>
707    
708 wakaba 1.21 * dis2pm.pl (constgroup2perl): Capitalize name.
709    
710     * idl2dis.pl (type, raise): Prepend namespace prefix if
711     type is 'DOMString' or 'DOMException' and it is not defined.
712     (MAIN): Make empty 'Return' element even if return
713     value is void.
714     (supply_incase): New.
715     (const): Use 'FullName' in favor of 'Description' if the name of
716     the const group is not a machine-friendly name.
717    
718     2004-09-26 Wakaba <wakaba@suika.fam.cx>
719    
720 wakaba 1.20 * dis2pm.pl (get_incase_label): Error if label is undef.
721    
722 wakaba 1.19 2004-09-25 Wakaba <wakaba@suika.fam.cx>
723    
724     * dis2pm.pl: Generate TODO list.
725     (method2perl): Use "dis".
726     (disdoc2pod, disdoc2text): 'HTML', 'InfosetP' element types added.
727     (perl_builtin_code): New code 'isRelativeDOMURI' added.
728    
729     * ManakaiDOMMain.dis (MDOM_REPLACE_BY_ITSELF_NO_EFFECT): New
730     warning code.
731    
732     * dis2pm.pl (attr2perl, method2perl): Output 'undef;' if the
733     method or attribute(set) does not return a value.
734     (perl_code): New macro 'WHEN' added. Macro 'INT{}' now allow
735     parameter.
736    
737 wakaba 1.18 2004-09-24 Wakaba <wakaba@suika.fam.cx>
738    
739     * dis2pm.pl (perl_exception): New 'subtype' parameter added.
740     (param2poditem): New.
741     (MAIN): Write 'NAMESPACE BINDINGS' pod section if necessary.
742     (perl_builtin_code): More developer-friendly error report.
743     (perl_code): New 'REQUIRE' statement added.
744     (disdoc2text, disdoc2pod): New 'QUOTE' element type added.
745     (get_value_literal): Default for unknown type is now 'undef'.
746    
747     2004-09-22 Wakaba <wakaba@suika.fam.cx>
748    
749     * dis2pm.pl (perl_builtin_code): New 'CheckName' and
750     'XMLVersion' added.
751    
752 wakaba 1.16 2004-09-20 Wakaba <wakaba@suika.fam.cx>
753    
754 wakaba 1.17 * dis2pm.pl (get_redef_description): See 'RedefinedBy' elements
755     even if it is 'ReMethod' and 'ReAttr' element.
756    
757     2004-09-20 Wakaba <wakaba@suika.fam.cx>
758    
759 wakaba 1.16 * dis2pm.pl (type_label): New option 'is_pod' implemented.
760     (get_redef_description): New function.
761     (get_isa_description): New function.
762     (disdoc2pod, disdoc2text): New.
763     (get_description): DISDOC support.
764     (valid_err, valid_err): New option 'node' implemented.
765    
766     * ManakaiDOMCore.dis (IF[ManakaiDOMNodeObjectNode]): New.
767    
768 wakaba 1.13 2004-09-19 Wakaba <wakaba@suika.fam.cx>
769    
770 wakaba 1.15 * dis2pm.pl (condition_match): Report error if the condition
771     not defined.
772    
773     * ManakaiDOMMain.dis (MDOM_IMPL_BY_APP): New exception code.
774    
775 wakaba 1.14 * dis2pm.pl (datatype2perl, datatypealias2perl): "FullName" attribute
776     introduced.
777 wakaba 1.15 (constgroup2perl): Define is-a relationship between group
778     Name and its Type.
779     (constgroup2perl): "IsBitMask" attribute introduced.
780 wakaba 1.14
781     * ManakaiDOMMain.dis: Renamed from "ManakaiDOM.dis".
782    
783 wakaba 1.13 * dis2pm.pl (type_label): Type label for unsigned-long and
784     unsigned-short added.
785     (perl_code): Die if uninitialized value is given.
786     (is_all_implemented): New function.
787    
788     * ManakaiDOMXML.dis: New module.
789    
790     * ManakaiDOMCore.dis: New module.
791    
792     * dis2pm.pl (dis2perl): 'Overridden' added.
793    
794 wakaba 1.12 2004-09-18 Wakaba <wakaba@suika.fam.cx>
795    
796     * ManakaiDOM.dis (MDOM_NEWCHILD_IS_REFCHILD): New warning.
797     (ManakaiDOMNodeObject->orphanate): New internal method.
798     (Interface[ManakaiDOMNodeObject, ManakaiDOMNodeReference]): All calls
799     of internal methods are now qualified by the package name.
800    
801 wakaba 1.11 2004-09-17 Wakaba <wakaba@suika.fam.cx>
802    
803     * DOMMain.dis: 'SpecLevel' attribute added.
804    
805     * idl2dis.pl (level): Set 'SpecLevel' attribute as well as 'Level'.
806    
807     * dis2pm.pl (get_level_description): Attribute name to see is
808     changed from 'Level' to 'SpecLevel'
809     (const2perl): Don't hardlink constant not to be warned
810     by perl -w.
811     (ops2perl): Declare subroutine 'DESTROY' not to be warned by
812     perl -w.
813 wakaba 1.12 (get_internal_code): Support of lang:dis.
814 wakaba 1.11
815     * ManakaiDOM.dis (newReference): New parameter 'class' introduced.
816    
817     * dis2pm.pl (perl_builtin_code:<ManakaiDOM:ManakaiDOMNamespaceURI>):
818     Separeted from "DOMString".
819     (if2perl, attr2perl): Don't cast to DOMString.
820    
821 wakaba 1.10 2004-09-15 Wakaba <wakaba@suika.fam.cx>
822    
823     * dis2pm.pl (perl_builtin_code): __CODE{CheckNCName}__ implemented.
824     (perl_if): Don't indent if preprocessing direction found.
825     (perl_code_source): Add \n before the #line directive.
826    
827     2004-09-14 Wakaba <wakaba@suika.fam.cx>
828    
829     * dis2pm.pl (get_internal_code): __INT{{name}}__ syntax now support
830     attribute.
831     (perl_code): __SUPER{name}__ syntax implemented.
832    
833 wakaba 1.9 2004-09-13 Wakaba <wakaba@suika.fam.cx>
834    
835     * dis2pm.pl (dis2perl): New.
836    
837     2004-09-12 Wakaba <wakaba@suika.fam.cx>
838    
839     * dis2pm.pl (get_warning_perl_code): New.
840    
841 wakaba 1.8 2004-09-10 Wakaba <wakaba@suika.fam.cx>
842    
843     * ManakaiDOM.dis (MDOM_NS_EMPTY_URI): New Exception type.
844     (ManakaiDOMNamespaceURI): New DataType.
845    
846     * DOMCore.dis: Most part of DOMImplementation interface is
847     implemented.
848    
849     * dis2pm.pl (method2perl): Description for returned value
850     is changed to be grouped.
851     (get_value_literal): Don't quote "null" even if it is a DOMString.
852     (perl_exception): Don't output terminating semicolon.
853     (perl_builtin_code): ManakaiDOM:ManakaiDOMNamespaceURI is
854     supported.
855    
856 wakaba 1.7 2004-09-09 Wakaba <wakaba@suika.fam.cx>
857 wakaba 1.8
858     * dis2pm.pl (method2perl, attr2perl): '(Return | Get | Set)/Exception'
859     implemented.
860 wakaba 1.7
861     * idl2dis.pl (type): Don't output Require element for
862     DOMMain module (now it is implicitly required by default).
863    
864 wakaba 1.6 2004-09-01 Wakaba <wakaba@suika.fam.cx>
865    
866     * idl2dis.pl (level): Use 'Level' instead of 'ModifiedLevel'.
867    
868 wakaba 1.5 2004-08-31 Wakaba <wakaba@suika.fam.cx>
869    
870     * dis2pm.pl (const2perl, constgroup2perl): New.
871    
872     * idl2dis.pl (idlna): New.
873    
874 wakaba 1.4 2004-08-30 Wakaba <wakaba@suika.fam.cx>
875    
876     * dis2pm.pl: Versioned implementation of "IF" supported (see
877     also Manakai Development Memo : 2004-08-29
878     <http://suika.fam.cx/~wakaba/-temp/wiki/wiki?manakai%2F%2F%A5%E1%A5%E2%2F%2F2004-08-29>).
879    
880     * idl2dis.pl (register_required_module): ISA is now
881     converted to elements, not a list attribute.
882    
883 wakaba 1.2 2004-08-22 Wakaba <wakaba@suika.fam.cx>
884    
885 wakaba 1.3 * idl2dis.pl (register_required_module): Top-level element type
886     name "Type" and "TypeAlias" changed to "DataType" and
887     "DataTypeAlias".
888    
889 wakaba 1.2 * dis2pm.pl (perl_code_source): New function.
890    
891 wakaba 1.1 2004-08-21 Wakaba <wakaba@suika.fam.cx>
892    
893     * ChangeLog: New file.
894    
895     * Makefile, DOMMain.dis, DOMCore.dis, DOMXML.dis, dis2pm.pl, idl2dis.pl:
896     New files (Moved from ../Markup/XML/DOM/).
897    
898    

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24